Chris Lu
3a5e4769cf
prevent empty locations returned
fix https://github.com/chrislusf/seaweedfs/issues/1313
5 years ago
Chris Lu
dfccc3c263
able to read chan and write chan
5 years ago
Chris Lu
1e3e4b3072
add broker connects to filer
5 years ago
Chris Lu
871efa4fc1
refactoring
some previous chunk etag was using md5, which should be wrong.
5 years ago
Chris Lu
9e72e9e4b8
able to subscribe any topic from any point of time
5 years ago
Chris Lu
ed3cf811f5
refactoring
5 years ago
Chris Lu
8d42a1263b
meta subscription: update the last read time
5 years ago
Chris Lu
31583b5d6c
master and volume server: avoid race condition
The volume server may disconnect and reconnect to the same master.
The master's unregistration may happen after the reconnection. Thus the volume server will disappear.
5 years ago
Chris Lu
98edec7c3e
remove printouts
5 years ago
Chris Lu
fb81f12686
filer: simplify image resize
5 years ago
Chris Lu
5c57297bd1
metadata log: read from any timestamp
5 years ago
wuyuxiang
6850d28d6b
refacotr: move signal handling and pprof to grace package
5 years ago
Chris Lu
b52b8ec685
Hadoop: fix entry not found for HCFS
also fix cipher related changes.
5 years ago
Chris Lu
662b5d0cf7
support semicolon seperated command lines
5 years ago
Chris Lu
73564e6a01
master: add cluster wide lock/unlock operation in weed shell
fix https://github.com/chrislusf/seaweedfs/issues/1286
5 years ago
Chris Lu
bdc337a719
make lock/unlock optional
5 years ago
Chris Lu
842e3301ee
make second lock instant
5 years ago
Chris Lu
30ee4f3291
add exclusive lock library on shell
5 years ago
Chris Lu
77873b832b
add master side code for cluster wise exclusive lock
5 years ago
Chris Lu
69eda558ef
reduce the connections
fix https://github.com/chrislusf/seaweedfs/issues/1277
this avoids sending error to wdclients, and clients retry the connections
5 years ago
Chris Lu
e24b25de78
async meta caching: can stream updates now
5 years ago
Chris Lu
27128c7875
adjust logging
5 years ago
Chris Lu
cb3985be70
go fmt
5 years ago
Chris Lu
ebfab42a50
refactoring
5 years ago
Chris Lu
2955b96ef1
refactor
5 years ago
Chris Lu
076c8bd3bc
filer master start up with default ip address instead of just localhost
5 years ago
bukton
cd9cccec55
add import mongodb to filer server
5 years ago
Chris Lu
826f96b6f3
fix unreachable code
5 years ago
Chris Lu
bda82f61bc
filer: able to append to a file
5 years ago
Chris Lu
f5a748d33c
refactoring
5 years ago
Chris Lu
ce4b369be2
scaffolding messaging
5 years ago
Reed
aada5b9aa7
making volume stats size info readable.
5 years ago
Chris Lu
2b5c4fbbf3
tiered caching
1/4 for small less than 1MB files. 1/4 for 1~4MB files, 1/2 for bigger than 4MB files
5 years ago
Chris Lu
7764e0465c
refactoring
5 years ago
Chris Lu
8e23dc078b
refactoring
5 years ago
Chris Lu
5361f999ed
shell: only one shell is allowed to connect to the cluster
fix https://github.com/chrislusf/seaweedfs/issues/1266
5 years ago
Chris Lu
d30483d642
re-enable system logs
5 years ago
Chris Lu
6f948e4887
remove configurable topics folder location
5 years ago
Chris Lu
b5a713be68
filer store: add redis2 redis_cluster2 as default redis store
5 years ago
Chris Lu
1c65656fb4
s3: add option to fsync buckets
5 years ago
Chris Lu
e4af63a721
volume server: accept fsync=true in write requests
5 years ago
Chris Lu
df97da25f9
mount: add on disk caching
5 years ago
Chris Lu
d7f3acb2c0
refactor
5 years ago
Chris Lu
e909b55633
refactoring
5 years ago
Chris Lu
1101a42e5c
mv : create new folder, move children, and delete old folder
5 years ago
Chris Lu
f6a7e79dc3
weed shell: simplify CLI option for filer
5 years ago
Chris Lu
dc08e4098f
add etag only for PUT or large chunked uploads
5 years ago
Chris Lu
ec2eb8bc48
add If-None-Match and If-Modified-Since
fix https://github.com/chrislusf/seaweedfs/issues/1269
5 years ago
Chris Lu
745f5d2a25
fix setting default value
5 years ago
Chris Lu
54debdc6f7
filer: fix configuration settings
5 years ago