yangzhg opened a new issue #4412: URL: https://github.com/apache/incubator-doris/issues/4412
In the current code, if we do not specify `replication_num` when creating OlapTable, the default value of 3 will be used, but for some test environments and small clusters, the number of backends is likely to be less than 3, which will cause confusion for users Therefore, when the number of backends is less than 3 When the default replication_num should be equal to the number of backends, the default value should be 3 when the number of backends is greater than 3. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
