Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4949/
Java: 64bit/jdk1.8.0_45 -XX:-UseCompressedOops -XX:+UseSerialGC

2 tests failed.
FAILED:  
org.apache.solr.cloud.CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls

Error Message:
Shard split did not complete. Last recorded state: running 
expected:<[completed]> but was:<[running]>

Stack Trace:
org.junit.ComparisonFailure: Shard split did not complete. Last recorded state: 
running expected:<[completed]> but was:<[running]>
        at 
__randomizedtesting.SeedInfo.seed([97670505B80B81CC:CF038964BE612918]:0)
        at org.junit.Assert.assertEquals(Assert.java:125)
        at 
org.apache.solr.cloud.CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls(CollectionsAPIAsyncDistributedZkTest.java:83)
        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:497)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
        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:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        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:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.TestReplicationHandler.doTestStressReplication

Error Message:
timed out waiting for collection1 startAt time to exceed: Sun Jun 21 03:46:14 
ART 2015

Stack Trace:
java.lang.AssertionError: timed out waiting for collection1 startAt time to 
exceed: Sun Jun 21 03:46:14 ART 2015
        at 
__randomizedtesting.SeedInfo.seed([97670505B80B81CC:4CCC05C3BD23E87F]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.handler.TestReplicationHandler.watchCoreStartAt(TestReplicationHandler.java:1417)
        at 
org.apache.solr.handler.TestReplicationHandler.doTestStressReplication(TestReplicationHandler.java:769)
        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:497)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
        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:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        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:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 9687 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIAsyncDistributedZkTest
   [junit4]   2> Creating dataDir: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\init-core-data-001
   [junit4]   2> 298245 INFO  
(SUITE-CollectionsAPIAsyncDistributedZkTest-seed#[97670505B80B81CC]-worker) [   
 ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 298245 INFO  
(SUITE-CollectionsAPIAsyncDistributedZkTest-seed#[97670505B80B81CC]-worker) [   
 ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: 
/s_kyd/r
   [junit4]   2> 298248 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 298249 INFO  (Thread-1082) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 298249 INFO  (Thread-1082) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 298349 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.c.ZkTestServer start zk server on port:55802
   [junit4]   2> 298366 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.c.AbstractZkTestCase put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 298369 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.c.AbstractZkTestCase put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 298371 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.c.AbstractZkTestCase put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 298374 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.c.AbstractZkTestCase put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 298376 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.c.AbstractZkTestCase put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 298378 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.c.AbstractZkTestCase put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 298379 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.c.AbstractZkTestCase put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 298382 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.c.AbstractZkTestCase put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 298384 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.c.AbstractZkTestCase put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 298386 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.c.AbstractZkTestCase put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 298388 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.c.AbstractZkTestCase put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 298689 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\control-001\cores\collection1
   [junit4]   2> 298692 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 298695 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@16e369ee{/s_kyd/r,null,AVAILABLE}
   [junit4]   2> 298698 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.e.j.s.ServerConnector Started 
ServerConnector@8a4e65c{HTTP/1.1}{127.0.0.1:55809}
   [junit4]   2> 298699 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.e.j.s.Server Started @302425ms
   [junit4]   2> 298699 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\tempDir-001/control/data,
 hostContext=/s_kyd/r, hostPort=55809, 
coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\control-001\cores}
   [junit4]   2> 298699 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 298699 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\control-001\'
   [junit4]   2> 298724 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\control-001\solr.xml
   [junit4]   2> 298732 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.c.CoresLocator Config-defined core root directory: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\control-001\cores
   [junit4]   2> 298732 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.c.CoreContainer New CoreContainer 2035353819
   [junit4]   2> 298732 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\control-001\]
   [junit4]   2> 298733 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.c.CoreContainer loading shared library: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\control-001\lib
   [junit4]   2> 298733 WARN  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\control-001\lib).
   [junit4]   2> 298741 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : 
false,useRetries : false,
   [junit4]   2> 298743 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with 
params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 298744 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 298744 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 298744 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55802/solr
   [junit4]   2> 298744 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 298769 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.ZkController Register node as live 
in ZooKeeper:/live_nodes/127.0.0.1:55809_s_kyd%2Fr
   [junit4]   2> 298775 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 298776 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.LeaderElector Joined leadership 
election with path: 
/overseer_elect/election/94035509840707587-127.0.0.1:55809_s_kyd%2Fr-n_0000000000
   [junit4]   2> 298777 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.OverseerElectionContext I am going 
to be the leader 127.0.0.1:55809_s_kyd%2Fr
   [junit4]   2> 298779 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.Overseer Overseer 
(id=94035509840707587-127.0.0.1:55809_s_kyd%2Fr-n_0000000000) starting
   [junit4]   2> 298788 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.OverseerAutoReplicaFailoverThread 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 298789 INFO  
(OverseerCollectionProcessor-94035509840707587-127.0.0.1:55809_s_kyd%2Fr-n_0000000000)
 [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.OverseerCollectionProcessor Process 
current queue of collection creations
   [junit4]   2> 298790 INFO  
(OverseerStateUpdate-94035509840707587-127.0.0.1:55809_s_kyd%2Fr-n_0000000000) 
[n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.Overseer Starting to work on the main 
queue
   [junit4]   2> 298793 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.CoreContainer No authentication 
plugin used.
   [junit4]   2> 298794 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.CoreContainer Security conf doesn't 
exist. Skipping setup for authorization module.
   [junit4]   2> 298796 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.CoresLocator Looking for core 
definitions underneath 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\control-001\cores
   [junit4]   2> 298797 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.SolrCore Created CoreDescriptor: 
{name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, 
loadOnStartup=true, 
instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\control-001\cores\collection1,
 collection=control_collection, 
absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\control-001\cores\collection1\,
 coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 298797 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.CoresLocator Found core collection1 
in 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\control-001\cores\collection1\
   [junit4]   2> 298797 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 298798 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] 
o.a.s.c.ZkController publishing state=down
   [junit4]   2> 298798 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] 
o.a.s.c.ZkController numShards not found on descriptor - reading it from system 
property
   [junit4]   2> 298798 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.s.SolrDispatchFilter 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 298798 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 298799 INFO  
(zkCallback-323-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.DistributedQueue NodeChildrenChanged 
fired on path /overseer/queue state SyncConnected
   [junit4]   2> 298799 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] 
o.a.s.c.ZkController look for our core node name
   [junit4]   2> 298800 INFO  
(OverseerStateUpdate-94035509840707587-127.0.0.1:55809_s_kyd%2Fr-n_0000000000) 
[n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.Overseer processMessage: queueSize: 
1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:55809/s_kyd/r";,
   [junit4]   2>   "node_name":"127.0.0.1:55809_s_kyd%2Fr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 298801 INFO  
(OverseerStateUpdate-94035509840707587-127.0.0.1:55809_s_kyd%2Fr-n_0000000000) 
[n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.o.ReplicaMutator Update state 
numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:55809/s_kyd/r";,
   [junit4]   2>   "node_name":"127.0.0.1:55809_s_kyd%2Fr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 298801 INFO  
(OverseerStateUpdate-94035509840707587-127.0.0.1:55809_s_kyd%2Fr-n_0000000000) 
[n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.o.ClusterStateMutator building a new 
cName: control_collection
   [junit4]   2> 298801 INFO  
(OverseerStateUpdate-94035509840707587-127.0.0.1:55809_s_kyd%2Fr-n_0000000000) 
[n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.o.ReplicaMutator Assigning new node 
to shard shard=shard1
   [junit4]   2> 299789 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] 
o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 299789 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] 
o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 299790 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] 
o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 299791 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\control-001\cores\collection1\'
   [junit4]   2> 299808 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] 
o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 299816 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 299819 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 299836 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] 
o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 299838 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] 
o.a.s.s.IndexSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 299841 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 299918 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 299924 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 299925 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 299936 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 299939 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 299942 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 299943 WARN  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 299943 WARN  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 299943 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 299944 WARN  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 299944 WARN  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 299944 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection
   [junit4]   2> 299944 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 299945 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\control-001\cores\collection1\],
 dataDir=[null]
   [junit4]   2> 299945 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@79d6c9b9
   [junit4]   2> 299945 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\control-001\cores\collection1\data\
   [junit4]   2> 299945 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\control-001\cores\collection1\data\index/
   [junit4]   2> 299945 WARN  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\control-001\cores\collection1\data\index'
 doesn't exist. Creating new index...
   [junit4]   2> 299946 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\control-001\cores\collection1\data\index
   [junit4]   2> 299946 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8522068489320784]
   [junit4]   2> 299946 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@8a894e1 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3e64ff96),segFN=segments_1,generation=1}
   [junit4]   2> 299946 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 299947 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup 
for core collection1 in 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\control-001\cores\collection1\data\
   [junit4]   2> 299948 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.DirectoryFactory 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\control-001\cores\collection1\data\
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 299950 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 299951 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 299951 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 299951 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 299951 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 299951 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 299951 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 299952 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 299952 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 299955 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 299956 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 299957 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 299958 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 299961 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 299962 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 299963 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 299963 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 299964 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 299964 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 299965 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=36, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.23153409308130996]
   [junit4]   2> 299965 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@8a894e1 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3e64ff96),segFN=segments_1,generation=1}
   [junit4]   2> 299965 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 299966 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@539abbfc[collection1] 
main
   [junit4]   2> 299967 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based 
storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 299968 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO 
with znodeBase: /configs/conf1
   [junit4]   2> 299968 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 299968 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 299968 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode 
/configs/conf1/_rest_managed.json
   [junit4]   2> 299969 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 299969 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 299969 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 299970 INFO  
(searcherExecutor-1279-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@539abbfc[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 299970 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed 
version buckets
   [junit4]   2> 299970 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 
65536 version buckets from index
   [junit4]   2> 299970 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed 
version bucket highest value from index
   [junit4]   2> 299970 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1504568159252774912
   [junit4]   2> 299972 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.UpdateLog Took 2 ms to seed version buckets with highest 
version 1504568159252774912
   [junit4]   2> 299972 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 299974 INFO  
(coreLoadExecutor-1278-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 299975 INFO  
(coreZkRegister-1272-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ZkController Register replica - core:collection1 
address:http://127.0.0.1:55809/s_kyd/r collection:control_collection 
shard:shard1
   [junit4]   2> 299981 INFO  
(coreZkRegister-1272-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.LeaderElector Joined leadership election with path: 
/collections/control_collection/leader_elect/shard1/election/94035509840707587-core_node1-n_0000000000
   [junit4]   2> 299981 INFO  
(coreZkRegister-1272-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process 
for shard shard1
   [junit4]   2> 299983 INFO  
(zkCallback-323-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.DistributedQueue NodeChildrenChanged 
fired on path /overseer/queue state SyncConnected
   [junit4]   2> 299983 INFO  
(coreZkRegister-1272-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 299983 INFO  
(coreZkRegister-1272-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:55809_s_kyd%2Fr 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> 299983 INFO  
(coreZkRegister-1272-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:55809/s_kyd/r/collection1/
   [junit4]   2> 299983 INFO  
(coreZkRegister-1272-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 299984 INFO  
(coreZkRegister-1272-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:55809/s_kyd/r/collection1/ 
has no replicas
   [junit4]   2> 299984 INFO  
(coreZkRegister-1272-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:55809_s_kyd%2Fr 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:55809/s_kyd/r/collection1/ shard1
   [junit4]   2> 299984 INFO  
(OverseerStateUpdate-94035509840707587-127.0.0.1:55809_s_kyd%2Fr-n_0000000000) 
[n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.Overseer processMessage: queueSize: 
1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 299989 INFO  
(zkCallback-323-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.DistributedQueue NodeChildrenChanged 
fired on path /overseer/queue state SyncConnected
   [junit4]   2> 299990 INFO  
(OverseerStateUpdate-94035509840707587-127.0.0.1:55809_s_kyd%2Fr-n_0000000000) 
[n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.Overseer processMessage: queueSize: 
1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:55809/s_kyd/r";,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 300141 INFO  
(coreZkRegister-1272-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ZkController We are 
http://127.0.0.1:55809/s_kyd/r/collection1/ and leader is 
http://127.0.0.1:55809/s_kyd/r/collection1/
   [junit4]   2> 300141 INFO  
(coreZkRegister-1272-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 
baseURL=http://127.0.0.1:55809/s_kyd/r
   [junit4]   2> 300141 INFO  
(coreZkRegister-1272-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 300141 INFO  
(coreZkRegister-1272-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 300141 INFO  
(coreZkRegister-1272-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:55809_s_kyd%2Fr c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading 
it from system property
   [junit4]   2> 300142 INFO  
(zkCallback-323-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.DistributedQueue NodeChildrenChanged 
fired on path /overseer/queue state SyncConnected
   [junit4]   2> 300144 INFO  
(OverseerStateUpdate-94035509840707587-127.0.0.1:55809_s_kyd%2Fr-n_0000000000) 
[n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.Overseer processMessage: queueSize: 
1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:55809/s_kyd/r";,
   [junit4]   2>   "node_name":"127.0.0.1:55809_s_kyd%2Fr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 2
   [junit4]   2> 300145 INFO  
(OverseerStateUpdate-94035509840707587-127.0.0.1:55809_s_kyd%2Fr-n_0000000000) 
[n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.o.ReplicaMutator Update state 
numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:55809/s_kyd/r";,
   [junit4]   2>   "node_name":"127.0.0.1:55809_s_kyd%2Fr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 300292 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause 
connection loss:false
   [junit4]   2> 300575 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\shard-1-001\cores\collection1
   [junit4]   2> 300577 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\shard-1-001
   [junit4]   2> 300578 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 300581 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@248201c7{/s_kyd/r,null,AVAILABLE}
   [junit4]   2> 300582 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.e.j.s.ServerConnector Started 
ServerConnector@6b742668{HTTP/1.1}{127.0.0.1:55821}
   [junit4]   2> 300582 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.e.j.s.Server Started @304327ms
   [junit4]   2> 300582 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/s_kyd/r, hostPort=55821, 
coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\shard-1-001\cores}
   [junit4]   2> 300582 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 300583 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\shard-1-001\'
   [junit4]   2> 300606 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\shard-1-001\solr.xml
   [junit4]   2> 300613 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.c.CoresLocator Config-defined core root directory: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\shard-1-001\cores
   [junit4]   2> 300614 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.c.CoreContainer New CoreContainer 643288339
   [junit4]   2> 300614 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\shard-1-001\]
   [junit4]   2> 300614 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.c.CoreContainer loading shared library: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\shard-1-001\lib
   [junit4]   2> 300614 WARN  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\shard-1-001\lib).
   [junit4]   2> 300622 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : 
false,useRetries : false,
   [junit4]   2> 300623 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with 
params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 300624 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 300624 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 300624 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55802/solr
   [junit4]   2> 300624 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 301633 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [n:127.0.0.1:55821_s_kyd%2Fr    ] o.a.s.c.ZkController Register node as live 
in ZooKeeper:/live_nodes/127.0.0.1:55821_s_kyd%2Fr
   [junit4]   2> 301638 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [n:127.0.0.1:55821_s_kyd%2Fr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 301639 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [n:127.0.0.1:55821_s_kyd%2Fr    ] o.a.s.c.LeaderElector Joined leadership 
election with path: 
/overseer_elect/election/94035509840707590-127.0.0.1:55821_s_kyd%2Fr-n_0000000001
   [junit4]   2> 301640 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [n:127.0.0.1:55821_s_kyd%2Fr    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/94035509840707587-127.0.0.1:55809_s_kyd%2Fr-n_0000000000
 to know if I could be the leader
   [junit4]   2> 301641 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [n:127.0.0.1:55821_s_kyd%2Fr    ] o.a.s.c.CoreContainer No authentication 
plugin used.
   [junit4]   2> 301641 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [n:127.0.0.1:55821_s_kyd%2Fr    ] o.a.s.c.CoreContainer Security conf doesn't 
exist. Skipping setup for authorization module.
   [junit4]   2> 301642 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [n:127.0.0.1:55821_s_kyd%2Fr    ] o.a.s.c.CoresLocator Looking for core 
definitions underneath 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\shard-1-001\cores
   [junit4]   2> 301644 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [n:127.0.0.1:55821_s_kyd%2Fr    ] o.a.s.c.SolrCore Created CoreDescriptor: 
{name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, 
loadOnStartup=true, 
instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\shard-1-001\cores\collection1,
 collection=collection1, 
absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\shard-1-001\cores\collection1\,
 coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 301644 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [n:127.0.0.1:55821_s_kyd%2Fr    ] o.a.s.c.CoresLocator Found core collection1 
in 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\shard-1-001\cores\collection1\
   [junit4]   2> 301644 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [n:127.0.0.1:55821_s_kyd%2Fr    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 301645 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] 
o.a.s.c.ZkController publishing state=down
   [junit4]   2> 301646 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] 
o.a.s.c.ZkController numShards not found on descriptor - reading it from system 
property
   [junit4]   2> 301646 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [n:127.0.0.1:55821_s_kyd%2Fr    ] o.a.s.s.SolrDispatchFilter 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 301646 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[97670505B80B81CC])
 [n:127.0.0.1:55821_s_kyd%2Fr    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 301647 INFO  
(zkCallback-323-thread-1-processing-n:127.0.0.1:55809_s_kyd%2Fr) 
[n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.DistributedQueue NodeChildrenChanged 
fired on path /overseer/queue state SyncConnected
   [junit4]   2> 301647 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] 
o.a.s.c.ZkController look for our core node name
   [junit4]   2> 301648 INFO  
(OverseerStateUpdate-94035509840707587-127.0.0.1:55809_s_kyd%2Fr-n_0000000000) 
[n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.Overseer processMessage: queueSize: 
1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:55821/s_kyd/r";,
   [junit4]   2>   "node_name":"127.0.0.1:55821_s_kyd%2Fr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 3
   [junit4]   2> 301649 INFO  
(OverseerStateUpdate-94035509840707587-127.0.0.1:55809_s_kyd%2Fr-n_0000000000) 
[n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.o.ReplicaMutator Update state 
numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:55821/s_kyd/r";,
   [junit4]   2>   "node_name":"127.0.0.1:55821_s_kyd%2Fr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 301649 INFO  
(OverseerStateUpdate-94035509840707587-127.0.0.1:55809_s_kyd%2Fr-n_0000000000) 
[n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.o.ClusterStateMutator building a new 
cName: collection1
   [junit4]   2> 301649 INFO  
(OverseerStateUpdate-94035509840707587-127.0.0.1:55809_s_kyd%2Fr-n_0000000000) 
[n:127.0.0.1:55809_s_kyd%2Fr    ] o.a.s.c.o.ReplicaMutator Assigning new node 
to shard shard=shard1
   [junit4]   2> 302616 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] 
o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 302616 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] 
o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 302617 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] 
o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 302618 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\shard-1-001\cores\collection1\'
   [junit4]   2> 302638 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] o.a.s.c.Config 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 302647 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 302662 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 302668 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] o.a.s.c.Config 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 302669 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] o.a.s.s.IndexSchema 
Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 302676 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 302769 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 302776 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] o.a.s.s.IndexSchema 
default search field in schema is text
   [junit4]   2> 302776 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 302787 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 302790 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 302792 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 302793 WARN  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 302793 WARN  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 302793 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 302794 WARN  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 302794 WARN  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 302795 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1
   [junit4]   2> 302795 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 302795 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\shard-1-001\cores\collection1\],
 dataDir=[null]
   [junit4]   2> 302795 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@79d6c9b9
   [junit4]   2> 302796 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 302796 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 302796 WARN  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [collection1] Solr index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\shard-1-001\cores\collection1\data\index'
 doesn't exist. Creating new index...
   [junit4]   2> 302796 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 302796 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8522068489320784]
   [junit4]   2> 302797 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@2961491 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7813377a),segFN=segments_1,generation=1}
   [junit4]   2> 302797 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 302797 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 302798 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.c.DirectoryFactory 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIAsyncDistributedZkTest_97670505B80B81CC-001\shard-1-001\cores\collection1\data\
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 302800 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"nodistrib"
   [junit4]   2> 302800 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 302801 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 302801 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 302801 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 302801 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-explicit"
   [junit4]   2> 302801 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 302801 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 302801 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 302804 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 302805 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 302806 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 302807 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 302811 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 302811 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 302812 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 302812 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 302813 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 302813 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 302814 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=36, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.23153409308130996]
   [junit4]   2> 302814 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@2961491 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7813377a),segFN=segments_1,generation=1}
   [junit4]   2> 302814 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 302814 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening Searcher@586e7276[collection1] main
   [junit4]   2> 302815 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the 
RestManager with znodeBase: /configs/conf1
   [junit4]   2> 302816 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 302816 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 302816 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 302817 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage No data found for znode 
/configs/conf1/_rest_managed.json
   [junit4]   2> 302817 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 302817 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 302817 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 302817 INFO  
(searcherExecutor-1290-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr 
x:collection1 s:shard1 c:collection1 r:core_node1) [n:127.0.0.1:55821_s_kyd%2Fr 
c:collection1 s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore 
[collection1] Registered new searcher Searcher@586e7276[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 302817 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 302817 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version 
buckets from index
   [junit4]   2> 302817 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket 
highest value from index
   [junit4]   2> 302817 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1504568162238070784
   [junit4]   2> 302819 INFO  
(coreLoadExecutor-1289-thread-1-processing-n:127.0.0.1:55821_s_kyd%2Fr) 
[n:127.0.0.1:55821_s_kyd%2Fr c:collection1 s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Took 2 ms to seed version buckets with highest version 
1504568162238070784
   [junit4]   2> 302819

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

rStartupWithNoActivity-seed#[97670505B80B81CC]) [    x:collection1] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5893cdcb{/solr,null,UNAVAILABLE}
   [junit4]   2> 1528521 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[97670505B80B81CC])
 [    ] o.e.j.s.ServerConnector Stopped 
ServerConnector@7303db28{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 1528521 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[97670505B80B81CC])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1632981457
   [junit4]   2> 1528521 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[97670505B80B81CC])
 [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6e04d444
   [junit4]   2> 1528521 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[97670505B80B81CC])
 [    x:collection1] o.a.s.u.UpdateHandler closing 
DirectUpdateHandler2{commits=0,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1528522 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[97670505B80B81CC])
 [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1528522 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[97670505B80B81CC])
 [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has 
reached 0 - closing IndexWriter
   [junit4]   2> 1528522 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[97670505B80B81CC])
 [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with 
IndexWriterCloser
   [junit4]   2> 1528525 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[97670505B80B81CC])
 [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on 
request.
   [junit4]   2> 1528525 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[97670505B80B81CC])
 [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing 
NRTCachingDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1528525 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[97670505B80B81CC])
 [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_97670505B80B81CC-001\solr-instance-028\collection1\data\index
 
[CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_97670505B80B81CC-001\solr-instance-028\collection1\data\index;done=false>>]
   [junit4]   2> 1528525 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[97670505B80B81CC])
 [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_97670505B80B81CC-001\solr-instance-028\collection1\data\index
   [junit4]   2> 1528525 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[97670505B80B81CC])
 [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_97670505B80B81CC-001\solr-instance-028\collection1\data
 
[CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_97670505B80B81CC-001\solr-instance-028\collection1\data;done=false>>]
   [junit4]   2> 1528526 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[97670505B80B81CC])
 [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_97670505B80B81CC-001\solr-instance-028\collection1\data
   [junit4]   2> 1528526 INFO  
(TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[97670505B80B81CC])
 [    x:collection1] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@34f62fb6{/solr,null,UNAVAILABLE}
   [junit4]   2> 1528528 INFO  
(SUITE-TestReplicationHandler-seed#[97670505B80B81CC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestReplicationHandler_97670505B80B81CC-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): 
{name=PostingsFormat(name=Memory doPackFST= true), 
id=PostingsFormat(name=Memory doPackFST= true), 
newname=PostingsFormat(name=Memory doPackFST= true)}, docValues:{}, 
sim=DefaultSimilarity, locale=es_NI, timezone=America/Argentina/Mendoza
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_45 
(64-bit)/cpus=3,threads=1,free=279003872,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: 
[IgnoreCommitOptimizeUpdateProcessorFactoryTest, CoreAdminCreateDiscoverTest, 
TestBlendedInfixSuggestions, TestConfig, 
TestSolrQueryParserDefaultOperatorResource, DocValuesMissingTest, 
TestLMDirichletSimilarityFactory, TestSolrQueryParser, TestExceedMaxTermLength, 
CoreMergeIndexesAdminHandlerTest, TestFastOutputStream, 
TestEmbeddedSolrServerConstructors, BasicFunctionalityTest, 
OpenCloseCoreStressTest, TestFieldCollectionResource, HdfsLockFactoryTest, 
TestReload, AutoCommitTest, TestFastWriter, TestSearchPerf, 
ShardRoutingCustomTest, HdfsDirectoryTest, HighlighterMaxOffsetTest, 
SpatialFilterTest, TestJettySolrRunner, TestRealTimeGet, 
PrimitiveFieldTypeTest, TestCloudInspectUtil, LoggingHandlerTest, 
DirectSolrSpellCheckerTest, RecoveryAfterSoftCommitTest, QueryEqualityTest, 
TestRangeQuery, TestMergePolicyConfig, DeleteShardTest, 
TestDistributedGrouping, OverriddenZkACLAndCredentialsProvidersTest, 
ResourceLoaderTest, TestPivotHelperCode, DistanceUnitsTest, 
UpdateRequestProcessorFactoryTest, SolrCloudExampleTest, TestTrie, 
TestJsonFacets, BadIndexSchemaTest, PolyFieldTest, TestRemoteStreaming, 
TestQuerySenderNoQuery, IndexSchemaTest, TestSimpleTrackingShardHandler, 
TestManagedSchemaDynamicFieldResource, DeleteLastCustomShardedReplicaTest, 
WordBreakSolrSpellCheckerTest, FullSolrCloudDistribCmdsTest, 
CollectionsAPIAsyncDistributedZkTest, BasicZkTest, TestFieldResource, 
TestComplexPhraseQParserPlugin, AnalysisErrorHandlingTest, ShardSplitTest, 
SearchHandlerTest, DirectUpdateHandlerOptimizeTest, TestSolrCoreProperties, 
TestManagedSchema, SSLMigrationTest, TestConfigOverlay, 
SpatialRPTFieldTypeTest, SpellPossibilityIteratorTest, TestPseudoReturnFields, 
SolrRequestParserTest, StandardRequestHandlerTest, CSVRequestHandlerTest, 
TestSchemaVersionResource, SimpleMLTQParserTest, TestFoldingMultitermQuery, 
TestSolr4Spatial, MoreLikeThisHandlerTest, OpenExchangeRatesOrgProviderTest, 
TestReloadAndDeleteDocs, HighlighterConfigTest, TestCodecSupport, 
BaseCdcrDistributedZkTest, TestLMJelinekMercerSimilarityFactory, 
OverseerCollectionProcessorTest, SpellingQueryConverterTest, 
TestAuthenticationFramework, TestNoOpRegenerator, 
SharedFSAutoReplicaFailoverUtilsTest, LeaderFailoverAfterPartitionTest, 
TestLRUStatsCache, TestCryptoKeys, MultiThreadedOCPTest, UpdateParamsTest, 
SimplePostToolTest, CollectionsAPIDistributedZkTest, SpellCheckComponentTest, 
TestFieldSortValues, FileBasedSpellCheckerTest, TestStressUserVersions, 
TestHashQParserPlugin, OverseerStatusTest, TestIntervalFaceting, TestOrdValues, 
StressHdfsTest, DistributedVersionInfoTest, TestJoin, 
VMParamsZkACLAndCredentialsProvidersTest, SimpleCollectionCreateDeleteTest, 
QueryParsingTest, TestCoreDiscovery, CloudMLTQParserTest, 
TermVectorComponentTest, SignatureUpdateProcessorFactoryTest, 
ExternalFileFieldSortTest, TestBadConfig, LeaderElectionIntegrationTest, 
TestCloudPivotFacet, DistributedFacetPivotSmallTest, TermsComponentTest, 
CdcrUpdateLogTest, TestSolrCloudWithKerberosAlt, BasicDistributedZkTest, 
ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, 
TestReplicationHandler]
   [junit4] Completed [263/512] on J1 in 124.78s, 13 tests, 1 failure <<< 
FAILURES!

[...truncated 783 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:526: The 
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:474: The 
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The 
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: 
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:230: 
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:513:
 The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1426:
 The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:981:
 There were test failures: 512 suites, 2015 tests, 2 failures, 69 ignored (35 
assumptions)

Total time: 60 minutes 12 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


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

Reply via email to