GitHub user nsoft opened a pull request: https://github.com/apache/lucene-solr/pull/433
SOLR-12357 Premptive creation of collections in Time Routed Aliases new PR to clean up the strange merge conflicts You can merge this pull request into a Git repository by running: $ git pull https://github.com/nsoft/lucene-solr 12357-2 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/lucene-solr/pull/433.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #433 ---- commit e4668036631adc7ecd094c6fd6b588d0f457ae1f Author: Gus Heck <gus@...> Date: 2018-07-19T03:29:14Z SOLR-12357 Premptively create collections in time routed aliases (cherry picked from commit dcdc7c7) commit c9f9872f79b84705daeb24ed6994c057d7d03de7 Author: Gus Heck <gus@...> Date: 2018-07-28T20:54:06Z SOLR-12357 - Review Feedback, properly handle a preemptive creation interval that happens to be longer than the time slices for the TRA, further cleanup/organization. (cherry picked from commit d07fcb4) commit 613f8d50c1f1267c89152c140678e5243119bff1 Author: Gus Heck <gus@...> Date: 2018-08-08T01:08:24Z SOLR-12357 - Simplified, removing static fields based on the realization that the code path is rare and the case they guarded against is already well known as an anti-pattern. Also moved some validation into the TimeRoutedAlias class. ---- --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org