You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/08/21 02:48:51 UTC

[GitHub] [incubator-doris] yangzhg opened a new issue #4412: Optimize the default value of `replication_num` when create table

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] francisoliverlee commented on issue #4412: Optimize the default value of `replication_num` when create table

Posted by GitBox <gi...@apache.org>.
francisoliverlee commented on issue #4412:
URL: https://github.com/apache/incubator-doris/issues/4412#issuecomment-678010244


   put creating-table on a WebUI, hide the default replication_num logic. 
   or doris users should know one be in test-env, so replication_num must 1, not defualt


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org