1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-02 15:16:51 +02:00
seaweedfs/weed/topology
chrislu 9f9ef1340c use streaming mode for long poll grpc calls
streaming mode would create separate grpc connections for each call.
this is to ensure the long poll connections are properly closed.
2021-12-26 00:15:03 -08:00
..
allocate_volume.go use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
cluster_commands.go Change joeslay paths to chrislusf paths 2019-09-12 14:18:21 +01:00
collection.go this can compile now!!! 2021-02-16 02:47:02 -08:00
configuration.go also remove volumeLayout if collection is empty 2018-07-11 02:01:33 -07:00
data_center.go volume.list display; fix updating maxVolumeCount for disk 2021-02-16 03:55:24 -08:00
data_node.go calculate disk usage in case of race condition 2021-10-04 23:32:07 -07:00
data_node_ec.go Fix EC shard count logic 2021-03-05 12:50:58 +01:00
disk.go use int64 for volume count in case of negative overflow 2021-08-08 15:19:39 -07:00
disk_ec.go use hdd instead of empty string 2021-02-16 03:03:00 -08:00
node.go go fmt 2021-07-01 01:21:14 -07:00
rack.go change server address from string to a type 2021-09-12 22:47:52 -07:00
store_replicate.go better IP v6 support 2021-09-07 19:29:42 -07:00
topology.go log message adds server name 2021-12-16 10:46:26 -08:00
topology_ec.go change server address from string to a type 2021-09-12 22:47:52 -07:00
topology_event_handling.go master: avoid creating too many volumes 2021-05-11 10:05:31 -07:00
topology_map.go volume.list display; fix updating maxVolumeCount for disk 2021-02-16 03:55:24 -08:00
topology_test.go go fmt 2021-09-14 10:37:06 -07:00
topology_vacuum.go use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
volume_growth.go minor 2021-08-10 13:04:33 -07:00
volume_growth_test.go fix tests 2021-02-16 10:51:03 -08:00
volume_layout.go assign fileId according to DataNode with empty DataCenter and Rack 2021-12-21 17:28:33 +08:00
volume_layout_test.go Correct the oversized state of volume after compaction 2020-09-23 20:27:42 +08:00
volume_location_list.go add other replica locations when assigning volumes 2021-09-05 23:32:25 -07:00