index
:
seaweedfs/.git
master
origin/HEAD
origin/add-ec-vacuum
origin/add_fasthttp_client
origin/add_remote_storage
origin/adding-message-queue-integration-tests
origin/adjust-fsck-cutoff-default
origin/also-delete-parent-directory-if-empty
origin/avoid_releasing_temp_file_on_write
origin/changing-to-zap
origin/collect-public-metrics
origin/copilot/fix-helm-chart-installation
origin/copilot/fix-s3-object-tagging-issue
origin/copilot/sub-pr-7677
origin/create-table-snapshot-api-design
origin/data_query_pushdown
origin/dependabot/maven/other/java/client/com.google.protobuf-protobuf-java-3.25.5
origin/dependabot/maven/other/java/examples/org.apache.hadoop-hadoop-common-3.4.0
origin/detect-and-plan-ec-tasks
origin/do-not-retry-if-error-is-NotFound
origin/ec-disk-type-support
origin/enhance-erasure-coding
origin/fasthttp
origin/feature/iam-user-status-management-7745
origin/feature/tus-protocol
origin/filer1_maintenance_branch
origin/fix-GetObjectLockConfigurationHandler
origin/fix-mount-http-parallelism
origin/fix-mount-read-throughput-7504
origin/fix-s3-object-tagging-issue-7589
origin/fix-versioning-listing-only
origin/ftp
origin/gh-pages
origin/improve-fuse-mount
origin/improve-fuse-mount2
origin/logrus
origin/master
origin/message_send
origin/mount2
origin/mq-subscribe
origin/mq2
origin/nfs-cookie-prefix-list-fixes
origin/optimize-delete-lookups
origin/original_weed_mount
origin/pr-7412
origin/random_access_file
origin/refactor-needle-read-operations
origin/refactor-volume-write
origin/remote_overlay
origin/revert-5134-patch-1
origin/revert-5819-patch-1
origin/revert-6434-bugfix-missing-s3-audit
origin/s3-select
origin/sub
origin/tcp_read
origin/test-reverting-lock-table
origin/test_udp
origin/testing
origin/testing-sdx-generation
origin/tikv
origin/track-mount-e2e
origin/upgrade-versions-to-4.00
origin/volume_buffered_writes
origin/worker-execute-ec-tasks
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
weed
/
server
/
filer_grpc_server_sub_meta.go
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-24
avoid repeated reading disk (#7369)
Chris Lu
1
-34
/
+103
2025-10-24
Revert "fix reading"
chrislu
1
-57
/
+21
2025-10-24
fix reading
chrislu
1
-21
/
+57
2025-10-13
Add Kafka Gateway (#7231)
Chris Lu
1
-2
/
+2
2025-08-15
day-advance fix
chrislu
1
-0
/
+10
2025-07-16
convert error fromating to %w everywhere (#6995)
Chris Lu
1
-4
/
+4
2025-02-25
minor
chrislu
1
-4
/
+22
2024-10-31
Fix 6181/6182 (#6183)
Bruce
1
-5
/
+14
2024-06-14
minor
chrislu
1
-0
/
+1
2024-06-13
more logs
chrislu
1
-1
/
+6
2024-03-16
only broad cast when there are waiting threads
chrislu
1
-0
/
+3
2024-03-07
each log function adds a "done" return parameter
chrislu
1
-5
/
+5
2024-01-15
read from disk if not in memory
chrislu
1
-2
/
+2
2024-01-08
add batch index for each memory buffer
chrislu
1
-6
/
+6
2023-10-13
disconnect from old subscribers
chrislu
1
-11
/
+41
2022-09-20
grpc: watch metadata changes by directory
chrislu
1
-0
/
+11
2022-08-17
move proto package
chrislu
1
-1
/
+1
2022-07-29
move to https://github.com/seaweedfs/seaweedfs
chrislu
1
-6
/
+6
2022-07-23
metadata subscription uses client epoch
chrislu
1
-12
/
+17
2022-07-15
more logging related to filer metadata subscription
chrislu
1
-3
/
+6
2022-07-14
filer may have trouble to re-connect
chrislu
1
-0
/
+3
2022-07-08
add subscriber clientId if it is the first time
liubaojiang
1
-0
/
+3
2022-06-15
feat(filer.sync): add metricsServer in filer.sync.
zhihao.qu
1
-0
/
+4
2022-05-30
stop when in memory log is done
chrislu
1
-2
/
+8
2022-05-30
stop when on disk log is done
chrislu
1
-2
/
+10
2022-05-30
subscribe metadata between a range
chrislu
1
-2
/
+2
2022-05-24
reduce busy waiting when reading metadata logs
chrislu
1
-2
/
+0
2022-01-23
dedup local metadata subscribers
chrislu
1
-4
/
+5
2021-12-30
add client id for all metadata listening clients
chrislu
1
-6
/
+19
2021-12-09
add delay if need to resume from disk
chrislu
1
-1
/
+1
2021-10-17
add logs
Chris Lu
1
-0
/
+1
2021-09-26
avoid looping forever if there are no more metadata updates
Chris Lu
1
-5
/
+1
2021-09-01
go fmt
Chris Lu
1
-1
/
+1
2021-08-31
support follow additional path prefixes
Chris Lu
1
-6
/
+19
2021-07-05
sync empty notification with timestamp
qieqieplus
1
-5
/
+24
2021-07-01
log reading adds delay between retries
Chris Lu
1
-23
/
+34
2021-07-01
remove debug messages
Chris Lu
1
-14
/
+1
2021-07-01
mount: recursively rename locally
Chris Lu
1
-1
/
+14
2021-06-27
sleep before re-reading the messages
Chris Lu
1
-1
/
+3
2021-06-27
logging changes to debug
Chris Lu
1
-4
/
+4
2021-06-24
adjust logs
Chris Lu
1
-2
/
+6
2021-01-11
filer: ensure seamless meta data updates
Chris Lu
1
-19
/
+33
2020-12-07
filer subscribe: handle rename subscription
Chris Lu
1
-1
/
+8
2020-09-09
filer: cross cluster synchronization
Chris Lu
1
-15
/
+41
2020-09-05
apply meta changes only if store is different
Chris Lu
1
-11
/
+9
2020-09-01
rename filer2 to filer
Chris Lu
1
-3
/
+3
2020-08-28
add signatures to messages to avoid double processing
Chris Lu
1
-3
/
+9
2020-07-13
add reading from persisted logs for local filer store
Chris Lu
1
-0
/
+15
2020-07-12
refactoring
Chris Lu
1
-4
/
+4
2020-07-05
aggregate multiple filer metadata chagne events
Chris Lu
1
-8
/
+4
[next]