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 |
Chris Lu
|
7d57664c2d
|
mount: internals switch to filer.Entry instead of protobuf
|
4 years ago |
Chris Lu
|
d41202f1b3
|
Merge pull request #1893 from kmlebedev/s3testfixed
add 12 s3 tests
|
4 years ago |
Konstantin Lebedev
|
d66645ecda
|
add 12 tests
https://github.com/chrislusf/seaweedfs/issues/1810
|
4 years ago |
hilimd
|
17d02264f3
|
Merge pull request #74 from chrislusf/master
sync
|
4 years ago |
Chris Lu
|
5f99eee27c
|
Merge pull request #1892 from wuh-fnst/listMultipartIsLast
make “List” correctly judge whether it is the last file
|
4 years ago |
wuh-fnst
|
4c1d945e46
|
make List correctly judge whether it is the last file
|
4 years ago |
Chris Lu
|
cca66c7fbe
|
print out the url
|
4 years ago |
Chris Lu
|
7f887c78d2
|
fix
|
4 years ago |
Chris Lu
|
fcc52d1e4e
|
shell: add s3.clean.uploads to clean up stale multipart uploads
fix https://github.com/chrislusf/seaweedfs/issues/1855
|
4 years ago |
Chris Lu
|
40dc5ac904
|
mount: add a bit retry when connecting to filer during startup
|
4 years ago |
Chris Lu
|
aba47fd9e8
|
reduce repeated calls to dir.FullPath()
|
4 years ago |
Chris Lu
|
d084334ffd
|
Merge pull request #1883 from kmlebedev/passDelNonEmptyFolder
s3 delete-objects pass OK for fail to delete non-empty folder
|
4 years ago |
Chris Lu
|
0e35836cc1
|
Merge pull request #1890 from kmlebedev/ZeroDataSize
error if read chunk zero data size
|
4 years ago |
Konstantin Lebedev
|
58cdcc6d6e
|
error if urls not found
|
4 years ago |
Chris Lu
|
79280e1513
|
escape special characters
fix https://github.com/chrislusf/seaweedfs/issues/1884
|
4 years ago |
Konstantin Lebedev
|
4db21012c1
|
error if read chunk zero data size
|
4 years ago |
Chris Lu
|
2e19760442
|
Merge pull request #1886 from wuh-fnst/listMultipartEmptyIsLast
s3: "isLast" returns true when the file does not exist
|
4 years ago |
wuheng
|
828fbf3fb7
|
s3: "isLast" returns true when the file does not exist
|
4 years ago |
Chris Lu
|
130ccdeb2e
|
Update SeaweedFS_Cluster_Backup.png
|
4 years ago |
Chris Lu
|
5933a925df
|
Added SeaweedFS_Cluster_Backup.png
|
4 years ago |
Chris Lu
|
80a97e20c7
|
Added SeaweedFS_Cluster_Backup.png
|
4 years ago |