Browse Source
Two bugs found during EC encoding + balancing test with 4 Rust volume servers: 1. VolumeEcShardsCopy manually split source_data_node on '.' which broke on IP addresses with dots. Now uses parse_grpc_address() like other RPCs. 2. remove_volume_files() deleted .vif files, breaking EC volumes that need the .vif after the original volume is destroyed. Matches Go's Destroy() which only removes .dat/.idx.rust-volume-server
2 changed files with 10 additions and 17 deletions
Loading…
Reference in new issue