You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/08/30 19:07:26 UTC

[GitHub] [accumulo] keith-turner commented on a diff in pull request #2903: Added servers per host to cluster.yaml

keith-turner commented on code in PR #2903:
URL: https://github.com/apache/accumulo/pull/2903#discussion_r958826498


##########
assemble/bin/accumulo-cluster:
##########
@@ -121,8 +121,8 @@ function control_service() {
 
   local last_instance_id
   last_instance_id=1
-  [[ $service == "tserver" ]] && last_instance_id=${NUM_TSERVERS:-1}
-  [[ $service == "sserver" ]] && last_instance_id=${NUM_SSERVERS:-1}
+  [[ $service == "tserver" ]] && last_instance_id=${NUM_TSERVERS:-1} && echo "INFO: ${NUM_TSERVERS} tserver per host"

Review Comment:
   Will this INFO message print for every host?  Like if there are 300 tservers host, would it print for each one?  Looking at the code it seems like it may, but not sure.



-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org