Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/727/

2 tests failed.
FAILED:  
org.apache.solr.cloud.api.collections.CollectionTooManyReplicasTest.testAddTooManyReplicas

Error Message:
Could not load collection from ZK: TooManyReplicasInSeveralFlavors

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: 
TooManyReplicasInSeveralFlavors
        at 
__randomizedtesting.SeedInfo.seed([371FEA652E7E18EE:BA4D9EBD6098275F]:0)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1316)
        at 
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:732)
        at 
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:148)
        at 
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:131)
        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:117)
        at 
org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:256)
        at 
org.apache.solr.cloud.api.collections.CollectionTooManyReplicasTest.getAllNodeNames(CollectionTooManyReplicasTest.java:218)
        at 
org.apache.solr.cloud.api.collections.CollectionTooManyReplicasTest.testAddTooManyReplicas(CollectionTooManyReplicasTest.java:63)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for 
/collections/TooManyReplicasInSeveralFlavors/state.json
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
        at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1215)
        at 
org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:341)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:341)
        at 
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1328)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1314)
        ... 46 more


FAILED:  org.apache.solr.cloud.TestWithCollection.testDeleteWithCollection

Error Message:
Error from server at http://127.0.0.1:38660/solr: Could not find collection : 
testDeleteWithCollection_abc_2

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:38660/solr: Could not find collection : 
testDeleteWithCollection_abc_2
        at 
__randomizedtesting.SeedInfo.seed([371FEA652E7E18EE:4CC61D8877E4CA50]: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:1106)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
        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.TestWithCollection.testDeleteWithCollection(TestWithCollection.java:224)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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 13151 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestWithCollection
   [junit4]   2> 1351068 INFO  
(SUITE-TestWithCollection-seed#[371FEA652E7E18EE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_371FEA652E7E18EE-001/init-core-data-001
   [junit4]   2> 1351087 WARN  
(SUITE-TestWithCollection-seed#[371FEA652E7E18EE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 1351087 INFO  
(SUITE-TestWithCollection-seed#[371FEA652E7E18EE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1351101 INFO  
(SUITE-TestWithCollection-seed#[371FEA652E7E18EE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1351101 INFO  
(SUITE-TestWithCollection-seed#[371FEA652E7E18EE]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_371FEA652E7E18EE-001/tempDir-001
   [junit4]   2> 1351102 INFO  
(SUITE-TestWithCollection-seed#[371FEA652E7E18EE]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1351102 INFO  (Thread-3423) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1351102 INFO  (Thread-3423) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1351141 ERROR (Thread-3423) [    ] 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> 1351210 INFO  
(SUITE-TestWithCollection-seed#[371FEA652E7E18EE]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:32871
   [junit4]   2> 1351269 INFO  (zkConnectionManagerCallback-2125-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1351314 INFO  (jetty-launcher-2122-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_172-b11
   [junit4]   2> 1351314 INFO  (jetty-launcher-2122-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_172-b11
   [junit4]   2> 1351320 INFO  (jetty-launcher-2122-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1351320 INFO  (jetty-launcher-2122-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1351321 INFO  (jetty-launcher-2122-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1351321 INFO  (jetty-launcher-2122-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@14f4dfe4{/solr,null,AVAILABLE}
   [junit4]   2> 1351322 INFO  (jetty-launcher-2122-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@38931214{HTTP/1.1,[http/1.1]}{127.0.0.1:38660}
   [junit4]   2> 1351322 INFO  (jetty-launcher-2122-thread-1) [    ] 
o.e.j.s.Server Started @1351369ms
   [junit4]   2> 1351322 INFO  (jetty-launcher-2122-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38660}
   [junit4]   2> 1351322 ERROR (jetty-launcher-2122-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1351323 INFO  (jetty-launcher-2122-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1351323 INFO  (jetty-launcher-2122-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.5.0
   [junit4]   2> 1351323 INFO  (jetty-launcher-2122-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1351323 INFO  (jetty-launcher-2122-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1351323 INFO  (jetty-launcher-2122-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-08-02T19:37:43.375Z
   [junit4]   2> 1351398 INFO  (jetty-launcher-2122-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1351398 INFO  (jetty-launcher-2122-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1351398 INFO  (jetty-launcher-2122-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1351414 INFO  (jetty-launcher-2122-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5f535560{/solr,null,AVAILABLE}
   [junit4]   2> 1351414 INFO  (jetty-launcher-2122-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@33065c81{HTTP/1.1,[http/1.1]}{127.0.0.1:40535}
   [junit4]   2> 1351414 INFO  (jetty-launcher-2122-thread-2) [    ] 
o.e.j.s.Server Started @1351461ms
   [junit4]   2> 1351414 INFO  (jetty-launcher-2122-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40535}
   [junit4]   2> 1351415 ERROR (jetty-launcher-2122-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1351415 INFO  (jetty-launcher-2122-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1351415 INFO  (jetty-launcher-2122-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.5.0
   [junit4]   2> 1351415 INFO  (jetty-launcher-2122-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1351415 INFO  (jetty-launcher-2122-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1351415 INFO  (jetty-launcher-2122-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-08-02T19:37:43.467Z
   [junit4]   2> 1351497 INFO  (zkConnectionManagerCallback-2127-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1351498 INFO  (jetty-launcher-2122-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1351532 INFO  (zkConnectionManagerCallback-2129-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1351552 INFO  (jetty-launcher-2122-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1352308 INFO  (jetty-launcher-2122-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32871/solr
   [junit4]   2> 1352372 INFO  (zkConnectionManagerCallback-2133-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1352409 INFO  (zkConnectionManagerCallback-2135-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1352759 INFO  (jetty-launcher-2122-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32871/solr
   [junit4]   2> 1352783 INFO  (zkConnectionManagerCallback-2141-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1352872 INFO  (zkConnectionManagerCallback-2143-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1353003 INFO  (jetty-launcher-2122-thread-1) 
[n:127.0.0.1:38660_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:38660_solr
   [junit4]   2> 1353004 INFO  (jetty-launcher-2122-thread-1) 
[n:127.0.0.1:38660_solr    ] o.a.s.c.Overseer Overseer 
(id=73078386974654470-127.0.0.1:38660_solr-n_0000000000) starting
   [junit4]   2> 1353051 INFO  (zkConnectionManagerCallback-2150-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1353094 INFO  (jetty-launcher-2122-thread-1) 
[n:127.0.0.1:38660_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:32871/solr ready
   [junit4]   2> 1353128 INFO  
(OverseerStateUpdate-73078386974654470-127.0.0.1:38660_solr-n_0000000000) [    
] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:38660_solr
   [junit4]   2> 1353129 INFO  (jetty-launcher-2122-thread-1) 
[n:127.0.0.1:38660_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38660_solr
   [junit4]   2> 1353131 INFO  
(OverseerStateUpdate-73078386974654470-127.0.0.1:38660_solr-n_0000000000) [    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1353131 DEBUG 
(OverseerAutoScalingTriggerThread-73078386974654470-127.0.0.1:38660_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and 
.scheduled_maintenance triggers
   [junit4]   2> 1353185 INFO  (zkCallback-2149-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1353222 DEBUG 
(OverseerAutoScalingTriggerThread-73078386974654470-127.0.0.1:38660_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode 
version 1
   [junit4]   2> 1353222 DEBUG 
(OverseerAutoScalingTriggerThread-73078386974654470-127.0.0.1:38660_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion -1
   [junit4]   2> 1353222 DEBUG 
(OverseerAutoScalingTriggerThread-73078386974654470-127.0.0.1:38660_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 1
   [junit4]   2> 1353274 INFO  (jetty-launcher-2122-thread-2) 
[n:127.0.0.1:40535_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1353278 INFO  (jetty-launcher-2122-thread-2) 
[n:127.0.0.1:40535_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1353278 INFO  (jetty-launcher-2122-thread-2) 
[n:127.0.0.1:40535_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40535_solr
   [junit4]   2> 1353315 DEBUG 
(OverseerAutoScalingTriggerThread-73078386974654470-127.0.0.1:38660_solr-n_0000000000)
 [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial 
livenodes: [127.0.0.1:38660_solr]
   [junit4]   2> 1353353 INFO  (zkCallback-2142-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1353368 INFO  (zkCallback-2149-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1353481 INFO  (zkCallback-2134-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1353482 INFO  (jetty-launcher-2122-thread-1) 
[n:127.0.0.1:38660_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1353519 DEBUG 
(OverseerAutoScalingTriggerThread-73078386974654470-127.0.0.1:38660_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1353579 DEBUG 
(OverseerAutoScalingTriggerThread-73078386974654470-127.0.0.1:38660_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion 1
   [junit4]   2> 1353580 DEBUG (ScheduledTrigger-3588-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 1353583 INFO  (zkConnectionManagerCallback-2156-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1353596 INFO  (jetty-launcher-2122-thread-2) 
[n:127.0.0.1:40535_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1353597 INFO  (jetty-launcher-2122-thread-2) 
[n:127.0.0.1:40535_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:32871/solr ready
   [junit4]   2> 1353598 INFO  (jetty-launcher-2122-thread-2) 
[n:127.0.0.1:40535_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1353845 INFO  (jetty-launcher-2122-thread-1) 
[n:127.0.0.1:38660_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38660.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@168e2cc0
   [junit4]   2> 1353846 INFO  (jetty-launcher-2122-thread-1) 
[n:127.0.0.1:38660_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38660.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@168e2cc0
   [junit4]   2> 1353846 INFO  (jetty-launcher-2122-thread-1) 
[n:127.0.0.1:38660_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38660.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@168e2cc0
   [junit4]   2> 1353847 INFO  (jetty-launcher-2122-thread-1) 
[n:127.0.0.1:38660_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_371FEA652E7E18EE-001/tempDir-001/node1/.
   [junit4]   2> 1354038 INFO  (jetty-launcher-2122-thread-2) 
[n:127.0.0.1:40535_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40535.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@168e2cc0
   [junit4]   2> 1354073 INFO  (jetty-launcher-2122-thread-2) 
[n:127.0.0.1:40535_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40535.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@168e2cc0
   [junit4]   2> 1354073 INFO  (jetty-launcher-2122-thread-2) 
[n:127.0.0.1:40535_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40535.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@168e2cc0
   [junit4]   2> 1354091 INFO  (jetty-launcher-2122-thread-2) 
[n:127.0.0.1:40535_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_371FEA652E7E18EE-001/tempDir-001/node2/.
   [junit4]   2> 1354402 INFO  (zkConnectionManagerCallback-2159-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1354438 INFO  (zkConnectionManagerCallback-2164-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1354439 INFO  
(SUITE-TestWithCollection-seed#[371FEA652E7E18EE]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1354452 INFO  
(SUITE-TestWithCollection-seed#[371FEA652E7E18EE]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:32871/solr ready
   [junit4]   2> 1354680 DEBUG (ScheduledTrigger-3588-thread-2) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 1355029 INFO  
(TEST-TestWithCollection.testMoveReplicaMainCollection-seed#[371FEA652E7E18EE]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting testMoveReplicaMainCollection
   [junit4]   2> 1355058 DEBUG (zkCallback-2149-thread-1) [    ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
2
   [junit4]   2> 1355058 DEBUG 
(OverseerAutoScalingTriggerThread-73078386974654470-127.0.0.1:38660_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 2
   [junit4]   2> 1355060 INFO  
(TEST-TestWithCollection.testMoveReplicaMainCollection-seed#[371FEA652E7E18EE]) 
[    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1355078 DEBUG 
(OverseerAutoScalingTriggerThread-73078386974654470-127.0.0.1:38660_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1355078 DEBUG 
(OverseerAutoScalingTriggerThread-73078386974654470-127.0.0.1:38660_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1355078 DEBUG 
(OverseerAutoScalingTriggerThread-73078386974654470-127.0.0.1:38660_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, 
lastZnodeVersion 2
   [junit4]   2> 1355169 INFO  (qtp606053090-9933) [n:127.0.0.1:38660_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1355187 INFO  (qtp545466425-9948) [n:127.0.0.1:40535_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1355187 DEBUG (qtp606053090-9940) [n:127.0.0.1:38660_solr    ] 
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1355188 INFO  (qtp606053090-9940) [n:127.0.0.1:38660_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling 
params={wt=javabin&version=2} status=0 QTime=23
   [junit4]   2> 1355188 INFO  
(TEST-TestWithCollection.testMoveReplicaMainCollection-seed#[371FEA652E7E18EE]) 
[    ] o.a.s.c.TestWithCollection Chosen node 127.0.0.1:40535_solr for 
collection testMoveReplicaMainCollection_abc
   [junit4]   2> 1355189 DEBUG (zkCallback-2149-thread-1) [    ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
3
   [junit4]   2> 1355189 DEBUG 
(OverseerAutoScalingTriggerThread-73078386974654470-127.0.0.1:38660_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 3
   [junit4]   2> 1355189 DEBUG 
(OverseerAutoScalingTriggerThread-73078386974654470-127.0.0.1:38660_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1355189 DEBUG 
(OverseerAutoScalingTriggerThread-73078386974654470-127.0.0.1:38660_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1355189 DEBUG 
(OverseerAutoScalingTriggerThread-73078386974654470-127.0.0.1:38660_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, 
lastZnodeVersion 3
   [junit4]   2> 1355189 INFO  (qtp606053090-9934) [n:127.0.0.1:38660_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=0&name=testMoveReplicaMainCollection_abc&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=127.0.0.1:40535_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1355191 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection 
testMoveReplicaMainCollection_abc
   [junit4]   2> 1355216 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/protwords.txt
   [junit4]   2> 1355217 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/managed-schema
   [junit4]   2> 1355219 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/solrconfig.xml
   [junit4]   2> 1355234 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/synonyms.txt
   [junit4]   2> 1355235 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/stopwords.txt
   [junit4]   2> 1355253 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/params.json
   [junit4]   2> 1355255 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_it.txt to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 1355267 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_no.txt to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 1355269 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hy.txt to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 1355270 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stemdict_nl.txt to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 1355271 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ca.txt to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 1355272 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_id.txt to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 1355311 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ga.txt to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 1355312 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_da.txt to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 1355326 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hi.txt to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 1355327 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ja.txt to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 1355329 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_pt.txt to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 1355347 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hu.txt to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 1355349 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_el.txt to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 1355358 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ru.txt to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 1355360 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_tr.txt to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 1355361 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ar.txt to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 1355371 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/userdict_ja.txt to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 1355372 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_it.txt to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 1355374 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_eu.txt to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 1355402 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_cz.txt to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 1355403 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stoptags_ja.txt to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 1355420 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_fr.txt to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 1355422 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fa.txt to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 1355424 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_de.txt to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 1355426 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ga.txt to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 1355435 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ca.txt to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 1355437 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_nl.txt to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 1355438 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_bg.txt to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 1355452 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_es.txt to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 1355454 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_en.txt to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 1355469 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_lv.txt to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 1355470 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_th.txt to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 1355683 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ro.txt to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 1355765 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fr.txt to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 1355766 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_sv.txt to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 1355767 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fi.txt to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 1355781 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/hyphenations_ga.txt to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 1355782 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_gl.txt to 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 1355956 DEBUG (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.s.c.a.PolicyHelper Creating a new session
   [junit4]   2> 1355958 INFO  (qtp606053090-9933) [n:127.0.0.1:38660_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> 1355959 INFO  (qtp545466425-9935) [n:127.0.0.1:40535_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> 1355959 DEBUG (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.s.c.a.PolicyHelper New session created 
   [junit4]   2> 1355960 INFO  (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 15576068949 
sessionWrapper.createTime 15576068948398012, this.sessionWrapper.createTime 
15576068948398012 
   [junit4]   2> 1355962 INFO  
(OverseerStateUpdate-73078386974654470-127.0.0.1:38660_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testMoveReplicaMainCollection_abc",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testMoveReplicaMainCollection_abc_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:40535/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1356253 INFO  (qtp545466425-9932) [n:127.0.0.1:40535_solr    
x:testMoveReplicaMainCollection_abc_shard1_replica_n1] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=testMoveReplicaMainCollection_abc.AUTOCREATED&newCollection=true&name=testMoveReplicaMainCollection_abc_shard1_replica_n1&action=CREATE&numShards=1&collection=testMoveReplicaMainCollection_abc&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1357632 INFO  (qtp545466425-9932) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.RequestParams 
conf resource params.json loaded . version : 0 
   [junit4]   2> 1357632 INFO  (qtp545466425-9932) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.RequestParams 
request params refreshed to version 0
   [junit4]   2> 1357633 WARN  (qtp545466425-9932) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.SolrConfig 
Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_371FEA652E7E18EE-001/tempDir-001/node2/testMoveReplicaMainCollection_abc_shard1_replica_n1/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_371FEA652E7E18EE-001/tempDir-001/node2/testMoveReplicaMainCollection_abc_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 1357633 WARN  (qtp545466425-9932) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.SolrConfig 
Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_371FEA652E7E18EE-001/tempDir-001/node2/testMoveReplicaMainCollection_abc_shard1_replica_n1/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_371FEA652E7E18EE-001/tempDir-001/node2/testMoveReplicaMainCollection_abc_shard1_replica_n1/../../../../dist
   [junit4]   2> 1357633 WARN  (qtp545466425-9932) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.SolrConfig 
Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_371FEA652E7E18EE-001/tempDir-001/node2/testMoveReplicaMainCollection_abc_shard1_replica_n1/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_371FEA652E7E18EE-001/tempDir-001/node2/testMoveReplicaMainCollection_abc_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 1357633 WARN  (qtp545466425-9932) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.SolrConfig 
Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_371FEA652E7E18EE-001/tempDir-001/node2/testMoveReplicaMainCollection_abc_shard1_replica_n1/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_371FEA652E7E18EE-001/tempDir-001/node2/testMoveReplicaMainCollection_abc_shard1_replica_n1/../../../../dist
   [junit4]   2> 1357634 WARN  (qtp545466425-9932) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.SolrConfig 
Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_371FEA652E7E18EE-001/tempDir-001/node2/testMoveReplicaMainCollection_abc_shard1_replica_n1/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_371FEA652E7E18EE-001/tempDir-001/node2/testMoveReplicaMainCollection_abc_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 1357634 WARN  (qtp545466425-9932) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.SolrConfig 
Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_371FEA652E7E18EE-001/tempDir-001/node2/testMoveReplicaMainCollection_abc_shard1_replica_n1/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_371FEA652E7E18EE-001/tempDir-001/node2/testMoveReplicaMainCollection_abc_shard1_replica_n1/../../../../dist
   [junit4]   2> 1357634 WARN  (qtp545466425-9932) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.SolrConfig 
Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_371FEA652E7E18EE-001/tempDir-001/node2/testMoveReplicaMainCollection_abc_shard1_replica_n1/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_371FEA652E7E18EE-001/tempDir-001/node2/testMoveReplicaMainCollection_abc_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 1357634 WARN  (qtp545466425-9932) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.SolrConfig 
Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_371FEA652E7E18EE-001/tempDir-001/node2/testMoveReplicaMainCollection_abc_shard1_replica_n1/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_371FEA652E7E18EE-001/tempDir-001/node2/testMoveReplicaMainCollection_abc_shard1_replica_n1/../../../../dist
   [junit4]   2> 1357669 INFO  (qtp545466425-9932) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.5.0
   [junit4]   2> 1357782 INFO  (qtp545466425-9932) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.s.IndexSchema 
[testMoveReplicaMainCollection_abc_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 1358567 INFO  (qtp545466425-9932) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.s.IndexSchema 
Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 1358684 INFO  (qtp545466425-9932) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.CoreContainer 
Creating SolrCore 'testMoveReplicaMainCollection_abc_shard1_replica_n1' using 
configuration from collection testMoveReplicaMainCollection_abc, trusted=true
   [junit4]   2> 1358688 INFO  (qtp545466425-9932) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40535.solr.core.testMoveReplicaMainCollection_abc.shard1.replica_n1' 
(registry 'solr.core.testMoveReplicaMainCollection_abc.shard1.replica_n1') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@168e2cc0
   [junit4]   2> 1358688 INFO  (qtp545466425-9932) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1358688 INFO  (qtp545466425-9932) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.SolrCore 
[[testMoveReplicaMainCollection_abc_shard1_replica_n1] ] Opening new SolrCore 
at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_371FEA652E7E18EE-001/tempDir-001/node2/testMoveReplicaMainCollection_abc_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_371FEA652E7E18EE-001/tempDir-001/node2/./testMoveReplicaMainCollection_abc_shard1_replica_n1/data/]
   [junit4]   2> 1358724 INFO  (qtp545466425-9932) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1] 
o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 1359049 INFO  (qtp545466425-9932) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1359049 INFO  (qtp545466425-9932) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1359051 INFO  (qtp545466425-9932) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.u.CommitTracker 
Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 1359051 INFO  (qtp545466425-9932) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1359052 INFO  (qtp545466425-9932) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4142fa24[testMoveReplicaMainCollection_abc_shard1_replica_n1] main]
   [junit4]   2> 1359101 INFO  (qtp545466425-9932) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED
   [junit4]   2> 1359114 INFO  (qtp545466425-9932) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/testMoveReplicaMainCollection_abc.AUTOCREATED
   [junit4]   2> 1359114 INFO  (qtp545466425-9932) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/managed-schema
   [junit4]   2> 1359115 INFO  (qtp545466425-9932) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1359116 INFO  (qtp545466425-9932) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1359116 INFO  (qtp545466425-9932) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 1359118 INFO  (qtp545466425-9932) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1359119 INFO  
(searcherExecutor-3599-thread-1-processing-n:127.0.0.1:40535_solr 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2) 
[n:127.0.0.1:40535_solr c:testMoveReplicaMainCollection_abc s:shard1 
r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] 
o.a.s.c.QuerySenderListener QuerySenderListener sending requests to 
Searcher@4142fa24[testMoveReplicaMainCollection_abc_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1359119 INFO  
(searcherExecutor-3599-thread-1-processing-n:127.0.0.1:40535_solr 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2) 
[n:127.0.0.1:40535_solr c:testMoveReplicaMainCollection_abc s:shard1 
r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] 
o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 1359119 INFO  
(searcherExecutor-3599-thread-1-processing-n:127.0.0.1:40535_solr 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2) 
[n:127.0.0.1:40535_solr c:testMoveReplicaMainCollection_abc s:shard1 
r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1359120 INFO  
(searcherExecutor-3599-thread-1-processing-n:127.0.0.1:40535_solr 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2) 
[n:127.0.0.1:40535_solr c:testMoveReplicaMainCollection_abc s:shard1 
r:core_node2 x:testMoveReplicaMainCollection_abc_shard1_replica_n1] 
o.a.s.c.SolrCore [testMoveReplicaMainCollection_abc_shard1_replica_n1] 
Registered new searcher 
Searcher@4142fa24[testMoveReplicaMainCollection_abc_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1359130 INFO  (qtp545466425-9932) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1607717272873336832
   [junit4]   2> 1359151 INFO  (qtp545466425-9932) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.ZkShardTerms 
Successful update of terms at 
/collections/testMoveReplicaMainCollection_abc/terms/shard1 to 
Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1359153 INFO  (qtp545466425-9932) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1359153 INFO  (qtp545466425-9932) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1359153 INFO  (qtp545466425-9932) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.SyncStrategy 
Sync replicas to 
http://127.0.0.1:40535/solr/testMoveReplicaMainCollection_abc_shard1_replica_n1/
   [junit4]   2> 1359153 INFO  (qtp545466425-9932) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1359153 INFO  (qtp545466425-9932) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.SyncStrategy 
http://127.0.0.1:40535/solr/testMoveReplicaMainCollection_abc_shard1_replica_n1/
 has no replicas
   [junit4]   2> 1359153 INFO  (qtp545466425-9932) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1359177 INFO  (qtp545466425-9932) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:40535/solr/testMoveReplicaMainCollection_abc_shard1_replica_n1/
 shard1
   [junit4]   2> 1359229 INFO  (qtp545466425-9932) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 1359232 INFO  (qtp545466425-9932) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_abc s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_abc_shard1_replica_n1] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=testMoveReplicaMainCollection_abc.AUTOCREATED&newCollection=true&name=testMoveReplicaMainCollection_abc_shard1_replica_n1&action=CREATE&numShards=1&collection=testMoveReplicaMainCollection_abc&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2979
   [junit4]   2> 1359232 DEBUG (OverseerThreadFactory-3590-thread-1) [    ] 
o.a.s.c.s.c.a.PolicyHelper session set to NULL
   [junit4]   2> 1359242 INFO  (qtp606053090-9934) [n:127.0.0.1:38660_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> 1359342 INFO  (zkCallback-2134-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testMoveReplicaMainCollection_abc/state.json] for collection 
[testMoveReplicaMainCollection_abc] has occurred - updating... (live nodes 
size: [2])
   [junit4]   2> 1360248 INFO  (qtp606053090-9934) [n:127.0.0.1:38660_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={pullReplicas=0&name=testMoveReplicaMainCollection_abc&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=127.0.0.1:40535_solr&wt=javabin&version=2}
 status=0 QTime=5058
   [junit4]   2> 1360249 INFO  (qtp606053090-9942) [n:127.0.0.1:38660_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=0&withCollection=testMoveReplicaMainCollection_abc&name=testMoveReplicaMainCollection_xyz&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1360251 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection 
testMoveReplicaMainCollection_xyz
   [junit4]   2> 1360252 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/protwords.txt
   [junit4]   2> 1360253 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/managed-schema
   [junit4]   2> 1360255 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/solrconfig.xml
   [junit4]   2> 1360265 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/synonyms.txt
   [junit4]   2> 1360266 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/stopwords.txt
   [junit4]   2> 1360278 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/params.json
   [junit4]   2> 1360288 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_it.txt to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 1360309 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_no.txt to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 1360310 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hy.txt to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 1360312 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stemdict_nl.txt to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 1360321 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ca.txt to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 1360322 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_id.txt to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 1360324 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ga.txt to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 1360333 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_da.txt to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 1360335 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hi.txt to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 1360345 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ja.txt to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 1360346 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_pt.txt to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 1360348 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hu.txt to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 1360357 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_el.txt to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 1360359 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ru.txt to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 1360360 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_tr.txt to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 1360370 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ar.txt to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 1360372 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/userdict_ja.txt to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 1360382 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_it.txt to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 1360384 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_eu.txt to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 1360397 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_cz.txt to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 1360399 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stoptags_ja.txt to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 1360401 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_fr.txt to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 1360402 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fa.txt to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 1360403 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_de.txt to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 1360405 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ga.txt to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 1360423 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ca.txt to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 1360424 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_nl.txt to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 1360426 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_bg.txt to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 1360487 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_es.txt to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 1360492 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_en.txt to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 1360494 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_lv.txt to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 1360520 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_th.txt to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 1360521 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ro.txt to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 1360523 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fr.txt to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 1360541 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_sv.txt to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 1360542 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fi.txt to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 1360552 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/hyphenations_ga.txt to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 1360553 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_gl.txt to 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 1360786 DEBUG (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.s.c.a.PolicyHelper Creating a new session
   [junit4]   2> 1360807 INFO  (qtp606053090-9939) [n:127.0.0.1:38660_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> 1360809 INFO  (qtp545466425-9935) [n:127.0.0.1:40535_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.testMoveReplicaMainCollection_abc.shard1.replica_n1:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 1360810 INFO  (qtp545466425-9949) [n:127.0.0.1:40535_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> 1360811 DEBUG (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.s.c.a.PolicyHelper New session created 
   [junit4]   2> 1360832 INFO  (OverseerThreadFactory-3590-thread-2) [    ] 
o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 15576073821 
sessionWrapper.createTime 15576073800854457, this.sessionWrapper.createTime 
15576073800854457 
   [junit4]   2> 1360877 INFO  
(OverseerStateUpdate-73078386974654470-127.0.0.1:38660_solr-n_0000000000) [    
] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testMoveReplicaMainCollection_xyz",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testMoveReplicaMainCollection_xyz_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:40535/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1361059 INFO  (qtp545466425-9946) [n:127.0.0.1:40535_solr    
x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=testMoveReplicaMainCollection_xyz.AUTOCREATED&newCollection=true&name=testMoveReplicaMainCollection_xyz_shard1_replica_n1&action=CREATE&numShards=1&collection=testMoveReplicaMainCollection_xyz&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1362128 INFO  (qtp545466425-9946) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.c.RequestParams 
conf resource params.json loaded . version : 0 
   [junit4]   2> 1362128 INFO  (qtp545466425-9946) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.c.RequestParams 
request params refreshed to version 0
   [junit4]   2> 1362148 WARN  (qtp545466425-9946) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.c.SolrConfig 
Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_371FEA652E7E18EE-001/tempDir-001/node2/testMoveReplicaMainCollection_xyz_shard1_replica_n1/../../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_371FEA652E7E18EE-001/tempDir-001/node2/testMoveReplicaMainCollection_xyz_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 1362164 WARN  (qtp545466425-9946) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.c.SolrConfig 
Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_371FEA652E7E18EE-001/tempDir-001/node2/testMoveReplicaMainCollection_xyz_shard1_replica_n1/../../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_371FEA652E7E18EE-001/tempDir-001/node2/testMoveReplicaMainCollection_xyz_shard1_replica_n1/../../../../dist
   [junit4]   2> 1362165 WARN  (qtp545466425-9946) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.c.SolrConfig 
Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_371FEA652E7E18EE-001/tempDir-001/node2/testMoveReplicaMainCollection_xyz_shard1_replica_n1/../../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_371FEA652E7E18EE-001/tempDir-001/node2/testMoveReplicaMainCollection_xyz_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 1362165 WARN  (qtp545466425-9946) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.c.SolrConfig 
Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_371FEA652E7E18EE-001/tempDir-001/node2/testMoveReplicaMainCollection_xyz_shard1_replica_n1/../../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_371FEA652E7E18EE-001/tempDir-001/node2/testMoveReplicaMainCollection_xyz_shard1_replica_n1/../../../../dist
   [junit4]   2> 1362165 WARN  (qtp545466425-9946) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.c.SolrConfig 
Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_371FEA652E7E18EE-001/tempDir-001/node2/testMoveReplicaMainCollection_xyz_shard1_replica_n1/../../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_371FEA652E7E18EE-001/tempDir-001/node2/testMoveReplicaMainCollection_xyz_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 1362165 WARN  (qtp545466425-9946) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.c.SolrConfig 
Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_371FEA652E7E18EE-001/tempDir-001/node2/testMoveReplicaMainCollection_xyz_shard1_replica_n1/../../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_371FEA652E7E18EE-001/tempDir-001/node2/testMoveReplicaMainCollection_xyz_shard1_replica_n1/../../../../dist
   [junit4]   2> 1362165 WARN  (qtp545466425-9946) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.c.SolrConfig 
Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_371FEA652E7E18EE-001/tempDir-001/node2/testMoveReplicaMainCollection_xyz_shard1_replica_n1/../../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_371FEA652E7E18EE-001/tempDir-001/node2/testMoveReplicaMainCollection_xyz_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 1362165 WARN  (qtp545466425-9946) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.c.SolrConfig 
Couldn't add files from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_371FEA652E7E18EE-001/tempDir-001/node2/testMoveReplicaMainCollection_xyz_shard1_replica_n1/../../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_371FEA652E7E18EE-001/tempDir-001/node2/testMoveReplicaMainCollection_xyz_shard1_replica_n1/../../../../dist
   [junit4]   2> 1362312 INFO  (qtp545466425-9946) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.5.0
   [junit4]   2> 1362432 INFO  (qtp545466425-9946) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.s.IndexSchema 
[testMoveReplicaMainCollection_xyz_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 1365552 INFO  (qtp545466425-9946) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.s.IndexSchema 
Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 1365723 INFO  (qtp545466425-9946) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.c.CoreContainer 
Creating SolrCore 'testMoveReplicaMainCollection_xyz_shard1_replica_n1' using 
configuration from collection testMoveReplicaMainCollection_xyz, trusted=true
   [junit4]   2> 1365724 INFO  (qtp545466425-9946) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40535.solr.core.testMoveReplicaMainCollection_xyz.shard1.replica_n1' 
(registry 'solr.core.testMoveReplicaMainCollection_xyz.shard1.replica_n1') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@168e2cc0
   [junit4]   2> 1365724 INFO  (qtp545466425-9946) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1365724 INFO  (qtp545466425-9946) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.c.SolrCore 
[[testMoveReplicaMainCollection_xyz_shard1_replica_n1] ] Opening new SolrCore 
at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_371FEA652E7E18EE-001/tempDir-001/node2/testMoveReplicaMainCollection_xyz_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.TestWithCollection_371FEA652E7E18EE-001/tempDir-001/node2/./testMoveReplicaMainCollection_xyz_shard1_replica_n1/data/]
   [junit4]   2> 1365760 INFO  (qtp545466425-9946) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] 
o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 1365996 INFO  (qtp545466425-9946) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1365996 INFO  (qtp545466425-9946) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1365997 INFO  (qtp545466425-9946) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.u.CommitTracker 
Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 1365997 INFO  (qtp545466425-9946) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1366015 INFO  (qtp545466425-9946) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@b74a4e0[testMoveReplicaMainCollection_xyz_shard1_replica_n1] main]
   [junit4]   2> 1366017 INFO  (qtp545466425-9946) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED
   [junit4]   2> 1366017 INFO  (qtp545466425-9946) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED
   [junit4]   2> 1366017 INFO  (qtp545466425-9946) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/managed-schema
   [junit4]   2> 1366018 INFO  (qtp545466425-9946) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1366018 INFO  (qtp545466425-9946) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1366018 INFO  (qtp545466425-9946) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 1366034 INFO  (qtp545466425-9946) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1366034 INFO  
(searcherExecutor-3604-thread-1-processing-n:127.0.0.1:40535_solr 
x:testMoveReplicaMainCollection_xyz_shard1_replica_n1 
c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2) 
[n:127.0.0.1:40535_solr c:testMoveReplicaMainCollection_xyz s:shard1 
r:core_node2 x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] 
o.a.s.c.QuerySenderListener QuerySenderListener sending requests to 
Searcher@b74a4e0[testMoveReplicaMainCollection_xyz_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1366034 INFO  (qtp545466425-9946) [n:127.0.0.1:40535_solr 
c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2 
x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1607717280112705536
   [junit4]   2> 1366034 INFO  
(searcherExecutor-3604-thread-1-processing-n:127.0.0.1:40535_solr 
x:testMoveReplicaMainCollection_xyz_shard1_replica_n1 
c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2) 
[n:127.0.0.1:40535_solr c:testMoveReplicaMainCollection_xyz s:shard1 
r:core_node2 x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] 
o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 1366034 INFO  
(searcherExecutor-3604-thread-1-processing-n:127.0.0.1:40535_solr 
x:testMoveReplicaMainCollection_xyz_shard1_replica_n1 
c:testMoveReplicaMainCollection_xyz s:shard1 r:core_node2) 
[n:127.0.0.1:40535_solr c:testMoveReplicaMainCollection_xyz s:shard1 
r:core_node2 x:testMoveReplicaMainCollection_xyz_shard1_replica_n1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1366035 INFO  (searcherExecutor-3604-threa

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

operty disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/null537754326
     [copy] Copying 240 files to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/null537754326
   [delete] Deleting directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/null537754326

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: 
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath]         confs: [default]
[ivy:cachepath]         found 
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath]         found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath]         found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath]         found org.apache.httpcomponents#httpclient;4.3.6 in 
public
[ivy:cachepath]         found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath]         found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath]         found commons-codec#commons-codec;1.6 in public
[ivy:cachepath]         found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 29ms :: artifacts dl 1ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
        ---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for 
further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 193 minutes 59 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
        at hudson.FilePath$34.hasMatch(FilePath.java:2678)
        at hudson.FilePath$34.invoke(FilePath.java:2557)
        at hudson.FilePath$34.invoke(FilePath.java:2547)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
                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:1036)
                at hudson.FilePath.act(FilePath.java:1025)
                at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
                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:1819)
                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:2920)
        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:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        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:1038)
        at hudson.FilePath.act(FilePath.java:1025)
        at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
        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:1819)
        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/**,**/hs_err_pid*". Configuration error?
Recording test results
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)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to