mirror of https://github.com/apache/lucene.git
we don't care if commit fails while we wait for things to settle down in this test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1236525 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
21e0d0c909
commit
17a5d3e5cb
|
@ -168,7 +168,11 @@ public class ChaosMonkeyNothingIsSafeTest extends FullSolrCloudTest {
|
|||
do {
|
||||
waitForRecoveriesToFinish(VERBOSE);
|
||||
|
||||
commit();
|
||||
try {
|
||||
commit();
|
||||
} catch (Exception e) {
|
||||
// we don't care if this commit fails on some nodes
|
||||
}
|
||||
|
||||
updateMappingsFromZk(jettys, clients);
|
||||
|
||||
|
|
Loading…
Reference in New Issue