Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/911/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC

3 tests failed.
FAILED:  
org.apache.lucene.index.TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreads

Error Message:
MockDirectoryWrapper: cannot close: there are still 7 open files: {_7.cfs=1, 
_0.cfs=1, _2.cfs=1, _1.cfs=1, _6.cfs=1, _3.cfs=1, _4.cfs=1}

Stack Trace:
java.lang.RuntimeException: MockDirectoryWrapper: cannot close: there are still 
7 open files: {_7.cfs=1, _0.cfs=1, _2.cfs=1, _1.cfs=1, _6.cfs=1, _3.cfs=1, 
_4.cfs=1}
        at 
__randomizedtesting.SeedInfo.seed([3BAB545D3FBE2D5C:5A065CD2E390AEE0]:0)
        at 
org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:838)
        at 
org.apache.lucene.index.TestIndexWriterWithThreads._testMultipleThreadsFailure(TestIndexWriterWithThreads.java:341)
        at 
org.apache.lucene.index.TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreads(TestIndexWriterWithThreads.java:458)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: unclosed IndexInput: _6.cfs
        at 
org.apache.lucene.store.MockDirectoryWrapper.addFileHandle(MockDirectoryWrapper.java:730)
        at 
org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:773)
        at 
org.apache.lucene.codecs.lucene50.Lucene50CompoundReader.<init>(Lucene50CompoundReader.java:78)
        at 
org.apache.lucene.codecs.lucene50.Lucene50CompoundFormat.getCompoundReader(Lucene50CompoundFormat.java:70)
        at 
org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:100)
        at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:83)
        at 
org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:172)
        at 
org.apache.lucene.index.BufferedUpdatesStream$SegmentState.<init>(BufferedUpdatesStream.java:262)
        at 
org.apache.lucene.index.FrozenBufferedUpdates.openSegmentStates(FrozenBufferedUpdates.java:369)
        at 
org.apache.lucene.index.FrozenBufferedUpdates.apply(FrozenBufferedUpdates.java:266)
        at 
org.apache.lucene.index.IndexWriter.lambda$publishFrozenUpdates$3(IndexWriter.java:2602)
        at 
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5099)
        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1612)
        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1601)
        at 
org.apache.lucene.index.TestIndexWriterWithThreads$IndexerThread.run(TestIndexWriterWithThreads.java:96)


FAILED:  
org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica

Error Message:
Expected new active leader null Live Nodes: [127.0.0.1:35982_solr, 
127.0.0.1:41186_solr, 127.0.0.1:49105_solr] Last available state: 
DocCollection(raceDeleteReplica_false//collections/raceDeleteReplica_false/state.json/13)={
   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node3":{           "core":"raceDeleteReplica_false_shard1_replica_n1",    
       "base_url":"http://127.0.0.1:55478/solr";,           
"node_name":"127.0.0.1:55478_solr",           "state":"down",           
"type":"NRT",           "force_set_state":"false",           "leader":"true"},  
       "core_node6":{           
"core":"raceDeleteReplica_false_shard1_replica_n5",           
"base_url":"http://127.0.0.1:55478/solr";,           
"node_name":"127.0.0.1:55478_solr",           "state":"down",           
"type":"NRT",           "force_set_state":"false"}}}},   
"router":{"name":"compositeId"},   "maxShardsPerNode":"1",   
"autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Expected new active leader
null
Live Nodes: [127.0.0.1:35982_solr, 127.0.0.1:41186_solr, 127.0.0.1:49105_solr]
Last available state: 
DocCollection(raceDeleteReplica_false//collections/raceDeleteReplica_false/state.json/13)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"raceDeleteReplica_false_shard1_replica_n1",
          "base_url":"http://127.0.0.1:55478/solr";,
          "node_name":"127.0.0.1:55478_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"},
        "core_node6":{
          "core":"raceDeleteReplica_false_shard1_replica_n5",
          "base_url":"http://127.0.0.1:55478/solr";,
          "node_name":"127.0.0.1:55478_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([30427A60B7B9DF9C:5A541BB0DF4B9556]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:280)
        at 
org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica(DeleteReplicaTest.java:334)
        at 
org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica(DeleteReplicaTest.java:230)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaByCountForAllShards

Error Message:
Error from server at http://127.0.0.1:41186/solr: Cannot create collection 
deleteByCountNew. Value of maxShardsPerNode is 1, and the number of nodes 
currently live or live and part of your createNodeSet is 3. This allows a 
maximum of 3 to be created. Value of numShards is 2, value of nrtReplicas is 2, 
value of tlogReplicas is 0 and value of pullReplicas is 0. This requires 4 
shards to be created (higher than the allowed number)

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:41186/solr: Cannot create collection 
deleteByCountNew. Value of maxShardsPerNode is 1, and the number of nodes 
currently live or live and part of your createNodeSet is 3. This allows a 
maximum of 3 to be created. Value of numShards is 2, value of nrtReplicas is 2, 
value of tlogReplicas is 0 and value of pullReplicas is 0. This requires 4 
shards to be created (higher than the allowed number)
        at 
__randomizedtesting.SeedInfo.seed([30427A60B7B9DF9C:CD33D34F8F882C9]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1107)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaByCountForAllShards(DeleteReplicaTest.java:167)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 1544 lines...]
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterWithThreads
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestIndexWriterWithThreads 
-Dtests.method=testIOExceptionDuringAbortWithThreads 
-Dtests.seed=3BAB545D3FBE2D5C -Dtests.slow=true -Dtests.locale=da-DK 
-Dtests.timezone=NZ -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.26s J1 | 
TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreads <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: 
MockDirectoryWrapper: cannot close: there are still 7 open files: {_7.cfs=1, 
_0.cfs=1, _2.cfs=1, _1.cfs=1, _6.cfs=1, _3.cfs=1, _4.cfs=1}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([3BAB545D3FBE2D5C:5A065CD2E390AEE0]:0)
   [junit4]    >        at 
org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:838)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexWriterWithThreads._testMultipleThreadsFailure(TestIndexWriterWithThreads.java:341)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreads(TestIndexWriterWithThreads.java:458)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.RuntimeException: unclosed IndexInput: 
_6.cfs
   [junit4]    >        at 
org.apache.lucene.store.MockDirectoryWrapper.addFileHandle(MockDirectoryWrapper.java:730)
   [junit4]    >        at 
org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:773)
   [junit4]    >        at 
org.apache.lucene.codecs.lucene50.Lucene50CompoundReader.<init>(Lucene50CompoundReader.java:78)
   [junit4]    >        at 
org.apache.lucene.codecs.lucene50.Lucene50CompoundFormat.getCompoundReader(Lucene50CompoundFormat.java:70)
   [junit4]    >        at 
org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:100)
   [junit4]    >        at 
org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:83)
   [junit4]    >        at 
org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:172)
   [junit4]    >        at 
org.apache.lucene.index.BufferedUpdatesStream$SegmentState.<init>(BufferedUpdatesStream.java:262)
   [junit4]    >        at 
org.apache.lucene.index.FrozenBufferedUpdates.openSegmentStates(FrozenBufferedUpdates.java:369)
   [junit4]    >        at 
org.apache.lucene.index.FrozenBufferedUpdates.apply(FrozenBufferedUpdates.java:266)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.lambda$publishFrozenUpdates$3(IndexWriter.java:2602)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5099)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1612)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1601)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexWriterWithThreads$IndexerThread.run(TestIndexWriterWithThreads.java:96)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), 
sim=RandomSimilarity(queryNorm=false): {field=IB LL-D1, titleTokenized=DFR GB1, 
body=DFR I(ne)L3(800.0)}, locale=da-DK, timezone=NZ
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_191 
(64-bit)/cpus=3,threads=1,free=105756408,total=306184192
   [junit4]   2> NOTE: All tests run in this JVM: [TestTermdocPerf, 
TestMixedDocValuesUpdates, TestLongRangeFieldQueries, TestNoMergeScheduler, 
TestFieldType, TestTermContext, TestLucene70DocValuesFormat, 
TestExceedMaxTermLength, TestPayloads, TestSpanExplanationsOfNonMatches, 
TestFieldCacheRewriteMethod, TestNIOFSDirectory, TestSubScorerFreqs, TestFlex, 
TestLatLonPointQueries, TestAttributeSource, TestSpanBoostQuery, 
TestPrefixInBooleanQuery, TestSort, TestDocValues, 
TestLucene50TermVectorsFormat, TestCharTermAttributeImpl, 
TestSleepingLockWrapper, TestCodecUtil, TestSparseFixedBitSet, 
MultiCollectorTest, TestWildcard, TestTermsEnum, TestMSBRadixSorter, 
TestDocValuesQueries, TestAutomatonQueryUnicode, TestDocIDMerger, 
TestTransactions, TestBooleanRewrites, TestBufferedChecksum, TestFieldReuse, 
Test2BPostings, TestFilterSpans, TestRecyclingByteBlockAllocator, 
TestByteSlices, TestLucene50StoredFieldsFormat, TestPointValues, Test2BTerms, 
TestComplexExplanations, TestTimSorterWorstCase, 
TestIndexWriterThreadsToSegments, TestFilterLeafReader, TestPendingDeletes, 
TestIntRange, TestDocValuesScoring, TestBKD, TestBooleanSimilarity, 
TestCustomNorms, TestNRTReaderWithThreads, TestOfflineSorter, 
TestMatchesIterator, TestDocument, TestLongPostings, 
TestTotalHitCountCollector, TestIntsRef, TestMutablePointsReaderUtils, 
TestPerFieldPostingsFormat, TestPolygon2D, TestIndexWriterWithThreads]
   [junit4] Completed [371/486 (1!)] on J1 in 2.39s, 14 tests, 1 error <<< 
FAILURES!

[...truncated 11857 lines...]
   [junit4] Suite: org.apache.solr.cloud.DeleteReplicaTest
   [junit4]   2> 1002614 INFO  
(SUITE-DeleteReplicaTest-seed#[30427A60B7B9DF9C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_30427A60B7B9DF9C-001/init-core-data-001
   [junit4]   2> 1002615 WARN  
(SUITE-DeleteReplicaTest-seed#[30427A60B7B9DF9C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=16 numCloses=16
   [junit4]   2> 1002615 INFO  
(SUITE-DeleteReplicaTest-seed#[30427A60B7B9DF9C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1002616 INFO  
(SUITE-DeleteReplicaTest-seed#[30427A60B7B9DF9C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1002617 INFO  
(SUITE-DeleteReplicaTest-seed#[30427A60B7B9DF9C]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_30427A60B7B9DF9C-001/tempDir-001
   [junit4]   2> 1002617 INFO  
(SUITE-DeleteReplicaTest-seed#[30427A60B7B9DF9C]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1002617 INFO  (Thread-1944) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1002617 INFO  (Thread-1944) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1002618 ERROR (Thread-1944) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1002723 INFO  
(SUITE-DeleteReplicaTest-seed#[30427A60B7B9DF9C]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:36321
   [junit4]   2> 1002726 INFO  (zkConnectionManagerCallback-2974-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1002730 INFO  (jetty-launcher-2971-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_191-b12
   [junit4]   2> 1002730 INFO  (jetty-launcher-2971-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_191-b12
   [junit4]   2> 1002731 INFO  (jetty-launcher-2971-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_191-b12
   [junit4]   2> 1002732 INFO  (jetty-launcher-2971-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_191-b12
   [junit4]   2> 1002732 INFO  (jetty-launcher-2971-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1002732 INFO  (jetty-launcher-2971-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1002733 INFO  (jetty-launcher-2971-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1002733 INFO  (jetty-launcher-2971-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4882e3a{/solr,null,AVAILABLE}
   [junit4]   2> 1002733 INFO  (jetty-launcher-2971-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@b16f46f{HTTP/1.1,[http/1.1]}{127.0.0.1:41186}
   [junit4]   2> 1002733 INFO  (jetty-launcher-2971-thread-1) [    ] 
o.e.j.s.Server Started @1003739ms
   [junit4]   2> 1002733 INFO  (jetty-launcher-2971-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41186}
   [junit4]   2> 1002733 ERROR (jetty-launcher-2971-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1002733 INFO  (jetty-launcher-2971-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1002733 INFO  (jetty-launcher-2971-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.7.0
   [junit4]   2> 1002734 INFO  (jetty-launcher-2971-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1002734 INFO  (jetty-launcher-2971-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1002734 INFO  (jetty-launcher-2971-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-11-17T02:18:33.349Z
   [junit4]   2> 1002736 INFO  (jetty-launcher-2971-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1002736 INFO  (jetty-launcher-2971-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1002736 INFO  (jetty-launcher-2971-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1002736 INFO  (jetty-launcher-2971-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@49ec8328{/solr,null,AVAILABLE}
   [junit4]   2> 1002737 INFO  (jetty-launcher-2971-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@5d45f485{HTTP/1.1,[http/1.1]}{127.0.0.1:49105}
   [junit4]   2> 1002737 INFO  (jetty-launcher-2971-thread-3) [    ] 
o.e.j.s.Server Started @1003743ms
   [junit4]   2> 1002737 INFO  (jetty-launcher-2971-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=49105}
   [junit4]   2> 1002737 ERROR (jetty-launcher-2971-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1002737 INFO  (jetty-launcher-2971-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1002737 INFO  (jetty-launcher-2971-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.7.0
   [junit4]   2> 1002737 INFO  (jetty-launcher-2971-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1002737 INFO  (jetty-launcher-2971-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1002737 INFO  (jetty-launcher-2971-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-11-17T02:18:33.352Z
   [junit4]   2> 1002740 INFO  (jetty-launcher-2971-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1002740 INFO  (jetty-launcher-2971-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1002740 INFO  (jetty-launcher-2971-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1002740 INFO  (jetty-launcher-2971-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5a750575{/solr,null,AVAILABLE}
   [junit4]   2> 1002740 INFO  (jetty-launcher-2971-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@30e39ead{HTTP/1.1,[http/1.1]}{127.0.0.1:55478}
   [junit4]   2> 1002740 INFO  (jetty-launcher-2971-thread-2) [    ] 
o.e.j.s.Server Started @1003747ms
   [junit4]   2> 1002740 INFO  (jetty-launcher-2971-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=55478}
   [junit4]   2> 1002741 ERROR (jetty-launcher-2971-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1002741 INFO  (jetty-launcher-2971-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1002743 INFO  (jetty-launcher-2971-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1002743 INFO  (jetty-launcher-2971-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1002743 INFO  (jetty-launcher-2971-thread-4) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1002743 INFO  (jetty-launcher-2971-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@785d4777{/solr,null,AVAILABLE}
   [junit4]   2> 1002743 INFO  (jetty-launcher-2971-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@5aa8e6f8{HTTP/1.1,[http/1.1]}{127.0.0.1:35982}
   [junit4]   2> 1002743 INFO  (jetty-launcher-2971-thread-4) [    ] 
o.e.j.s.Server Started @1003750ms
   [junit4]   2> 1002743 INFO  (jetty-launcher-2971-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=35982}
   [junit4]   2> 1002744 ERROR (jetty-launcher-2971-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1002744 INFO  (jetty-launcher-2971-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1002744 INFO  (jetty-launcher-2971-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.7.0
   [junit4]   2> 1002744 INFO  (jetty-launcher-2971-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1002744 INFO  (jetty-launcher-2971-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1002744 INFO  (jetty-launcher-2971-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-11-17T02:18:33.359Z
   [junit4]   2> 1002745 INFO  (zkConnectionManagerCallback-2976-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1002745 INFO  (jetty-launcher-2971-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.7.0
   [junit4]   2> 1002745 INFO  (jetty-launcher-2971-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1002745 INFO  (jetty-launcher-2971-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1002745 INFO  (jetty-launcher-2971-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-11-17T02:18:33.360Z
   [junit4]   2> 1002745 INFO  (zkConnectionManagerCallback-2978-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1002746 INFO  (zkConnectionManagerCallback-2980-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1002746 INFO  (jetty-launcher-2971-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1002746 INFO  (jetty-launcher-2971-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1002747 INFO  (jetty-launcher-2971-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1002754 INFO  (zkConnectionManagerCallback-2982-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1002761 INFO  (jetty-launcher-2971-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1003309 INFO  (jetty-launcher-2971-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36321/solr
   [junit4]   2> 1003396 INFO  (zkConnectionManagerCallback-2986-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1003460 INFO  (jetty-launcher-2971-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36321/solr
   [junit4]   2> 1003466 INFO  (zkConnectionManagerCallback-2992-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1003544 INFO  (jetty-launcher-2971-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36321/solr
   [junit4]   2> 1003570 INFO  (jetty-launcher-2971-thread-1) 
[n:127.0.0.1:41186_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:41186_solr
   [junit4]   2> 1003571 INFO  (jetty-launcher-2971-thread-1) 
[n:127.0.0.1:41186_solr    ] o.a.s.c.Overseer Overseer 
(id=72072654357790727-127.0.0.1:41186_solr-n_0000000000) starting
   [junit4]   2> 1003579 INFO  (zkConnectionManagerCallback-2998-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1003582 INFO  (zkConnectionManagerCallback-3005-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1003593 INFO  (jetty-launcher-2971-thread-2) 
[n:127.0.0.1:55478_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55478_solr
   [junit4]   2> 1003613 INFO  (zkConnectionManagerCallback-3003-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1003613 INFO  (zkConnectionManagerCallback-3012-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1003614 INFO  (zkCallback-2991-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1003614 INFO  (jetty-launcher-2971-thread-1) 
[n:127.0.0.1:41186_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1003616 INFO  (jetty-launcher-2971-thread-2) 
[n:127.0.0.1:55478_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1003616 INFO  (jetty-launcher-2971-thread-1) 
[n:127.0.0.1:41186_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:36321/solr ready
   [junit4]   2> 1003615 INFO  (zkCallback-3004-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1003618 INFO  (jetty-launcher-2971-thread-2) 
[n:127.0.0.1:55478_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:36321/solr ready
   [junit4]   2> 1003619 INFO  (jetty-launcher-2971-thread-2) 
[n:127.0.0.1:55478_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1003633 INFO  (zkConnectionManagerCallback-2990-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1003635 INFO  (zkConnectionManagerCallback-3015-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1003644 INFO  (jetty-launcher-2971-thread-3) 
[n:127.0.0.1:49105_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1003650 INFO  (jetty-launcher-2971-thread-3) 
[n:127.0.0.1:49105_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1003650 INFO  (jetty-launcher-2971-thread-3) 
[n:127.0.0.1:49105_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:49105_solr
   [junit4]   2> 1003651 INFO  (jetty-launcher-2971-thread-2) 
[n:127.0.0.1:55478_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55478.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7e5dbd5e
   [junit4]   2> 1003661 INFO  (jetty-launcher-2971-thread-2) 
[n:127.0.0.1:55478_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55478.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7e5dbd5e
   [junit4]   2> 1003662 INFO  (jetty-launcher-2971-thread-2) 
[n:127.0.0.1:55478_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55478.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7e5dbd5e
   [junit4]   2> 1003662 INFO  (jetty-launcher-2971-thread-2) 
[n:127.0.0.1:55478_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_30427A60B7B9DF9C-001/tempDir-001/node2/.
   [junit4]   2> 1003663 INFO  (jetty-launcher-2971-thread-1) 
[n:127.0.0.1:41186_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1003663 INFO  (jetty-launcher-2971-thread-1) 
[n:127.0.0.1:41186_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41186_solr
   [junit4]   2> 1003667 INFO  
(OverseerStateUpdate-72072654357790727-127.0.0.1:41186_solr-n_0000000000) 
[n:127.0.0.1:41186_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:41186_solr
   [junit4]   2> 1003669 INFO  
(OverseerStateUpdate-72072654357790727-127.0.0.1:41186_solr-n_0000000000) 
[n:127.0.0.1:41186_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (3)
   [junit4]   2> 1003683 INFO  (zkCallback-3011-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 1003685 INFO  (jetty-launcher-2971-thread-1) 
[n:127.0.0.1:41186_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1003686 INFO  (zkCallback-3004-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 1003686 INFO  (zkConnectionManagerCallback-3023-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1003695 INFO  (zkCallback-3002-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 1003696 INFO  (zkCallback-3014-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 1003710 INFO  (jetty-launcher-2971-thread-3) 
[n:127.0.0.1:49105_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1003712 INFO  (jetty-launcher-2971-thread-3) 
[n:127.0.0.1:49105_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:36321/solr ready
   [junit4]   2> 1003712 INFO  (jetty-launcher-2971-thread-3) 
[n:127.0.0.1:49105_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1003754 INFO  (jetty-launcher-2971-thread-1) 
[n:127.0.0.1:41186_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41186.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7e5dbd5e
   [junit4]   2> 1003782 INFO  (jetty-launcher-2971-thread-3) 
[n:127.0.0.1:49105_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_49105.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7e5dbd5e
   [junit4]   2> 1003795 INFO  (jetty-launcher-2971-thread-1) 
[n:127.0.0.1:41186_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41186.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7e5dbd5e
   [junit4]   2> 1003795 INFO  (jetty-launcher-2971-thread-1) 
[n:127.0.0.1:41186_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41186.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7e5dbd5e
   [junit4]   2> 1003798 INFO  (jetty-launcher-2971-thread-1) 
[n:127.0.0.1:41186_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_30427A60B7B9DF9C-001/tempDir-001/node1/.
   [junit4]   2> 1003802 INFO  (jetty-launcher-2971-thread-3) 
[n:127.0.0.1:49105_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_49105.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7e5dbd5e
   [junit4]   2> 1003803 INFO  (jetty-launcher-2971-thread-3) 
[n:127.0.0.1:49105_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_49105.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7e5dbd5e
   [junit4]   2> 1003804 INFO  (jetty-launcher-2971-thread-3) 
[n:127.0.0.1:49105_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_30427A60B7B9DF9C-001/tempDir-001/node3/.
   [junit4]   2> 1004077 INFO  (jetty-launcher-2971-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36321/solr
   [junit4]   2> 1004079 INFO  (zkConnectionManagerCallback-3028-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1004082 INFO  (zkConnectionManagerCallback-3030-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1004095 INFO  (jetty-launcher-2971-thread-4) 
[n:127.0.0.1:35982_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1004105 INFO  (jetty-launcher-2971-thread-4) 
[n:127.0.0.1:35982_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1004105 INFO  (jetty-launcher-2971-thread-4) 
[n:127.0.0.1:35982_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35982_solr
   [junit4]   2> 1004107 INFO  (zkCallback-2991-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1004107 INFO  (zkCallback-3022-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1004107 INFO  (zkCallback-3004-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1004108 INFO  (zkCallback-3002-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1004108 INFO  (zkCallback-3014-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1004108 INFO  (zkCallback-3011-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1004109 INFO  (zkCallback-3029-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1004129 INFO  (zkConnectionManagerCallback-3037-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1004131 INFO  (jetty-launcher-2971-thread-4) 
[n:127.0.0.1:35982_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1004132 INFO  (jetty-launcher-2971-thread-4) 
[n:127.0.0.1:35982_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:36321/solr ready
   [junit4]   2> 1004136 INFO  (jetty-launcher-2971-thread-4) 
[n:127.0.0.1:35982_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1004150 INFO  (jetty-launcher-2971-thread-4) 
[n:127.0.0.1:35982_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35982.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7e5dbd5e
   [junit4]   2> 1004156 INFO  (jetty-launcher-2971-thread-4) 
[n:127.0.0.1:35982_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35982.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7e5dbd5e
   [junit4]   2> 1004156 INFO  (jetty-launcher-2971-thread-4) 
[n:127.0.0.1:35982_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35982.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7e5dbd5e
   [junit4]   2> 1004156 INFO  (jetty-launcher-2971-thread-4) 
[n:127.0.0.1:35982_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_30427A60B7B9DF9C-001/tempDir-001/node4/.
   [junit4]   2> 1004205 INFO  (zkConnectionManagerCallback-3040-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1004210 INFO  (zkConnectionManagerCallback-3045-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1004211 INFO  
(SUITE-DeleteReplicaTest-seed#[30427A60B7B9DF9C]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1004213 INFO  
(SUITE-DeleteReplicaTest-seed#[30427A60B7B9DF9C]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36321/solr ready
   [junit4]   2> 1004266 INFO  
(TEST-DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup-seed#[30427A60B7B9DF9C])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting deleteReplicaAndVerifyDirectoryCleanup
   [junit4]   2> 1004268 INFO  (qtp1257765226-9979) [n:127.0.0.1:49105_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&name=deletereplica_test&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1004273 INFO  
(OverseerThreadFactory-4015-thread-1-processing-n:127.0.0.1:41186_solr) 
[n:127.0.0.1:41186_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
deletereplica_test
   [junit4]   2> 1004387 INFO  (qtp1257765226-9975) [n:127.0.0.1:49105_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=1
   [junit4]   2> 1004390 INFO  (qtp842780459-9997) [n:127.0.0.1:35982_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1004392 INFO  (qtp481958285-9989) [n:127.0.0.1:55478_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1004394 INFO  (qtp427117639-9968) [n:127.0.0.1:41186_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1004402 INFO  
(OverseerStateUpdate-72072654357790727-127.0.0.1:41186_solr-n_0000000000) 
[n:127.0.0.1:41186_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deletereplica_test",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deletereplica_test_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:41186/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1004406 INFO  
(OverseerStateUpdate-72072654357790727-127.0.0.1:41186_solr-n_0000000000) 
[n:127.0.0.1:41186_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deletereplica_test",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deletereplica_test_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:55478/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1004611 INFO  (qtp427117639-9964) [n:127.0.0.1:41186_solr    
x:deletereplica_test_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=deletereplica_test_shard1_replica_n1&action=CREATE&numShards=1&collection=deletereplica_test&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1004611 INFO  (qtp481958285-9962) [n:127.0.0.1:55478_solr    
x:deletereplica_test_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=deletereplica_test_shard1_replica_n2&action=CREATE&numShards=1&collection=deletereplica_test&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1004617 INFO  (qtp481958285-9962) [n:127.0.0.1:55478_solr    
x:deletereplica_test_shard1_replica_n2] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1005632 INFO  (qtp481958285-9962) [n:127.0.0.1:55478_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.7.0
   [junit4]   2> 1005632 INFO  (qtp427117639-9964) [n:127.0.0.1:41186_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.7.0
   [junit4]   2> 1005637 INFO  (qtp481958285-9962) [n:127.0.0.1:55478_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.s.IndexSchema 
[deletereplica_test_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1005639 INFO  (qtp481958285-9962) [n:127.0.0.1:55478_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 1005639 INFO  (qtp481958285-9962) [n:127.0.0.1:55478_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 
'deletereplica_test_shard1_replica_n2' using configuration from collection 
deletereplica_test, trusted=true
   [junit4]   2> 1005639 INFO  (qtp427117639-9964) [n:127.0.0.1:41186_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.s.IndexSchema 
[deletereplica_test_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1005639 INFO  (qtp481958285-9962) [n:127.0.0.1:55478_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_55478.solr.core.deletereplica_test.shard1.replica_n2' 
(registry 'solr.core.deletereplica_test.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7e5dbd5e
   [junit4]   2> 1005639 INFO  (qtp481958285-9962) [n:127.0.0.1:55478_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.c.SolrCore 
[[deletereplica_test_shard1_replica_n2] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_30427A60B7B9DF9C-001/tempDir-001/node2/deletereplica_test_shard1_replica_n2],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_30427A60B7B9DF9C-001/tempDir-001/node2/./deletereplica_test_shard1_replica_n2/data/]
   [junit4]   2> 1005641 INFO  (qtp427117639-9964) [n:127.0.0.1:41186_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 1005641 INFO  (qtp427117639-9964) [n:127.0.0.1:41186_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 
'deletereplica_test_shard1_replica_n1' using configuration from collection 
deletereplica_test, trusted=true
   [junit4]   2> 1005642 INFO  (qtp427117639-9964) [n:127.0.0.1:41186_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_41186.solr.core.deletereplica_test.shard1.replica_n1' 
(registry 'solr.core.deletereplica_test.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7e5dbd5e
   [junit4]   2> 1005642 INFO  (qtp427117639-9964) [n:127.0.0.1:41186_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.c.SolrCore 
[[deletereplica_test_shard1_replica_n1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_30427A60B7B9DF9C-001/tempDir-001/node1/deletereplica_test_shard1_replica_n1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_30427A60B7B9DF9C-001/tempDir-001/node1/./deletereplica_test_shard1_replica_n1/data/]
   [junit4]   2> 1005689 INFO  (qtp481958285-9962) [n:127.0.0.1:55478_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1005689 INFO  (qtp481958285-9962) [n:127.0.0.1:55478_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1005690 INFO  (qtp481958285-9962) [n:127.0.0.1:55478_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 1005690 INFO  (qtp481958285-9962) [n:127.0.0.1:55478_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 1005691 INFO  (qtp481958285-9962) [n:127.0.0.1:55478_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@54b6ea2a[deletereplica_test_shard1_replica_n2] main]
   [junit4]   2> 1005692 INFO  (qtp481958285-9962) [n:127.0.0.1:55478_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1005693 INFO  (qtp481958285-9962) [n:127.0.0.1:55478_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1005693 INFO  (qtp481958285-9962) [n:127.0.0.1:55478_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will 
be reserved for 10000ms.
   [junit4]   2> 1005693 INFO  (qtp481958285-9962) [n:127.0.0.1:55478_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1617345764453777408
   [junit4]   2> 1005694 INFO  
(searcherExecutor-4032-thread-1-processing-n:127.0.0.1:55478_solr 
x:deletereplica_test_shard1_replica_n2 c:deletereplica_test s:shard1 
r:core_node4) [n:127.0.0.1:55478_solr c:deletereplica_test s:shard1 
r:core_node4 x:deletereplica_test_shard1_replica_n2] o.a.s.c.SolrCore 
[deletereplica_test_shard1_replica_n2] Registered new searcher 
Searcher@54b6ea2a[deletereplica_test_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1005695 INFO  (qtp427117639-9964) [n:127.0.0.1:41186_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1005695 INFO  (qtp427117639-9964) [n:127.0.0.1:41186_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1005697 INFO  (qtp427117639-9964) [n:127.0.0.1:41186_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 1005697 INFO  (qtp427117639-9964) [n:127.0.0.1:41186_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 1005698 INFO  (qtp427117639-9964) [n:127.0.0.1:41186_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6ef189b0[deletereplica_test_shard1_replica_n1] main]
   [junit4]   2> 1005700 INFO  (qtp481958285-9962) [n:127.0.0.1:55478_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update 
of terms at /collections/deletereplica_test/terms/shard1 to 
Terms{values={core_node4=0}, version=0}
   [junit4]   2> 1005700 INFO  (qtp427117639-9964) [n:127.0.0.1:41186_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1005700 INFO  (qtp427117639-9964) [n:127.0.0.1:41186_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1005701 INFO  (qtp427117639-9964) [n:127.0.0.1:41186_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will 
be reserved for 10000ms.
   [junit4]   2> 1005701 INFO  (qtp427117639-9964) [n:127.0.0.1:41186_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1617345764462166016
   [junit4]   2> 1005702 INFO  
(searcherExecutor-4033-thread-1-processing-n:127.0.0.1:41186_solr 
x:deletereplica_test_shard1_replica_n1 c:deletereplica_test s:shard1 
r:core_node3) [n:127.0.0.1:41186_solr c:deletereplica_test s:shard1 
r:core_node3 x:deletereplica_test_shard1_replica_n1] o.a.s.c.SolrCore 
[deletereplica_test_shard1_replica_n1] Registered new searcher 
Searcher@6ef189b0[deletereplica_test_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1005706 INFO  (qtp481958285-9962) [n:127.0.0.1:55478_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext 
Waiting until we see more replicas up for shard shard1: total=2 found=1 
timeoutin=9999ms
   [junit4]   2> 1005708 INFO  (qtp427117639-9964) [n:127.0.0.1:41186_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update 
of terms at /collections/deletereplica_test/terms/shard1 to 
Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 1006209 INFO  (qtp481958285-9962) [n:127.0.0.1:55478_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 1006209 INFO  (qtp481958285-9962) [n:127.0.0.1:55478_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 1006209 INFO  (qtp481958285-9962) [n:127.0.0.1:55478_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:55478/solr/deletereplica_test_shard1_replica_n2/
   [junit4]   2> 1006209 INFO  (qtp481958285-9962) [n:127.0.0.1:55478_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: 
core=deletereplica_test_shard1_replica_n2 url=http://127.0.0.1:55478/solr START 
replicas=[http://127.0.0.1:41186/solr/deletereplica_test_shard1_replica_n1/] 
nUpdates=100
   [junit4]   2> 1006210 INFO  (qtp481958285-9962) [n:127.0.0.1:55478_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: 
core=deletereplica_test_shard1_replica_n2 url=http://127.0.0.1:55478/solr DONE. 
 We have no versions.  sync failed.
   [junit4]   2> 1006212 INFO  (qtp427117639-9967) [n:127.0.0.1:41186_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.c.S.Request 
[deletereplica_test_shard1_replica_n1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1006212 INFO  (qtp481958285-9962) [n:127.0.0.1:55478_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's attempt 
to sync with shard failed, moving to the next candidate
   [junit4]   2> 1006212 INFO  (qtp481958285-9962) [n:127.0.0.1:55478_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext We 
failed sync, but we have no versions - we can't sync in that case - we were 
active before, so become leader anyway
   [junit4]   2> 1006212 INFO  (qtp481958285-9962) [n:127.0.0.1:55478_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext 
Found all replicas participating in election, clear LIR
   [junit4]   2> 1006219 INFO  (qtp481958285-9962) [n:127.0.0.1:55478_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am 
the new leader: 
http://127.0.0.1:55478/solr/deletereplica_test_shard1_replica_n2/ shard1
   [junit4]   2> 1006374 INFO  (qtp481958285-9962) [n:127.0.0.1:55478_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.c.ZkController I am the leader, 
no recovery necessary
   [junit4]   2> 1006377 INFO  (qtp481958285-9962) [n:127.0.0.1:55478_solr 
c:deletereplica_test s:shard1 r:core_node4 
x:deletereplica_test_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=deletereplica_test_shard1_replica_n2&action=CREATE&numShards=1&collection=deletereplica_test&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1768
   [junit4]   2> 1006478 INFO  (zkCallback-3004-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deletereplica_test/state.json] for collection 
[deletereplica_test] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1006718 INFO  (qtp427117639-9964) [n:127.0.0.1:41186_solr 
c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=deletereplica_test_shard1_replica_n1&action=CREATE&numShards=1&collection=deletereplica_test&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2109
   [junit4]   2> 1006721 INFO  (qtp1257765226-9979) [n:127.0.0.1:49105_solr    
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1006817 INFO  (zkCallback-3004-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deletereplica_test/state.json] for collection 
[deletereplica_test] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1006817 INFO  (zkCallback-2991-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deletereplica_test/state.json] for collection 
[deletereplica_test] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1007723 INFO  (qtp1257765226-9979) [n:127.0.0.1:49105_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&name=deletereplica_test&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=3456
   [junit4]   2> 1007726 INFO  (qtp481958285-9988) [n:127.0.0.1:55478_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=true&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1007727 INFO  (qtp1257765226-9978) [n:127.0.0.1:49105_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletereplica with 
params 
replica=core_node4&action=DELETEREPLICA&collection=deletereplica_test&shard=shard1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1007731 INFO  
(OverseerCollectionConfigSetProcessor-72072654357790727-127.0.0.1:41186_solr-n_0000000000)
 [n:127.0.0.1:41186_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1007731 INFO  (qtp481958285-9991) [n:127.0.0.1:55478_solr    
x:deletereplica_test_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing 
metric reporters for registry=solr.core.deletereplica_test.shard1.replica_n2, 
tag=null
   [junit4]   2> 1007731 INFO  (qtp481958285-9991) [n:127.0.0.1:55478_solr    
x:deletereplica_test_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@63e4b508: rootName 
= solr_55478, domain = solr.core.deletereplica_test.shard1.replica_n2, service 
url = null, agent id = null] for registry 
solr.core.deletereplica_test.shard1.replica_n2 / 
com.codahale.metrics.MetricRegistry@4e778002
   [junit4]   2> 1007739 INFO  (qtp481958285-9991) [n:127.0.0.1:55478_solr    
x:deletereplica_test_shard1_replica_n2] o.a.s.c.SolrCore 
[deletereplica_test_shard1_replica_n2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@42d4dd18
   [junit4]   2> 1007739 INFO  (qtp481958285-9991) [n:127.0.0.1:55478_solr    
x:deletereplica_test_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing 
metric reporters for registry=solr.core.deletereplica_test.shard1.replica_n2, 
tag=42d4dd18
   [junit4]   2> 1007739 INFO  (qtp481958285-9991) [n:127.0.0.1:55478_solr    
x:deletereplica_test_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing 
metric reporters for registry=solr.collection.deletereplica_test.shard1.leader, 
tag=42d4dd18
   [junit4]   2> 1007744 INFO  (qtp481958285-9991) [n:127.0.0.1:55478_solr    
x:deletereplica_test_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update 
of terms at /collections/deletereplica_test/terms/shard1 to 
Terms{values={core_node3=0}, version=2}
   [junit4]   2> 1007746 INFO  (qtp481958285-9991) [n:127.0.0.1:55478_solr    
x:deletereplica_test_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=deletereplica_test_shard1_replica_n2&deleteMetricsHistory=true&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2&deleteIndex=true}
 status=0 QTime=14
   [junit4]   2> 1007748 INFO  (zkCallback-2991-thread-1) 
[n:127.0.0.1:41186_solr c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 1007853 INFO  (zkCallback-2991-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deletereplica_test/state.json] for collection 
[deletereplica_test] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1007853 INFO  (zkCallback-3004-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deletereplica_test/state.json] for collection 
[deletereplica_test] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1007949 INFO  (qtp1257765226-9978) [n:127.0.0.1:49105_solr 
c:deletereplica_test   ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={replica=core_node4&action=DELETEREPLICA&collection=deletereplica_test&shard=shard1&wt=javabin&version=2}
 status=0 QTime=222
   [junit4]   2> 1009737 INFO  
(OverseerCollectionConfigSetProcessor-72072654357790727-127.0.0.1:41186_solr-n_0000000000)
 [n:127.0.0.1:41186_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1010250 INFO  (zkCallback-2991-thread-1) 
[n:127.0.0.1:41186_solr c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:41186/solr/deletereplica_test_shard1_replica_n1/
   [junit4]   2> 1010250 INFO  (zkCallback-2991-thread-1) 
[n:127.0.0.1:41186_solr c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now 
sync replicas to me
   [junit4]   2> 1010250 INFO  (zkCallback-2991-thread-1) 
[n:127.0.0.1:41186_solr c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.c.SyncStrategy 
http://127.0.0.1:41186/solr/deletereplica_test_shard1_replica_n1/ has no 
replicas
   [junit4]   2> 1010256 INFO  (zkCallback-2991-thread-1) 
[n:127.0.0.1:41186_solr c:deletereplica_test s:shard1 r:core_node3 
x:deletereplica_test_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am 
the new leader: 
http://127.0.0.1:41186/solr/deletereplica_test_shard1_replica_n1/ shard1
   [junit4]   2> 1010257 INFO  (zkCallback-2991-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/deletereplica_test/state.json] for collection 
[deletereplica_test] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1010268 INFO  
(TEST-DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup-seed#[30427A60B7B9DF9C])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending deleteReplicaAndVerifyDirectoryCleanup
   [junit4]   2> 1010303 INFO  
(TEST-DeleteReplicaTest.deleteReplicaByCount-seed#[30427A60B7B9DF9C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting deleteReplicaByCount
   [junit4]   2> 1010303 INFO  (qtp1257765226-9982) [n:127.0.0.1:49105_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=1&collection.configName=conf&name=deleteByCount&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1010306 INFO  
(OverseerThreadFactory-4015-thread-3-processing-n:127.0.0.1:41186_solr) 
[n:127.0.0.1:41186_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
deleteByCount
   [junit4]   2> 1010522 INFO  (qtp1257765226-9978) [n:127.0.0.1:49105_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1010525 INFO  (qtp842780459-9980) [n:127.0.0.1:35982_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=1
   [junit4]   2> 1010530 INFO  (qtp481958285-9988) [n:127.0.0.1:55478_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1010537 INFO  (qtp427117639-9970) [n:127.0.0.1:41186_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.deletereplica_test.shard1.replica_n1:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 1010538 INFO  (qtp427117639-9967) [n:127.0.0.1:41186_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1010545 INFO  
(OverseerStateUpdate-72072654357790727-127.0.0.1:41186_solr-n_0000000000) 
[n:127.0.0.1:41186_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteByCount",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deleteByCount_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:55478/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1010549 INFO  
(OverseerStateUpdate-72072654357790727-127.0.0.1:41186_solr-n_0000000000) 
[n:127.0.0.1:41186_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteByCount",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deleteByCount_shard1_replica_t2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:35982/solr";,
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1010553 INFO  
(OverseerStateUpdate-72072654357790727-127.0.0.1:41186_solr-n_0000000000) 
[n:127.0.0.1:41186_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deleteByCount",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deleteByCount_shard1_replica_p4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:49105/solr";,
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1010756 INFO  (qtp842780459-9996) [n:127.0.0.1:35982_solr    
x:deleteByCount_shard1_replica_t2] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=deleteByCount_shard1_replica_t2&action=CREATE&numShards=1&collection=deleteByCount&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 1010756 INFO  (qtp1257765226-9983) [n:127.0.0.1:49105_solr    
x:deleteByCount_shard1_replica_p4] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=deleteByCount_shard1_replica_p4&action=CREATE&numShards=1&collection=deleteByCount&shard=shard1&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 1010757 INFO  (qtp481958285-9991) [n:127.0.0.1:55478_solr    
x:deleteByCount_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=deleteByCount_shard1_replica_n1&action=CREATE&numShards=1&collection=deleteByCount&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1011785 INFO  (qtp481958285-9991) [n:127.0.0.1:55478_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.7.0
   [junit4]   2> 1011786 INFO  (qtp842780459-9996) [n:127.0.0.1:35982_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_t2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.7.0
   [junit4]   2> 1011786 INFO  (qtp1257765226-9983) [n:127.0.0.1:49105_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.7.0
   [junit4]   2> 1011791 INFO  (qtp481958285-9991) [n:127.0.0.1:55478_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.s.IndexSchema [deleteByCount_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1011793 INFO  (qtp481958285-9991) [n:127.0.0.1:55478_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1011793 INFO  (qtp481958285-9991) [n:127.0.0.1:55478_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'deleteByCount_shard1_replica_n1' using 
configuration from collection deleteByCount, trusted=true
   [junit4]   2> 1011794 INFO  (qtp842780459-9996) [n:127.0.0.1:35982_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_t2] 
o.a.s.s.IndexSchema [deleteByCount_shard1_replica_t2] Schema name=minimal
   [junit4]   2> 1011794 INFO  (qtp481958285-9991) [n:127.0.0.1:55478_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55478.solr.core.deleteByCount.shard1.replica_n1' (registry 
'solr.core.deleteByCount.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7e5dbd5e
   [junit4]   2> 1011794 INFO  (qtp481958285-9991) [n:127.0.0.1:55478_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.c.SolrCore [[deleteByCount_shard1_replica_n1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_30427A60B7B9DF9C-001/tempDir-001/node2/deleteByCount_shard1_replica_n1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_30427A60B7B9DF9C-001/tempDir-001/node2/./deleteByCount_shard1_replica_n1/data/]
   [junit4]   2> 1011795 INFO  (qtp842780459-9996) [n:127.0.0.1:35982_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_t2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1011795 INFO  (qtp842780459-9996) [n:127.0.0.1:35982_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_t2] 
o.a.s.c.CoreContainer Creating SolrCore 'deleteByCount_shard1_replica_t2' using 
configuration from collection deleteByCount, trusted=true
   [junit4]   2> 1011796 INFO  (qtp842780459-9996) [n:127.0.0.1:35982_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_t2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35982.solr.core.deleteByCount.shard1.replica_t2' (registry 
'solr.core.deleteByCount.shard1.replica_t2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7e5dbd5e
   [junit4]   2> 1011796 INFO  (qtp842780459-9996) [n:127.0.0.1:35982_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_t2] 
o.a.s.c.SolrCore [[deleteByCount_shard1_replica_t2] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_30427A60B7B9DF9C-001/tempDir-001/node4/deleteByCount_shard1_replica_t2],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_30427A60B7B9DF9C-001/tempDir-001/node4/./deleteByCount_shard1_replica_t2/data/]
   [junit4]   2> 1011796 INFO  (qtp1257765226-9983) [n:127.0.0.1:49105_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.s.IndexSchema [deleteByCount_shard1_replica_p4] Schema name=minimal
   [junit4]   2> 1011798 INFO  (qtp1257765226-9983) [n:127.0.0.1:49105_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1011798 INFO  (qtp1257765226-9983) [n:127.0.0.1:49105_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.c.CoreContainer Creating SolrCore 'deleteByCount_shard1_replica_p4' using 
configuration from collection deleteByCount, trusted=true
   [junit4]   2> 1011799 INFO  (qtp1257765226-9983) [n:127.0.0.1:49105_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_49105.solr.core.deleteByCount.shard1.replica_p4' (registry 
'solr.core.deleteByCount.shard1.replica_p4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7e5dbd5e
   [junit4]   2> 1011799 INFO  (qtp1257765226-9983) [n:127.0.0.1:49105_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.c.SolrCore [[deleteByCount_shard1_replica_p4] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_30427A60B7B9DF9C-001/tempDir-001/node3/deleteByCount_shard1_replica_p4],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_30427A60B7B9DF9C-001/tempDir-001/node3/./deleteByCount_shard1_replica_p4/data/]
   [junit4]   2> 1011850 INFO  (qtp481958285-9991) [n:127.0.0.1:55478_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1011850 INFO  (qtp481958285-9991) [n:127.0.0.1:55478_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1011851 INFO  (qtp481958285-9991) [n:127.0.0.1:55478_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1011851 INFO  (qtp481958285-9991) [n:127.0.0.1:55478_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1011852 INFO  (qtp481958285-9991) [n:127.0.0.1:55478_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4989ed4d[deleteByCount_shard1_replica_n1] main]
   [junit4]   2> 1011853 INFO  (qtp481958285-9991) [n:127.0.0.1:55478_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1011854 INFO  (qtp1257765226-9983) [n:127.0.0.1:49105_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1011854 INFO  (qtp1257765226-9983) [n:127.0.0.1:49105_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1011854 INFO  (qtp481958285-9991) [n:127.0.0.1:55478_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1011855 INFO  (qtp481958285-9991) [n:127.0.0.1:55478_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1011855 INFO  (qtp481958285-9991) [n:127.0.0.1:55478_solr 
c:deleteByCount s:shard1 r:core_node3 x:deleteByCount_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1617345770915102720
   [junit4]   2> 1011855 INFO  
(searcherExecutor-4042-thread-1-processing-n:127.0.0.1:55478_solr 
x:deleteByCount_shard1_replica_n1 c:deleteByCount s:shard1 r:core_node3) 
[n:127.0.0.1:55478_solr c:deleteByCount s:shard1 r:core_node3 
x:deleteByCount_shard1_replica_n1] o.a.s.c.SolrCore 
[deleteByCount_shard1_replica_n1] Registered new searcher 
Searcher@4989ed4d[deleteByCount_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1011855 INFO  (qtp1257765226-9983) [n:127.0.0.1:49105_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@367e4613[deleteByCount_shard1_replica_p4] main]
   [junit4]   2> 1011857 INFO  (qtp1257765226-9983) [n:127.0.0.1:49105_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1011857 INFO  (qtp842780459-9996) [n:127.0.0.1:35982_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_t2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1011857 INFO  (qtp842780459-9996) [n:127.0.0.1:35982_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_t2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1011857 INFO  (qtp1257765226-9983) [n:127.0.0.1:49105_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1011858 INFO  (qtp842780459-9996) [n:127.0.0.1:35982_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_t2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1011858 INFO  (qtp842780459-9996) [n:127.0.0.1:35982_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_t2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1011859 INFO  (qtp842780459-9996) [n:127.0.0.1:35982_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_t2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@747b13b0[deleteByCount_shard1_replica_t2] main]
   [junit4]   2> 1011859 INFO  (qtp1257765226-9983) [n:127.0.0.1:49105_solr 
c:deleteByCount s:shard1 r:core_node6 x:deleteByCount_shard1_replica_p4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1011860 INFO  (qtp842780459-9996) [n:127.0.0.1:35982_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_t2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1011861 INFO  
(searcherExecutor-4044-thread-1-processing-n:127.0.0.1:49105_solr 
x:deleteByCount_shard1_replica_p4 c:deleteByCount s:shard1 r:core_node6) 
[n:127.0.0.1:49105_solr c:deleteByCount s:shard1 r:core_node6 
x:deleteByCount_shard1_replica_p4] o.a.s.c.SolrCore 
[deleteByCount_shard1_replica_p4] Registered new searcher 
Searcher@367e4613[deleteByCount_shard1_replica_p4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1011861 INFO  (qtp842780459-9996) [n:127.0.0.1:35982_solr 
c:deleteByCount s:shard1 r:core_node5 x:deleteByCount_shard1_replica_t2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1011862 INFO  (qtp842780

[...truncated too long message...]

estIndexWriterWithThreads.testSoftUpdateSingleDocWithThreads
   [junit4] OK      1.05s J0 | 
TestIndexWriterWithThreads.testRollbackAndCommitWithThreads
   [junit4] OK      0.01s J0 | 
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegment
   [junit4] OK      0.06s J0 | 
TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreadsOnlyOnce
   [junit4] OK      0.02s J0 | 
TestIndexWriterWithThreads.testOpenTwoIndexWritersOnDifferentThreads
   [junit4] OK      0.06s J0 | 
TestIndexWriterWithThreads.testImmediateDiskFullWithThreads
   [junit4] OK      0.01s J0 | 
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentOnlyOnce
   [junit4] OK      0.08s J0 | 
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreads
   [junit4] Completed [3/5] on J0 in 4.00s, 14 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterWithThreads
   [junit4] OK      0.01s J1 | 
TestIndexWriterWithThreads.testIOExceptionDuringAbort
   [junit4] OK      0.19s J1 | 
TestIndexWriterWithThreads.testUpdateSingleDocWithThreads
   [junit4] OK      0.02s J1 | 
TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreads
   [junit4] OK      0.01s J1 | 
TestIndexWriterWithThreads.testIOExceptionDuringAbortOnlyOnce
   [junit4] OK      0.02s J1 | 
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreadsOnlyOnce
   [junit4] OK      1.24s J1 | TestIndexWriterWithThreads.testCloseWithThreads
   [junit4] OK      0.49s J1 | 
TestIndexWriterWithThreads.testSoftUpdateSingleDocWithThreads
   [junit4] OK      0.55s J1 | 
TestIndexWriterWithThreads.testRollbackAndCommitWithThreads
   [junit4] OK      0.04s J1 | 
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegment
   [junit4] OK      0.05s J1 | 
TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreadsOnlyOnce
   [junit4] OK      0.06s J1 | 
TestIndexWriterWithThreads.testOpenTwoIndexWritersOnDifferentThreads
   [junit4] OK      0.12s J1 | 
TestIndexWriterWithThreads.testImmediateDiskFullWithThreads
   [junit4] OK      0.01s J1 | 
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentOnlyOnce
   [junit4] OK      0.43s J1 | 
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreads
   [junit4] Completed [4/5] on J1 in 3.28s, 14 tests
   [junit4] 
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterWithThreads
   [junit4] OK      0.01s J0 | 
TestIndexWriterWithThreads.testIOExceptionDuringAbort
   [junit4] OK      0.17s J0 | 
TestIndexWriterWithThreads.testUpdateSingleDocWithThreads
   [junit4] OK      0.02s J0 | 
TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreads
   [junit4] OK      0.01s J0 | 
TestIndexWriterWithThreads.testIOExceptionDuringAbortOnlyOnce
   [junit4] OK      0.02s J0 | 
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreadsOnlyOnce
   [junit4] OK      0.57s J0 | TestIndexWriterWithThreads.testCloseWithThreads
   [junit4] OK      0.21s J0 | 
TestIndexWriterWithThreads.testSoftUpdateSingleDocWithThreads
   [junit4] OK      0.12s J0 | 
TestIndexWriterWithThreads.testRollbackAndCommitWithThreads
   [junit4] OK      0.01s J0 | 
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegment
   [junit4] OK      0.02s J0 | 
TestIndexWriterWithThreads.testIOExceptionDuringAbortWithThreadsOnlyOnce
   [junit4] OK      0.00s J0 | 
TestIndexWriterWithThreads.testOpenTwoIndexWritersOnDifferentThreads
   [junit4] OK      0.02s J0 | 
TestIndexWriterWithThreads.testImmediateDiskFullWithThreads
   [junit4] OK      0.01s J0 | 
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentOnlyOnce
   [junit4] OK      0.02s J0 | 
TestIndexWriterWithThreads.testIOExceptionDuringWriteSegmentWithThreads
   [junit4] Completed [5/5] on J0 in 1.21s, 14 tests
   [junit4] 
   [junit4] JVM J0:     0.66 ..    12.90 =    12.24s
   [junit4] JVM J1:     0.66 ..    11.64 =    10.98s
   [junit4] Execution time total: 12 seconds
   [junit4] Tests summary: 5 suites, 70 tests
   [junit4] Could not remove temporary path: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/test/J1
 (java.nio.file.DirectoryNotEmptyException: Remaining files: 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/test/J1/temp])
   [junit4] Could not remove temporary path: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/test/J0
 (java.nio.file.DirectoryNotEmptyException: Remaining files: 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/build/core/test/J0/temp])
     [echo] 5 slowest tests:
[junit4:tophints] 160.02s | 
org.apache.lucene.codecs.lucene70.TestLucene70DocValuesFormat
[junit4:tophints]  27.36s | org.apache.lucene.index.TestTermsEnum
[junit4:tophints]  19.38s | 
org.apache.lucene.codecs.perfield.TestPerFieldDocValuesFormat
[junit4:tophints]  18.97s | org.apache.lucene.util.TestTimSorterWorstCase
[junit4:tophints]  17.47s | 
org.apache.lucene.search.TestSimpleExplanationsWithFillerDocs

-check-totals:

test-nocompile:

BUILD SUCCESSFUL
Total time: 15 seconds
[repro] Failures:
[repro]   0/5 failed: org.apache.lucene.index.TestIndexWriterWithThreads
[repro]   0/5 failed: org.apache.solr.cloud.DeleteReplicaTest
[repro] Exiting with code 0
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
java.lang.InterruptedException: no matches found within 10000
        at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2845)
        at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2724)
        at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2705)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3084)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to Solaris VBOX
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
                at hudson.remoting.Channel.call(Channel.java:955)
                at hudson.FilePath.act(FilePath.java:1070)
                at hudson.FilePath.act(FilePath.java:1059)
                at hudson.FilePath.validateAntFileMask(FilePath.java:2703)
                at 
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
                at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
                at 
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
                at hudson.model.Build$BuildExecution.post2(Build.java:186)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
                at hudson.model.Run.execute(Run.java:1835)
                at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
                at 
hudson.model.ResourceController.execute(ResourceController.java:97)
                at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
        at hudson.remoting.UserRequest.perform(UserRequest.java:212)
        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
        at hudson.remoting.Request$2.run(Request.java:369)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no 
matches found within 10000
        at hudson.FilePath.act(FilePath.java:1072)
        at hudson.FilePath.act(FilePath.java:1059)
        at hudson.FilePath.validateAntFileMask(FilePath.java:2703)
        at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
        at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
        at hudson.model.Build$BuildExecution.post2(Build.java:186)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
        at hudson.model.Run.execute(Run.java:1835)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/*_pid*.log". Configuration error?
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all 
warnings.
<Git Blamer> GIT_COMMIT=0ed5cd5c3f97775567696f473579d0ad0623d749, 
workspace=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris
[WARNINGS] Computing warning deltas based on reference build #910
Recording test results
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to