Revert "adds a test"

This reverts commit f690643b47.
This commit is contained in:
Chris Lu 2021-08-01 22:54:45 -07:00
parent f690643b47
commit 3739717092
2 changed files with 805 additions and 2262 deletions

View file

@ -120,7 +120,7 @@ func balanceVolumeServers(commandEnv *CommandEnv, diskTypes []types.DiskType, vo
func balanceVolumeServersByDiskType(commandEnv *CommandEnv, diskType types.DiskType, volumeReplicas map[uint32][]*VolumeReplica, nodes []*Node, volumeSizeLimit uint64, collection string, applyBalancing bool) error {
// balance read only volumes
// balance readable volumes
for _, n := range nodes {
n.selectVolumes(func(v *master_pb.VolumeInformationMessage) bool {
if collection != "ALL_COLLECTIONS" {

File diff suppressed because it is too large Load diff