Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20792/
Java: 64bit/jdk-9.0.1 -XX:+UseCompressedOops -XX:+UseSerialGC 
--illegal-access=deny

2 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.client.solrj.impl.ConnectionReuseTest

Error Message:


Stack Trace:
java.util.concurrent.TimeoutException
        at __randomizedtesting.SeedInfo.seed([A0669D5A5E5F41BA]:0)
        at 
org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:1325)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.waitForState(CloudSolrClient.java:440)
        at 
org.apache.solr.client.solrj.impl.ConnectionReuseTest.setupCluster(ConnectionReuseTest.java:67)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:874)
        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 
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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple

Error Message:
Timeout waiting for all live and active

Stack Trace:
java.lang.AssertionError: Timeout waiting for all live and active
        at 
__randomizedtesting.SeedInfo.seed([A0669D5A5E5F41BA:98D5B9A479AC956B]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:91)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        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 
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.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 13492 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.impl.ConnectionReuseTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.client.solrj.impl.ConnectionReuseTest_A0669D5A5E5F41BA-001/init-core-data-001
   [junit4]   2> 1900888 WARN  
(SUITE-ConnectionReuseTest-seed#[A0669D5A5E5F41BA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=12 numCloses=12
   [junit4]   2> 1900889 INFO  
(SUITE-ConnectionReuseTest-seed#[A0669D5A5E5F41BA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1900889 INFO  
(SUITE-ConnectionReuseTest-seed#[A0669D5A5E5F41BA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="None")
   [junit4]   2> 1900889 INFO  
(SUITE-ConnectionReuseTest-seed#[A0669D5A5E5F41BA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1900890 INFO  
(SUITE-ConnectionReuseTest-seed#[A0669D5A5E5F41BA]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.client.solrj.impl.ConnectionReuseTest_A0669D5A5E5F41BA-001/tempDir-001
   [junit4]   2> 1900890 INFO  
(SUITE-ConnectionReuseTest-seed#[A0669D5A5E5F41BA]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1900890 INFO  (Thread-3054) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1900890 INFO  (Thread-3054) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1900892 ERROR (Thread-3054) [    ] 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> 1900990 INFO  
(SUITE-ConnectionReuseTest-seed#[A0669D5A5E5F41BA]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:43625
   [junit4]   2> 1901001 INFO  (jetty-launcher-3830-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1901002 INFO  (jetty-launcher-3830-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@220f7ae5{/solr,null,AVAILABLE}
   [junit4]   2> 1901004 INFO  (jetty-launcher-3830-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@42c9b6a3{HTTP/1.1,[http/1.1]}{127.0.0.1:46605}
   [junit4]   2> 1901005 INFO  (jetty-launcher-3830-thread-1) [    ] 
o.e.j.s.Server Started @1902820ms
   [junit4]   2> 1901005 INFO  (jetty-launcher-3830-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=46605}
   [junit4]   2> 1901005 ERROR (jetty-launcher-3830-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1901005 INFO  (jetty-launcher-3830-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1901005 INFO  (jetty-launcher-3830-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1901005 INFO  (jetty-launcher-3830-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1901005 INFO  (jetty-launcher-3830-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-31T23:26:16.006656Z
   [junit4]   2> 1901009 INFO  (jetty-launcher-3830-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1901017 INFO  (jetty-launcher-3830-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43625/solr
   [junit4]   2> 1901080 INFO  (jetty-launcher-3830-thread-1) 
[n:127.0.0.1:46605_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1901081 INFO  (jetty-launcher-3830-thread-1) 
[n:127.0.0.1:46605_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:46605_solr
   [junit4]   2> 1901081 INFO  (jetty-launcher-3830-thread-1) 
[n:127.0.0.1:46605_solr    ] o.a.s.c.Overseer Overseer 
(id=98926092346458115-127.0.0.1:46605_solr-n_0000000000) starting
   [junit4]   2> 1901083 INFO  (jetty-launcher-3830-thread-1) 
[n:127.0.0.1:46605_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46605_solr
   [junit4]   2> 1901084 INFO  
(zkCallback-3837-thread-1-processing-n:127.0.0.1:46605_solr) 
[n:127.0.0.1:46605_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1901121 INFO  (jetty-launcher-3830-thread-1) 
[n:127.0.0.1:46605_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46605.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4c90fb8e
   [junit4]   2> 1901127 INFO  (jetty-launcher-3830-thread-1) 
[n:127.0.0.1:46605_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46605.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4c90fb8e
   [junit4]   2> 1901127 INFO  (jetty-launcher-3830-thread-1) 
[n:127.0.0.1:46605_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46605.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4c90fb8e
   [junit4]   2> 1901128 INFO  (jetty-launcher-3830-thread-1) 
[n:127.0.0.1:46605_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.client.solrj.impl.ConnectionReuseTest_A0669D5A5E5F41BA-001/tempDir-001/node1/.
   [junit4]   2> 1901139 INFO  
(SUITE-ConnectionReuseTest-seed#[A0669D5A5E5F41BA]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1901139 INFO  
(SUITE-ConnectionReuseTest-seed#[A0669D5A5E5F41BA]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43625/solr ready
   [junit4]   2> 1901143 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
async=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&replicationFactor=1&collection.configName=config&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1901143 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={async=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&replicationFactor=1&collection.configName=config&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1901144 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1901145 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1901145 INFO  
(OverseerThreadFactory-5267-thread-1-processing-n:127.0.0.1:46605_solr) 
[n:127.0.0.1:46605_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 1901251 INFO  
(OverseerStateUpdate-98926092346458115-127.0.0.1:46605_solr-n_0000000000) 
[n:127.0.0.1:46605_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:46605/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1901453 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=config&newCollection=true&collection=collection1&version=2&replicaType=NRT&async=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&coreNodeName=core_node2&name=collection1_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin}
 status=0 QTime=0
   [junit4]   2> 1901453 INFO  
(parallelCoreAdminExecutor-5268-thread-1-processing-n:127.0.0.1:46605_solr 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926 CREATE) 
[n:127.0.0.1:46605_solr    ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=config&newCollection=true&collection=collection1&version=2&replicaType=NRT&async=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&coreNodeName=core_node2&name=collection1_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin
   [junit4]   2> 1901453 INFO  
(parallelCoreAdminExecutor-5268-thread-1-processing-n:127.0.0.1:46605_solr 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926 CREATE) 
[n:127.0.0.1:46605_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1901453 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1901453 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1901555 INFO  
(zkCallback-3837-thread-1-processing-n:127.0.0.1:46605_solr) 
[n:127.0.0.1:46605_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 1901555 INFO  
(zkCallback-3837-thread-2-processing-n:127.0.0.1:46605_solr) 
[n:127.0.0.1:46605_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 1902145 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1902146 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1902453 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1902454 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1902458 INFO  
(parallelCoreAdminExecutor-5268-thread-1-processing-n:127.0.0.1:46605_solr 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926 CREATE) 
[n:127.0.0.1:46605_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 
8.0.0
   [junit4]   2> 1902461 INFO  
(parallelCoreAdminExecutor-5268-thread-1-processing-n:127.0.0.1:46605_solr 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926 CREATE) 
[n:127.0.0.1:46605_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1902462 INFO  
(parallelCoreAdminExecutor-5268-thread-1-processing-n:127.0.0.1:46605_solr 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926 CREATE) 
[n:127.0.0.1:46605_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 
with uniqueid field id
   [junit4]   2> 1902463 INFO  
(parallelCoreAdminExecutor-5268-thread-1-processing-n:127.0.0.1:46605_solr 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926 CREATE) 
[n:127.0.0.1:46605_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 
'collection1_shard1_replica_n1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 1902463 INFO  
(parallelCoreAdminExecutor-5268-thread-1-processing-n:127.0.0.1:46605_solr 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926 CREATE) 
[n:127.0.0.1:46605_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46605.solr.core.collection1.shard1.replica_n1' (registry 
'solr.core.collection1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4c90fb8e
   [junit4]   2> 1902463 INFO  
(parallelCoreAdminExecutor-5268-thread-1-processing-n:127.0.0.1:46605_solr 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926 CREATE) 
[n:127.0.0.1:46605_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1902463 INFO  
(parallelCoreAdminExecutor-5268-thread-1-processing-n:127.0.0.1:46605_solr 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926 CREATE) 
[n:127.0.0.1:46605_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.client.solrj.impl.ConnectionReuseTest_A0669D5A5E5F41BA-001/tempDir-001/node1/collection1_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.client.solrj.impl.ConnectionReuseTest_A0669D5A5E5F41BA-001/tempDir-001/node1/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 1902502 INFO  
(parallelCoreAdminExecutor-5268-thread-1-processing-n:127.0.0.1:46605_solr 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926 CREATE) 
[n:127.0.0.1:46605_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1902502 INFO  
(parallelCoreAdminExecutor-5268-thread-1-processing-n:127.0.0.1:46605_solr 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926 CREATE) 
[n:127.0.0.1:46605_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: 
dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1902503 INFO  
(parallelCoreAdminExecutor-5268-thread-1-processing-n:127.0.0.1:46605_solr 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926 CREATE) 
[n:127.0.0.1:46605_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1902503 INFO  
(parallelCoreAdminExecutor-5268-thread-1-processing-n:127.0.0.1:46605_solr 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926 CREATE) 
[n:127.0.0.1:46605_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1902503 INFO  
(parallelCoreAdminExecutor-5268-thread-1-processing-n:127.0.0.1:46605_solr 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926 CREATE) 
[n:127.0.0.1:46605_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@49ac6f25[collection1_shard1_replica_n1] main]
   [junit4]   2> 1902504 INFO  
(parallelCoreAdminExecutor-5268-thread-1-processing-n:127.0.0.1:46605_solr 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926 CREATE) 
[n:127.0.0.1:46605_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured 
ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 1902504 INFO  
(parallelCoreAdminExecutor-5268-thread-1-processing-n:127.0.0.1:46605_solr 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926 CREATE) 
[n:127.0.0.1:46605_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1902504 INFO  
(parallelCoreAdminExecutor-5268-thread-1-processing-n:127.0.0.1:46605_solr 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926 CREATE) 
[n:127.0.0.1:46605_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be 
reserved for 10000ms.
   [junit4]   2> 1902505 INFO  
(parallelCoreAdminExecutor-5268-thread-1-processing-n:127.0.0.1:46605_solr 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926 CREATE) 
[n:127.0.0.1:46605_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version 
in index or recent updates, using new clock 1582817479235731456
   [junit4]   2> 1902505 INFO  
(searcherExecutor-5270-thread-1-processing-x:collection1_shard1_replica_n1 
r:core_node2 d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926 CREATE 
n:127.0.0.1:46605_solr s:shard1 c:collection1) [n:127.0.0.1:46605_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrCore [collection1_shard1_replica_n1] Registered new searcher 
Searcher@49ac6f25[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1902507 INFO  
(parallelCoreAdminExecutor-5268-thread-1-processing-n:127.0.0.1:46605_solr 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926 CREATE) 
[n:127.0.0.1:46605_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough 
replicas found to continue.
   [junit4]   2> 1902507 INFO  
(parallelCoreAdminExecutor-5268-thread-1-processing-n:127.0.0.1:46605_solr 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926 CREATE) 
[n:127.0.0.1:46605_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be 
the new leader - try and sync
   [junit4]   2> 1902507 INFO  
(parallelCoreAdminExecutor-5268-thread-1-processing-n:127.0.0.1:46605_solr 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926 CREATE) 
[n:127.0.0.1:46605_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:46605/solr/collection1_shard1_replica_n1/
   [junit4]   2> 1902507 INFO  
(parallelCoreAdminExecutor-5268-thread-1-processing-n:127.0.0.1:46605_solr 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926 CREATE) 
[n:127.0.0.1:46605_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 1902507 INFO  
(parallelCoreAdminExecutor-5268-thread-1-processing-n:127.0.0.1:46605_solr 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926 CREATE) 
[n:127.0.0.1:46605_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_n1] o.a.s.c.SyncStrategy 
http://127.0.0.1:46605/solr/collection1_shard1_replica_n1/ has no replicas
   [junit4]   2> 1902507 INFO  
(parallelCoreAdminExecutor-5268-thread-1-processing-n:127.0.0.1:46605_solr 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926 CREATE) 
[n:127.0.0.1:46605_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all 
replicas participating in election, clear LIR
   [junit4]   2> 1902509 INFO  
(parallelCoreAdminExecutor-5268-thread-1-processing-n:127.0.0.1:46605_solr 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926 CREATE) 
[n:127.0.0.1:46605_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the 
new leader: http://127.0.0.1:46605/solr/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 1903146 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1903147 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1903454 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1903454 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1904147 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1904148 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1904455 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1904455 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1905148 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1905149 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1905455 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1905455 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1906149 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1906150 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1906456 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1906456 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1907151 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1907151 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1907458 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1907458 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1908152 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1908152 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1908459 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1908459 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1909153 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1909153 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1909460 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1909460 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1910154 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1910154 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1910460 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1910460 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1911155 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1911155 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1911461 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1911461 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1912156 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1912156 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1912461 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1912461 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1913157 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1913158 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1913462 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1913462 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1914158 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1914159 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1914463 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1914463 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1915160 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1915160 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1915463 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1915463 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1916161 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1916161 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1916464 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1916464 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1917162 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1917163 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1917464 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1917464 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1918163 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1918164 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1918465 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1918465 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1919164 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1919165 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1919465 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1919466 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1920165 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1920166 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1920466 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1920466 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1921166 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1921167 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1921467 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1921467 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1922167 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1922168 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1922467 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1922467 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1923168 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1923169 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1923468 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1923468 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1924169 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1924170 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1924469 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1924469 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1925170 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1925171 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1925469 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1925469 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1926171 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1926172 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1926470 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1926470 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1927172 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1927173 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1927470 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1927470 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1928174 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1928174 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1928471 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1928471 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1929175 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1929175 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1929472 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1929472 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1930176 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1930176 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1930472 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1930472 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1931177 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1931178 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1931473 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1931473 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1932178 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1932178 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1932473 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1932473 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1933179 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1933179 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1933474 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1933474 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1934180 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1934181 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1934475 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1934475 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1935181 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1935182 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1935475 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1935475 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1936182 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1936183 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1936476 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1936476 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1937183 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1937184 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1937477 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1937477 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1938184 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1938185 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1938477 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1938477 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1939185 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1939186 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1939478 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1939478 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1940187 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1940187 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1940478 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1940478 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1941188 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1941188 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1941479 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1941479 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1942189 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1942189 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1942480 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1942480 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1943190 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1943190 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1943480 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1943480 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1944191 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1944191 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1944481 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1944481 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1945192 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1945192 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1945481 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1945481 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1946193 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1946193 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1946482 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1946482 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1947194 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1947194 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1947483 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1947483 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1948195 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1948195 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1948483 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1948483 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1949196 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1949196 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1949484 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1949484 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1950197 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1950198 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1950484 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1950485 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1951198 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1951199 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1951485 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1951485 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1952199 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1952200 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1952486 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1952486 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1953200 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1953201 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1953486 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1953486 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1954201 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1954202 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1954487 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1954487 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1955202 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1955203 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1955487 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1955487 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1956204 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1956204 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1956488 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1956488 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1957205 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1957205 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1957489 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1957489 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1958206 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1958207 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 1958489 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1958489 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1959208 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1959208 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1959490 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1959490 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1960209 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1960210 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 1960490 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1960491 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1961211 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1961211 INFO  (qtp505437350-16278) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1961491 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1961491 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1962212 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1962212 INFO  (qtp505437350-16279) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1962492 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1962492 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1963213 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1963213 INFO  (qtp505437350-16285) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1963492 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926
   [junit4]   2> 1963493 INFO  (qtp505437350-16283) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45217724422220926&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1964214 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=d0b3f3b6-3ab3-4cf8-a993-511ed972be45&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1964214 INFO  (qtp505437350-16284) [n:127.0.0.1:46605_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={r

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

etric reporters for registry=solr.collection.testSimple2.shard1.leader, 
tag=131605517
   [junit4]   2> 3251606 INFO  (coreCloseExecutor-11410-thread-4) 
[n:127.0.0.1:34627_solr c:testSimple2 s:shard2 r:core_node8 
x:testSimple2_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.testSimple2.shard2.leader, tag=1631773550
   [junit4]   2> 3251607 INFO  (jetty-closer-4060-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=98926171690172423-127.0.0.1:34627_solr-n_0000000001) closing
   [junit4]   2> 3251607 INFO  
(OverseerStateUpdate-98926171690172423-127.0.0.1:34627_solr-n_0000000001) 
[n:127.0.0.1:34627_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:34627_solr
   [junit4]   2> 3251607 WARN  
(OverseerAutoScalingTriggerThread-98926171690172423-127.0.0.1:34627_solr-n_0000000001)
 [n:127.0.0.1:34627_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 3251607 DEBUG (jetty-closer-4060-thread-2) [    ] 
o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 3251608 INFO  (jetty-closer-4060-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@c18dca6{/solr,null,UNAVAILABLE}
   [junit4]   2> 3253104 INFO  (jetty-closer-4060-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5a901f1e{/solr,null,UNAVAILABLE}
   [junit4]   2> 3253105 ERROR 
(SUITE-AutoAddReplicasIntegrationTest-seed#[A0669D5A5E5F41BA]-worker) [    ] 
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> 3253105 INFO  
(SUITE-AutoAddReplicasIntegrationTest-seed#[A0669D5A5E5F41BA]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:35191 35191
   [junit4]   2> 3258137 INFO  (Thread-7843) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:35191 35191
   [junit4]   2> 3258137 WARN  (Thread-7843) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/aliases.json
   [junit4]   2>        5       /solr/clusterprops.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        4       /solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        38      /solr/collections/testSimple1/state.json
   [junit4]   2>        14      /solr/collections/testSimple3/state.json
   [junit4]   2>        12      /solr/collections/testSimple2/state.json
   [junit4]   2>        5       /solr/clusterstate.json
   [junit4]   2>        2       /solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2>        5       /solr/collections
   [junit4]   2>        2       /solr/overseer/queue
   [junit4]   2>        2       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        2       /solr/overseer/collection-queue-work
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_A0669D5A5E5F41BA-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=847, maxMBSortInHeap=7.691439307804246, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@7ab4b9d2),
 locale=ti, timezone=Asia/Irkutsk
   [junit4]   2> NOTE: Linux 4.10.0-37-generic amd64/Oracle Corporation 9.0.1 
(64-bit)/cpus=8,threads=1,free=200245368,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: 
[TermVectorComponentDistributedTest, ShufflingReplicaListTransformerTest, 
MultiThreadedOCPTest, OutputWriterTest, OpenCloseCoreStressTest, 
TestManagedResourceStorage, DistributedIntervalFacetingTest, 
TestSubQueryTransformerCrossCore, CircularListTest, 
DistributedQueryComponentCustomSortTest, TestRandomCollapseQParserPlugin, 
NotRequiredUniqueKeyTest, TestCollectionAPI, TestDeleteCollectionOnDownNodes, 
BadIndexSchemaTest, TestNRTOpen, TestHdfsUpdateLog, HttpSolrCallGetCoreTest, 
BigEndianAscendingWordDeserializerTest, HdfsChaosMonkeyNothingIsSafeTest, 
TestObjectReleaseTracker, QueryEqualityTest, DocValuesMultiTest, 
ClusterStateUpdateTest, TestQuerySenderNoQuery, DistanceUnitsTest, 
TestOmitPositions, TestJettySolrRunner, ConvertedLegacyTest, 
SolrRequestParserTest, TestFastLRUCache, TestLRUStatsCache, 
ComputePlanActionTest, TestCollapseQParserPlugin, SuggestComponentTest, 
PreAnalyzedFieldManagedSchemaCloudTest, TestStressReorder, HdfsNNFailoverTest, 
SampleTest, TestRemoteStreaming, TestPayloadCheckQParserPlugin, 
TestAnalyzedSuggestions, DocExpirationUpdateProcessorFactoryTest, 
TestTolerantUpdateProcessorCloud, TestPerFieldSimilarityWithDefaultOverride, 
TestTestInjection, PolyFieldTest, JSONWriterTest, 
SignatureUpdateProcessorFactoryTest, LeaderInitiatedRecoveryOnShardRestartTest, 
ChaosMonkeySafeLeaderWithPullReplicasTest, NumericFieldsTest, 
ShardRoutingCustomTest, SolrMetricsIntegrationTest, 
TestImpersonationWithHadoopAuth, ZkStateWriterTest, TestFieldCacheSortRandom, 
SpellCheckCollatorWithCollapseTest, CollectionsAPIDistributedZkTest, 
LukeRequestHandlerTest, DocumentAnalysisRequestHandlerTest, 
TestExclusionRuleCollectionAccess, SolrJmxReporterCloudTest, ExplicitHLLTest, 
DistributedTermsComponentTest, TestNumericRangeQuery32, TestApiFramework, 
TestRecoveryHdfs, SolrCloudReportersTest, TestBulkSchemaConcurrent, 
CdcrBootstrapTest, TestPerFieldSimilarity, TestFileDictionaryLookup, 
SearchRateTriggerTest, HighlighterConfigTest, 
ClassificationUpdateProcessorIntegrationTest, ShardSplitTest, InfoHandlerTest, 
CdcrRequestHandlerTest, TestFieldCollectionResource, TestHdfsBackupRestoreCore, 
TestRestoreCore, TestSizeLimitedDistributedMap, TestCollationField, 
TestLazyCores, TestConfigSetImmutable, ShardRoutingTest, 
ConcurrentDeleteAndCreateCollectionTest, OpenExchangeRatesOrgProviderTest, 
TestLeaderElectionZkExpiry, TestJmxIntegration, TestMultiWordSynonyms, 
TestSolrConfigHandlerCloud, CreateCollectionCleanupTest, 
TestSolrCloudSnapshots, TestStressRecovery, TestCollationFieldDocValues, 
TestStressLucene, AtomicUpdateProcessorFactoryTest, TestCorePropertiesReload, 
SubstringBytesRefFilterTest, TestPrepRecovery, TriggerIntegrationTest, 
TestSolrCoreParser, TestCustomSort, TestSurroundQueryParser, CdcrUpdateLogTest, 
TestCustomDocTransformer, PathHierarchyTokenizerFactoryTest, 
TestSimpleTrackingShardHandler, MoreLikeThisHandlerTest, 
HttpTriggerListenerTest, TestFieldCache, SolrIndexConfigTest, TestRTGBase, 
TestUseDocValuesAsStored2, TestUninvertingReader, RollingRestartTest, 
LeaderFailoverAfterPartitionTest, PrimUtilsTest, 
TestCopyFieldCollectionResource, TestFaceting, TestRecovery, 
TestHashPartitioner, TestReload, TestStressVersions, TestRangeQuery, 
SolrCmdDistributorTest, QueryElevationComponentTest, TestFiltering, 
ShowFileRequestHandlerTest, SolrIndexSplitterTest, TestCoreDiscovery, 
AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, SuggesterFSTTest, 
CoreAdminHandlerTest, TestFoldingMultitermQuery, SuggesterTSTTest, 
SuggesterTest, SpatialFilterTest, TestCSVLoader, 
SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, 
TestPseudoReturnFields, TestUpdate, TestAtomicUpdateErrorCases, 
TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, 
DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, 
DistanceFunctionTest, DebugComponentTest, IndexBasedSpellCheckerTest, 
DisMaxRequestHandlerTest, TestQueryUtils, TestWriterPerf, 
DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory, TestQueryTypes, 
FileBasedSpellCheckerTest, TermsComponentTest, XmlUpdateRequestHandlerTest, 
RequestHandlersTest, DocumentBuilderTest, TestIndexingPerformance, 
FieldAnalysisRequestHandlerTest, TestSolrQueryParser, 
FastVectorHighlighterTest, LoggingHandlerTest, RegexBoostProcessorTest, 
SolrPluginUtilsTest, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, 
TestCSVResponseWriter, MBeansHandlerTest, BinaryUpdateRequestHandlerTest, 
PingRequestHandlerTest, CSVRequestHandlerTest, TestComponentsName, 
SearchHandlerTest, TestLFUCache, TimeZoneUtilsTest, TestFastOutputStream, 
PreAnalyzedFieldTest, DateFieldTest, DOMUtilTest, ClusterStateTest, 
TestLRUCache, ZkNodePropsTest, SystemInfoHandlerTest, UUIDFieldTest, 
TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, 
TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors, 
ActionThrottleTest, AddReplicaTest, AliasIntegrationTest, 
AssignBackwardCompatibilityTest, AssignTest, 
AsyncCallRequestStatusResponseTest, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, CleanupOldIndexTest, 
CloudExitableDirectoryReaderTest, CollectionStateFormat2Test, 
CollectionTooManyReplicasTest, ConnectionManagerTest, CustomCollectionTest, 
DeleteInactiveReplicaTest, DeleteLastCustomShardedReplicaTest, 
DeleteReplicaTest, DeleteShardTest, DeleteStatusTest, DistribCursorPagingTest, 
DistribDocExpirationUpdateProcessorTest, DistributedQueueTest, 
DistributedVersionInfoTest, DocValuesNotIndexedTest, ForceLeaderTest, 
HealthCheckHandlerTest, LeaderElectionContextKeyTest, 
LeaderFailureAfterFreshStartTest, LeaderInitiatedRecoveryOnCommitTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, 
OverriddenZkACLAndCredentialsProvidersTest, OverseerStatusTest, 
RemoteQueryErrorTest, ReplaceNodeTest, SSLMigrationTest, 
SimpleCollectionCreateDeleteTest, SolrCloudExampleTest, 
TestCloudPseudoReturnFields, TestCloudRecovery, TestConfigSetsAPIExclusivity, 
TestDownShardTolerantSearch, TestLeaderInitiatedRecoveryThread, 
TestLocalFSCloudBackupRestore, TestPullReplica, TestReplicaProperties, 
TestStressInPlaceUpdates, TlogReplayBufferedWhileIndexingTest, 
TriLevelCompositeIdRoutingTest, AutoAddReplicasIntegrationTest]
   [junit4] Completed [595/747 (2!)] on J1 in 146.56s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 40618 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to