Chris Lu
ac3fc92256
partially done
5 years ago
Chris Lu
29945fad51
1.54
5 years ago
Chris Lu
8d94564f41
refactor
5 years ago
Chris Lu
c1288e9eb4
volume: sdx generation uses memdb instead of compactMap
fix https://github.com/chrislusf/seaweedfs/issues/1194
5 years ago
Chris Lu
08e4702542
sync before closing index file
merge from 0181f87d91
5 years ago
Chris Lu
3a35632d58
sync before closing file
merge changes from 1747fc2d52
5 years ago
Chris Lu
dc786a63ac
master: add configurable volume growth toml setting
5 years ago
Chris Lu
382ff218d3
filer: set file size, streaming chunk file uploading
fix https://github.com/chrislusf/seaweedfs/issues/1193
5 years ago
Chris Lu
40ae533fa3
shell: add volume.configure.replication to change replication for a volume
fix https://github.com/chrislusf/seaweedfs/issues/1192
5 years ago
Chris Lu
fb19263a71
fix build
5 years ago
Chris Lu
beb0a1599e
1.53
5 years ago
Chris Lu
b2743afaee
remove println
5 years ago
Chris Lu
a80ecbfe84
s3: add s3 copy
fix https://github.com/chrislusf/seaweedfs/issues/1190
5 years ago
Chris Lu
abf90ad7b7
remove testing for viper
5 years ago
Chris Lu
20b1fb9ab7
fix test
5 years ago
eryx67
2a87087590
support wav files compression
5 years ago
Chris Lu
8925f3305d
adjust example
5 years ago
Chris Lu
d335f04de6
support env variables to overwrite toml file
5 years ago
Chris Lu
27b94cb65b
fix wrong url
fix https://github.com/chrislusf/seaweedfs/issues/1187
5 years ago
Chris Lu
f724057051
reduce logs
5 years ago
Chris Lu
c8d543ef51
avoid retry delay
5 years ago
Chris Lu
081bc1ea25
mount: able to write to any part of a file
5 years ago
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