forked from apache/solr
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SAI-4358 : PRS collection deletion race condition (#103)
* Adding Breakpoint injection to CommonTestInjection * ./gradlew tidy * Fixed javadoc * Fixed race condition for PRS collection on deletion Added unit test case in ZkStateReaderTest#testDeletePrsCollection * ./gradlew tidy * Separate the exception handling of NoNodeException and PrsZkNodeNotFoundException as their conditions/handling are quite different. * Fixed Execution failed for task ':solr:solrj-zookeeper:validateLogCalls'. * ./gradlew tidy * Fixed validateLogCalls
- Loading branch information
Showing
4 changed files
with
218 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters