Chris Lu
4b7fa31468
ensure montonically increasing tsNs
5 years ago
Chris Lu
d5a8297a1c
able to connect publisher
5 years ago
Chris Lu
d58371c5cd
Merge branch 'master' into msg_channel
5 years ago
Chris Lu
015dd3a147
batch file id deletion
5 years ago
Chris Lu
39e72fb23c
go fmt
5 years ago
Chris Lu
6bf3eb69cb
async chan write read, no write for closed chan
5 years ago
Chris Lu
78afb8bf46
Merge branch 'master' into msg_channel
5 years ago
Chris Lu
d693e77418
add pub sub md5
5 years ago
Chris Lu
07d7abe428
add deleteTopic, refactoring
5 years ago
Chris Lu
dfccc3c263
able to read chan and write chan
5 years ago
Chris Lu
20b8f2e5b4
Merge pull request #1304 from song-zhang/master
fix volume vacuum test unit
5 years ago
zhangsong
b161baa3f0
fix volume vacuum test unit
5 years ago
Chris Lu
a8bc8eb351
Merge branch 'master' into msg_channel
5 years ago
Chris Lu
73087f59b1
filer store: mongodb deleting children
fix https://github.com/chrislusf/seaweedfs/issues/1303
5 years ago
Chris Lu
be1d9f324f
Merge branch 'master' into msg_channel
5 years ago
Chris Lu
0952eb2854
Merge pull request #1302 from song-zhang/master
write request keep compatible with before
5 years ago
Chris Lu
5568395edd
Revert "Revert "Merge pull request #1299 from song-zhang/master""
This reverts commit afb6a1dbb4
.
5 years ago
zhangsong
3703c7e176
write request keep compatible with before
5 years ago
Chris Lu
1e3e4b3072
add broker connects to filer
5 years ago
Chris Lu
afb6a1dbb4
Revert "Merge pull request #1299 from song-zhang/master"
This reverts commit 9016fa19ba
, reversing
changes made to 47234760f4
.
5 years ago
Chris Lu
9016fa19ba
Merge pull request #1299 from song-zhang/master
use async write to persistent file to disk - part1
5 years ago
zhangsong
f9e8702bb4
use async write to persistent file to disk - part1
5 years ago
Chris Lu
47234760f4
log adjust format
5 years ago
Chris Lu
97a504b0bb
fix possible directory deletion error
5 years ago
Chris Lu
78422c2f69
Merge pull request #1298 from song-zhang/master
add fsync option for benchmark
5 years ago
Chris Lu
871efa4fc1
refactoring
some previous chunk etag was using md5, which should be wrong.
5 years ago
Chris Lu
17d5ac4cd3
Update README.md
5 years ago
zhangsong
d819865fe7
add fsync option for benchmark
5 years ago
Chris Lu
ea809a45ab
add cipher key
5 years ago
Chris Lu
f9b6178b8f
log messages
5 years ago
Chris Lu
8c73410a51
subscribe from a timestamp
5 years ago
Chris Lu
4e16a90454
for debugging
5 years ago
Chris Lu
a25a8d8822
s3: print out time in UTC format
fix https://github.com/chrislusf/seaweedfs/issues/1297
5 years ago
Chris Lu
e93588ec78
FUSE mount: atomic local cache updates
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
7c10602b49
read in case cross chunks
5 years ago
Chris Lu
f9da859720
better error message
5 years ago
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