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
/
pb
/
grpc_client_server.go
Age
Commit message (
Expand
)
Author
Files
Lines
8 days
Reduce memory allocations in hot paths (#7725)
Chris Lu
1
-11
/
+13
2025-11-28
fix too many pings (#7566)
Chris Lu
1
-5
/
+9
2025-11-25
HDFS: Java client replication configuration (#7526)
Chris Lu
1
-2
/
+6
2025-10-13
Add Kafka Gateway (#7231)
Chris Lu
1
-2
/
+2
2025-07-16
convert error fromating to %w everywhere (#6995)
Chris Lu
1
-2
/
+2
2025-07-06
Admin UI add maintenance menu (#6944)
Chris Lu
1
-0
/
+8
2025-06-20
Context-based logging with request ID (#6899)
Aleksey Kosov
1
-6
/
+9
2025-05-28
Add context with request (#6824)
Aleksey Kosov
1
-2
/
+7
2025-05-21
Added middleware for processing request_id grpc and http requests (#6805)
Aleksey Kosov
1
-0
/
+26
2024-08-29
math/rand => math/rand/v2
chrislu
1
-1
/
+1
2023-08-27
pub sub initial tests
chrislu
1
-8
/
+0
2023-01-20
grpc connection to filer add sw-client-id header
chrislu
1
-12
/
+18
2022-08-23
remove old raft servers if they don't answer to pings for too long (#3398)
askeipx
1
-17
/
+20
2022-07-29
fix deprecated functions
chrislu
1
-1
/
+1
2022-07-29
move to https://github.com/seaweedfs/seaweedfs
chrislu
1
-6
/
+6
2022-07-28
allocate brokers to serve segments
chrislu
1
-0
/
+8
2022-07-28
renaming
chrislu
1
-3
/
+3
2022-06-29
remove max connection age
chrislu
1
-3
/
+3
2022-06-20
Revert "remove max connection age"
chrislu
1
-2
/
+3
2022-04-01
volume server adds ping function
chrislu
1
-0
/
+9
2022-03-26
refactor: change masters from a slice to a map
chrislu
1
-1
/
+1
2022-01-27
remove max connection age
chrislu
1
-3
/
+2
2021-12-26
use streaming mode for long poll grpc calls
chrislu
1
-29
/
+44
2021-09-14
go fmt
Chris Lu
1
-1
/
+1
2021-09-12
change server address from string to a type
Chris Lu
1
-37
/
+12
2021-09-07
handle ipv6 addresses
Chris Lu
1
-4
/
+4
2021-09-07
ipv6
Chris Lu
1
-3
/
+4
2021-08-14
fix mistake
Chris Lu
1
-1
/
+1
2021-08-14
gRpc connection error on filer when no volume left #2243
Chris Lu
1
-3
/
+1
2021-08-12
master: add master.follower to handle read file id lookup requests
Chris Lu
1
-0
/
+15
2021-05-31
keep alive for streaming connections
Chris Lu
1
-2
/
+2
2021-05-30
recreate grpc connections if too many errors
Chris Lu
1
-8
/
+15
2021-05-22
filer: re-create grpc connections if having transport error
Chris Lu
1
-6
/
+28
2021-05-21
FUSE mount: support multiple filers
Chris Lu
1
-0
/
+25
2021-03-06
refactoring
Chris Lu
1
-2
/
+6
2021-03-02
go fmt
Chris Lu
1
-1
/
+1
2021-03-02
support IPv6
Chris Lu
1
-37
/
+22
2021-02-19
grpc should fail when heart beating to master
Chris Lu
1
-1
/
+0
2021-02-12
adjust http max idle connections per host
Chris Lu
1
-0
/
+1
2021-02-07
close the grpc connection after 10 hours
Chris Lu
1
-2
/
+3
2021-01-24
filer.sync: replicate outside of either cluster, only need to see filers
Chris Lu
1
-0
/
+16
2020-10-29
add WaitForReady to grpc DialOption
Konstantin Lebedev
1
-0
/
+1
2020-07-03
refactoring
Chris Lu
1
-22
/
+12
2020-04-23
clean up
Chris Lu
1
-1
/
+0
2020-04-22
avoid repeated grpc connection creation
Chris Lu
1
-4
/
+7
2020-04-20
revert this grpc related change
Chris Lu
1
-2
/
+2
2020-04-18
filer master start up with default ip address instead of just localhost
Chris Lu
1
-0
/
+10
2020-04-05
filer: support larger file size
Chris Lu
1
-7
/
+20
2020-03-04
refactoring
Chris Lu
1
-0
/
+182