seaweedfs/weed/stats
wyang a7973ed7d1
fix deadlock hang when broadcast to clients (#6184)
fix deadlock when broadcast to clients

when master thransfer leader, the old master will disconnect with all
filers and volumeServers, if the cluster is a big , the broadcast
messages may be more big than the max of the channel len 100, then if the
KeepConnect was not listen on the channel in disconnect, it will
deadlock. and the whole cluster will not serve!
2024-11-03 23:20:48 -08:00
..
disk_common.go Solaris disk support (#5638) 2024-06-02 22:10:28 -07:00
disk_notsupported.go Solaris disk support (#5638) 2024-06-02 22:10:28 -07:00
disk_openbsd.go Solaris disk support (#5638) 2024-06-02 22:10:28 -07:00
disk_solaris.go Solaris disk support (#5638) 2024-06-02 22:10:28 -07:00
disk_supported.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
disk_windows.go Solaris disk support (#5638) 2024-06-02 22:10:28 -07:00
disk.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
duration_counter_test.go directory structure change to work with glide 2016-06-02 18:09:14 -07:00
duration_counter.go directory structure change to work with glide 2016-06-02 18:09:14 -07:00
http_status_recorder.go chore: add status code for request_total metrics (#5188) 2024-01-10 10:05:27 -08:00
memory_notsupported.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
memory_supported.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
memory.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
metrics_names.go Feat:merge small chunk (#6049) 2024-09-23 08:51:03 -07:00
metrics.go fix deadlock hang when broadcast to clients (#6184) 2024-11-03 23:20:48 -08:00
stats.go minor (#4723) 2023-08-01 02:34:59 -07:00