dsmiley commented on issue #987: SOLR-13884: add ConcurrentCreateCollectionTest test URL: https://github.com/apache/lucene-solr/pull/987#issuecomment-548085272 Your test does not use a collection autoscaling policy. Ideally it would do so, I think, to show that the policy can result in a violation that is avoidable (if it balanced in the first place). I was wondering if the org.apache.solr.cloud.api.collections.Assign.AssignStrategyFactory chooses the "LEGACY" strategy or "POLICY" in a default scenario as your test currently would do. It chooses LEGACY, which I verified in a debugger. The Policy.Session stuff that supposedly fixes this scenario is, I believe, only used by the collections that have a policy.
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org