You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2021/06/01 12:13:18 UTC

[GitHub] [solr] cpoerschke opened a new pull request #156: SOLR-15446: Fix three off-by-one ArrayList initialCapacity choices when calling ZooKeeper.multi API.

cpoerschke opened a new pull request #156:
URL: https://github.com/apache/solr/pull/156


   https://issues.apache.org/jira/browse/SOLR-15446 created but no `solr/CHANGES.txt` entry planned for this small change.
   


-- 
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: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr] cpoerschke commented on pull request #156: SOLR-15446: Fix three off-by-one ArrayList initialCapacity choices when calling ZooKeeper.multi API.

Posted by GitBox <gi...@apache.org>.
cpoerschke commented on pull request #156:
URL: https://github.com/apache/solr/pull/156#issuecomment-853331275


   > Not directly related to the PR, but is there a reason for using ZooKeeper.multi when only issuing 1 command?
   
   Interesting question! From a quick look at the ZooKeeper docs I could see no reasons for preferring `multi` over the single command equivalent.


-- 
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: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr] HoustonPutman commented on pull request #156: SOLR-15446: Fix three off-by-one ArrayList initialCapacity choices when calling ZooKeeper.multi API.

Posted by GitBox <gi...@apache.org>.
HoustonPutman commented on pull request #156:
URL: https://github.com/apache/solr/pull/156#issuecomment-852234862


   Not directly related to the PR, but is there a reason for using ZooKeeper.multi when only issuing 1 command?


-- 
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: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org