JustTestCode
4c1145bbb1
Update filer_server_handlers_write_autochunk.go
add filer post file out fid
Sometimes we need filer server for file management, and we also need fid for direct access and bypass the filer server, I think fid output is necessary
5 years ago
Chris Lu
56eb522b13
fix stats when a collection is deleted
5 years ago
Chris Lu
055374a50b
FUSE: skip flushing if file is deleted
related to https://github.com/chrislusf/seaweedfs/issues/2110
5 years ago
Konstantin Lebedev
6aa1a56ec8
avoid crashes Galera Cluster
https://github.com/chrislusf/seaweedfs/issues/2125
5 years ago
Chris Lu
7a81caa31e
2.53
5 years ago
Chris Lu
4d0cbd2700
skip cookie checking if from grpc api
5 years ago
Chris Lu
7225cb4ac5
add block and mutex profiling
5 years ago
Chris Lu
28a4a1f8d6
fix for mysql2 postgres2 on fast dropping buckets
5 years ago
Chris Lu
1e76fc994a
filer.copy: zero fileSize for directories
5 years ago
Chris Lu
ed6aa13520
minor
5 years ago
Chris Lu
ee6c67682c
minor
5 years ago
Chris Lu
9357911a95
remove all bucket metadata
fix https://github.com/chrislusf/seaweedfs/issues/2118
5 years ago
Chris Lu
b71c3cfba4
avoid possible empty object
5 years ago
Chris Lu
310e31424e
adjust the error output
fix https://github.com/chrislusf/seaweedfs/issues/2123
5 years ago
Chris Lu
8b382a8209
refactor
5 years ago
Chris Lu
33b87244ef
refactoring
5 years ago
Daniel Nagy
7ce3bee0c0
Check for history file errors as well
5 years ago
Daniel Nagy
0e3adde47f
Return correct exitcode when `wheed upload` fails
5 years ago
Chris Lu
76f24af79a
2.52
5 years ago
Chris Lu
5e6dfbc25f
locks for data racing
5 years ago
Chris Lu
452c6ef183
limits concurrent uploads for one file
5 years ago
Chris Lu
8295e2feb6
skip md5 checking for now because of race condition
5 years ago
Chris Lu
c8dea3dd89
2.51
5 years ago
Chris Lu
19caeb7b02
fix writing the small file
5 years ago
Chris Lu
bb45dea15a
filer: parallel data upload
5 years ago
Chris Lu
e00443a940
mount: adjust starting order
avoid possible nil wfs.Server
5 years ago
Chris Lu
44f1ba6894
refactor
5 years ago
Chris Lu
6c82326575
use bytes.Buffer to reduce memory allocation and gc
5 years ago
Chris Lu
9cba5cca0b
optionally disable concurrent upload limit
5 years ago
Chris Lu
21ad9a4ac2
filer: mongodb avoids E11000 duplicate key error collection: seaweedfs.filemeta index: directory_1_name_1 dup key
5 years ago
Chris Lu
e6ba2f9c37
verbose but cleaner logic to invalidate fuse cache
5 years ago
Chris Lu
fadc1febdb
FUSE: invalidate FUSE cached entries
fix https://github.com/chrislusf/seaweedfs/issues/2108
5 years ago
Chris Lu
ab606dec2a
filer: add path-specific option to enforce readonly
5 years ago
Patrick Schmidt
77100754e6
Return artificial . and .. directories
5 years ago
Chris Lu
cc34475012
remove file handle locking for setattr
5 years ago
Konstantin Lebedev
99ef280c7c
avoid data loss after restarting a container with a volum server
5 years ago
Chris Lu
3db1642392
mount: skip persisting metadata if file is open
5 years ago
Chris Lu
556cc3a4ca
mount: avoid exception if disk cache is not initialized
related to https://github.com/chrislusf/seaweedfs/issues/2102
5 years ago
Chris Lu
615cb24ba6
shell: use tab print style for completion
5 years ago
Chris Lu
c5de97ddbe
keep alive for streaming connections
fix https://github.com/chrislusf/seaweedfs/issues/2096
related to https://github.com/chrislusf/seaweedfs/issues/1277
5 years ago
Chris Lu
2b60e2abb1
only disallow streaming signed when no auth enabled
fix https://github.com/chrislusf/seaweedfs/issues/2101
5 years ago
Chris Lu
4233ad3f07
2.50
5 years ago
Chris Lu
1456616a77
recreate grpc connections if too many errors
address https://github.com/chrislusf/seaweedfs/issues/2098
5 years ago
Chris Lu
fb8036385a
s3: save metadata during put-object
fix https://github.com/chrislusf/seaweedfs/issues/2092
5 years ago
Chris Lu
2d7b4e5bb6
filer.backup: escape colon from path on windows
fix https://github.com/chrislusf/seaweedfs/issues/2084
5 years ago
danielflira
849f36c1ac
fix parameter multiple values
5 years ago
Eugeniy Kozlov
6e8bd16819
freespace params fix
5 years ago
Chris Lu
4d55132c7d
scaffold add comments
5 years ago
Chris Lu
45bffc92a8
filer.backup: fix cloud sinks when updating entry
5 years ago
Chris Lu
921e0d5008
remove verbose log
5 years ago