You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2019/11/08 14:53:42 UTC

[GitHub] [cassandra] JeetKunDoug commented on issue #377: CASSANDRA-15347 - Add client testing capabilities to in-jvm tests

JeetKunDoug commented on issue #377: CASSANDRA-15347 - Add client testing capabilities to in-jvm tests
URL: https://github.com/apache/cassandra/pull/377#issuecomment-551858231
 
 
   WRT auto_bootstrap and the `parallelForeach` on startup, I've added code to partition the instances by their `auto_bootstrap` setting, starting up the ones set to true first (using `forEach`), and then doing all of the non-bootstrap instances together in a `parallelForEach` call. There are current no tests that actually use the non-parallel path, but I've tested it both ways by changing the default in `InstanceConfig` and it does what it's supposed to do.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org