Chris Lu
|
3cbc40fa48
|
avoid creating multiple reader
|
4 years ago |
Chris Lu
|
2f7c7afdec
|
refactor: remove unused parameter
|
4 years ago |
Chris Lu
|
d48dd0c738
|
use []byte directly instead of bytes.Buffer
|
4 years ago |
Chris Lu
|
8eb14967ef
|
shell: volume.check.disk adds optional slow mode
fix https://github.com/chrislusf/seaweedfs/issues/1930
|
4 years ago |
Chris Lu
|
288369cfc7
|
mount: release resources when Forget() is called
address https://github.com/chrislusf/seaweedfs/issues/1929
|
4 years ago |
Chris Lu
|
5d931eff27
|
avoid possible nil
fix https://github.com/chrislusf/seaweedfs/issues/1928
The nil was because of `dn.Parent().UnlinkChildNode(dn.Id())` in topo.UnRegisterDataNode() function, when the dn leaves the cluster.
|
4 years ago |
Chris Lu
|
f315eb2bb8
|
fix build error
|
4 years ago |
Chris Lu
|
1dd5bc134c
|
2.35
|
4 years ago |
Chris Lu
|
b465095db1
|
shell: add volume.check.disk to fix inconsistency for replicated volumes
fix https://github.com/chrislusf/seaweedfs/issues/1923
|
4 years ago |
Chris Lu
|
df461402cc
|
ensure entry attribute is not nill
fix https://github.com/chrislusf/seaweedfs/issues/1926
|
4 years ago |
Chris Lu
|
102a951377
|
refactor, split into 2 files
|
4 years ago |
Chris Lu
|
f6e2566ee5
|
better logs for cookie mismatch
|
4 years ago |
Chris Lu
|
27e24162f2
|
minor
|
4 years ago |
Chris Lu
|
41cc6e661b
|
fs.mv ensures there are 2 arguments
|
4 years ago |
Chris Lu
|
b2c1c209a5
|
refactor
|
4 years ago |
Chris Lu
|
0a51df02cb
|
Update README.md
|
4 years ago |
Chris Lu
|
e9b1853d63
|
go fmt
|
4 years ago |
Chris Lu
|
b1a86cf808
|
s3: copy object to itself
fix https://github.com/chrislusf/seaweedfs/issues/1922
|
4 years ago |
Chris Lu
|
aa5179ce3c
|
Merge pull request #1918 from kmlebedev/dir_slash_not_exist
dir + slash key does not exist
|
4 years ago |
Konstantin Lebedev
|
bf94149920
|
add line
|
4 years ago |
Konstantin Lebedev
|
c5705e7a35
|
dir + slash key does not exist
https://github.com/chrislusf/seaweedfs/issues/1917
|
4 years ago |
Chris Lu
|
04604b89e1
|
Merge pull request #1913 from kmlebedev/check_chunkviews_mr
Check chunkviews mr
|
4 years ago |
Konstantin Lebedev
|
eb54993a4e
|
Merge branch 'upstreamMaster' into check_chunkviews_mr
# Conflicts:
# weed/filer/filechunk_manifest.go
# weed/filer/stream.go
# weed/replication/repl_util/replication_util.go
# weed/util/fasthttp_util.go
|
4 years ago |
Chris Lu
|
9672f9e1b2
|
2.34
|
4 years ago |
Chris Lu
|
69694a17be
|
reverting 7d57664c2d
|
4 years ago |
Chris Lu
|
c00dd5e62e
|
report error if entry not found
|
4 years ago |
Konstantin Lebedev
|
06da02739d
|
CheckAllChunkViews() for HEAD requests only
|
4 years ago |
Chris Lu
|
91a3ac9731
|
2.33
|
4 years ago |
Chris Lu
|
4b1ed227d1
|
revert fasthttp changes
related to https://github.com/chrislusf/seaweedfs/issues/1907
|
4 years ago |
Chris Lu
|
10164d0386
|
Merge pull request #1905 from wuh-fnst/s3ListCounterErr
s3: count correction for the number of files in the dir
|
4 years ago |
Chris Lu
|
22a07a12d2
|
[mount] [regression] `filer.path` option results in empty mount in 2.32
fix https://github.com/chrislusf/seaweedfs/issues/1906
|
4 years ago |
wuh-fnst
|
050a7f9599
|
s3: count correction for the number of files in the dir
|
4 years ago |
Konstantin Lebedev
|
3a3699867b
|
Status PartialContent for Content-Range response
|
4 years ago |
Konstantin Lebedev
|
90510e3137
|
If WriteHeader is not called explicitly, the first call to Write
will trigger an implicit WriteHeader(http.StatusOK).
WriteHeader: Only one header may be written. Go does not currently!
|
4 years ago |
Konstantin Lebedev
|
46b9f5cff4
|
add debug logging
|
4 years ago |
Konstantin Lebedev
|
7194a5e7bf
|
avoid http error: superfluous response.WriteHeader
https://github.com/chrislusf/seaweedfs/issues/1838
|
4 years ago |
Chris Lu
|
9f00f95bfb
|
2.32
|
4 years ago |
Chris Lu
|
a4cfffc264
|
shell: fix moving volume, volume server evacuate
fix https://github.com/chrislusf/seaweedfs/issues/1534
|
4 years ago |
Chris Lu
|
ca100568f7
|
fix parsing
|
4 years ago |
Chris Lu
|
352ba23f83
|
revert previous change
revert 29e62aba00
|
4 years ago |
Chris Lu
|
29e62aba00
|
possible fix for volume balance
address https://github.com/chrislusf/seaweedfs/issues/1534
|
4 years ago |
Chris Lu
|
35d939a1d2
|
go fmt
|
4 years ago |
Chris Lu
|
2d4c2db81d
|
filer: leveldb, rocksdb auto create store directory
fix https://github.com/chrislusf/seaweedfs/issues/1901
|
4 years ago |
Chris Lu
|
6d3a96eb56
|
filer: mysql2, postgres2 trigger actions on bucket creation and deletion
fix https://github.com/chrislusf/seaweedfs/issues/1877
|
4 years ago |
Chris Lu
|
cb423312a4
|
prevent nil volume message
|
4 years ago |
Chris Lu
|
972327f966
|
prevent nil volume nm
|
4 years ago |
Chris Lu
|
2a68ddb963
|
default to empty host to bind to tcp4 and tcp6
|
4 years ago |
Chris Lu
|
5fbcaaf37a
|
fullpath() test is not needed
|
4 years ago |
Chris Lu
|
e19b6b2d0a
|
upgrade fuse version, add batch forget
|
4 years ago |
Chris Lu
|
2d567e00aa
|
add mount memory profiling
|
4 years ago |