Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2314/
1 tests failed. REGRESSION: org.apache.solr.cloud.ReplicationFactorTest.testDistribSearch Error Message: Didn't see all replicas for shard shard1 in repfacttest_c8n_1x3 come up within 30000 ms! ClusterState: { "control_collection":{ "router":{"name":"compositeId"}, "autoAddReplicas":"false", "autoCreated":"true", "replicationFactor":"1", "shards":{"shard1":{ "range":"80000000-7fffffff", "state":"active", "replicas":{"core_node1":{ "core":"collection1", "base_url":"http://127.0.0.1:28065", "node_name":"127.0.0.1:28065_", "state":"active", "leader":"true"}}}}, "maxShardsPerNode":"1"}, "collection1":{ "router":{"name":"compositeId"}, "autoAddReplicas":"false", "autoCreated":"true", "replicationFactor":"1", "shards":{ "shard1":{ "range":"80000000-d554ffff", "state":"active", "replicas":{"core_node2":{ "core":"collection1", "base_url":"http://127.0.0.1:28074", "node_name":"127.0.0.1:28074_", "state":"active", "leader":"true"}}}, "shard2":{ "range":"d5550000-2aa9ffff", "state":"active", "replicas":{"core_node3":{ "core":"collection1", "base_url":"http://127.0.0.1:28078", "node_name":"127.0.0.1:28078_", "state":"active", "leader":"true"}}}, "shard3":{ "range":"2aaa0000-7fffffff", "state":"active", "replicas":{"core_node1":{ "core":"collection1", "base_url":"http://127.0.0.1:28070", "node_name":"127.0.0.1:28070_", "state":"active", "leader":"true"}}}}, "maxShardsPerNode":"1"}, "repfacttest_c8n_1x3":{ "router":{"name":"compositeId"}, "autoAddReplicas":"false", "replicationFactor":"3", "shards":{"shard1":{ "range":"80000000-7fffffff", "state":"active", "replicas":{ "core_node1":{ "core":"repfacttest_c8n_1x3_shard1_replica1", "base_url":"http://127.0.0.1:28078", "node_name":"127.0.0.1:28078_", "state":"active", "leader":"true"}, "core_node2":{ "core":"repfacttest_c8n_1x3_shard1_replica3", "base_url":"http://127.0.0.1:28074", "node_name":"127.0.0.1:28074_", "state":"active"}, "core_node3":{ "state":"down", "base_url":"http://127.0.0.1:28065", "core":"repfacttest_c8n_1x3_shard1_replica2", "node_name":"127.0.0.1:28065_"}}}}, "maxShardsPerNode":"1"}} Stack Trace: java.lang.AssertionError: Didn't see all replicas for shard shard1 in repfacttest_c8n_1x3 come up within 30000 ms! ClusterState: { "control_collection":{ "router":{"name":"compositeId"}, "autoAddReplicas":"false", "autoCreated":"true", "replicationFactor":"1", "shards":{"shard1":{ "range":"80000000-7fffffff", "state":"active", "replicas":{"core_node1":{ "core":"collection1", "base_url":"http://127.0.0.1:28065", "node_name":"127.0.0.1:28065_", "state":"active", "leader":"true"}}}}, "maxShardsPerNode":"1"}, "collection1":{ "router":{"name":"compositeId"}, "autoAddReplicas":"false", "autoCreated":"true", "replicationFactor":"1", "shards":{ "shard1":{ "range":"80000000-d554ffff", "state":"active", "replicas":{"core_node2":{ "core":"collection1", "base_url":"http://127.0.0.1:28074", "node_name":"127.0.0.1:28074_", "state":"active", "leader":"true"}}}, "shard2":{ "range":"d5550000-2aa9ffff", "state":"active", "replicas":{"core_node3":{ "core":"collection1", "base_url":"http://127.0.0.1:28078", "node_name":"127.0.0.1:28078_", "state":"active", "leader":"true"}}}, "shard3":{ "range":"2aaa0000-7fffffff", "state":"active", "replicas":{"core_node1":{ "core":"collection1", "base_url":"http://127.0.0.1:28070", "node_name":"127.0.0.1:28070_", "state":"active", "leader":"true"}}}}, "maxShardsPerNode":"1"}, "repfacttest_c8n_1x3":{ "router":{"name":"compositeId"}, "autoAddReplicas":"false", "replicationFactor":"3", "shards":{"shard1":{ "range":"80000000-7fffffff", "state":"active", "replicas":{ "core_node1":{ "core":"repfacttest_c8n_1x3_shard1_replica1", "base_url":"http://127.0.0.1:28078", "node_name":"127.0.0.1:28078_", "state":"active", "leader":"true"}, "core_node2":{ "core":"repfacttest_c8n_1x3_shard1_replica3", "base_url":"http://127.0.0.1:28074", "node_name":"127.0.0.1:28074_", "state":"active"}, "core_node3":{ "state":"down", "base_url":"http://127.0.0.1:28065", "core":"repfacttest_c8n_1x3_shard1_replica2", "node_name":"127.0.0.1:28065_"}}}}, "maxShardsPerNode":"1"}} at __randomizedtesting.SeedInfo.seed([6B901F776498DC96:EA76916F13C7BCAA]:0) at org.junit.Assert.fail(Assert.java:93) at org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1940) at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:321) at org.apache.solr.cloud.ReplicationFactorTest.doTest(ReplicationFactorTest.java:142) at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) 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:836) at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738) at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365) at java.lang.Thread.run(Thread.java:745) Build Log: [...truncated 9616 lines...] [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest [junit4] 2> Creating dataDir: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001/init-core-data-001 [junit4] 2> 149205 T544 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: / [junit4] 2> 149212 T544 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch [junit4] 2> 149214 T544 oasc.ZkTestServer.run STARTING ZK TEST SERVER [junit4] 1> client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 149215 T545 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server [junit4] 2> 149314 T544 oasc.ZkTestServer.run start zk server on port:28062 [junit4] 2> 149315 T544 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 149316 T544 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 149320 T552 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@66bcb65a name:ZooKeeperConnection Watcher:127.0.0.1:28062 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 149320 T544 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 149321 T544 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 149321 T544 oascc.SolrZkClient.makePath makePath: /solr [junit4] 2> 149324 T544 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 149325 T544 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 149327 T555 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@fb22a11 name:ZooKeeperConnection Watcher:127.0.0.1:28062/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 149327 T544 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 149328 T544 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 149328 T544 oascc.SolrZkClient.makePath makePath: /collections/collection1 [junit4] 2> 149330 T544 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards [junit4] 2> 149332 T544 oascc.SolrZkClient.makePath makePath: /collections/control_collection [junit4] 2> 149334 T544 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards [junit4] 2> 149336 T544 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml [junit4] 2> 149337 T544 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml [junit4] 2> 149345 T544 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml [junit4] 2> 149346 T544 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml [junit4] 2> 149361 T544 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 149362 T544 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 149364 T544 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt [junit4] 2> 149364 T544 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt [junit4] 2> 149366 T544 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt [junit4] 2> 149367 T544 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt [junit4] 2> 149369 T544 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml [junit4] 2> 149370 T544 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml [junit4] 2> 149372 T544 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml [junit4] 2> 149372 T544 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml [junit4] 2> 149374 T544 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json [junit4] 2> 149375 T544 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json [junit4] 2> 149377 T544 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 149377 T544 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 149379 T544 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt [junit4] 2> 149380 T544 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt [junit4] 2> 149382 T544 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt [junit4] 2> 149382 T544 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt [junit4] 2> 150562 T544 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 150566 T544 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:28066 [junit4] 2> 150567 T544 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 150568 T544 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 150568 T544 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001/tempDir-002 [junit4] 2> 150569 T544 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001/tempDir-002/' [junit4] 2> 150618 T544 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001/tempDir-002/solr.xml [junit4] 2> 150721 T544 oasc.CoreContainer.<init> New CoreContainer 1493653053 [junit4] 2> 150721 T544 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001/tempDir-002/] [junit4] 2> 150723 T544 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 150724 T544 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 150724 T544 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 150725 T544 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 150725 T544 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000 [junit4] 2> 150726 T544 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 150726 T544 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 150727 T544 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 150727 T544 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 150727 T544 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 150728 T544 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 150729 T544 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 150729 T544 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 150730 T544 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 150730 T544 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:28062/solr [junit4] 2> 150731 T544 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 150731 T544 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 150733 T544 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 150736 T567 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6ff1f2a0 name:ZooKeeperConnection Watcher:127.0.0.1:28062 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 150736 T544 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 150737 T544 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 150739 T544 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 150741 T570 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@55cecc34 name:ZooKeeperConnection Watcher:127.0.0.1:28062/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 150741 T544 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 150743 T544 oascc.SolrZkClient.makePath makePath: /overseer/queue [junit4] 2> 150746 T544 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work [junit4] 2> 150749 T544 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running [junit4] 2> 150752 T544 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed [junit4] 2> 150755 T544 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure [junit4] 2> 150758 T544 oascc.SolrZkClient.makePath makePath: /live_nodes [junit4] 2> 150760 T544 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:28065_ [junit4] 2> 150761 T544 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:28065_ [junit4] 2> 150763 T544 oascc.SolrZkClient.makePath makePath: /overseer_elect [junit4] 2> 150765 T544 oascc.SolrZkClient.makePath makePath: /overseer_elect/election [junit4] 2> 150767 T544 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 150770 T544 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:28065_ [junit4] 2> 150770 T544 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader [junit4] 2> 150772 T544 oasc.Overseer.start Overseer (id=92951649770602499-127.0.0.1:28065_-n_0000000000) starting [junit4] 2> 150775 T544 oascc.SolrZkClient.makePath makePath: /overseer/queue-work [junit4] 2> 150783 T544 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000 [junit4] 2> 150784 T572 oasc.OverseerCollectionProcessor.run Process current queue of collection creations [junit4] 2> 150785 T544 oascc.SolrZkClient.makePath makePath: /clusterstate.json [junit4] 2> 150787 T544 oascc.SolrZkClient.makePath makePath: /aliases.json [junit4] 2> 150789 T544 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 150793 T571 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue [junit4] 2> 150798 T574 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection [junit4] 2> 150799 T574 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 150800 T570 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 150800 T574 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 150803 T571 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = { [junit4] 2> "core":"collection1", [junit4] 2> "base_url":"http://127.0.0.1:28065", [junit4] 2> "shard":null, [junit4] 2> "numShards":"1", [junit4] 2> "operation":"state", [junit4] 2> "roles":null, [junit4] 2> "node_name":"127.0.0.1:28065_", [junit4] 2> "state":"down", [junit4] 2> "collection":"control_collection"} [junit4] 2> 150804 T571 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1] [junit4] 2> 150804 T571 oasc.Overseer$ClusterStateUpdater.createCollection state version control_collection 1 [junit4] 2> 150804 T571 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1 [junit4] 2> 150808 T570 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> 151801 T574 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1 [junit4] 2> 151802 T574 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection [junit4] 2> 151803 T574 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 151803 T574 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection [junit4] 2> 151804 T574 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper [junit4] 2> 151805 T574 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001/tempDir-002/collection1/' [junit4] 2> 151807 T574 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001/tempDir-002/collection1/lib/.svn/' to classloader [junit4] 2> 151808 T574 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001/tempDir-002/collection1/lib/classes/' to classloader [junit4] 2> 151808 T574 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001/tempDir-002/collection1/lib/README' to classloader [junit4] 2> 151847 T574 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1 [junit4] 2> 151850 T574 oasc.Config.<init> loaded config solrconfig.xml with version 0 [junit4] 2> 151890 T574 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0 [junit4] 2> 151939 T574 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 151941 T574 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml [junit4] 2> 151958 T574 oass.IndexSchema.readSchema [collection1] Schema name=test [junit4] 2> 152347 T574 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 152363 T574 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 152366 T574 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 152390 T574 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 152396 T574 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 152401 T574 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 152402 T574 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 152403 T574 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 152403 T574 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 152404 T574 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 152405 T574 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 152405 T574 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection [junit4] 2> 152405 T574 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 152406 T574 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001/tempDir-002/collection1/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001/tempDir-001/control/data/ [junit4] 2> 152406 T574 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2dbd2f32 [junit4] 2> 152407 T574 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001/tempDir-001/control/data [junit4] 2> 152408 T574 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001/tempDir-001/control/data/index/ [junit4] 2> 152408 T574 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001/tempDir-001/control/data/index' doesn't exist. Creating new index... [junit4] 2> 152408 T574 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001/tempDir-001/control/data/index [junit4] 2> 152410 T574 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=543204364, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1] [junit4] 2> 152412 T574 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1f16c76c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@107e9366),segFN=segments_1,generation=1} [junit4] 2> 152412 T574 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 152418 T574 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib" [junit4] 2> 152419 T574 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe" [junit4] 2> 152419 T574 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 152420 T574 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig" [junit4] 2> 152420 T574 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 152420 T574 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 152421 T574 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 152422 T574 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 152422 T574 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 152423 T574 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 152423 T574 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 152424 T574 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 152425 T574 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 152425 T574 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler [junit4] 2> 152426 T574 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler [junit4] 2> 152427 T574 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler [junit4] 2> 152428 T574 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler [junit4] 2> 152428 T574 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler [junit4] 2> 152429 T574 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler [junit4] 2> 152430 T574 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler [junit4] 2> 152431 T574 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler [junit4] 2> 152431 T574 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler [junit4] 2> 152432 T574 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler [junit4] 2> 152433 T574 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler [junit4] 2> 152434 T574 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler [junit4] 2> 152434 T574 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 152435 T574 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler [junit4] 2> 152436 T574 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler [junit4] 2> 152464 T574 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 152466 T574 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 152468 T574 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 152470 T574 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 152477 T574 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 152477 T574 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 152478 T574 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0] [junit4] 2> 152479 T574 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1f16c76c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@107e9366),segFN=segments_1,generation=1} [junit4] 2> 152479 T574 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 152480 T574 oass.SolrIndexSearcher.<init> Opening Searcher@1892c1f1[collection1] main [junit4] 2> 152480 T574 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection [junit4] 2> 152481 T574 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper [junit4] 2> 152481 T574 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 152482 T574 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 152482 T574 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 152483 T574 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 152483 T574 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json [junit4] 2> 152484 T574 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 152485 T574 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json [junit4] 2> 152487 T574 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json [junit4] 2> 152487 T574 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 152488 T574 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 152488 T574 oash.ReplicationHandler.inform Commits will be reserved for 10000 [junit4] 2> 152489 T575 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1892c1f1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 152490 T574 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 152491 T578 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:28065 collection:control_collection shard:shard1 [junit4] 2> 152491 T544 oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0 [junit4] 2> 152492 T544 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 152492 T578 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election [junit4] 2> 152496 T544 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 152497 T544 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 152499 T582 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6d69dd09 name:ZooKeeperConnection Watcher:127.0.0.1:28062/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 152499 T544 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 152499 T578 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1 [junit4] 2> 152500 T544 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 152502 T544 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 152502 T570 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 152503 T578 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4] 2> 152503 T578 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4] 2> ASYNC NEW_CORE C49 name=collection1 org.apache.solr.core.SolrCore@7d3de32f url=http://127.0.0.1:28065/collection1 node=127.0.0.1:28065_ C49_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:28065, node_name=127.0.0.1:28065_, state=down} [junit4] 2> 152503 T578 C49 P28065 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:28065/collection1/ [junit4] 2> 152504 T578 C49 P28065 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4] 2> 152504 T578 C49 P28065 oasc.SyncStrategy.syncToMe http://127.0.0.1:28065/collection1/ has no replicas [junit4] 2> 152504 T578 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:28065/collection1/ shard1 [junit4] 2> 152505 T578 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1 [junit4] 2> 152505 T544 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false [junit4] 2> 152506 T571 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = { [junit4] 2> "operation":"leader", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"control_collection"} [junit4] 2> 152510 T582 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> 152510 T570 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> 152517 T571 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = { [junit4] 2> "operation":"leader", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"control_collection", [junit4] 2> "base_url":"http://127.0.0.1:28065", [junit4] 2> "core":"collection1", [junit4] 2> "state":"active"} [junit4] 2> 152520 T570 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 152521 T570 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> 152521 T582 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> 152563 T578 oasc.ZkController.register We are http://127.0.0.1:28065/collection1/ and leader is http://127.0.0.1:28065/collection1/ [junit4] 2> 152564 T578 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:28065 [junit4] 2> 152564 T578 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4] 2> 152564 T578 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection [junit4] 2> 152565 T578 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 152566 T570 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 152570 T571 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = { [junit4] 2> "core":"collection1", [junit4] 2> "base_url":"http://127.0.0.1:28065", [junit4] 2> "shard":"shard1", [junit4] 2> "numShards":"3", [junit4] 2> "operation":"state", [junit4] 2> "roles":null, [junit4] 2> "node_name":"127.0.0.1:28065_", [junit4] 2> "core_node_name":"core_node1", [junit4] 2> "state":"active", [junit4] 2> "collection":"control_collection"} [junit4] 2> 152674 T570 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> 152674 T582 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> 154019 T544 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 [junit4] 2> 154020 T544 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 154023 T544 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:28071 [junit4] 2> 154023 T544 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 154024 T544 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 154024 T544 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001/tempDir-003 [junit4] 2> 154024 T544 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001/tempDir-003/' [junit4] 2> 154058 T544 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001/tempDir-003/solr.xml [junit4] 2> 154115 T544 oasc.CoreContainer.<init> New CoreContainer 756978799 [junit4] 2> 154116 T544 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001/tempDir-003/] [junit4] 2> 154117 T544 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 154117 T544 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 154117 T544 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 154118 T544 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 154118 T544 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000 [junit4] 2> 154118 T544 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 154118 T544 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 154128 T544 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 154129 T544 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 154129 T544 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 154130 T544 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 154130 T544 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 154131 T544 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 154131 T544 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 154131 T544 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:28062/solr [junit4] 2> 154131 T544 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 154132 T544 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 154133 T544 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 154135 T594 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@21c91229 name:ZooKeeperConnection Watcher:127.0.0.1:28062 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 154136 T544 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 154136 T544 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 154139 T544 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 154140 T597 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@76f09440 name:ZooKeeperConnection Watcher:127.0.0.1:28062/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 154141 T544 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 154147 T544 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 155151 T544 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:28070_ [junit4] 2> 155152 T544 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:28070_ [junit4] 2> 155156 T544 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 155165 T598 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1 [junit4] 2> 155165 T598 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 155166 T570 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 155166 T598 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 155169 T571 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = { [junit4] 2> "core":"collection1", [junit4] 2> "base_url":"http://127.0.0.1:28070", [junit4] 2> "shard":null, [junit4] 2> "numShards":"3", [junit4] 2> "operation":"state", [junit4] 2> "roles":null, [junit4] 2> "node_name":"127.0.0.1:28070_", [junit4] 2> "state":"down", [junit4] 2> "collection":"collection1"} [junit4] 2> 155170 T571 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3] [junit4] 2> 155170 T571 oasc.Overseer$ClusterStateUpdater.createCollection state version collection1 1 [junit4] 2> 155170 T571 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3 [junit4] 2> 155174 T597 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> 155174 T582 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> 155174 T570 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> 156167 T598 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1 [junit4] 2> 156168 T598 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1 [junit4] 2> 156169 T598 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 156169 T598 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 156170 T598 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper [junit4] 2> 156171 T598 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001/tempDir-003/collection1/' [junit4] 2> 156172 T598 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001/tempDir-003/collection1/lib/.svn/' to classloader [junit4] 2> 156173 T598 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001/tempDir-003/collection1/lib/README' to classloader [junit4] 2> 156174 T598 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001/tempDir-003/collection1/lib/classes/' to classloader [junit4] 2> 156209 T598 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1 [junit4] 2> 156212 T598 oasc.Config.<init> loaded config solrconfig.xml with version 0 [junit4] 2> 156248 T598 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0 [junit4] 2> 156296 T598 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 156297 T598 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml [junit4] 2> 156314 T598 oass.IndexSchema.readSchema [collection1] Schema name=test [junit4] 2> 156692 T598 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 156707 T598 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 156710 T598 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 156733 T598 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 156739 T598 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 156744 T598 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 156745 T598 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 156746 T598 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 156746 T598 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 156747 T598 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 156748 T598 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 156748 T598 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1 [junit4] 2> 156748 T598 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 156749 T598 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001/tempDir-003/collection1/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001/tempDir-001/jetty1/ [junit4] 2> 156749 T598 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2dbd2f32 [junit4] 2> 156750 T598 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001/tempDir-001/jetty1 [junit4] 2> 156751 T598 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001/tempDir-001/jetty1/index/ [junit4] 2> 156751 T598 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001/tempDir-001/jetty1/index' doesn't exist. Creating new index... [junit4] 2> 156752 T598 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001/tempDir-001/jetty1/index [junit4] 2> 156753 T598 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=543204364, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1] [junit4] 2> 156754 T598 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@20443040 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5cbbca4c),segFN=segments_1,generation=1} [junit4] 2> 156754 T598 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 156762 T598 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib" [junit4] 2> 156763 T598 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe" [junit4] 2> 156763 T598 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 156764 T598 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig" [junit4] 2> 156764 T598 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 156764 T598 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 156765 T598 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 156765 T598 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 156766 T598 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 156767 T598 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 156768 T598 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 156768 T598 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 156769 T598 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 156770 T598 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler [junit4] 2> 156771 T598 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler [junit4] 2> 156772 T598 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler [junit4] 2> 156773 T598 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler [junit4] 2> 156774 T598 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler [junit4] 2> 156775 T598 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler [junit4] 2> 156776 T598 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler [junit4] 2> 156777 T598 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler [junit4] 2> 156778 T598 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler [junit4] 2> 156778 T598 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler [junit4] 2> 156779 T598 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler [junit4] 2> 156780 T598 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler [junit4] 2> 156781 T598 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 156782 T598 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler [junit4] 2> 156783 T598 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler [junit4] 2> 156802 T598 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 156804 T598 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 156806 T598 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 156808 T598 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 156814 T598 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 156814 T598 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 156815 T598 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0] [junit4] 2> 156816 T598 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@20443040 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5cbbca4c),segFN=segments_1,generation=1} [junit4] 2> 156817 T598 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 156817 T598 oass.SolrIndexSearcher.<init> Opening Searcher@17847e37[collection1] main [junit4] 2> 156818 T598 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 156819 T598 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper [junit4] 2> 156819 T598 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 156820 T598 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 156820 T598 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 156821 T598 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 156822 T598 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json [junit4] 2> 156822 T598 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 156823 T598 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed [junit4] 2> 156823 T598 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 156823 T598 oash.ReplicationHandler.inform Commits will be reserved for 10000 [junit4] 2> 156825 T599 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@17847e37[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 156825 T598 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 156826 T602 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:28070 collection:collection1 shard:shard3 [junit4] 2> 156827 T544 oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0 [junit4] 2> 156828 T544 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 156828 T602 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election [junit4] 2> 156834 T602 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3 [junit4] 2> 156836 T570 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 156836 T602 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4] 2> 156837 T602 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4] 2> ASYNC NEW_CORE C50 name=collection1 org.apache.solr.core.SolrCore@5cf81994 url=http://127.0.0.1:28070/collection1 node=127.0.0.1:28070_ C50_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:28070, node_name=127.0.0.1:28070_, state=down} [junit4] 2> 156837 T602 C50 P28070 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:28070/collection1/ [junit4] 2> 156837 T602 C50 P28070 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4] 2> 156838 T602 C50 P28070 oasc.SyncStrategy.syncToMe http://127.0.0.1:28070/collection1/ has no replicas [junit4] 2> 156838 T602 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:28070/collection1/ shard3 [junit4] 2> 156838 T602 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3 [junit4] 2> 156839 T571 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = { [junit4] 2> "operation":"leader", [junit4] 2> "shard":"shard3", [junit4] 2> "collection":"collection1"} [junit4] 2> 156843 T570 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> 156843 T582 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> 156843 T597 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> 156848 T571 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = { [junit4] 2> "operation":"leader", [junit4] 2> "shard":"shard3", [junit4] 2> "collection":"collection1", [junit4] 2> "base_url":"http://127.0.0.1:28070", [junit4] 2> "core":"collection1", [junit4] 2> "state":"active"} [junit4] 2> 156851 T570 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 156852 T582 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> 156852 T597 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> 156852 T570 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> 156894 T602 oasc.ZkController.register We are http://127.0.0.1:28070/collection1/ and leader is http://127.0.0.1:28070/collection1/ [junit4] 2> 156895 T602 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:28070 [junit4] 2> 156895 T602 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4] 2> 156895 T602 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1 [junit4] 2> 156896 T602 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 156898 T570 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 156901 T571 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = { [junit4] 2> "core":"collection1", [junit4] 2> "base_url":"http://127.0.0.1:28070", [junit4] 2> "shard":"shard3", [junit4] 2> "numShards":"3", [junit4] 2> "operation":"state", [junit4] 2> "roles":null, [junit4] 2> "node_name":"127.0.0.1:28070_", [junit4] 2> "core_node_name":"core_node1", [junit4] 2> "state":"active", [junit4] 2> "collection":"collection1"} [junit4] 2> 157006 T570 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> 157006 T597 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> 157006 T582 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> 158271 T544 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 [junit4] 2> 158272 T544 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 158274 T544 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:28075 [junit4] 2> 158275 T544 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 158276 T544 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 158276 T544 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001/tempDir-004 [junit4] 2> 158276 T544 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001/tempDir-004/' [junit4] 2> 158314 T544 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001/tempDir-004/solr.xml [junit4] 2> 158387 T544 oasc.CoreContainer.<init> New CoreContainer 623971294 [junit4] 2> 158387 T544 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001/tempDir-004/] [junit4] 2> 158388 T544 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 158389 T544 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 158389 T544 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 158389 T544 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 158389 T544 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000 [junit4] 2> 158390 T544 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 158390 T544 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 158390 T544 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 158391 T544 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 158391 T544 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 158392 T544 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 158392 T544 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 158392 T544 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 158393 T544 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 158393 T544 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:28062/solr [junit4] 2> 158393 T544 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 158394 T544 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 158394 T544 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 158396 T615 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4582331f name:ZooKeeperConnection Watcher:127.0.0.1:28062 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 158397 T544 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 158397 T544 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 158399 T544 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 158400 T618 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9d30fb9 name:ZooKeeperConnection Watcher:127.0.0.1:28062/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 158400 T544 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 158405 T544 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 159408 T544 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:28074_ [junit4] 2> 159410 T544 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:28074_ [junit4] 2> 159414 T544 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 159422 T619 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1 [junit4] 2> 159422 T619 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 159424 T570 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 159424 T619 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 159427 T571 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = { [junit4] 2> "core":"collection1", [junit4] 2> "base_url":"http://127.0.0.1:28074", [junit4] 2> "shard":null, [junit4] 2> "numShards":"3", [junit4] 2> "operation":"state", [junit4] 2> "roles":null, [junit4] 2> "node_name":"127.0.0.1:28074_", [junit4] 2> "state":"down", [junit4] 2> "collection":"collection1"} [junit4] 2> 159427 T571 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3 [junit4] 2> 159428 T571 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1 [junit4] 2> 159431 T570 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 159431 T618 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 159431 T582 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 159431 T597 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 160424 T619 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1 [junit4] 2> 160425 T619 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1 [junit4] 2> 160426 T619 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 160426 T619 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 160427 T619 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper [junit4] 2> 160428 T619 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001/tempDir-004/collection1/' [junit4] 2> 160430 T619 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001/tempDir-004/collection1/lib/.svn/' to classloader [junit4] 2> 160430 T619 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001/tempDir-004/collection1/lib/README' to classloader [junit4] 2> 160431 T619 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001/tempDir-004/collection1/lib/classes/' to classloader [junit4] 2> 160464 T619 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1 [junit4] 2> 160467 T619 oasc.Config.<init> loaded config solrconfig.xml with version 0 [junit4] 2> 160494 T619 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0 [junit4] 2> 160529 T619 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 160531 T619 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml [junit4] 2> 160541 T619 oass.IndexSchema.readSchema [collection1] Schema name=test [junit4] 2> 160880 T619 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 160895 T619 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 160898 T619 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 160920 T619 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 160925 T619 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 160931 T619 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 160932 T619 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 160932 T619 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 160933 T619 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 160934 T619 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 160934 T619 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 160934 T619 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1 [junit4] 2> 160935 T619 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 160935 T619 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001/tempDir-004/collection1/, dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001/tempDir-001/jetty2/ [junit4] 2> 160935 T619 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2dbd2f32 [junit4] 2> 160937 T619 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001/tempDir-001/jetty2 [junit4] 2> 160937 T619 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001/tempDir-001/jetty2/index/ [junit4] 2> 160937 T619 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001/tempDir-001/jetty2/index' doesn't exist. Creating new index... [junit4] 2> 160938 T619 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001/tempDir-001/jetty2/index [junit4] 2> 160939 T619 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=543204364, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1] [junit4] 2> 160940 T619 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@613759b5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@78e2abef),segFN=segments_1,generation=1} [junit4] 2> 160940 T619 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 160948 T619 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib" [junit4] 2> 160949 T619 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe" [junit4] 2> 160949 T619 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 160949 T619 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig" [junit4] 2> 160950 T619 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 160950 T619 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 160951 T619 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 160951 T619 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 160951 T619 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 160952 T619 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 160953 T619 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 160954 T619 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 160955 T619 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 160956 T619 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler [junit4] 2> 160956 T619 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler [junit4] 2> 160958 T619 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler [junit4] 2> 160958 T619 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler [junit4] 2> 160959 T619 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler [junit4] 2> 160961 T619 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler [junit4] 2> 160962 T619 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler [junit4] 2> 160963 T619 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler [junit4] 2> 160964 T619 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler [junit4] 2> 160964 T619 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler [junit4] 2> 160965 T619 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler [junit4] 2> 160966 T619 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler [junit4] 2> 160967 T619 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 160968 T619 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler [junit4] 2> 160968 T619 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler [junit4] 2> 160997 T619 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 161000 T619 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 161002 T619 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 161004 T619 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 161010 T619 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 161010 T619 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 161012 T619 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0] [junit4] 2> 161012 T619 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@613759b5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@78e2abef),segFN=segments_1,generation=1} [junit4] 2> 161013 T619 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 161013 T619 oass.SolrIndexSearcher.<init> Opening Searcher@132bc6db[collection1] main [junit4] 2> 161014 T619 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 161015 T619 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper [junit4] 2> 161015 T619 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 161016 T619 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 161016 T619 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 161016 T619 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 161017 T619 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json [junit4] 2> 161018 T619 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at pat [...truncated too long message...] 0.0.1:28078_-n_0000000003) closing [junit4] 2> 1487899 T775 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:28078_ [junit4] 2> 1489402 T774 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK [junit4] 2> 1489405 T544 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null} [junit4] 2> 1494409 T544 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch [junit4] 2> 1494411 T544 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:28062 28062 [junit4] 2> 1494480 T545 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:28062 28062 [junit4] 2> 1494482 T545 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN Watch limit violations: [junit4] 2> Maximum concurrent create/delete watches above limit: [junit4] 2> [junit4] 2> 5 /solr/aliases.json [junit4] 2> 5 /solr/clusterstate.json [junit4] 2> 4 /solr/configs/conf1 [junit4] 2> [junit4] 2> Maximum concurrent children watches above limit: [junit4] 2> [junit4] 2> 5 /solr/live_nodes [junit4] 2> 4 /solr/overseer/queue [junit4] 2> 4 /solr/overseer/collection-queue-work [junit4] 2> [junit4] 2> 1494482 T544 oasc.ReplicationFactorTest.tearDown super.tearDown complete, closing all socket proxies [junit4] 2> 1494483 T544 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:28065/ [junit4] 2> 1494483 T544 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:28078/ [junit4] 2> 1494483 T544 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:28074/ [junit4] 2> 1494484 T544 oasc.SocketProxy.close WARN Closing 0 connections to: http://127.0.0.1:28070/ [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=ReplicationFactorTest -Dtests.method=testDistribSearch -Dtests.seed=6B901F776498DC96 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=en_SG -Dtests.timezone=Europe/Vatican -Dtests.asserts=true -Dtests.file.encoding=US-ASCII [junit4] FAILURE 1345s J0 | ReplicationFactorTest.testDistribSearch <<< [junit4] > Throwable #1: java.lang.AssertionError: Didn't see all replicas for shard shard1 in repfacttest_c8n_1x3 come up within 30000 ms! ClusterState: { [junit4] > "control_collection":{ [junit4] > "router":{"name":"compositeId"}, [junit4] > "autoAddReplicas":"false", [junit4] > "autoCreated":"true", [junit4] > "replicationFactor":"1", [junit4] > "shards":{"shard1":{ [junit4] > "range":"80000000-7fffffff", [junit4] > "state":"active", [junit4] > "replicas":{"core_node1":{ [junit4] > "core":"collection1", [junit4] > "base_url":"http://127.0.0.1:28065", [junit4] > "node_name":"127.0.0.1:28065_", [junit4] > "state":"active", [junit4] > "leader":"true"}}}}, [junit4] > "maxShardsPerNode":"1"}, [junit4] > "collection1":{ [junit4] > "router":{"name":"compositeId"}, [junit4] > "autoAddReplicas":"false", [junit4] > "autoCreated":"true", [junit4] > "replicationFactor":"1", [junit4] > "shards":{ [junit4] > "shard1":{ [junit4] > "range":"80000000-d554ffff", [junit4] > "state":"active", [junit4] > "replicas":{"core_node2":{ [junit4] > "core":"collection1", [junit4] > "base_url":"http://127.0.0.1:28074", [junit4] > "node_name":"127.0.0.1:28074_", [junit4] > "state":"active", [junit4] > "leader":"true"}}}, [junit4] > "shard2":{ [junit4] > "range":"d5550000-2aa9ffff", [junit4] > "state":"active", [junit4] > "replicas":{"core_node3":{ [junit4] > "core":"collection1", [junit4] > "base_url":"http://127.0.0.1:28078", [junit4] > "node_name":"127.0.0.1:28078_", [junit4] > "state":"active", [junit4] > "leader":"true"}}}, [junit4] > "shard3":{ [junit4] > "range":"2aaa0000-7fffffff", [junit4] > "state":"active", [junit4] > "replicas":{"core_node1":{ [junit4] > "core":"collection1", [junit4] > "base_url":"http://127.0.0.1:28070", [junit4] > "node_name":"127.0.0.1:28070_", [junit4] > "state":"active", [junit4] > "leader":"true"}}}}, [junit4] > "maxShardsPerNode":"1"}, [junit4] > "repfacttest_c8n_1x3":{ [junit4] > "router":{"name":"compositeId"}, [junit4] > "autoAddReplicas":"false", [junit4] > "replicationFactor":"3", [junit4] > "shards":{"shard1":{ [junit4] > "range":"80000000-7fffffff", [junit4] > "state":"active", [junit4] > "replicas":{ [junit4] > "core_node1":{ [junit4] > "core":"repfacttest_c8n_1x3_shard1_replica1", [junit4] > "base_url":"http://127.0.0.1:28078", [junit4] > "node_name":"127.0.0.1:28078_", [junit4] > "state":"active", [junit4] > "leader":"true"}, [junit4] > "core_node2":{ [junit4] > "core":"repfacttest_c8n_1x3_shard1_replica3", [junit4] > "base_url":"http://127.0.0.1:28074", [junit4] > "node_name":"127.0.0.1:28074_", [junit4] > "state":"active"}, [junit4] > "core_node3":{ [junit4] > "state":"down", [junit4] > "base_url":"http://127.0.0.1:28065", [junit4] > "core":"repfacttest_c8n_1x3_shard1_replica2", [junit4] > "node_name":"127.0.0.1:28065_"}}}}, [junit4] > "maxShardsPerNode":"1"}} [junit4] > at __randomizedtesting.SeedInfo.seed([6B901F776498DC96:EA76916F13C7BCAA]:0) [junit4] > at org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1940) [junit4] > at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:321) [junit4] > at org.apache.solr.cloud.ReplicationFactorTest.doTest(ReplicationFactorTest.java:142) [junit4] > at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869) [junit4] > at java.lang.Thread.run(Thread.java:745) [junit4] 2> 1494501 T544 oas.SolrTestCaseJ4.deleteCore ###deleteCore [junit4] 2> NOTE: leaving temporary files on disk at: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest-6B901F776498DC96-001 [junit4] 2> 1345301 T543 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s). [junit4] 2> NOTE: test params are: codec=Asserting(Lucene50): {text=Lucene50(blocksize=128), _version_=Lucene50(blocksize=128), a_t=PostingsFormat(name=LuceneVarGapDocFreqInterval), range_facet_l=PostingsFormat(name=LuceneVarGapDocFreqInterval), multiDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval), intDefault=Lucene50(blocksize=128), timestamp=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=PostingsFormat(name=LuceneFixedGap)}, docValues:{timestamp=DocValuesFormat(name=Memory)}, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=en_SG, timezone=Europe/Vatican [junit4] 2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65 (64-bit)/cpus=16,threads=1,free=51875480,total=255852544 [junit4] 2> NOTE: All tests run in this JVM: [SchemaVersionSpecificBehaviorTest, TestStressLucene, CachingDirectoryFactoryTest, CopyFieldTest, CursorMarkTest, TestLeaderElectionZkExpiry, TestUpdate, CoreAdminHandlerTest, TestConfigReload, HdfsBasicDistributedZkTest, DirectSolrConnectionTest, QueryResultKeyTest, TestFoldingMultitermQuery, AddBlockUpdateTest, TestFieldTypeResource, TestCodecSupport, ReplicationFactorTest] [junit4] Completed on J0 in 1346.35s, 1 test, 1 failure <<< FAILURES! [...truncated 815 lines...] BUILD FAILED /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:529: The following error occurred while executing this line: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:477: The following error occurred while executing this line: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:61: The following error occurred while executing this line: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/extra-targets.xml:39: The following error occurred while executing this line: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build.xml:190: The following error occurred while executing this line: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/common-build.xml:508: The following error occurred while executing this line: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:1363: The following error occurred while executing this line: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:970: There were test failures: 450 suites, 1843 tests, 1 failure, 60 ignored (23 assumptions) Total time: 60 minutes 13 seconds Build step 'Invoke Ant' marked build as failure Archiving artifacts Sending artifact delta relative to Lucene-Solr-Tests-5.x-Java7 #2312 Archived 5 artifacts Archive block size is 32768 Received 0 blocks and 203970921 bytes Compression is 0.0% Took 38 sec Recording test results Email was triggered for: Failure Sending email for trigger: Failure
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org