Chris Lu
2f6bb57979
logging
5 years ago
Chris Lu
234f69452b
1.52
5 years ago
Chris Lu
72a64a5cf8
use the same context object in order to retry
5 years ago
Chris Lu
08e4b56a8a
mount: able to handle large git clone
5 years ago
Chris Lu
19a05ad174
add test cases
5 years ago
Chris Lu
835da19c09
add logging
5 years ago
Chris Lu
c48fc8b4de
grpc send error via response instead of grpc error
5 years ago
Chris Lu
ccf3859152
log
5 years ago
Chris Lu
4433c7bdca
logs
5 years ago
Chris Lu
8cccccce9f
mount: reuse the entry object for the new directory
avoid mkdir and then query for the same directory
reduces these "context canceled" issues
attr read directory:"/seaweedfs/other/java/s3copier/src/main/java/com" name:"seaweedfs" : rpc error: code = Canceled desc = context canceled
5 years ago
Chris Lu
90e30c0170
log
5 years ago
Chris Lu
8a42aa8221
adjust logging
5 years ago
Chris Lu
28d1b34856
logging
5 years ago
Chris Lu
6e25acc681
add logging
5 years ago
Chris Lu
b6e6ca8595
adjust logs
5 years ago
Chris Lu
d4cde5df49
return empty response if not found
5 years ago
Chris Lu
3cdb27fafc
adjust logging
5 years ago
Chris Lu
6107509c64
adjust logging
5 years ago
Chris Lu
e6f9f5da3a
adjust logging
5 years ago
Chris Lu
24f62ebe76
minor changes
5 years ago
Chris Lu
5f1109f143
reduce log
5 years ago
Chris Lu
9d93c83654
mount: return IO error for mkdir
5 years ago
Chris Lu
107e8a56ea
retry context canceled request
5 years ago
Chris Lu
2f75264ec7
mount: avoid use uint64 for greater than zero test
5 years ago
Chris Lu
c936a12afa
mount: update the file size so file Attr() can read
if file Attr() during file writes, the OS, at least for Mac, may try to resend the data to write, which usually are empty.
5 years ago
Chris Lu
c2e589f202
mount: better combines connected intervals to write to volume servers
5 years ago
Chris Lu
6a5c037099
fix http range requests
5 years ago
Chris Lu
72e1aff237
add lock on dirty pages
5 years ago
Chris Lu
66ded8804a
adjust logging
5 years ago
Chris Lu
6b48d246a5
mount: read data that is just written
able read on data not flushed
multiple file open shares the same file handle
fix https://github.com/chrislusf/seaweedfs/issues/1182 on linux
5 years ago
Chris Lu
09f4ceef3a
mount: reuse previous file node
5 years ago
Chris Lu
d4e75a0d18
filer: option to create file only if it is new, O_EXCL
5 years ago
Chris Lu
9b01a99d9a
adjust logging
5 years ago
Chris Lu
c8b2dac6c1
volume: avoid sharing volume dat file handle
possibly help on https://github.com/chrislusf/seaweedfs/issues/1184
5 years ago
Chris Lu
bb1be61602
1.51
5 years ago
Chris Lu
fca6152c3a
fix print format
5 years ago
Chris Lu
a990ef2106
mount: fix problems found in issue 1182
fix https://github.com/chrislusf/seaweedfs/issues/1182
always use the non-duplicated fs.Node
Forget() the fs.Node
Rename will also use the right fs.Node
Avoid using the same file handle for the same file
5 years ago
Chris Lu
630f72f8c5
mount: able to trim a file
5 years ago
Chris Lu
1b0bfbaf59
refactoring
5 years ago
Chris Lu
2f15e93466
mount: rename also clear the cache
fix https://github.com/chrislusf/seaweedfs/issues/1182
5 years ago
Chris Lu
04019aa161
mount: deletion ignore old vid
5 years ago
Chris Lu
6a40c688e0
mount: modify file size
5 years ago
Chris Lu
39edcfde4c
filer: set inode
avoid "getcwd: No such file or directory"
5 years ago
Chris Lu
e9bb0c179f
adjust logs
5 years ago
Chris Lu
061a61e018
logs
5 years ago
Chris Lu
230a0e4a33
filer: no entry if not found
5 years ago
Chris Lu
e4b660699f
correct comments
fix https://github.com/chrislusf/seaweedfs/issues/1181
5 years ago
Chris Lu
d1ab16b6e3
treat it as a single node cluster if empty raft server name
possible fix for https://github.com/chrislusf/seaweedfs/issues/1118
5 years ago
Chris Lu
30c7148020
1.50
5 years ago
Chris Lu
8dd260623e
protect against nil deletion results
fix https://github.com/chrislusf/seaweedfs/issues/1180
5 years ago