morningman opened a new pull request #1442: Fix bug that unable to delete redundant replicas URL: https://github.com/apache/incubator-doris/pull/1442 This can happen if the Doris cluster is deployed with all, for example, SSD medium, but create all tables with HDD storage medium property. Then getLoadScore(SSD) will always return 0.0, so that no replica will be chosen when try to delete redundant replicas.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
