Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/3812/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC

4 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores:     1) 
Thread[id=15420, name=searcherExecutor-6277-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]         at sun.misc.Unsafe.park(Native Method)        
 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)     
    at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
        at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.core.TestLazyCores: 
   1) Thread[id=15420, name=searcherExecutor-6277-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
        at __randomizedtesting.SeedInfo.seed([98E153C0F551FBC3]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
There are still zombie threads that couldn't be terminated:    1) 
Thread[id=15420, name=searcherExecutor-6277-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]         at sun.misc.Unsafe.park(Native Method)        
 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)     
    at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
        at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=15420, name=searcherExecutor-6277-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
        at __randomizedtesting.SeedInfo.seed([98E153C0F551FBC3]:0)


FAILED:  org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test

Error Message:
Could not find collection:collection2

Stack Trace:
java.lang.AssertionError: Could not find collection:collection2
        at 
__randomizedtesting.SeedInfo.seed([98E153C0F551FBC3:10B56C1A5BAD963B]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:159)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:144)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:139)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:856)
        at 
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrClient(FullSolrCloudDistribCmdsTest.java:620)
        at 
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test(FullSolrCloudDistribCmdsTest.java:152)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.core.TestLazyCores.testNoCommit

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([98E153C0F551FBC3:4781F2113E769866]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:857)
        at org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:794)
        at 
org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:776)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//result[@numFound='10']
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>

<lst name="responseHeader">
  <int name="status">0</int>
  <int name="QTime">0</int>
  <lst name="params">
    <str name="q">*:*</str>
  </lst>
</lst>
<result name="response" numFound="0" start="0">
</result>
</response>

        request was:q=*:*
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:850)
        ... 41 more




Build Log:
[...truncated 11773 lines...]
   [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_98E153C0F551FBC3-001/init-core-data-001
   [junit4]   2> 1726136 INFO  
(SUITE-FullSolrCloudDistribCmdsTest-seed#[98E153C0F551FBC3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 1726140 INFO  
(SUITE-FullSolrCloudDistribCmdsTest-seed#[98E153C0F551FBC3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
 w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1726140 INFO  
(SUITE-FullSolrCloudDistribCmdsTest-seed#[98E153C0F551FBC3]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: 
/xt_nqa/ab
   [junit4]   2> 1726142 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1726142 INFO  (Thread-2079) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1726142 INFO  (Thread-2079) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1726252 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:55853
   [junit4]   2> 1726280 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1726285 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1726287 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1726290 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1726293 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1726297 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1726300 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1726303 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1726306 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1726309 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1726312 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1726607 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_98E153C0F551FBC3-001/control-001/cores/collection1
   [junit4]   2> 1726609 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1726611 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1fd4c81d{/xt_nqa/ab,null,AVAILABLE}
   [junit4]   2> 1726613 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@41cb1f2{HTTP/1.1,[http/1.1]}{127.0.0.1:55856}
   [junit4]   2> 1726613 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.e.j.s.Server Started @1732964ms
   [junit4]   2> 1726613 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_98E153C0F551FBC3-001/tempDir-001/control/data,
 hostContext=/xt_nqa/ab, hostPort=55856, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_98E153C0F551FBC3-001/control-001/cores}
   [junit4]   2> 1726614 ERROR 
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1726614 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 1726614 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1726614 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1726614 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-02T01:39:45.813Z
   [junit4]   2> 1726618 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1726618 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_98E153C0F551FBC3-001/control-001/solr.xml
   [junit4]   2> 1726636 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55853/solr
   [junit4]   2> 1726683 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) 
[n:127.0.0.1:55856_xt_nqa%2Fab    ] o.a.s.c.OverseerElectionContext I am going 
to be the leader 127.0.0.1:55856_xt_nqa%2Fab
   [junit4]   2> 1726685 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) 
[n:127.0.0.1:55856_xt_nqa%2Fab    ] o.a.s.c.Overseer Overseer 
(id=97386468825169924-127.0.0.1:55856_xt_nqa%2Fab-n_0000000000) starting
   [junit4]   2> 1726700 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) 
[n:127.0.0.1:55856_xt_nqa%2Fab    ] o.a.s.c.ZkController Register node as live 
in ZooKeeper:/live_nodes/127.0.0.1:55856_xt_nqa%2Fab
   [junit4]   2> 1726703 INFO  
(OverseerStateUpdate-97386468825169924-127.0.0.1:55856_xt_nqa%2Fab-n_0000000000)
 [n:127.0.0.1:55856_xt_nqa%2Fab    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (1)
   [junit4]   2> 1726807 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) 
[n:127.0.0.1:55856_xt_nqa%2Fab    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_98E153C0F551FBC3-001/control-001/cores
   [junit4]   2> 1726807 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) 
[n:127.0.0.1:55856_xt_nqa%2Fab    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 1726812 INFO  
(OverseerStateUpdate-97386468825169924-127.0.0.1:55856_xt_nqa%2Fab-n_0000000000)
 [n:127.0.0.1:55856_xt_nqa%2Fab    ] o.a.s.c.o.ReplicaMutator Assigning new 
node to shard shard=shard1
   [junit4]   2> 1727844 WARN  
(coreLoadExecutor-4519-thread-1-processing-n:127.0.0.1:55856_xt_nqa%2Fab) 
[n:127.0.0.1:55856_xt_nqa%2Fab c:control_collection   x:collection1] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1727846 INFO  
(coreLoadExecutor-4519-thread-1-processing-n:127.0.0.1:55856_xt_nqa%2Fab) 
[n:127.0.0.1:55856_xt_nqa%2Fab c:control_collection   x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1727860 INFO  
(coreLoadExecutor-4519-thread-1-processing-n:127.0.0.1:55856_xt_nqa%2Fab) 
[n:127.0.0.1:55856_xt_nqa%2Fab c:control_collection   x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1727936 WARN  
(coreLoadExecutor-4519-thread-1-processing-n:127.0.0.1:55856_xt_nqa%2Fab) 
[n:127.0.0.1:55856_xt_nqa%2Fab c:control_collection   x:collection1] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1727937 INFO  
(coreLoadExecutor-4519-thread-1-processing-n:127.0.0.1:55856_xt_nqa%2Fab) 
[n:127.0.0.1:55856_xt_nqa%2Fab c:control_collection   x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1727967 INFO  
(coreLoadExecutor-4519-thread-1-processing-n:127.0.0.1:55856_xt_nqa%2Fab) 
[n:127.0.0.1:55856_xt_nqa%2Fab c:control_collection   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection
   [junit4]   2> 1727968 INFO  
(coreLoadExecutor-4519-thread-1-processing-n:127.0.0.1:55856_xt_nqa%2Fab) 
[n:127.0.0.1:55856_xt_nqa%2Fab c:control_collection   x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_98E153C0F551FBC3-001/control-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_98E153C0F551FBC3-001/control-001/cores/collection1/data/]
   [junit4]   2> 1727968 INFO  
(coreLoadExecutor-4519-thread-1-processing-n:127.0.0.1:55856_xt_nqa%2Fab) 
[n:127.0.0.1:55856_xt_nqa%2Fab c:control_collection   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1954a154
   [junit4]   2> 1727969 INFO  
(coreLoadExecutor-4519-thread-1-processing-n:127.0.0.1:55856_xt_nqa%2Fab) 
[n:127.0.0.1:55856_xt_nqa%2Fab c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=47, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=43.875, 
floorSegmentMB=1.6064453125, forceMergeDeletesPctAllowed=26.871075218888336, 
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7780773115776406
   [junit4]   2> 1727974 WARN  
(coreLoadExecutor-4519-thread-1-processing-n:127.0.0.1:55856_xt_nqa%2Fab) 
[n:127.0.0.1:55856_xt_nqa%2Fab c:control_collection   x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1728031 INFO  
(coreLoadExecutor-4519-thread-1-processing-n:127.0.0.1:55856_xt_nqa%2Fab) 
[n:127.0.0.1:55856_xt_nqa%2Fab c:control_collection   x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1728031 INFO  
(coreLoadExecutor-4519-thread-1-processing-n:127.0.0.1:55856_xt_nqa%2Fab) 
[n:127.0.0.1:55856_xt_nqa%2Fab c:control_collection   x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1728032 INFO  
(coreLoadExecutor-4519-thread-1-processing-n:127.0.0.1:55856_xt_nqa%2Fab) 
[n:127.0.0.1:55856_xt_nqa%2Fab c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1728032 INFO  
(coreLoadExecutor-4519-thread-1-processing-n:127.0.0.1:55856_xt_nqa%2Fab) 
[n:127.0.0.1:55856_xt_nqa%2Fab c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1728032 INFO  
(coreLoadExecutor-4519-thread-1-processing-n:127.0.0.1:55856_xt_nqa%2Fab) 
[n:127.0.0.1:55856_xt_nqa%2Fab c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=14, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=11.775390625, 
floorSegmentMB=2.1416015625, forceMergeDeletesPctAllowed=4.099005163446259, 
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.37568336182126705
   [junit4]   2> 1728033 INFO  
(coreLoadExecutor-4519-thread-1-processing-n:127.0.0.1:55856_xt_nqa%2Fab) 
[n:127.0.0.1:55856_xt_nqa%2Fab c:control_collection   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@44666fc[collection1] main]
   [junit4]   2> 1728035 INFO  
(coreLoadExecutor-4519-thread-1-processing-n:127.0.0.1:55856_xt_nqa%2Fab) 
[n:127.0.0.1:55856_xt_nqa%2Fab c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1728035 INFO  
(coreLoadExecutor-4519-thread-1-processing-n:127.0.0.1:55856_xt_nqa%2Fab) 
[n:127.0.0.1:55856_xt_nqa%2Fab c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1728035 INFO  
(coreLoadExecutor-4519-thread-1-processing-n:127.0.0.1:55856_xt_nqa%2Fab) 
[n:127.0.0.1:55856_xt_nqa%2Fab c:control_collection   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1728037 INFO  
(searcherExecutor-4520-thread-1-processing-n:127.0.0.1:55856_xt_nqa%2Fab 
x:collection1 c:control_collection) [n:127.0.0.1:55856_xt_nqa%2Fab 
c:control_collection   x:collection1] o.a.s.c.SolrCore [collection1] Registered 
new searcher Searcher@44666fc[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1728037 INFO  
(coreLoadExecutor-4519-thread-1-processing-n:127.0.0.1:55856_xt_nqa%2Fab) 
[n:127.0.0.1:55856_xt_nqa%2Fab c:control_collection   x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1558183503185575936
   [junit4]   2> 1728050 INFO  
(coreZkRegister-4512-thread-1-processing-n:127.0.0.1:55856_xt_nqa%2Fab 
x:collection1 c:control_collection) [n:127.0.0.1:55856_xt_nqa%2Fab 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1728050 INFO  
(coreZkRegister-4512-thread-1-processing-n:127.0.0.1:55856_xt_nqa%2Fab 
x:collection1 c:control_collection) [n:127.0.0.1:55856_xt_nqa%2Fab 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1728050 INFO  
(coreZkRegister-4512-thread-1-processing-n:127.0.0.1:55856_xt_nqa%2Fab 
x:collection1 c:control_collection) [n:127.0.0.1:55856_xt_nqa%2Fab 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:55856/xt_nqa/ab/collection1/
   [junit4]   2> 1728050 INFO  
(coreZkRegister-4512-thread-1-processing-n:127.0.0.1:55856_xt_nqa%2Fab 
x:collection1 c:control_collection) [n:127.0.0.1:55856_xt_nqa%2Fab 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1728050 INFO  
(coreZkRegister-4512-thread-1-processing-n:127.0.0.1:55856_xt_nqa%2Fab 
x:collection1 c:control_collection) [n:127.0.0.1:55856_xt_nqa%2Fab 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:55856/xt_nqa/ab/collection1/ has no replicas
   [junit4]   2> 1728057 INFO  
(coreZkRegister-4512-thread-1-processing-n:127.0.0.1:55856_xt_nqa%2Fab 
x:collection1 c:control_collection) [n:127.0.0.1:55856_xt_nqa%2Fab 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:55856/xt_nqa/ab/collection1/ shard1
   [junit4]   2> 1728216 INFO  
(coreZkRegister-4512-thread-1-processing-n:127.0.0.1:55856_xt_nqa%2Fab 
x:collection1 c:control_collection) [n:127.0.0.1:55856_xt_nqa%2Fab 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 1728263 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1728265 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55853/solr ready
   [junit4]   2> 1728266 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 1728266 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 1728574 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_98E153C0F551FBC3-001/shard-1-001/cores/collection1
   [junit4]   2> 1728575 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_98E153C0F551FBC3-001/shard-1-001
   [junit4]   2> 1728576 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1728579 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3dcb2ca3{/xt_nqa/ab,null,AVAILABLE}
   [junit4]   2> 1728579 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7febe316{HTTP/1.1,[http/1.1]}{127.0.0.1:55864}
   [junit4]   2> 1728579 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.e.j.s.Server Started @1734929ms
   [junit4]   2> 1728579 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_98E153C0F551FBC3-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/xt_nqa/ab, hostPort=55864, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_98E153C0F551FBC3-001/shard-1-001/cores}
   [junit4]   2> 1728580 ERROR 
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1728580 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 1728580 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1728580 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1728580 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-02T01:39:47.779Z
   [junit4]   2> 1728584 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1728584 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_98E153C0F551FBC3-001/shard-1-001/solr.xml
   [junit4]   2> 1728658 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55853/solr
   [junit4]   2> 1728676 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) 
[n:127.0.0.1:55864_xt_nqa%2Fab    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (1)
   [junit4]   2> 1728685 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) 
[n:127.0.0.1:55864_xt_nqa%2Fab    ] o.a.s.c.ZkController Register node as live 
in ZooKeeper:/live_nodes/127.0.0.1:55864_xt_nqa%2Fab
   [junit4]   2> 1728688 INFO  (zkCallback-1516-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1728688 INFO  
(zkCallback-1512-thread-2-processing-n:127.0.0.1:55856_xt_nqa%2Fab) 
[n:127.0.0.1:55856_xt_nqa%2Fab    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (1) -> (2)
   [junit4]   2> 1728689 INFO  
(zkCallback-1522-thread-1-processing-n:127.0.0.1:55864_xt_nqa%2Fab) 
[n:127.0.0.1:55864_xt_nqa%2Fab    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (1) -> (2)
   [junit4]   2> 1728775 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) 
[n:127.0.0.1:55864_xt_nqa%2Fab    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_98E153C0F551FBC3-001/shard-1-001/cores
   [junit4]   2> 1728775 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) 
[n:127.0.0.1:55864_xt_nqa%2Fab    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 1728779 INFO  
(OverseerStateUpdate-97386468825169924-127.0.0.1:55856_xt_nqa%2Fab-n_0000000000)
 [n:127.0.0.1:55856_xt_nqa%2Fab    ] o.a.s.c.o.ReplicaMutator Assigning new 
node to shard shard=shard2
   [junit4]   2> 1728890 INFO  
(zkCallback-1522-thread-1-processing-n:127.0.0.1:55864_xt_nqa%2Fab) 
[n:127.0.0.1:55864_xt_nqa%2Fab    ] 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: [2])
   [junit4]   2> 1729796 WARN  
(coreLoadExecutor-4530-thread-1-processing-n:127.0.0.1:55864_xt_nqa%2Fab) 
[n:127.0.0.1:55864_xt_nqa%2Fab c:collection1   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 1729797 INFO  
(coreLoadExecutor-4530-thread-1-processing-n:127.0.0.1:55864_xt_nqa%2Fab) 
[n:127.0.0.1:55864_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1729810 INFO  
(coreLoadExecutor-4530-thread-1-processing-n:127.0.0.1:55864_xt_nqa%2Fab) 
[n:127.0.0.1:55864_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1729878 WARN  
(coreLoadExecutor-4530-thread-1-processing-n:127.0.0.1:55864_xt_nqa%2Fab) 
[n:127.0.0.1:55864_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1729879 INFO  
(coreLoadExecutor-4530-thread-1-processing-n:127.0.0.1:55864_xt_nqa%2Fab) 
[n:127.0.0.1:55864_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1729906 INFO  
(coreLoadExecutor-4530-thread-1-processing-n:127.0.0.1:55864_xt_nqa%2Fab) 
[n:127.0.0.1:55864_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1
   [junit4]   2> 1729906 INFO  
(coreLoadExecutor-4530-thread-1-processing-n:127.0.0.1:55864_xt_nqa%2Fab) 
[n:127.0.0.1:55864_xt_nqa%2Fab c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_98E153C0F551FBC3-001/shard-1-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_98E153C0F551FBC3-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 1729906 INFO  
(coreLoadExecutor-4530-thread-1-processing-n:127.0.0.1:55864_xt_nqa%2Fab) 
[n:127.0.0.1:55864_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1954a154
   [junit4]   2> 1729912 INFO  
(coreLoadExecutor-4530-thread-1-processing-n:127.0.0.1:55864_xt_nqa%2Fab) 
[n:127.0.0.1:55864_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=47, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=43.875, 
floorSegmentMB=1.6064453125, forceMergeDeletesPctAllowed=26.871075218888336, 
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7780773115776406
   [junit4]   2> 1729921 WARN  
(coreLoadExecutor-4530-thread-1-processing-n:127.0.0.1:55864_xt_nqa%2Fab) 
[n:127.0.0.1:55864_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1730025 INFO  
(coreLoadExecutor-4530-thread-1-processing-n:127.0.0.1:55864_xt_nqa%2Fab) 
[n:127.0.0.1:55864_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1730025 INFO  
(coreLoadExecutor-4530-thread-1-processing-n:127.0.0.1:55864_xt_nqa%2Fab) 
[n:127.0.0.1:55864_xt_nqa%2Fab c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1730026 INFO  
(coreLoadExecutor-4530-thread-1-processing-n:127.0.0.1:55864_xt_nqa%2Fab) 
[n:127.0.0.1:55864_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1730026 INFO  
(coreLoadExecutor-4530-thread-1-processing-n:127.0.0.1:55864_xt_nqa%2Fab) 
[n:127.0.0.1:55864_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1730028 INFO  
(coreLoadExecutor-4530-thread-1-processing-n:127.0.0.1:55864_xt_nqa%2Fab) 
[n:127.0.0.1:55864_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=14, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=11.775390625, 
floorSegmentMB=2.1416015625, forceMergeDeletesPctAllowed=4.099005163446259, 
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.37568336182126705
   [junit4]   2> 1730029 INFO  
(coreLoadExecutor-4530-thread-1-processing-n:127.0.0.1:55864_xt_nqa%2Fab) 
[n:127.0.0.1:55864_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5c249719[collection1] main]
   [junit4]   2> 1730031 INFO  
(coreLoadExecutor-4530-thread-1-processing-n:127.0.0.1:55864_xt_nqa%2Fab) 
[n:127.0.0.1:55864_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1730032 INFO  
(coreLoadExecutor-4530-thread-1-processing-n:127.0.0.1:55864_xt_nqa%2Fab) 
[n:127.0.0.1:55864_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1730038 INFO  
(coreLoadExecutor-4530-thread-1-processing-n:127.0.0.1:55864_xt_nqa%2Fab) 
[n:127.0.0.1:55864_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1730039 INFO  
(searcherExecutor-4531-thread-1-processing-n:127.0.0.1:55864_xt_nqa%2Fab 
x:collection1 c:collection1) [n:127.0.0.1:55864_xt_nqa%2Fab c:collection1   
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5c249719[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1730039 INFO  
(coreLoadExecutor-4530-thread-1-processing-n:127.0.0.1:55864_xt_nqa%2Fab) 
[n:127.0.0.1:55864_xt_nqa%2Fab c:collection1   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1558183505284825088
   [junit4]   2> 1730051 INFO  
(coreZkRegister-4525-thread-1-processing-n:127.0.0.1:55864_xt_nqa%2Fab 
x:collection1 c:collection1) [n:127.0.0.1:55864_xt_nqa%2Fab c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough 
replicas found to continue.
   [junit4]   2> 1730051 INFO  
(coreZkRegister-4525-thread-1-processing-n:127.0.0.1:55864_xt_nqa%2Fab 
x:collection1 c:collection1) [n:127.0.0.1:55864_xt_nqa%2Fab c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may 
be the new leader - try and sync
   [junit4]   2> 1730051 INFO  
(coreZkRegister-4525-thread-1-processing-n:127.0.0.1:55864_xt_nqa%2Fab 
x:collection1 c:collection1) [n:127.0.0.1:55864_xt_nqa%2Fab c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:55864/xt_nqa/ab/collection1/
   [junit4]   2> 1730051 INFO  
(coreZkRegister-4525-thread-1-processing-n:127.0.0.1:55864_xt_nqa%2Fab 
x:collection1 c:collection1) [n:127.0.0.1:55864_xt_nqa%2Fab c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now 
sync replicas to me
   [junit4]   2> 1730052 INFO  
(coreZkRegister-4525-thread-1-processing-n:127.0.0.1:55864_xt_nqa%2Fab 
x:collection1 c:collection1) [n:127.0.0.1:55864_xt_nqa%2Fab c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:55864/xt_nqa/ab/collection1/ has no replicas
   [junit4]   2> 1730059 INFO  
(coreZkRegister-4525-thread-1-processing-n:127.0.0.1:55864_xt_nqa%2Fab 
x:collection1 c:collection1) [n:127.0.0.1:55864_xt_nqa%2Fab c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am 
the new leader: http://127.0.0.1:55864/xt_nqa/ab/collection1/ shard2
   [junit4]   2> 1730166 INFO  
(zkCallback-1522-thread-1-processing-n:127.0.0.1:55864_xt_nqa%2Fab) 
[n:127.0.0.1:55864_xt_nqa%2Fab    ] 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: [2])
   [junit4]   2> 1730218 INFO  
(coreZkRegister-4525-thread-1-processing-n:127.0.0.1:55864_xt_nqa%2Fab 
x:collection1 c:collection1) [n:127.0.0.1:55864_xt_nqa%2Fab c:collection1 
s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no 
recovery necessary
   [junit4]   2> 1730325 INFO  
(zkCallback-1522-thread-1-processing-n:127.0.0.1:55864_xt_nqa%2Fab) 
[n:127.0.0.1:55864_xt_nqa%2Fab    ] 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: [2])
   [junit4]   2> 1730628 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_98E153C0F551FBC3-001/shard-2-001/cores/collection1
   [junit4]   2> 1730630 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_98E153C0F551FBC3-001/shard-2-001
   [junit4]   2> 1730631 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1730641 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6e5ed39f{/xt_nqa/ab,null,AVAILABLE}
   [junit4]   2> 1730641 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@3eb8b4b6{HTTP/1.1,[http/1.1]}{127.0.0.1:55869}
   [junit4]   2> 1730642 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.e.j.s.Server Started @1736992ms
   [junit4]   2> 1730642 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_98E153C0F551FBC3-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/xt_nqa/ab, hostPort=55869, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_98E153C0F551FBC3-001/shard-2-001/cores}
   [junit4]   2> 1730642 ERROR 
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1730642 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 1730642 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1730642 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1730643 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-02T01:39:49.842Z
   [junit4]   2> 1730647 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1730647 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_98E153C0F551FBC3-001/shard-2-001/solr.xml
   [junit4]   2> 1730658 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55853/solr
   [junit4]   2> 1730680 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) 
[n:127.0.0.1:55869_xt_nqa%2Fab    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (2)
   [junit4]   2> 1730692 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) 
[n:127.0.0.1:55869_xt_nqa%2Fab    ] o.a.s.c.ZkController Register node as live 
in ZooKeeper:/live_nodes/127.0.0.1:55869_xt_nqa%2Fab
   [junit4]   2> 1730695 INFO  
(zkCallback-1522-thread-1-processing-n:127.0.0.1:55864_xt_nqa%2Fab) 
[n:127.0.0.1:55864_xt_nqa%2Fab    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (2) -> (3)
   [junit4]   2> 1730695 INFO  
(zkCallback-1512-thread-2-processing-n:127.0.0.1:55856_xt_nqa%2Fab) 
[n:127.0.0.1:55856_xt_nqa%2Fab    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (2) -> (3)
   [junit4]   2> 1730696 INFO  (zkCallback-1516-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1730698 INFO  
(zkCallback-1528-thread-1-processing-n:127.0.0.1:55869_xt_nqa%2Fab) 
[n:127.0.0.1:55869_xt_nqa%2Fab    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (2) -> (3)
   [junit4]   2> 1730812 INFO  
(zkCallback-1522-thread-1-processing-n:127.0.0.1:55864_xt_nqa%2Fab) 
[n:127.0.0.1:55864_xt_nqa%2Fab    ] 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: [3])
   [junit4]   2> 1730837 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) 
[n:127.0.0.1:55869_xt_nqa%2Fab    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_98E153C0F551FBC3-001/shard-2-001/cores
   [junit4]   2> 1730837 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) 
[n:127.0.0.1:55869_xt_nqa%2Fab    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 1730840 INFO  
(OverseerStateUpdate-97386468825169924-127.0.0.1:55856_xt_nqa%2Fab-n_0000000000)
 [n:127.0.0.1:55856_xt_nqa%2Fab    ] o.a.s.c.o.ReplicaMutator Assigning new 
node to shard shard=shard3
   [junit4]   2> 1730951 INFO  
(zkCallback-1522-thread-1-processing-n:127.0.0.1:55864_xt_nqa%2Fab) 
[n:127.0.0.1:55864_xt_nqa%2Fab    ] 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: [3])
   [junit4]   2> 1730951 INFO  
(zkCallback-1528-thread-2-processing-n:127.0.0.1:55869_xt_nqa%2Fab) 
[n:127.0.0.1:55869_xt_nqa%2Fab    ] 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: [3])
   [junit4]   2> 1731867 WARN  
(coreLoadExecutor-4541-thread-1-processing-n:127.0.0.1:55869_xt_nqa%2Fab) 
[n:127.0.0.1:55869_xt_nqa%2Fab c:collection1   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 1731868 INFO  
(coreLoadExecutor-4541-thread-1-processing-n:127.0.0.1:55869_xt_nqa%2Fab) 
[n:127.0.0.1:55869_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1731880 INFO  
(coreLoadExecutor-4541-thread-1-processing-n:127.0.0.1:55869_xt_nqa%2Fab) 
[n:127.0.0.1:55869_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1731951 WARN  
(coreLoadExecutor-4541-thread-1-processing-n:127.0.0.1:55869_xt_nqa%2Fab) 
[n:127.0.0.1:55869_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1731953 INFO  
(coreLoadExecutor-4541-thread-1-processing-n:127.0.0.1:55869_xt_nqa%2Fab) 
[n:127.0.0.1:55869_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1731987 INFO  
(coreLoadExecutor-4541-thread-1-processing-n:127.0.0.1:55869_xt_nqa%2Fab) 
[n:127.0.0.1:55869_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1
   [junit4]   2> 1731988 INFO  
(coreLoadExecutor-4541-thread-1-processing-n:127.0.0.1:55869_xt_nqa%2Fab) 
[n:127.0.0.1:55869_xt_nqa%2Fab c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_98E153C0F551FBC3-001/shard-2-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_98E153C0F551FBC3-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 1731988 INFO  
(coreLoadExecutor-4541-thread-1-processing-n:127.0.0.1:55869_xt_nqa%2Fab) 
[n:127.0.0.1:55869_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1954a154
   [junit4]   2> 1731989 INFO  
(coreLoadExecutor-4541-thread-1-processing-n:127.0.0.1:55869_xt_nqa%2Fab) 
[n:127.0.0.1:55869_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=47, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=43.875, 
floorSegmentMB=1.6064453125, forceMergeDeletesPctAllowed=26.871075218888336, 
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7780773115776406
   [junit4]   2> 1732000 WARN  
(coreLoadExecutor-4541-thread-1-processing-n:127.0.0.1:55869_xt_nqa%2Fab) 
[n:127.0.0.1:55869_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1732108 INFO  
(coreLoadExecutor-4541-thread-1-processing-n:127.0.0.1:55869_xt_nqa%2Fab) 
[n:127.0.0.1:55869_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1732108 INFO  
(coreLoadExecutor-4541-thread-1-processing-n:127.0.0.1:55869_xt_nqa%2Fab) 
[n:127.0.0.1:55869_xt_nqa%2Fab c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1732109 INFO  
(coreLoadExecutor-4541-thread-1-processing-n:127.0.0.1:55869_xt_nqa%2Fab) 
[n:127.0.0.1:55869_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1732109 INFO  
(coreLoadExecutor-4541-thread-1-processing-n:127.0.0.1:55869_xt_nqa%2Fab) 
[n:127.0.0.1:55869_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1732110 INFO  
(coreLoadExecutor-4541-thread-1-processing-n:127.0.0.1:55869_xt_nqa%2Fab) 
[n:127.0.0.1:55869_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=14, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=11.775390625, 
floorSegmentMB=2.1416015625, forceMergeDeletesPctAllowed=4.099005163446259, 
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.37568336182126705
   [junit4]   2> 1732110 INFO  
(coreLoadExecutor-4541-thread-1-processing-n:127.0.0.1:55869_xt_nqa%2Fab) 
[n:127.0.0.1:55869_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@15151659[collection1] main]
   [junit4]   2> 1732112 INFO  
(coreLoadExecutor-4541-thread-1-processing-n:127.0.0.1:55869_xt_nqa%2Fab) 
[n:127.0.0.1:55869_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1732113 INFO  
(coreLoadExecutor-4541-thread-1-processing-n:127.0.0.1:55869_xt_nqa%2Fab) 
[n:127.0.0.1:55869_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1732113 INFO  
(coreLoadExecutor-4541-thread-1-processing-n:127.0.0.1:55869_xt_nqa%2Fab) 
[n:127.0.0.1:55869_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1732114 INFO  
(searcherExecutor-4542-thread-1-processing-n:127.0.0.1:55869_xt_nqa%2Fab 
x:collection1 c:collection1) [n:127.0.0.1:55869_xt_nqa%2Fab c:collection1   
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@15151659[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1732114 INFO  
(coreLoadExecutor-4541-thread-1-processing-n:127.0.0.1:55869_xt_nqa%2Fab) 
[n:127.0.0.1:55869_xt_nqa%2Fab c:collection1   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1558183507460620288
   [junit4]   2> 1732128 INFO  
(coreZkRegister-4536-thread-1-processing-n:127.0.0.1:55869_xt_nqa%2Fab 
x:collection1 c:collection1) [n:127.0.0.1:55869_xt_nqa%2Fab c:collection1 
s:shard3 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough 
replicas found to continue.
   [junit4]   2> 1732128 INFO  
(coreZkRegister-4536-thread-1-processing-n:127.0.0.1:55869_xt_nqa%2Fab 
x:collection1 c:collection1) [n:127.0.0.1:55869_xt_nqa%2Fab c:collection1 
s:shard3 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I may 
be the new leader - try and sync
   [junit4]   2> 1732128 INFO  
(coreZkRegister-4536-thread-1-processing-n:127.0.0.1:55869_xt_nqa%2Fab 
x:collection1 c:collection1) [n:127.0.0.1:55869_xt_nqa%2Fab c:collection1 
s:shard3 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:55869/xt_nqa/ab/collection1/
   [junit4]   2> 1732129 INFO  
(coreZkRegister-4536-thread-1-processing-n:127.0.0.1:55869_xt_nqa%2Fab 
x:collection1 c:collection1) [n:127.0.0.1:55869_xt_nqa%2Fab c:collection1 
s:shard3 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now 
sync replicas to me
   [junit4]   2> 1732129 INFO  
(coreZkRegister-4536-thread-1-processing-n:127.0.0.1:55869_xt_nqa%2Fab 
x:collection1 c:collection1) [n:127.0.0.1:55869_xt_nqa%2Fab c:collection1 
s:shard3 r:core_node2 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:55869/xt_nqa/ab/collection1/ has no replicas
   [junit4]   2> 1732136 INFO  
(coreZkRegister-4536-thread-1-processing-n:127.0.0.1:55869_xt_nqa%2Fab 
x:collection1 c:collection1) [n:127.0.0.1:55869_xt_nqa%2Fab c:collection1 
s:shard3 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am 
the new leader: http://127.0.0.1:55869/xt_nqa/ab/collection1/ shard3
   [junit4]   2> 1732247 INFO  
(zkCallback-1522-thread-1-processing-n:127.0.0.1:55864_xt_nqa%2Fab) 
[n:127.0.0.1:55864_xt_nqa%2Fab    ] 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: [3])
   [junit4]   2> 1732247 INFO  
(zkCallback-1528-thread-2-processing-n:127.0.0.1:55869_xt_nqa%2Fab) 
[n:127.0.0.1:55869_xt_nqa%2Fab    ] 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: [3])
   [junit4]   2> 1732296 INFO  
(coreZkRegister-4536-thread-1-processing-n:127.0.0.1:55869_xt_nqa%2Fab 
x:collection1 c:collection1) [n:127.0.0.1:55869_xt_nqa%2Fab c:collection1 
s:shard3 r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no 
recovery necessary
   [junit4]   2> 1732412 INFO  
(zkCallback-1528-thread-2-processing-n:127.0.0.1:55869_xt_nqa%2Fab) 
[n:127.0.0.1:55869_xt_nqa%2Fab    ] 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: [3])
   [junit4]   2> 1732412 INFO  
(zkCallback-1522-thread-1-processing-n:127.0.0.1:55864_xt_nqa%2Fab) 
[n:127.0.0.1:55864_xt_nqa%2Fab    ] 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: [3])
   [junit4]   2> 1732535 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_98E153C0F551FBC3-001/shard-3-001/cores/collection1
   [junit4]   2> 1732536 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_98E153C0F551FBC3-001/shard-3-001
   [junit4]   2> 1732537 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1732539 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@410d6484{/xt_nqa/ab,null,AVAILABLE}
   [junit4]   2> 1732539 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@5dc6bf71{HTTP/1.1,[http/1.1]}{127.0.0.1:55880}
   [junit4]   2> 1732539 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.e.j.s.Server Started @1738890ms
   [junit4]   2> 1732539 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_98E153C0F551FBC3-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/xt_nqa/ab, hostPort=55880, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_98E153C0F551FBC3-001/shard-3-001/cores}
   [junit4]   2> 1732540 ERROR 
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1732540 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 1732541 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1732541 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1732541 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-02T01:39:51.740Z
   [junit4]   2> 1732544 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1732545 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_98E153C0F551FBC3-001/shard-3-001/solr.xml
   [junit4]   2> 1732565 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55853/solr
   [junit4]   2> 1732584 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) 
[n:127.0.0.1:55880_xt_nqa%2Fab    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (3)
   [junit4]   2> 1732595 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) 
[n:127.0.0.1:55880_xt_nqa%2Fab    ] o.a.s.c.ZkController Register node as live 
in ZooKeeper:/live_nodes/127.0.0.1:55880_xt_nqa%2Fab
   [junit4]   2> 1732599 INFO  
(zkCallback-1512-thread-3-processing-n:127.0.0.1:55856_xt_nqa%2Fab) 
[n:127.0.0.1:55856_xt_nqa%2Fab    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (3) -> (4)
   [junit4]   2> 1732600 INFO  
(zkCallback-1522-thread-1-processing-n:127.0.0.1:55864_xt_nqa%2Fab) 
[n:127.0.0.1:55864_xt_nqa%2Fab    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (3) -> (4)
   [junit4]   2> 1732600 INFO  
(zkCallback-1528-thread-2-processing-n:127.0.0.1:55869_xt_nqa%2Fab) 
[n:127.0.0.1:55869_xt_nqa%2Fab    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (3) -> (4)
   [junit4]   2> 1732601 INFO  
(zkCallback-1534-thread-1-processing-n:127.0.0.1:55880_xt_nqa%2Fab) 
[n:127.0.0.1:55880_xt_nqa%2Fab    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (3) -> (4)
   [junit4]   2> 1732602 INFO  (zkCallback-1516-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1732701 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) 
[n:127.0.0.1:55880_xt_nqa%2Fab    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_98E153C0F551FBC3-001/shard-3-001/cores
   [junit4]   2> 1732701 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) 
[n:127.0.0.1:55880_xt_nqa%2Fab    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 1732706 INFO  
(OverseerStateUpdate-97386468825169924-127.0.0.1:55856_xt_nqa%2Fab-n_0000000000)
 [n:127.0.0.1:55856_xt_nqa%2Fab    ] o.a.s.c.o.ReplicaMutator Assigning new 
node to shard shard=shard1
   [junit4]   2> 1732820 INFO  
(zkCallback-1534-thread-1-processing-n:127.0.0.1:55880_xt_nqa%2Fab) 
[n:127.0.0.1:55880_xt_nqa%2Fab    ] 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: [4])
   [junit4]   2> 1732820 INFO  
(zkCallback-1522-thread-1-processing-n:127.0.0.1:55864_xt_nqa%2Fab) 
[n:127.0.0.1:55864_xt_nqa%2Fab    ] 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: [4])
   [junit4]   2> 1732820 INFO  
(zkCallback-1528-thread-2-processing-n:127.0.0.1:55869_xt_nqa%2Fab) 
[n:127.0.0.1:55869_xt_nqa%2Fab    ] 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: [4])
   [junit4]   2> 1733730 WARN  
(coreLoadExecutor-4552-thread-1-processing-n:127.0.0.1:55880_xt_nqa%2Fab) 
[n:127.0.0.1:55880_xt_nqa%2Fab c:collection1   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 1733731 INFO  
(coreLoadExecutor-4552-thread-1-processing-n:127.0.0.1:55880_xt_nqa%2Fab) 
[n:127.0.0.1:55880_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1733742 INFO  
(coreLoadExecutor-4552-thread-1-processing-n:127.0.0.1:55880_xt_nqa%2Fab) 
[n:127.0.0.1:55880_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1733802 WARN  
(coreLoadExecutor-4552-thread-1-processing-n:127.0.0.1:55880_xt_nqa%2Fab) 
[n:127.0.0.1:55880_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1733803 INFO  
(coreLoadExecutor-4552-thread-1-processing-n:127.0.0.1:55880_xt_nqa%2Fab) 
[n:127.0.0.1:55880_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1733833 INFO  
(coreLoadExecutor-4552-thread-1-processing-n:127.0.0.1:55880_xt_nqa%2Fab) 
[n:127.0.0.1:55880_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1
   [junit4]   2> 1733833 INFO  
(coreLoadExecutor-4552-thread-1-processing-n:127.0.0.1:55880_xt_nqa%2Fab) 
[n:127.0.0.1:55880_xt_nqa%2Fab c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_98E153C0F551FBC3-001/shard-3-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_98E153C0F551FBC3-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 1733834 INFO  
(coreLoadExecutor-4552-thread-1-processing-n:127.0.0.1:55880_xt_nqa%2Fab) 
[n:127.0.0.1:55880_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1954a154
   [junit4]   2> 1733834 INFO  
(coreLoadExecutor-4552-thread-1-processing-n:127.0.0.1:55880_xt_nqa%2Fab) 
[n:127.0.0.1:55880_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=47, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=43.875, 
floorSegmentMB=1.6064453125, forceMergeDeletesPctAllowed=26.871075218888336, 
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7780773115776406
   [junit4]   2> 1733920 WARN  
(coreLoadExecutor-4552-thread-1-processing-n:127.0.0.1:55880_xt_nqa%2Fab) 
[n:127.0.0.1:55880_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1733987 INFO  
(coreLoadExecutor-4552-thread-1-processing-n:127.0.0.1:55880_xt_nqa%2Fab) 
[n:127.0.0.1:55880_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1733987 INFO  
(coreLoadExecutor-4552-thread-1-processing-n:127.0.0.1:55880_xt_nqa%2Fab) 
[n:127.0.0.1:55880_xt_nqa%2Fab c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1733989 INFO  
(coreLoadExecutor-4552-thread-1-processing-n:127.0.0.1:55880_xt_nqa%2Fab) 
[n:127.0.0.1:55880_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1733989 INFO  
(coreLoadExecutor-4552-thread-1-processing-n:127.0.0.1:55880_xt_nqa%2Fab) 
[n:127.0.0.1:55880_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1733990 INFO  
(coreLoadExecutor-4552-thread-1-processing-n:127.0.0.1:55880_xt_nqa%2Fab) 
[n:127.0.0.1:55880_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=14, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=11.775390625, 
floorSegmentMB=2.1416015625, forceMergeDeletesPctAllowed=4.099005163446259, 
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.37568336182126705
   [junit4]   2> 1733990 INFO  
(coreLoadExecutor-4552-thread-1-processing-n:127.0.0.1:55880_xt_nqa%2Fab) 
[n:127.0.0.1:55880_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@41110b55[collection1] main]
   [junit4]   2> 1733992 INFO  
(coreLoadExecutor-4552-thread-1-processing-n:127.0.0.1:55880_xt_nqa%2Fab) 
[n:127.0.0.1:55880_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1733992 INFO  
(coreLoadExecutor-4552-thread-1-processing-n:127.0.0.1:55880_xt_nqa%2Fab) 
[n:127.0.0.1:55880_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1733993 INFO  
(coreLoadExecutor-4552-thread-1-processing-n:127.0.0.1:55880_xt_nqa%2Fab) 
[n:127.0.0.1:55880_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1733994 INFO  
(searcherExecutor-4553-thread-1-processing-n:127.0.0.1:55880_xt_nqa%2Fab 
x:collection1 c:collection1) [n:127.0.0.1:55880_xt_nqa%2Fab c:collection1   
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@41110b55[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1733994 INFO  
(coreLoadExecutor-4552-thread-1-processing-n:127.0.0.1:55880_xt_nqa%2Fab) 
[n:127.0.0.1:55880_xt_nqa%2Fab c:collection1   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1558183509431943168
   [junit4]   2> 1734005 INFO  
(coreZkRegister-4547-thread-1-processing-n:127.0.0.1:55880_xt_nqa%2Fab 
x:collection1 c:collection1) [n:127.0.0.1:55880_xt_nqa%2Fab c:collection1 
s:shard1 r:core_node3 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough 
replicas found to continue.
   [junit4]   2> 1734005 INFO  
(coreZkRegister-4547-thread-1-processing-n:127.0.0.1:55880_xt_nqa%2Fab 
x:collection1 c:collection1) [n:127.0.0.1:55880_xt_nqa%2Fab c:collection1 
s:shard1 r:core_node3 x:collection1] o.a.s.c.ShardLeaderElectionContext I may 
be the new leader - try and sync
   [junit4]   2> 1734005 INFO  
(coreZkRegister-4547-thread-1-processing-n:127.0.0.1:55880_xt_nqa%2Fab 
x:collection1 c:collection1) [n:127.0.0.1:55880_xt_nqa%2Fab c:collection1 
s:shard1 r:core_node3 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:55880/xt_nqa/ab/collection1/
   [junit4]   2> 1734005 INFO  
(coreZkRegister-4547-thread-1-processing-n:127.0.0.1:55880_xt_nqa%2Fab 
x:collection1 c:collection1) [n:127.0.0.1:55880_xt_nqa%2Fab c:collection1 
s:shard1 r:core_node3 x:collection1] o.a.s.c.SyncStrategy Sync Success - now 
sync replicas to me
   [junit4]   2> 1734005 INFO  
(coreZkRegister-4547-thread-1-processing-n:127.0.0.1:55880_xt_nqa%2Fab 
x:collection1 c:collection1) [n:127.0.0.1:55880_xt_nqa%2Fab c:collection1 
s:shard1 r:core_node3 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:55880/xt_nqa/ab/collection1/ has no replicas
   [junit4]   2> 1734014 INFO  
(coreZkRegister-4547-thread-1-processing-n:127.0.0.1:55880_xt_nqa%2Fab 
x:collection1 c:collection1) [n:127.0.0.1:55880_xt_nqa%2Fab c:collection1 
s:shard1 r:core_node3 x:collection1] o.a.s.c.ShardLeaderElectionContext I am 
the new leader: http://127.0.0.1:55880/xt_nqa/ab/collection1/ shard1
   [junit4]   2> 1734128 INFO  
(zkCallback-1534-thread-1-processing-n:127.0.0.1:55880_xt_nqa%2Fab) 
[n:127.0.0.1:55880_xt_nqa%2Fab    ] 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: [4])
   [junit4]   2> 1734128 INFO  
(zkCallback-1528-thread-2-processing-n:127.0.0.1:55869_xt_nqa%2Fab) 
[n:127.0.0.1:55869_xt_nqa%2Fab    ] 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: [4])
   [junit4]   2> 1734128 INFO  
(zkCallback-1522-thread-1-processing-n:127.0.0.1:55864_xt_nqa%2Fab) 
[n:127.0.0.1:55864_xt_nqa%2Fab    ] 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: [4])
   [junit4]   2> 1734187 INFO  
(coreZkRegister-4547-thread-1-processing-n:127.0.0.1:55880_xt_nqa%2Fab 
x:collection1 c:collection1) [n:127.0.0.1:55880_xt_nqa%2Fab c:collection1 
s:shard1 r:core_node3 x:collection1] o.a.s.c.ZkController I am the leader, no 
recovery necessary
   [junit4]   2> 1734304 INFO  
(zkCallback-1534-thread-1-processing-n:127.0.0.1:55880_xt_nqa%2Fab) 
[n:127.0.0.1:55880_xt_nqa%2Fab    ] 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: [4])
   [junit4]   2> 1734304 INFO  
(zkCallback-1528-thread-2-processing-n:127.0.0.1:55869_xt_nqa%2Fab) 
[n:127.0.0.1:55869_xt_nqa%2Fab    ] 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: [4])
   [junit4]   2> 1734304 INFO  
(zkCallback-1522-thread-1-processing-n:127.0.0.1:55864_xt_nqa%2Fab) 
[n:127.0.0.1:55864_xt_nqa%2Fab    ] 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: [4])
   [junit4]   2> 1735006 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_98E153C0F551FBC3-001/shard-4-001/cores/collection1
   [junit4]   2> 1735007 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_98E153C0F551FBC3-001/shard-4-001
   [junit4]   2> 1735007 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1735010 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3ee19321{/xt_nqa/ab,null,AVAILABLE}
   [junit4]   2> 1735010 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@48848934{HTTP/1.1,[http/1.1]}{127.0.0.1:55889}
   [junit4]   2> 1735010 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.e.j.s.Server Started @1741361ms
   [junit4]   2> 1735010 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_98E153C0F551FBC3-001/tempDir-001/jetty4,
 solrconfig=solrconfig.xml, hostContext=/xt_nqa/ab, hostPort=55889, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_98E153C0F551FBC3-001/shard-4-001/cores}
   [junit4]   2> 1735011 ERROR 
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1735011 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 1735011 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1735011 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1735011 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-02T01:39:54.210Z
   [junit4]   2> 1735016 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1735016 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_98E153C0F551FBC3-001/shard-4-001/solr.xml
   [junit4]   2> 1735167 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55853/solr
   [junit4]   2> 1735184 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) 
[n:127.0.0.1:55889_xt_nqa%2Fab    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (4)
   [junit4]   2> 1735193 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) 
[n:127.0.0.1:55889_xt_nqa%2Fab    ] o.a.s.c.ZkController Register node as live 
in ZooKeeper:/live_nodes/127.0.0.1:55889_xt_nqa%2Fab
   [junit4]   2> 1735196 INFO  
(zkCallback-1534-thread-1-processing-n:127.0.0.1:55880_xt_nqa%2Fab) 
[n:127.0.0.1:55880_xt_nqa%2Fab    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (4) -> (5)
   [junit4]   2> 1735196 INFO  (zkCallback-1516-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1735196 INFO  
(zkCallback-1512-thread-1-processing-n:127.0.0.1:55856_xt_nqa%2Fab) 
[n:127.0.0.1:55856_xt_nqa%2Fab    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (4) -> (5)
   [junit4]   2> 1735196 INFO  
(zkCallback-1522-thread-1-processing-n:127.0.0.1:55864_xt_nqa%2Fab) 
[n:127.0.0.1:55864_xt_nqa%2Fab    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (4) -> (5)
   [junit4]   2> 1735196 INFO  
(zkCallback-1528-thread-2-processing-n:127.0.0.1:55869_xt_nqa%2Fab) 
[n:127.0.0.1:55869_xt_nqa%2Fab    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (4) -> (5)
   [junit4]   2> 1735197 INFO  
(zkCallback-1540-thread-1-processing-n:127.0.0.1:55889_xt_nqa%2Fab) 
[n:127.0.0.1:55889_xt_nqa%2Fab    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (4) -> (5)
   [junit4]   2> 1735283 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) 
[n:127.0.0.1:55889_xt_nqa%2Fab    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_98E153C0F551FBC3-001/shard-4-001/cores
   [junit4]   2> 1735283 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[98E153C0F551FBC3]) 
[n:127.0.0.1:55889_xt_nqa%2Fab    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 1735288 INFO  
(OverseerStateUpdate-97386468825169924-127.0.0.1:55856_xt_nqa%2Fab-n_0000000000)
 [n:127.0.0.1:55856_xt_nqa%2Fab    ] o.a.s.c.o.ReplicaMutator Assigning new 
node to shard shard=shard2
   [junit4]   2> 1735394 INFO  
(zkCallback-1528-thread-2-processing-n:127.0.0.1:55869_xt_nqa%2Fab) 
[n:127.0.0.1:55869_xt_nqa%2Fab    ] 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: [5])
   [junit4]   2> 1735394 INFO  
(zkCallback-1534-thread-1-processing-n:127.0.0.1:55880_xt_nqa%2Fab) 
[n:127.0.0.1:55880_xt_nqa%2Fab    ] 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: [5])
   [junit4]   2> 1735394 INFO  
(zkCallback-1522-thread-1-processing-n:127.0.0.1:55864_xt_nqa%2Fab) 
[n:127.0.0.1:55864_xt_nqa%2Fab    ] 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: [5])
   [junit4]   2> 1735394 INFO  
(zkCallback-1540-thread-1-processing-n:127.0.0.1:55889_xt_nqa%2Fab) 
[n:127.0.0.1:55889_xt_nqa%2Fab    ] 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: [5])
   [junit4]   2> 1736306 WARN  
(coreLoadExecutor-4563-thread-1-processing-n:127.0.0.1:55889_xt_nqa%2Fab) 
[n:127.0.0.1:55889_xt_nqa%2Fab c:collection1   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 1736307 INFO  
(coreLoadExecutor-4563-thread-1-processing-n:127.0.0.1:55889_xt_nqa%2Fab) 
[n:127.0.0.1:55889_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1736319 INFO  
(coreLoadExecutor-4563-thread-1-processing-n:127.0.0.1:55889_xt_nqa%2Fab) 
[n:127.0.0.1:55889_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1736381 WARN  
(coreLoadExecutor-4563-thread-1-processing-n:127.0.0.1:55889_xt_nqa%2Fab) 
[n:127.0.0.1:55889_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1736382 INFO  
(coreLoadExecutor-4563-thread-1-processing-n:127.0.0.1:55889_xt_nqa%2Fab) 
[n:127.0.0.1:55889_xt_nqa%2Fab c:collection1   x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid

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

FO  (SUITE-TestLazyCores-seed#[98E153C0F551FBC3]-worker) [    x:collection4] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=573532611
   [junit4]   2> 1811794 INFO  
(SUITE-TestLazyCores-seed#[98E153C0F551FBC3]-worker) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_98E153C0F551FBC3-001
   [junit4]   2> Feb 02, 2017 1:41:11 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> Feb 02, 2017 1:41:31 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at 
org.apache.solr.core.TestLazyCores: 
   [junit4]   2>    1) Thread[id=15420, name=searcherExecutor-6277-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Feb 02, 2017 1:41:31 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=15420, name=searcherExecutor-6277-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Feb 02, 2017 1:41:34 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be 
terminated:
   [junit4]   2>    1) Thread[id=15420, name=searcherExecutor-6277-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=false): {}, locale=ar-OM, 
timezone=Canada/Newfoundland
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_121 
(64-bit)/cpus=3,threads=2,free=118275504,total=461373440
   [junit4]   2> NOTE: All tests run in this JVM: [MetricsHandlerTest, 
TestCryptoKeys, HdfsLockFactoryTest, TestNRTOpen, QueryEqualityTest, 
AnalyticsMergeStrategyTest, TestManagedStopFilterFactory, 
HdfsBasicDistributedZk2Test, DeleteNodeTest, TestWordDelimiterFilterFactory, 
TestCharFilters, HighlighterTest, DocValuesMultiTest, StressHdfsTest, 
TestTestInjection, TestManagedSchema, AnalysisErrorHandlingTest, 
DistributedQueryComponentCustomSortTest, DistributedSuggestComponentTest, 
TestSearcherReuse, TestStressLiveNodes, ChangedSchemaMergeTest, 
RequiredFieldsTest, TestEmbeddedSolrServerConstructors, 
PKIAuthenticationIntegrationTest, BasicAuthIntegrationTest, 
IndexSchemaRuntimeFieldTest, TestSubQueryTransformerDistrib, 
DirectUpdateHandlerTest, TestNamedUpdateProcessors, 
DistributedFacetExistsSmallTest, TestFieldCache, TestReplicaProperties, 
TestSQLHandlerNonCloud, TestGeoJSONResponseWriter, SolrCLIZkUtilsTest, 
ZkControllerTest, PluginInfoTest, TestSolrQueryParserResource, TestLFUCache, 
SoftAutoCommitTest, TestPostingsSolrHighlighter, BJQParserTest, 
DataDrivenBlockJoinTest, TestMergePolicyConfig, TestReplicationHandler, 
TestRTGBase, SimpleFacetsTest, SharedFSAutoReplicaFailoverUtilsTest, 
SuggesterFSTTest, TestBM25SimilarityFactory, LeaderElectionContextKeyTest, 
ClassificationUpdateProcessorFactoryTest, TestFunctionQuery, TestStressReorder, 
SuggestComponentTest, TestExtendedDismaxParser, TestConfigOverlay, 
LeaderElectionTest, TestQueryWrapperFilter, TestInfoStreamLogging, 
CurrencyFieldXmlFileTest, ConnectionReuseTest, TestExpandComponent, 
DOMUtilTest, TestSolrJ, TestConfigSetProperties, TestBulkSchemaAPI, 
DateFieldTest, ConfigSetsAPITest, TestInPlaceUpdatesDistrib, 
TestLeaderElectionWithEmptyReplica, ClusterStateUpdateTest, OverseerRolesTest, 
TestExclusionRuleCollectionAccess, OutputWriterTest, TestFreeTextSuggestions, 
TestStandardQParsers, TestClassicSimilarityFactory, 
TestSweetSpotSimilarityFactory, OverseerCollectionConfigSetProcessorTest, 
ReplaceNodeTest, JsonValidatorTest, FileUtilsTest, CollectionReloadTest, 
ParsingFieldUpdateProcessorsTest, SearchHandlerTest, MetricUtilsTest, 
TestUseDocValuesAsStored, PolyFieldTest, DocValuesMissingTest, 
TestImpersonationWithHadoopAuth, CdcrReplicationHandlerTest, 
BlockJoinFacetRandomTest, CreateCollectionCleanupTest, TestRandomDVFaceting, 
TestConfigsApi, TestOnReconnectListenerSupport, RecoveryAfterSoftCommitTest, 
TestRestoreCore, TestJavabinTupleStreamParser, TestBlendedInfixSuggestions, 
HLLUtilTest, TestBinaryField, TestCloudManagedSchema, 
DistributedFacetPivotLongTailTest, DocExpirationUpdateProcessorFactoryTest, 
DirectSolrSpellCheckerTest, SimplePostToolTest, MoreLikeThisHandlerTest, 
SchemaVersionSpecificBehaviorTest, TestCloudPivotFacet, DocValuesTest, 
AliasIntegrationTest, TestCursorMarkWithoutUniqueKey, TestRemoteStreaming, 
TestNoOpRegenerator, TestRTimerTree, BasicDistributedZkTest, 
XmlUpdateRequestHandlerTest, HdfsRecoverLeaseTest, TestElisionMultitermQuery, 
SOLR749Test, SSLMigrationTest, StatelessScriptUpdateProcessorFactoryTest, 
BitVectorTest, TestPartialUpdateDeduplication, TestLRUCache, 
HttpSolrCallGetCoreTest, TestRandomRequestDistribution, SolrXmlInZkTest, 
TestConfigReload, SegmentsInfoRequestHandlerTest, TestFieldSortValues, 
BinaryUpdateRequestHandlerTest, OverseerTest, TestSolrCloudSnapshots, 
SolrSlf4jReporterTest, TestTrieFacet, TestLeaderInitiatedRecoveryThread, 
TestFastLRUCache, SmileWriterTest, UnloadDistributedZkTest, NumericFieldsTest, 
PrimUtilsTest, CollectionTooManyReplicasTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, RulesTest, 
TestStressCloudBlindAtomicUpdates, TestCollationField, 
TestSolrConfigHandlerConcurrent, SolrIndexMetricsTest, 
ChaosMonkeyNothingIsSafeTest, TestExceedMaxTermLength, TestFaceting, 
DistribJoinFromCollectionTest, TestSort, TestCloudRecovery, SyncSliceTest, 
CursorPagingTest, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores 
-Dtests.seed=98E153C0F551FBC3 -Dtests.slow=true -Dtests.locale=ar-OM 
-Dtests.timezone=Canada/Newfoundland -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.core.TestLazyCores: 
   [junit4]    >    1) Thread[id=15420, name=searcherExecutor-6277-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([98E153C0F551FBC3]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=15420, name=searcherExecutor-6277-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([98E153C0F551FBC3]:0)
   [junit4] Completed [341/691 (2!)] on J0 in 35.30s, 9 tests, 3 errors <<< 
FAILURES!

[...truncated 63573 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to