Chris Lu
d57559d3f7
chunk rememober encryption or not
5 years ago
Chris Lu
5a0986dca0
reset on getting the buffer
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
8ed490164e
refactoring
5 years ago
Chris Lu
66effaed9e
fix compilation
5 years ago
Chris Lu
eab4c9219c
randomize benchmark content
fix https://github.com/chrislusf/seaweedfs/issues/1294
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
Chris Lu
47c4a62c5d
Merge pull request #1293 from wyxloading/refactor_signal_handler
refactor: move signal handling and pprof to grace package
5 years ago
wuyuxiang
6850d28d6b
refacotr: move signal handling and pprof to grace package
5 years ago
Chris Lu
2a7957b4ca
FUSE: subcribe meta events based on timestamp
5 years ago
Chris Lu
6190fd665d
printout error
5 years ago
Chris Lu
725e47dcc3
filer: pass along user name and group name for HDFS
5 years ago
Chris Lu
508ec01ab0
tweaking
5 years ago
Chris Lu
f4fcde05b6
1.77
5 years ago
Chris Lu
972f437225
HCFS 1.2.7
5 years ago
Chris Lu
b52b8ec685
Hadoop: fix entry not found for HCFS
also fix cipher related changes.
5 years ago
Chris Lu
0c2248f83a
add lock/unlock to example admin scripts
5 years ago
Chris Lu
913aa0f14e
mount: default to enable asyncMetaDataCaching
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
57ec7f2ba9
fix builds
5 years ago
Chris Lu
eab9701823
allow lock with an existing lock
5 years ago
Chris Lu
842e3301ee
make second lock instant
5 years ago
Chris Lu
69f336e59f
shell: add lock/unlock command
5 years ago
Chris Lu
ff0a7c1d18
clean up
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
369aa8a10a
1.76
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
aebe39a803
avoid repeated grpc connection creation
fix https://github.com/chrislusf/seaweedfs/issues/1277
5 years ago
Chris Lu
5d0e1d8d74
also writes to local meta cache
before waiting for subscribed meta events
5 years ago
Chris Lu
1a34fd0b44
add mongodb
5 years ago
Chris Lu
72c5dba4d4
1.75
5 years ago
Chris Lu
a207285af7
cache metadata on startup
5 years ago
Chris Lu
9f9826e95a
refactor
5 years ago
Chris Lu
e24b25de78
async meta caching: can stream updates now
5 years ago
Chris Lu
4f02f7121d
read from meta cache
meta cache is not initialized
5 years ago
Chris Lu
b8e4238ad2
add placeholder for cached meta data reading
5 years ago
Chris Lu
27128c7875
adjust logging
5 years ago
Chris Lu
bafa95045b
volume: deletion checks all disk locations
fix https://github.com/chrislusf/seaweedfs/issues/1283
5 years ago
Chris Lu
57df14f76f
report error if copying failed
5 years ago
Chris Lu
cf54d70311
filer: add -ip.bind option
5 years ago
Chris Lu
5c348087dc
messaging: able to pub sub multiple partitions
5 years ago
Chris Lu
cb3985be70
go fmt
5 years ago
Chris Lu
5eb83dfbd3
add memory buffer size limit
5 years ago
Chris Lu
258fba8a0f
continue for reading from sealed memory buffer
5 years ago