Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4842/ Java: 64bit/jdk1.8.0_45 -XX:-UseCompressedOops -XX:+UseSerialGC
5 tests failed. FAILED: org.apache.solr.cloud.CdcrReplicationDistributedZkTest.doTest Error Message: expected:<st[art]ed> but was:<st[opp]ed> Stack Trace: org.junit.ComparisonFailure: expected:<st[art]ed> but was:<st[opp]ed> at __randomizedtesting.SeedInfo.seed([2C54B4B78A95EA2F:8B100C13E72EF996]:0) at org.junit.Assert.assertEquals(Assert.java:125) at org.junit.Assert.assertEquals(Assert.java:147) at org.apache.solr.cloud.BaseCdcrDistributedZkTest.assertState(BaseCdcrDistributedZkTest.java:255) at org.apache.solr.cloud.CdcrReplicationDistributedZkTest.doTestTargetCollectionNotAvailable(CdcrReplicationDistributedZkTest.java:113) at org.apache.solr.cloud.CdcrReplicationDistributedZkTest.doTest(CdcrReplicationDistributedZkTest.java:42) 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.cloud.CdcrReplicationHandlerTest.doTest Error Message: There are still nodes recoverying - waited for 330 seconds Stack Trace: java.lang.AssertionError: There are still nodes recoverying - waited for 330 seconds at __randomizedtesting.SeedInfo.seed([2C54B4B78A95EA2F:8B100C13E72EF996]:0) at org.junit.Assert.fail(Assert.java:93) at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:172) at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:133) at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:128) at org.apache.solr.cloud.BaseCdcrDistributedZkTest.waitForRecoveriesToFinish(BaseCdcrDistributedZkTest.java:419) at org.apache.solr.cloud.BaseCdcrDistributedZkTest.restartServer(BaseCdcrDistributedZkTest.java:460) at org.apache.solr.cloud.CdcrReplicationHandlerTest.doTestPartialReplication(CdcrReplicationHandlerTest.java:109) at org.apache.solr.cloud.CdcrReplicationHandlerTest.doTest(CdcrReplicationHandlerTest.java:51) 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.cloud.CdcrRequestHandlerTest.doTest Error Message: expected:<st[art]ed> but was:<st[opp]ed> Stack Trace: org.junit.ComparisonFailure: expected:<st[art]ed> but was:<st[opp]ed> at __randomizedtesting.SeedInfo.seed([2C54B4B78A95EA2F:8B100C13E72EF996]:0) at org.junit.Assert.assertEquals(Assert.java:125) at org.junit.Assert.assertEquals(Assert.java:147) at org.apache.solr.cloud.BaseCdcrDistributedZkTest.assertState(BaseCdcrDistributedZkTest.java:255) at org.apache.solr.cloud.CdcrRequestHandlerTest.doTestLifeCycleActions(CdcrRequestHandlerTest.java:55) at org.apache.solr.cloud.CdcrRequestHandlerTest.doTest(CdcrRequestHandlerTest.java:39) 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.update.processor.AtomicUpdatesTest.testRemove Error Message: Test abandoned because suite timeout was reached. Stack Trace: java.lang.Exception: Test abandoned because suite timeout was reached. at __randomizedtesting.SeedInfo.seed([2C54B4B78A95EA2F]:0) FAILED: junit.framework.TestSuite.org.apache.solr.update.processor.AtomicUpdatesTest Error Message: Suite timeout exceeded (>= 7200000 msec). Stack Trace: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec). at __randomizedtesting.SeedInfo.seed([2C54B4B78A95EA2F]:0) Build Log: [...truncated 9717 lines...] [junit4] Suite: org.apache.solr.cloud.CdcrRequestHandlerTest [junit4] 2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\init-core-data-001 [junit4] 2> 998370 T6411 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false) [junit4] 2> 998371 T6411 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /loks/vq [junit4] 2> 998374 T6411 oasc.ZkTestServer.run STARTING ZK TEST SERVER [junit4] 2> 998374 T6412 oasc.ZkTestServer$2$1.setClientPort client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 998375 T6412 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server [junit4] 2> 998463 T6411 oasc.ZkTestServer.run start zk server on port:63767 [junit4] 2> 998463 T6411 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 998465 T6411 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 998469 T6419 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4a554d18 name:ZooKeeperConnection Watcher:127.0.0.1:63767 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 998469 T6411 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 998469 T6411 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 998470 T6411 oascc.SolrZkClient.makePath makePath: /solr [junit4] 2> 998476 T6411 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 998477 T6411 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 998479 T6422 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@69de5895 name:ZooKeeperConnection Watcher:127.0.0.1:63767/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 998479 T6411 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 998479 T6411 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 998479 T6411 oascc.SolrZkClient.makePath makePath: /collections/collection1 [junit4] 2> 998482 T6411 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards [junit4] 2> 998484 T6411 oascc.SolrZkClient.makePath makePath: /collections/control_collection [junit4] 2> 998485 T6411 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards [junit4] 2> 998488 T6411 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-cdcr.xml to /configs/conf1/solrconfig.xml [junit4] 2> 998488 T6411 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml [junit4] 2> 998492 T6411 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema15.xml to /configs/conf1/schema.xml [junit4] 2> 998492 T6411 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml [junit4] 2> 998495 T6411 oasc.AbstractZkTestCase.putConfig 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> 998495 T6411 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 998498 T6411 oasc.AbstractZkTestCase.putConfig 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> 998498 T6411 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt [junit4] 2> 998500 T6411 oasc.AbstractZkTestCase.putConfig 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> 998500 T6411 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt [junit4] 2> 998502 T6411 oasc.AbstractZkTestCase.putConfig 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> 998503 T6411 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml [junit4] 2> 998504 T6411 oasc.AbstractZkTestCase.putConfig 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> 998505 T6411 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml [junit4] 2> 998507 T6411 oasc.AbstractZkTestCase.putConfig 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> 998507 T6411 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json [junit4] 2> 998510 T6411 oasc.AbstractZkTestCase.putConfig 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> 998510 T6411 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 998514 T6411 oasc.AbstractZkTestCase.putConfig 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> 998515 T6411 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt [junit4] 2> 998517 T6411 oasc.AbstractZkTestCase.putConfig 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> 998517 T6411 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt [junit4] 2> 998520 T6411 oas.SolrTestCaseJ4.setUp ###Starting doTest [junit4] 2> 998784 T6411 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-001\cores\collection1 [junit4] 2> 998787 T6411 oejs.Server.doStart jetty-9.2.10.v20150310 [junit4] 2> 998789 T6411 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@2e1fbaea{/loks/vq,null,AVAILABLE} [junit4] 2> 998790 T6411 oejs.AbstractConnector.doStart Started ServerConnector@5e83ad44{HTTP/1.1}{127.0.0.1:63774} [junit4] 2> 998790 T6411 oejs.Server.doStart Started @999508ms [junit4] 2> 998790 T6411 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {shards=shard1, hostContext=/loks/vq, hostPort=63774, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-001\cores} [junit4] 2> 998791 T6411 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4e0e2f2a [junit4] 2> 998791 T6411 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-001\' [junit4] 2> 998813 T6411 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-001\solr.xml [junit4] 2> 998818 T6411 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-001\cores [junit4] 2> 998819 T6411 oasc.CoreContainer.<init> New CoreContainer 1589180171 [junit4] 2> 998819 T6411 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-001\] [junit4] 2> 998819 T6411 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-001\lib [junit4] 2> 998820 T6411 oasc.SolrResourceLoader.addToClassLoader WARN 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.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-001\lib). [junit4] 2> 998826 T6411 oashc.HttpShardHandlerFactory.init 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> 998828 T6411 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 998828 T6411 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 998829 T6411 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 998829 T6411 oasc.CoreContainer.load Node Name: 127.0.0.1 [junit4] 2> 998830 T6411 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63767/solr [junit4] 2> 998830 T6411 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 998830 T6411 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 998832 T6411 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 998834 T6436 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5e9d6a33 name:ZooKeeperConnection Watcher:127.0.0.1:63767 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 998834 T6411 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 998834 T6411 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 998837 T6411 n:127.0.0.1:63774_loks%2Fvq oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 998839 T6439 n:127.0.0.1:63774_loks%2Fvq oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@24c7744f name:ZooKeeperConnection Watcher:127.0.0.1:63767/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 998839 T6411 n:127.0.0.1:63774_loks%2Fvq oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 998840 T6411 n:127.0.0.1:63774_loks%2Fvq oascc.SolrZkClient.makePath makePath: /overseer/queue [junit4] 2> 998842 T6411 n:127.0.0.1:63774_loks%2Fvq oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work [junit4] 2> 998844 T6411 n:127.0.0.1:63774_loks%2Fvq oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running [junit4] 2> 998846 T6411 n:127.0.0.1:63774_loks%2Fvq oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed [junit4] 2> 998848 T6411 n:127.0.0.1:63774_loks%2Fvq oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure [junit4] 2> 998851 T6411 n:127.0.0.1:63774_loks%2Fvq oascc.SolrZkClient.makePath makePath: /live_nodes [junit4] 2> 998852 T6411 n:127.0.0.1:63774_loks%2Fvq oascc.SolrZkClient.makePath makePath: /aliases.json [junit4] 2> 998853 T6411 n:127.0.0.1:63774_loks%2Fvq oascc.SolrZkClient.makePath makePath: /clusterstate.json [junit4] 2> 998855 T6411 n:127.0.0.1:63774_loks%2Fvq oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63774_loks%2Fvq [junit4] 2> 998855 T6411 n:127.0.0.1:63774_loks%2Fvq oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63774_loks%2Fvq [junit4] 2> 998857 T6411 n:127.0.0.1:63774_loks%2Fvq oascc.SolrZkClient.makePath makePath: /overseer_elect [junit4] 2> 998859 T6411 n:127.0.0.1:63774_loks%2Fvq oascc.SolrZkClient.makePath makePath: /overseer_elect/election [junit4] 2> 998861 T6411 n:127.0.0.1:63774_loks%2Fvq oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 998862 T6411 n:127.0.0.1:63774_loks%2Fvq oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:63774_loks%2Fvq [junit4] 2> 998863 T6411 n:127.0.0.1:63774_loks%2Fvq oascc.SolrZkClient.makePath makePath: /overseer_elect/leader [junit4] 2> 998864 T6411 n:127.0.0.1:63774_loks%2Fvq oasc.Overseer.start Overseer (id=93869284534255619-127.0.0.1:63774_loks%2Fvq-n_0000000000) starting [junit4] 2> 998866 T6411 n:127.0.0.1:63774_loks%2Fvq oascc.SolrZkClient.makePath makePath: /overseer/queue-work [junit4] 2> 998873 T6411 n:127.0.0.1:63774_loks%2Fvq oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000 [junit4] 2> 998874 T6411 n:127.0.0.1:63774_loks%2Fvq oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 998874 T6441 n:127.0.0.1:63774_loks%2Fvq oasc.OverseerCollectionProcessor.run Process current queue of collection creations [junit4] 2> 998874 T6440 n:127.0.0.1:63774_loks%2Fvq oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue [junit4] 2> 998877 T6411 n:127.0.0.1:63774_loks%2Fvq oasc.CoreContainer.initializeAuthenticationPlugin No authentication plugin used. [junit4] 2> 998877 T6411 n:127.0.0.1:63774_loks%2Fvq oasc.CoreContainer.intializeAuthorizationPlugin Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 998878 T6411 n:127.0.0.1:63774_loks%2Fvq oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-001\cores [junit4] 2> 998880 T6411 n:127.0.0.1:63774_loks%2Fvq oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {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.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-001\cores\collection1, collection=tmp_collection, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=} [junit4] 2> 998880 T6411 n:127.0.0.1:63774_loks%2Fvq oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-001\cores\collection1\ [junit4] 2> 998880 T6411 n:127.0.0.1:63774_loks%2Fvq oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 998881 T6443 n:127.0.0.1:63774_loks%2Fvq c:tmp_collection x:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=tmp_collection [junit4] 2> 998881 T6443 n:127.0.0.1:63774_loks%2Fvq c:tmp_collection x:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 998882 T6439 n:127.0.0.1:63774_loks%2Fvq oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 998882 T6443 n:127.0.0.1:63774_loks%2Fvq oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 998883 T6440 n:127.0.0.1:63774_loks%2Fvq oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = { [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"http://127.0.0.1:63774/loks/vq", [junit4] 2> "node_name":"127.0.0.1:63774_loks%2Fvq", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":null, [junit4] 2> "collection":"tmp_collection", [junit4] 2> "operation":"state"} current state version: 0 [junit4] 2> 998884 T6440 n:127.0.0.1:63774_loks%2Fvq oasco.ReplicaMutator.updateState Update state numShards=2 message={ [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"http://127.0.0.1:63774/loks/vq", [junit4] 2> "node_name":"127.0.0.1:63774_loks%2Fvq", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":null, [junit4] 2> "collection":"tmp_collection", [junit4] 2> "operation":"state"} [junit4] 2> 998884 T6440 n:127.0.0.1:63774_loks%2Fvq oasco.ClusterStateMutator.createCollection building a new cName: tmp_collection [junit4] 2> 998884 T6440 n:127.0.0.1:63774_loks%2Fvq oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2 [junit4] 2> 998885 T6439 n:127.0.0.1:63774_loks%2Fvq oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1) [junit4] 2> 999764 T6443 n:127.0.0.1:63774_loks%2Fvq oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1 [junit4] 2> 999764 T6443 n:127.0.0.1:63774_loks%2Fvq oasc.ZkController.createCollectionZkNode Check for collection zkNode:tmp_collection [junit4] 2> 999765 T6443 n:127.0.0.1:63774_loks%2Fvq oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:tmp_collection [junit4] 2> 999765 T6443 n:127.0.0.1:63774_loks%2Fvq oasc.ZkController.getConfName Looking for collection configName [junit4] 2> 999766 T6443 n:127.0.0.1:63774_loks%2Fvq oasc.ZkController.getConfName Only one config set found in zk - using it:conf1 [junit4] 2> 999766 T6443 n:127.0.0.1:63774_loks%2Fvq oascc.SolrZkClient.makePath makePath: /collections/tmp_collection [junit4] 2> 999767 T6443 n:127.0.0.1:63774_loks%2Fvq oascc.ZkStateReader.readConfigName Load collection config from:/collections/tmp_collection [junit4] 2> 999768 T6443 n:127.0.0.1:63774_loks%2Fvq oascc.ZkStateReader.readConfigName path=/collections/tmp_collection configName=conf1 specified config exists in ZooKeeper [junit4] 2> 999768 T6443 n:127.0.0.1:63774_loks%2Fvq oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-001\cores\collection1\' [junit4] 2> 999781 T6443 n:127.0.0.1:63774_loks%2Fvq oasc.Config.<init> loaded config solrconfig.xml with version 0 [junit4] 2> 999787 T6443 n:127.0.0.1:63774_loks%2Fvq oasc.SolrConfig.refreshRequestParams current version of requestparams : -1 [junit4] 2> 999797 T6443 n:127.0.0.1:63774_loks%2Fvq oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0 [junit4] 2> 999802 T6443 n:127.0.0.1:63774_loks%2Fvq oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 999804 T6443 n:127.0.0.1:63774_loks%2Fvq oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml [junit4] 2> 999807 T6443 n:127.0.0.1:63774_loks%2Fvq oass.IndexSchema.readSchema [collection1] Schema name=test [junit4] 2> 999869 T6443 n:127.0.0.1:63774_loks%2Fvq oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 999870 T6443 n:127.0.0.1:63774_loks%2Fvq oass.IndexSchema.readSchema unique key field: id [junit4] 2> 999870 T6443 n:127.0.0.1:63774_loks%2Fvq oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 999873 T6443 n:127.0.0.1:63774_loks%2Fvq oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 999886 T6443 n:127.0.0.1:63774_loks%2Fvq oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection tmp_collection [junit4] 2> 999886 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 999887 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oasc.SolrCore.<init> [[collection1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-001\cores\collection1\], dataDir=[null] [junit4] 2> 999887 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@573d2c90 [junit4] 2> 999887 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-001\cores\collection1\data\ [junit4] 2> 999887 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-001\cores\collection1\data\index/ [junit4] 2> 999887 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-001\cores\collection1\data\index' doesn't exist. Creating new index... [junit4] 2> 999888 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-001\cores\collection1\data\index [junit4] 2> 999888 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=35, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8468594779792245] [junit4] 2> 999888 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@6b64883f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@84a87dc),segFN=segments_1,generation=1} [junit4] 2> 999889 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 999890 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "cdcr-processor-chain" [junit4] 2> 999916 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 999919 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 999920 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 999920 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 999921 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 999922 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oasc.PluginBag.createPlugin requestHandler : '/replication' created with startup=lazy [junit4] 2> 999947 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [org.apache.solr.handler.admin.AdminHandlers]. Please consult documentation how to replace it accordingly. [junit4] 2> 999948 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [org.apache.solr.handler.admin.AdminHandlers]. Please consult documentation how to replace it accordingly. [junit4] 2> 999948 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oasc.RequestHandlers.initHandlersFromConfig 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,/admin/threads,/admin/ping,/cdcr,/update,/admin/file [junit4] 2> 999948 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache [junit4] 2> 999966 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog [junit4] 2> 999966 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 999967 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 999967 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 999967 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=44.330078125, floorSegmentMB=0.318359375, forceMergeDeletesPctAllowed=25.688269165098806, segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0 [junit4] 2> 999968 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@6b64883f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@84a87dc),segFN=segments_1,generation=1} [junit4] 2> 999968 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 999968 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@3e2d8473[collection1] main [junit4] 2> 999968 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oasu.UpdateLog.onFirstSearcher On first searcher opened, looking up max value of version field [junit4] 2> 999968 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oasu.VersionInfo.getMaxVersionFromIndex Refreshing highest value of _version_ for 65536 version buckets from index [junit4] 2> 999968 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oasu.VersionInfo.getMaxVersionFromIndex WARN No terms found for _version_, cannot seed version bucket highest value from index [junit4] 2> 999968 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oasu.UpdateLog.seedBucketsWithHighestVersion WARN Could not find max version in index or recent updates, using new clock 1501908554215325696 [junit4] 2> 999970 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oasu.UpdateLog.seedBucketsWithHighestVersion Took 2 ms to seed version buckets with highest version 1501908554215325696 [junit4] 2> 999970 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/tmp_collection [junit4] 2> 999971 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oascc.ZkStateReader.readConfigName path=/collections/tmp_collection configName=conf1 specified config exists in ZooKeeper [junit4] 2> 999971 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 999972 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 999972 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 999972 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 999972 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json [junit4] 2> 999972 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 999972 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 999977 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oascc.SolrZkClient.makePath makePath: /collections/tmp_collection/cdcr/state [junit4] 2> 999980 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oash.CdcrBufferStateManager.createStateNode Created znode /collections/tmp_collection/cdcr/state/buffer [junit4] 2> 999986 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oash.CdcrProcessStateManager.createStateNode Created znode /collections/tmp_collection/cdcr/state/process [junit4] 2> 1000012 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oasha.AdminHandlers.inform WARN <requestHandler name="/admin/" [junit4] 2> class="solr.admin.AdminHandlers" /> is deprecated . It is not required anymore [junit4] 2> 1000013 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oasc.ZkController.getConfDirListeners watch zkdir /configs/conf1 [junit4] 2> 1000013 T6444 n:127.0.0.1:63774_loks%2Fvq x:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3e2d8473[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 1000013 T6443 n:127.0.0.1:63774_loks%2Fvq x:collection1 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 1000014 T6448 n:127.0.0.1:63774_loks%2Fvq c:tmp_collection s:shard2 x:collection1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:63774/loks/vq collection:tmp_collection shard:shard2 [junit4] 2> 1000014 T6411 n:127.0.0.1:63774_loks%2Fvq oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1 [junit4] 2> 1000014 T6411 n:127.0.0.1:63774_loks%2Fvq oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 1000015 T6448 n:127.0.0.1:63774_loks%2Fvq c:tmp_collection s:shard2 x:collection1 oascc.SolrZkClient.makePath makePath: /collections/tmp_collection/leader_elect/shard2/election [junit4] 2> 1000020 T6448 n:127.0.0.1:63774_loks%2Fvq c:tmp_collection s:shard2 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2 [junit4] 2> 1000021 T6439 n:127.0.0.1:63774_loks%2Fvq oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 1000021 T6448 n:127.0.0.1:63774_loks%2Fvq c:tmp_collection s:shard2 x:collection1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4] 2> 1000021 T6448 n:127.0.0.1:63774_loks%2Fvq c:tmp_collection s:shard2 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4] 2> ASYNC NEW_CORE C2884 name=collection1 org.apache.solr.core.SolrCore@1e09411b url=http://127.0.0.1:63774/loks/vq/collection1 node=127.0.0.1:63774_loks%2Fvq C2884_STATE=coll:tmp_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:63774/loks/vq, node_name=127.0.0.1:63774_loks%2Fvq, state=down} [junit4] 2> 1000021 T6448 n:127.0.0.1:63774_loks%2Fvq c:tmp_collection s:shard2 x:collection1 C2884 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:63774/loks/vq/collection1/ [junit4] 2> 1000022 T6448 n:127.0.0.1:63774_loks%2Fvq c:tmp_collection s:shard2 x:collection1 C2884 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4] 2> 1000022 T6448 n:127.0.0.1:63774_loks%2Fvq c:tmp_collection s:shard2 x:collection1 C2884 oasc.SyncStrategy.syncToMe http://127.0.0.1:63774/loks/vq/collection1/ has no replicas [junit4] 2> 1000022 T6448 n:127.0.0.1:63774_loks%2Fvq c:tmp_collection s:shard2 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:63774/loks/vq/collection1/ shard2 [junit4] 2> 1000022 T6448 n:127.0.0.1:63774_loks%2Fvq c:tmp_collection s:shard2 x:collection1 oascc.SolrZkClient.makePath makePath: /collections/tmp_collection/leaders/shard2 [junit4] 2> 1000022 T6440 n:127.0.0.1:63774_loks%2Fvq oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = { [junit4] 2> "operation":"leader", [junit4] 2> "shard":"shard2", [junit4] 2> "collection":"tmp_collection"} current state version: 1 [junit4] 2> 1000024 T6439 n:127.0.0.1:63774_loks%2Fvq oash.CdcrLeaderStateManager$LeaderStateWatcher.process Received new leader state @ tmp_collection:shard2 [junit4] 2> 1000027 T6449 n:127.0.0.1:63774_loks%2Fvq oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 1000028 T6440 n:127.0.0.1:63774_loks%2Fvq oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = { [junit4] 2> "operation":"leader", [junit4] 2> "shard":"shard2", [junit4] 2> "collection":"tmp_collection", [junit4] 2> "base_url":"http://127.0.0.1:63774/loks/vq", [junit4] 2> "core":"collection1", [junit4] 2> "state":"active"} current state version: 1 [junit4] 2> 1000110 T6449 n:127.0.0.1:63774_loks%2Fvq oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1) [junit4] 2> 1000148 T6448 n:127.0.0.1:63774_loks%2Fvq c:tmp_collection s:shard2 x:collection1 oasc.ZkController.register We are http://127.0.0.1:63774/loks/vq/collection1/ and leader is http://127.0.0.1:63774/loks/vq/collection1/ [junit4] 2> 1000148 T6448 n:127.0.0.1:63774_loks%2Fvq c:tmp_collection s:shard2 x:collection1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:63774/loks/vq [junit4] 2> 1000148 T6448 n:127.0.0.1:63774_loks%2Fvq c:tmp_collection s:shard2 x:collection1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4] 2> 1000148 T6448 n:127.0.0.1:63774_loks%2Fvq c:tmp_collection s:shard2 x:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=tmp_collection [junit4] 2> 1000148 T6448 n:127.0.0.1:63774_loks%2Fvq c:tmp_collection s:shard2 x:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 1000149 T6449 n:127.0.0.1:63774_loks%2Fvq oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 1000151 T6440 n:127.0.0.1:63774_loks%2Fvq oasc.Overseer$ClusterStateUpdater.run 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:63774/loks/vq", [junit4] 2> "node_name":"127.0.0.1:63774_loks%2Fvq", [junit4] 2> "numShards":"2", [junit4] 2> "state":"active", [junit4] 2> "shard":"shard2", [junit4] 2> "collection":"tmp_collection", [junit4] 2> "operation":"state"} current state version: 2 [junit4] 2> 1000151 T6440 n:127.0.0.1:63774_loks%2Fvq oasco.ReplicaMutator.updateState Update state numShards=2 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:63774/loks/vq", [junit4] 2> "node_name":"127.0.0.1:63774_loks%2Fvq", [junit4] 2> "numShards":"2", [junit4] 2> "state":"active", [junit4] 2> "shard":"shard2", [junit4] 2> "collection":"tmp_collection", [junit4] 2> "operation":"state"} [junit4] 2> 1000234 T6449 n:127.0.0.1:63774_loks%2Fvq oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1) [junit4] 2> 1000245 T6411 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-002\cores\collection1 [junit4] 2> 1000247 T6411 oejs.Server.doStart jetty-9.2.10.v20150310 [junit4] 2> 1000249 T6411 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@140d4b8c{/loks/vq,null,AVAILABLE} [junit4] 2> 1000250 T6411 oejs.AbstractConnector.doStart Started ServerConnector@344e1eb4{HTTP/1.1}{127.0.0.1:63783} [junit4] 2> 1000250 T6411 oejs.Server.doStart Started @1001220ms [junit4] 2> 1000250 T6411 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {shards=shard2, hostContext=/loks/vq, hostPort=63783, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-002\cores} [junit4] 2> 1000251 T6411 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4e0e2f2a [junit4] 2> 1000251 T6411 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-002\' [junit4] 2> 1000269 T6411 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-002\solr.xml [junit4] 2> 1000284 T6411 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-002\cores [junit4] 2> 1000285 T6411 oasc.CoreContainer.<init> New CoreContainer 636255481 [junit4] 2> 1000285 T6411 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-002\] [junit4] 2> 1000285 T6411 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-002\lib [junit4] 2> 1000285 T6411 oasc.SolrResourceLoader.addToClassLoader WARN 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.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-002\lib). [junit4] 2> 1000292 T6411 oashc.HttpShardHandlerFactory.init 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> 1000295 T6411 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 1000296 T6411 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 1000296 T6411 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 1000296 T6411 oasc.CoreContainer.load Node Name: 127.0.0.1 [junit4] 2> 1000296 T6411 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63767/solr [junit4] 2> 1000297 T6411 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 1000297 T6411 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 1000299 T6411 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 1000300 T6463 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@75b9126d name:ZooKeeperConnection Watcher:127.0.0.1:63767 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1000302 T6411 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 1000302 T6411 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 1000304 T6411 n:127.0.0.1:63783_loks%2Fvq oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 1000306 T6466 n:127.0.0.1:63783_loks%2Fvq oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@318aefdc name:ZooKeeperConnection Watcher:127.0.0.1:63767/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1000306 T6411 n:127.0.0.1:63783_loks%2Fvq oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 1000310 T6411 n:127.0.0.1:63783_loks%2Fvq oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 1001107 T6411 n:127.0.0.1:63783_loks%2Fvq oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63783_loks%2Fvq [junit4] 2> 1001108 T6411 n:127.0.0.1:63783_loks%2Fvq oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63783_loks%2Fvq [junit4] 2> 1001110 T6411 n:127.0.0.1:63783_loks%2Fvq oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 1001112 T6411 n:127.0.0.1:63783_loks%2Fvq oasc.CoreContainer.initializeAuthenticationPlugin No authentication plugin used. [junit4] 2> 1001113 T6411 n:127.0.0.1:63783_loks%2Fvq oasc.CoreContainer.intializeAuthorizationPlugin Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 1001113 T6411 n:127.0.0.1:63783_loks%2Fvq oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-002\cores [junit4] 2> 1001114 T6411 n:127.0.0.1:63783_loks%2Fvq oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {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.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-002\cores\collection1, collection=tmp_collection, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-002\cores\collection1\, coreNodeName=, dataDir=data\, shard=} [junit4] 2> 1001114 T6411 n:127.0.0.1:63783_loks%2Fvq oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-002\cores\collection1\ [junit4] 2> 1001114 T6411 n:127.0.0.1:63783_loks%2Fvq oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 1001115 T6467 n:127.0.0.1:63783_loks%2Fvq c:tmp_collection x:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=tmp_collection [junit4] 2> 1001115 T6467 n:127.0.0.1:63783_loks%2Fvq c:tmp_collection x:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 1001116 T6449 n:127.0.0.1:63774_loks%2Fvq oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 1001116 T6467 n:127.0.0.1:63783_loks%2Fvq oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 1001117 T6440 n:127.0.0.1:63774_loks%2Fvq oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = { [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"http://127.0.0.1:63783/loks/vq", [junit4] 2> "node_name":"127.0.0.1:63783_loks%2Fvq", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":null, [junit4] 2> "collection":"tmp_collection", [junit4] 2> "operation":"state"} current state version: 3 [junit4] 2> 1001117 T6440 n:127.0.0.1:63774_loks%2Fvq oasco.ReplicaMutator.updateState Update state numShards=2 message={ [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"http://127.0.0.1:63783/loks/vq", [junit4] 2> "node_name":"127.0.0.1:63783_loks%2Fvq", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":null, [junit4] 2> "collection":"tmp_collection", [junit4] 2> "operation":"state"} [junit4] 2> 1001117 T6440 n:127.0.0.1:63774_loks%2Fvq oasco.ReplicaMutator.updateState Collection already exists with numShards=2 [junit4] 2> 1001117 T6440 n:127.0.0.1:63774_loks%2Fvq oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1 [junit4] 2> 1001199 T6466 n:127.0.0.1:63783_loks%2Fvq oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 1001199 T6449 n:127.0.0.1:63774_loks%2Fvq oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 1001910 T6467 n:127.0.0.1:63783_loks%2Fvq oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1 [junit4] 2> 1001910 T6467 n:127.0.0.1:63783_loks%2Fvq oasc.ZkController.createCollectionZkNode Check for collection zkNode:tmp_collection [junit4] 2> 1001911 T6467 n:127.0.0.1:63783_loks%2Fvq oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 1001911 T6467 n:127.0.0.1:63783_loks%2Fvq oascc.ZkStateReader.readConfigName Load collection config from:/collections/tmp_collection [junit4] 2> 1001911 T6467 n:127.0.0.1:63783_loks%2Fvq oascc.ZkStateReader.readConfigName path=/collections/tmp_collection configName=conf1 specified config exists in ZooKeeper [junit4] 2> 1001911 T6467 n:127.0.0.1:63783_loks%2Fvq oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-002\cores\collection1\' [junit4] 2> 1001921 T6467 n:127.0.0.1:63783_loks%2Fvq oasc.Config.<init> loaded config solrconfig.xml with version 0 [junit4] 2> 1001926 T6467 n:127.0.0.1:63783_loks%2Fvq oasc.SolrConfig.refreshRequestParams current version of requestparams : -1 [junit4] 2> 1001928 T6467 n:127.0.0.1:63783_loks%2Fvq oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0 [junit4] 2> 1001932 T6467 n:127.0.0.1:63783_loks%2Fvq oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 1001933 T6467 n:127.0.0.1:63783_loks%2Fvq oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml [junit4] 2> 1001936 T6467 n:127.0.0.1:63783_loks%2Fvq oass.IndexSchema.readSchema [collection1] Schema name=test [junit4] 2> 1001999 T6467 n:127.0.0.1:63783_loks%2Fvq oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 1002000 T6467 n:127.0.0.1:63783_loks%2Fvq oass.IndexSchema.readSchema unique key field: id [junit4] 2> 1002000 T6467 n:127.0.0.1:63783_loks%2Fvq oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 1002002 T6467 n:127.0.0.1:63783_loks%2Fvq oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 1002017 T6467 n:127.0.0.1:63783_loks%2Fvq oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection tmp_collection [junit4] 2> 1002017 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 1002018 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oasc.SolrCore.<init> [[collection1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-002\cores\collection1\], dataDir=[null] [junit4] 2> 1002018 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@573d2c90 [junit4] 2> 1002018 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-002\cores\collection1\data\ [junit4] 2> 1002018 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-002\cores\collection1\data\index/ [junit4] 2> 1002018 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-002\cores\collection1\data\index' doesn't exist. Creating new index... [junit4] 2> 1002018 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-002\cores\collection1\data\index [junit4] 2> 1002018 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=35, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8468594779792245] [junit4] 2> 1002019 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@2d06cc3f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13c22d7e),segFN=segments_1,generation=1} [junit4] 2> 1002019 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 1002021 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "cdcr-processor-chain" [junit4] 2> 1002021 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 1002024 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 1002025 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 1002025 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 1002026 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 1002026 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oasc.PluginBag.createPlugin requestHandler : '/replication' created with startup=lazy [junit4] 2> 1002028 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [org.apache.solr.handler.admin.AdminHandlers]. Please consult documentation how to replace it accordingly. [junit4] 2> 1002028 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [org.apache.solr.handler.admin.AdminHandlers]. Please consult documentation how to replace it accordingly. [junit4] 2> 1002028 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oasc.RequestHandlers.initHandlersFromConfig 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,/admin/threads,/admin/ping,/cdcr,/update,/admin/file [junit4] 2> 1002029 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache [junit4] 2> 1002029 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog [junit4] 2> 1002030 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 1002039 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 1002039 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 1002040 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=44.330078125, floorSegmentMB=0.318359375, forceMergeDeletesPctAllowed=25.688269165098806, segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0 [junit4] 2> 1002042 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@2d06cc3f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13c22d7e),segFN=segments_1,generation=1} [junit4] 2> 1002042 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 1002042 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@60f71dfb[collection1] main [junit4] 2> 1002042 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oasu.UpdateLog.onFirstSearcher On first searcher opened, looking up max value of version field [junit4] 2> 1002042 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oasu.VersionInfo.getMaxVersionFromIndex Refreshing highest value of _version_ for 65536 version buckets from index [junit4] 2> 1002042 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oasu.VersionInfo.getMaxVersionFromIndex WARN No terms found for _version_, cannot seed version bucket highest value from index [junit4] 2> 1002042 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oasu.UpdateLog.seedBucketsWithHighestVersion WARN Could not find max version in index or recent updates, using new clock 1501908556390072320 [junit4] 2> 1002044 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oasu.UpdateLog.seedBucketsWithHighestVersion Took 2 ms to seed version buckets with highest version 1501908556390072320 [junit4] 2> 1002044 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/tmp_collection [junit4] 2> 1002045 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oascc.ZkStateReader.readConfigName path=/collections/tmp_collection configName=conf1 specified config exists in ZooKeeper [junit4] 2> 1002045 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 1002046 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 1002046 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 1002046 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 1002046 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json [junit4] 2> 1002047 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 1002047 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 1002049 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oasha.AdminHandlers.inform WARN <requestHandler name="/admin/" [junit4] 2> class="solr.admin.AdminHandlers" /> is deprecated . It is not required anymore [junit4] 2> 1002051 T6468 n:127.0.0.1:63783_loks%2Fvq x:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@60f71dfb[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 1002051 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oasc.ZkController.getConfDirListeners watch zkdir /configs/conf1 [junit4] 2> 1002052 T6467 n:127.0.0.1:63783_loks%2Fvq x:collection1 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 1002052 T6472 n:127.0.0.1:63783_loks%2Fvq c:tmp_collection s:shard1 x:collection1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:63783/loks/vq collection:tmp_collection shard:shard1 [junit4] 2> 1002052 T6411 n:127.0.0.1:63783_loks%2Fvq oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1 [junit4] 2> 1002053 T6411 n:127.0.0.1:63783_loks%2Fvq oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 1002054 T6472 n:127.0.0.1:63783_loks%2Fvq c:tmp_collection s:shard1 x:collection1 oascc.SolrZkClient.makePath makePath: /collections/tmp_collection/leader_elect/shard1/election [junit4] 2> 1002059 T6472 n:127.0.0.1:63783_loks%2Fvq c:tmp_collection s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1 [junit4] 2> 1002061 T6449 n:127.0.0.1:63774_loks%2Fvq oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 1002062 T6472 n:127.0.0.1:63783_loks%2Fvq c:tmp_collection s:shard1 x:collection1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4] 2> 1002062 T6472 n:127.0.0.1:63783_loks%2Fvq c:tmp_collection s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4] 2> ASYNC NEW_CORE C2885 name=collection1 org.apache.solr.core.SolrCore@358e2f06 url=http://127.0.0.1:63783/loks/vq/collection1 node=127.0.0.1:63783_loks%2Fvq C2885_STATE=coll:tmp_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:63783/loks/vq, node_name=127.0.0.1:63783_loks%2Fvq, state=down} [junit4] 2> 1002062 T6472 n:127.0.0.1:63783_loks%2Fvq c:tmp_collection s:shard1 x:collection1 C2885 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:63783/loks/vq/collection1/ [junit4] 2> 1002062 T6472 n:127.0.0.1:63783_loks%2Fvq c:tmp_collection s:shard1 x:collection1 C2885 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4] 2> 1002063 T6472 n:127.0.0.1:63783_loks%2Fvq c:tmp_collection s:shard1 x:collection1 C2885 oasc.SyncStrategy.syncToMe http://127.0.0.1:63783/loks/vq/collection1/ has no replicas [junit4] 2> 1002063 T6472 n:127.0.0.1:63783_loks%2Fvq c:tmp_collection s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:63783/loks/vq/collection1/ shard1 [junit4] 2> 1002064 T6472 n:127.0.0.1:63783_loks%2Fvq c:tmp_collection s:shard1 x:collection1 oascc.SolrZkClient.makePath makePath: /collections/tmp_collection/leaders/shard1 [junit4] 2> 1002066 T6440 n:127.0.0.1:63774_loks%2Fvq oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = { [junit4] 2> "operation":"leader", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"tmp_collection"} current state version: 4 [junit4] 2> 1002069 T6466 n:127.0.0.1:63783_loks%2Fvq oash.CdcrLeaderStateManager$LeaderStateWatcher.process Received new leader state @ tmp_collection:shard1 [junit4] 2> 1002073 T6449 n:127.0.0.1:63774_loks%2Fvq oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 1002076 T6440 n:127.0.0.1:63774_loks%2Fvq oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = { [junit4] 2> "operation":"leader", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"tmp_collection", [junit4] 2> "base_url":"http://127.0.0.1:63783/loks/vq", [junit4] 2> "core":"collection1", [junit4] 2> "state":"active"} current state version: 4 [junit4] 2> 1002162 T6466 n:127.0.0.1:63783_loks%2Fvq oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 1002163 T6449 n:127.0.0.1:63774_loks%2Fvq oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 1002197 T6472 n:127.0.0.1:63783_loks%2Fvq c:tmp_collection s:shard1 x:collection1 oasc.ZkController.register We are http://127.0.0.1:63783/loks/vq/collection1/ and leader is http://127.0.0.1:63783/loks/vq/collection1/ [junit4] 2> 1002197 T6472 n:127.0.0.1:63783_loks%2Fvq c:tmp_collection s:shard1 x:collection1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:63783/loks/vq [junit4] 2> 1002197 T6472 n:127.0.0.1:63783_loks%2Fvq c:tmp_collection s:shard1 x:collection1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4] 2> 1002197 T6472 n:127.0.0.1:63783_loks%2Fvq c:tmp_collection s:shard1 x:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=tmp_collection [junit4] 2> 1002197 T6472 n:127.0.0.1:63783_loks%2Fvq c:tmp_collection s:shard1 x:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 1002201 T6449 n:127.0.0.1:63774_loks%2Fvq oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 1002203 T6440 n:127.0.0.1:63774_loks%2Fvq oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = { [junit4] 2> "core":"collection1", [junit4] 2> "core_node_name":"core_node2", [junit4] 2> "roles":null, [junit4] 2> "base_url":"http://127.0.0.1:63783/loks/vq", [junit4] 2> "node_name":"127.0.0.1:63783_loks%2Fvq", [junit4] 2> "numShards":"2", [junit4] 2> "state":"active", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"tmp_collection", [junit4] 2> "operation":"state"} current state version: 5 [junit4] 2> 1002204 T6440 n:127.0.0.1:63774_loks%2Fvq oasco.ReplicaMutator.updateState Update state numShards=2 message={ [junit4] 2> "core":"collection1", [junit4] 2> "core_node_name":"core_node2", [junit4] 2> "roles":null, [junit4] 2> "base_url":"http://127.0.0.1:63783/loks/vq", [junit4] 2> "node_name":"127.0.0.1:63783_loks%2Fvq", [junit4] 2> "numShards":"2", [junit4] 2> "state":"active", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"tmp_collection", [junit4] 2> "operation":"state"} [junit4] 2> 1002287 T6466 n:127.0.0.1:63783_loks%2Fvq oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 1002287 T6449 n:127.0.0.1:63774_loks%2Fvq oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 1002389 T6411 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-003\cores\collection1 [junit4] 2> 1002391 T6411 oejs.Server.doStart jetty-9.2.10.v20150310 [junit4] 2> 1002393 T6411 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@6c84ba2e{/loks/vq,null,AVAILABLE} [junit4] 2> 1002394 T6411 oejs.AbstractConnector.doStart Started ServerConnector@5263be1{HTTP/1.1}{127.0.0.1:63792} [junit4] 2> 1002394 T6411 oejs.Server.doStart Started @1003930ms [junit4] 2> 1002394 T6411 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {shards=shard3, hostContext=/loks/vq, hostPort=63792, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-003\cores} [junit4] 2> 1002394 T6411 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4e0e2f2a [junit4] 2> 1002394 T6411 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-003\' [junit4] 2> 1002412 T6411 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-003\solr.xml [junit4] 2> 1002418 T6411 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-003\cores [junit4] 2> 1002418 T6411 oasc.CoreContainer.<init> New CoreContainer 1582047771 [junit4] 2> 1002418 T6411 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-003\] [junit4] 2> 1002418 T6411 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-003\lib [junit4] 2> 1002418 T6411 oasc.SolrResourceLoader.addToClassLoader WARN 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.CdcrRequestHandlerTest 2C54B4B78A95EA2F-001\jetty-003\lib). [junit4] 2> 1002425 T6411 oashc.HttpShardHandlerFactory.init 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> 1002428 T6411 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 1002428 T6411 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 1002428 T6411 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 1002428 T6411 oasc.CoreContainer.load Node Name: 127.0.0.1 [junit4] 2> 1002428 T6411 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:63767/solr [junit4] 2> 1002429 T6411 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 1002429 T6411 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 1002430 T6411 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 1002432 T6486 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@273c3f3e name:ZooKeeperConnection Watcher:127.0.0.1:63767 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1002432 T6411 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 1002432 T6411 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 1002434 T6413 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14d7d9deffc0006, likely client has closed socket [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208) [junit4] 2> at java.lang.Thread.run(Thread.java:745) [junit4] 2> [junit4] 2> 1002435 T6411 n:127.0.0.1:63792_loks%2Fvq oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 1002436 T6489 n:127.0.0.1:63792_loks%2Fvq oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@55c5a96d name:ZooKeeperConnection Watcher:127.0.0.1:63767/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1002436 T6411 n:127.0.0.1:63792_loks%2Fvq oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 1002441 T6411 n:127.0.0.1:63792_loks%2Fvq oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 1003239 T6411 n:127.0.0.1:63792_loks%2Fvq oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63792_loks%2Fvq [junit4] 2> 1003240 T6411 n:127.0.0.1:63792_loks%2Fvq oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63792_loks%2Fvq [junit4] 2> 1003244 T6411 n:127.0.0.1:63792_loks%2Fvq oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 1003246 T6411 n:127.0.0.1:63792_loks%2Fvq oasc.CoreContainer.initializeAuthenticationPlugin No authentication plugin used. [junit4] 2> [...truncated too long message...] at org.apache.solr.util.BaseTestHarness.validateUpdate(BaseTestHarness.java:252) [junit4] 2> at org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:748) [junit4] 2> at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:727) [junit4] 2> at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:721) [junit4] 2> at org.apache.solr.update.processor.AtomicUpdatesTest.before(AtomicUpdatesTest.java:45) [junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit4] 2> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit4] 2> at java.lang.reflect.Method.invoke(Method.java:497) [junit4] 2> at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627) [junit4] 2> at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:870) [junit4] 2> at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [junit4] 2> at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50) [junit4] 2> at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) [junit4] 2> at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49) [junit4] 2> at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65) [junit4] 2> at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4] 2> at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365) [junit4] 2> at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798) [junit4] 2> at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458) [junit4] 2> at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845) [junit4] 2> at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747) [junit4] 2> at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781) [junit4] 2> at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [junit4] 2> at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4] 2> at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4] 2> at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54) [junit4] 2> at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) [junit4] 2> at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65) [junit4] 2> at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55) [junit4] 2> at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4] 2> at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365) [junit4] 2> at java.lang.Thread.run(Thread.java:745) [junit4] 2> 3) Thread[id=3916, name=searcherExecutor-1756-thread-1, state=WAITING, group=TGRP-AtomicUpdatesTest] [junit4] 2> at sun.misc.Unsafe.park(Native Method) [junit4] 2> at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) [junit4] 2> at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) [junit4] 2> at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) [junit4] 2> at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067) [junit4] 2> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) [junit4] 2> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [junit4] 2> at java.lang.Thread.run(Thread.java:745) [junit4] 2> NOTE: test params are: codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=3, maxDocsPerChunk=4, blockSize=4), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=3, blockSize=4)), sim=DefaultSimilarity, locale=es_BO, timezone=Indian/Mayotte [junit4] 2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_45 (64-bit)/cpus=3,threads=4,free=176500440,total=377323520 [junit4] 2> NOTE: All tests run in this JVM: [TestCursorMarkWithoutUniqueKey, ResponseLogComponentTest, TestExpandComponent, TestQueryTypes, DocValuesMultiTest, TestPerFieldSimilarity, CoreAdminRequestStatusTest, TestConfigSets, TestSolrQueryParserDefaultOperatorResource, RequiredFieldsTest, TestDynamicFieldResource, TestShardHandlerFactory, TestCollationFieldDocValues, TestSchemaManager, TestHighlightDedupGrouping, TestCryptoKeys, DistributedSuggestComponentTest, DirectSolrConnectionTest, AlternateDirectoryTest, SolrCoreCheckLockOnStartupTest, CoreAdminHandlerTest, TestHashQParserPlugin, TestBinaryResponseWriter, TestCloudSchemaless, SoftAutoCommitTest, LeaderFailoverAfterPartitionTest, DocExpirationUpdateProcessorFactoryTest, FieldAnalysisRequestHandlerTest, RulesTest, TestFieldTypeCollectionResource, PingRequestHandlerTest, TestManagedSynonymFilterFactory, ShardRoutingTest, SolrPluginUtilsTest, EnumFieldTest, TestImplicitCoreProperties, TestComplexPhraseQParserPlugin, ScriptEngineTest, SolrIndexSplitterTest, OverseerTest, TestHashPartitioner, TestFieldCollectionResource, DeleteInactiveReplicaTest, TestFieldResource, TestCoreContainer, TestReRankQParserPlugin, SimpleFacetsTest, DistributedSpellCheckComponentTest, TestExtendedDismaxParser, SuggesterFSTTest, TestInitQParser, HdfsSyncSliceTest, SyncSliceTest, OverriddenZkACLAndCredentialsProvidersTest, TestDocumentBuilder, SampleTest, SolrInfoMBeanTest, SOLR749Test, TestReplicaProperties, AtomicUpdatesTest] [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=AtomicUpdatesTest -Dtests.seed=2C54B4B78A95EA2F -Dtests.slow=true -Dtests.locale=es_BO -Dtests.timezone=Indian/Mayotte -Dtests.asserts=true -Dtests.file.encoding=UTF-8 [junit4] ERROR 0.00s J0 | AtomicUpdatesTest (suite) <<< [junit4] > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec). [junit4] > at __randomizedtesting.SeedInfo.seed([2C54B4B78A95EA2F]:0) [junit4] Completed [439/502] on J0 in 7288.34s, 1 test, 2 errors <<< FAILURES! [...truncated 194 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:229: The following error occurred while executing this line: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:512: The following error occurred while executing this line: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1415: The following error occurred while executing this line: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:973: There were test failures: 502 suites, 1971 tests, 1 suite-level error, 1 error, 3 failures, 226 ignored (32 assumptions) Total time: 151 minutes 15 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: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org