Bruce
0060a2cf9c
Fix 6181/6182 ( #6183 )
* set larger buf size for LogBuffer
* jump to next day when no more entry found
* Update weed/filer/filer_notify_read.go
---------
Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
2 months ago
chrislu
2a169dde9a
minor
6 months ago
chrislu
b03c831ad2
more logs
6 months ago
chrislu
27bb38228b
only broad cast when there are waiting threads
9 months ago
chrislu
34f2b600ac
each log function adds a "done" return parameter
10 months ago
chrislu
fa59a5d67e
read from disk if not in memory
11 months ago
chrislu
49428a303b
add batch index for each memory buffer
12 months ago
chrislu
cbc24c7b24
disconnect from old subscribers
1 year ago
chrislu
b90d92fca9
grpc: watch metadata changes by directory
2 years ago
chrislu
eaeb141b09
move proto package
2 years ago
chrislu
26dbc6c905
move to https://github.com/seaweedfs/seaweedfs
2 years ago
chrislu
64f3d6fb6e
metadata subscription uses client epoch
2 years ago
chrislu
aca20cd9f4
more logging related to filer metadata subscription
2 years ago
chrislu
fbd8f868a1
filer may have trouble to re-connect
clientId is used twice: one for local metadata subscription, one for combined metadata subscription.
2 years ago
liubaojiang
4e83e92156
add subscriber clientId if it is the first time
2 years ago
zhihao.qu
42d04c581b
feat(filer.sync): add metricsServer in filer.sync.
Metrics include:
(1) the offset of the filer.sync
(2) the last send timestamp of the filer subscription
3 years ago
chrislu
f214dfb1f5
stop when in memory log is done
3 years ago
chrislu
aece35a64f
stop when on disk log is done
3 years ago
chrislu
a2b101a737
subscribe metadata between a range
3 years ago
chrislu
7e25a2d416
reduce busy waiting when reading metadata logs
3 years ago
chrislu
4a311c7f5e
dedup local metadata subscribers
fix https://github.com/chrislusf/seaweedfs/discussions/2542
3 years ago
chrislu
5c87fcc6d2
add client id for all metadata listening clients
3 years ago
chrislu
2d6fcdf83a
add delay if need to resume from disk
3 years ago
Chris Lu
29fa1b9fdc
add logs
3 years ago
Chris Lu
603ea2db73
avoid looping forever if there are no more metadata updates
3 years ago
Chris Lu
7ce97b59d8
go fmt
3 years ago
Chris Lu
43fd11278e
support follow additional path prefixes
3 years ago
qieqieplus
233103f6b2
sync empty notification with timestamp
4 years ago
Chris Lu
2420c60fc4
log reading adds delay between retries
4 years ago
Chris Lu
067eb15e70
remove debug messages
4 years ago
Chris Lu
215b169562
mount: recursively rename locally
4 years ago
Chris Lu
17477b37d5
sleep before re-reading the messages
If there are no more metadata changes and the client disconnects, it would go into a busy loop without this fix.
4 years ago
Chris Lu
cc7714fdbe
logging changes to debug
4 years ago
Chris Lu
c2e0a75c1f
adjust logs
4 years ago
Chris Lu
394513f598
filer: ensure seamless meta data updates
4 years ago
Chris Lu
ac22f1dd26
filer subscribe: handle rename subscription
4 years ago
Chris Lu
387ab6796f
filer: cross cluster synchronization
4 years ago
Chris Lu
8acd714600
apply meta changes only if store is different
4 years ago
Chris Lu
eb7929a971
rename filer2 to filer
4 years ago
Chris Lu
ca658a97c5
add signatures to messages to avoid double processing
4 years ago
Chris Lu
4f6096c7f0
add reading from persisted logs for local filer store
5 years ago
Chris Lu
1dd2c76532
refactoring
5 years ago
Chris Lu
0b8cc9b626
aggregate multiple filer metadata chagne events
5 years ago
Chris Lu
49929e0869
rename
5 years ago
Chris Lu
70d8a3a1d3
add SubscribeLocalMetadata without checking persisted meta logs
5 years ago
Chris Lu
55e40b08fc
refactoring
5 years ago
Chris Lu
881e0fde2e
rename
5 years ago
Chris Lu
dfccc3c263
able to read chan and write chan
5 years ago
Chris Lu
8d42a1263b
meta subscription: update the last read time
5 years ago
Chris Lu
5c57297bd1
metadata log: read from any timestamp
5 years ago