Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11235/ Java: 32bit/jdk1.8.0_40-ea-b04 -client -XX:+UseG1GC
1 tests failed. REGRESSION: org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest.testDistribSearch Error Message: No live SolrServers available to handle this request:[http://127.0.0.1:55130/t_/h, http://127.0.0.1:49337/t_/h, http://127.0.0.1:55822/t_/h] Stack Trace: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:55130/t_/h, http://127.0.0.1:49337/t_/h, http://127.0.0.1:55822/t_/h] at __randomizedtesting.SeedInfo.seed([10F42259FF2B0D2E:9112AC4188746D12]:0) at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:319) at org.apache.solr.client.solrj.impl.CloudSolrServer.sendRequest(CloudSolrServer.java:890) at org.apache.solr.client.solrj.impl.CloudSolrServer.requestWithRetryOnStaleState(CloudSolrServer.java:672) at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:615) at org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest.removeAndWaitForLastReplicaGone(DeleteLastCustomShardedReplicaTest.java:116) at org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest.doTest(DeleteLastCustomShardedReplicaTest.java:106) at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) 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:43) 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) Caused by: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Could not remove replica : customcollreplicadeletion/a/core_node1 at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:550) at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210) at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206) at org.apache.solr.client.solrj.impl.LBHttpSolrServer.doRequest(LBHttpSolrServer.java:340) at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:301) ... 46 more Build Log: [...truncated 11930 lines...] [junit4] Suite: org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest [junit4] 2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.DeleteLastCustomShardedReplicaTest-10F42259FF2B0D2E-001/init-core-data-001 [junit4] 2> 1911237 T5348 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (true) [junit4] 2> 1911237 T5348 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /t_/h [junit4] 2> 1911244 T5348 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch [junit4] 2> 1911244 T5348 oasc.ZkTestServer.run STARTING ZK TEST SERVER [junit4] 1> client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 1911245 T5349 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server [junit4] 2> 1911345 T5348 oasc.ZkTestServer.run start zk server on port:39066 [junit4] 2> 1911346 T5348 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 1911346 T5348 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 1911349 T5355 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@360167 name:ZooKeeperConnection Watcher:127.0.0.1:39066 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1911349 T5348 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 1911350 T5348 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 1911350 T5348 oascc.SolrZkClient.makePath makePath: /solr [junit4] 2> 1911353 T5348 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 1911354 T5348 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 1911355 T5357 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@fdf7bc name:ZooKeeperConnection Watcher:127.0.0.1:39066/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1911355 T5348 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 1911355 T5348 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 1911356 T5348 oascc.SolrZkClient.makePath makePath: /collections/collection1 [junit4] 2> 1911358 T5348 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards [junit4] 2> 1911360 T5348 oascc.SolrZkClient.makePath makePath: /collections/control_collection [junit4] 2> 1911361 T5348 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards [junit4] 2> 1911363 T5348 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml [junit4] 2> 1911364 T5348 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml [junit4] 2> 1911366 T5348 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml [junit4] 2> 1911367 T5348 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml [junit4] 2> 1911369 T5348 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 1911370 T5348 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 1911371 T5348 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt [junit4] 2> 1911372 T5348 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt [junit4] 2> 1911374 T5348 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt [junit4] 2> 1911374 T5348 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt [junit4] 2> 1911376 T5348 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml [junit4] 2> 1911377 T5348 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml [junit4] 2> 1911378 T5348 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml [junit4] 2> 1911379 T5348 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml [junit4] 2> 1911381 T5348 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json [junit4] 2> 1911381 T5348 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json [junit4] 2> 1911383 T5348 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 1911384 T5348 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 1911385 T5348 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt [junit4] 2> 1911386 T5348 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt [junit4] 2> 1911388 T5348 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt [junit4] 2> 1911388 T5348 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt [junit4] 2> 1911707 T5348 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 1911754 T5348 oejs.AbstractConnector.doStart Started [email protected]:55130 [junit4] 2> 1911755 T5348 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 1911756 T5348 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 1911757 T5348 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.DeleteLastCustomShardedReplicaTest-10F42259FF2B0D2E-001/tempDir-002 [junit4] 2> 1911757 T5348 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.DeleteLastCustomShardedReplicaTest-10F42259FF2B0D2E-001/tempDir-002/' [junit4] 2> 1911787 T5348 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.DeleteLastCustomShardedReplicaTest-10F42259FF2B0D2E-001/tempDir-002/solr.xml [junit4] 2> 1911812 T5348 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.DeleteLastCustomShardedReplicaTest-10F42259FF2B0D2E-001/tempDir-002 [junit4] 2> 1911812 T5348 oasc.CoreContainer.<init> New CoreContainer 17171561 [junit4] 2> 1911813 T5348 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.DeleteLastCustomShardedReplicaTest-10F42259FF2B0D2E-001/tempDir-002/] [junit4] 2> 1911814 T5348 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 1911815 T5348 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 1911816 T5348 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 1911816 T5348 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 1911817 T5348 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 1911817 T5348 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 1911818 T5348 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 1911818 T5348 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 1911819 T5348 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 1911820 T5348 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 1911820 T5348 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 1911821 T5348 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 1911821 T5348 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 1911822 T5348 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:39066/solr [junit4] 2> 1911823 T5348 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 1911823 T5348 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 1911824 T5348 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 1911825 T5368 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a2fec2 name:ZooKeeperConnection Watcher:127.0.0.1:39066 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1911826 T5348 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 1911826 T5348 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 1911828 T5348 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 1911829 T5370 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e32a8d name:ZooKeeperConnection Watcher:127.0.0.1:39066/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1911829 T5348 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 1911831 T5348 oascc.SolrZkClient.makePath makePath: /overseer/queue [junit4] 2> 1911833 T5348 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work [junit4] 2> 1911836 T5348 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running [junit4] 2> 1911838 T5348 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed [junit4] 2> 1911841 T5348 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure [junit4] 2> 1911844 T5348 oascc.SolrZkClient.makePath makePath: /live_nodes [junit4] 2> 1911845 T5348 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55130_t_%2Fh [junit4] 2> 1911846 T5348 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55130_t_%2Fh [junit4] 2> 1911847 T5348 oascc.SolrZkClient.makePath makePath: /overseer_elect [junit4] 2> 1911849 T5348 oascc.SolrZkClient.makePath makePath: /overseer_elect/election [junit4] 2> 1911850 T5348 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 1911852 T5348 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:55130_t_%2Fh [junit4] 2> 1911852 T5348 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader [junit4] 2> 1911854 T5348 oasc.Overseer.start Overseer (id=92444291248160771-127.0.0.1:55130_t_%2Fh-n_0000000000) starting [junit4] 2> 1911856 T5348 oascc.SolrZkClient.makePath makePath: /overseer/queue-work [junit4] 2> 1911862 T5348 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000 [junit4] 2> 1911863 T5372 oasc.OverseerCollectionProcessor.run Process current queue of collection creations [junit4] 2> 1911863 T5348 oascc.SolrZkClient.makePath makePath: /clusterstate.json [junit4] 2> 1911865 T5348 oascc.SolrZkClient.makePath makePath: /aliases.json [junit4] 2> 1911867 T5348 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 1911869 T5371 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue [junit4] 2> 1911871 T5348 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.DeleteLastCustomShardedReplicaTest-10F42259FF2B0D2E-001/tempDir-002 [junit4] 2> 1911880 T5348 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.DeleteLastCustomShardedReplicaTest-10F42259FF2B0D2E-001/tempDir-002/conf/ [junit4] 2> 1912078 T5348 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 1912079 T5348 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0 [junit4] 2> 1912080 T5348 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 1912080 T5348 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 1912081 T5348 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 1912082 T5376 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13bd673 name:ZooKeeperConnection Watcher:127.0.0.1:39066/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1912082 T5348 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 1912083 T5348 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 1912084 T5348 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 1912086 T5348 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false [junit4] 2> 1912086 T5348 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2 [junit4] 2> 1912087 T5348 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 1912087 T5348 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 1912088 T5378 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@11a8f1 name:ZooKeeperConnection Watcher:127.0.0.1:39066/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1912089 T5348 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 1912089 T5348 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 1912091 T5379 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 1912094 T5371 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: collection1 [junit4] 2> 1912094 T5371 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2] [junit4] 2> 1912094 T5371 oasc.Overseer$ClusterStateUpdater.createCollection state version collection1 2 [junit4] 2> 1912096 T5371 oasc.Overseer$ClusterStateUpdater.updateZkStates going to create_collection /collections/collection1/state.json [junit4] 2> 1912098 T5379 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> 1912099 T5380 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> 1912403 T5348 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 [junit4] 2> 1912403 T5348 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 1912406 T5348 oejs.AbstractConnector.doStart Started [email protected]:49337 [junit4] 2> 1912407 T5348 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 1912407 T5348 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 1912408 T5348 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.DeleteLastCustomShardedReplicaTest-10F42259FF2B0D2E-001/tempDir-003 [junit4] 2> 1912408 T5348 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.DeleteLastCustomShardedReplicaTest-10F42259FF2B0D2E-001/tempDir-003/' [junit4] 2> 1912429 T5348 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.DeleteLastCustomShardedReplicaTest-10F42259FF2B0D2E-001/tempDir-003/solr.xml [junit4] 2> 1912448 T5348 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.DeleteLastCustomShardedReplicaTest-10F42259FF2B0D2E-001/tempDir-003 [junit4] 2> 1912449 T5348 oasc.CoreContainer.<init> New CoreContainer 28927382 [junit4] 2> 1912449 T5348 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.DeleteLastCustomShardedReplicaTest-10F42259FF2B0D2E-001/tempDir-003/] [junit4] 2> 1912450 T5348 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 1912450 T5348 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 1912451 T5348 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 1912451 T5348 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 1912451 T5348 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 1912452 T5348 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 1912452 T5348 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 1912452 T5348 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 1912453 T5348 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 1912453 T5348 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 1912454 T5348 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 1912454 T5348 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 1912455 T5348 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 1912455 T5348 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:39066/solr [junit4] 2> 1912455 T5348 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 1912456 T5348 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 1912457 T5348 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 1912458 T5391 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@141bf4e name:ZooKeeperConnection Watcher:127.0.0.1:39066 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1912458 T5348 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 1912459 T5348 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 1912460 T5350 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1486d97d55c0006, likely client has closed socket [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208) [junit4] 2> at java.lang.Thread.run(Thread.java:745) [junit4] 2> [junit4] 2> 1912460 T5348 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 1912462 T5393 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1998305 name:ZooKeeperConnection Watcher:127.0.0.1:39066/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1912462 T5348 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 1912467 T5348 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 1913471 T5348 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49337_t_%2Fh [junit4] 2> 1913472 T5348 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49337_t_%2Fh [junit4] 2> 1913475 T5348 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 1913479 T5348 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.DeleteLastCustomShardedReplicaTest-10F42259FF2B0D2E-001/tempDir-003 [junit4] 2> 1913487 T5348 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.DeleteLastCustomShardedReplicaTest-10F42259FF2B0D2E-001/tempDir-003/conf/ [junit4] 2> 1913657 T5348 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 1913659 T5348 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0 [junit4] 2> 1913659 T5348 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 1913937 T5348 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 [junit4] 2> 1913938 T5348 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 1913941 T5348 oejs.AbstractConnector.doStart Started [email protected]:55822 [junit4] 2> 1913941 T5348 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 1913942 T5348 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 1913942 T5348 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.DeleteLastCustomShardedReplicaTest-10F42259FF2B0D2E-001/tempDir-004 [junit4] 2> 1913943 T5348 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.DeleteLastCustomShardedReplicaTest-10F42259FF2B0D2E-001/tempDir-004/' [junit4] 2> 1913962 T5348 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.DeleteLastCustomShardedReplicaTest-10F42259FF2B0D2E-001/tempDir-004/solr.xml [junit4] 2> 1913976 T5348 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.DeleteLastCustomShardedReplicaTest-10F42259FF2B0D2E-001/tempDir-004 [junit4] 2> 1913976 T5348 oasc.CoreContainer.<init> New CoreContainer 12626064 [junit4] 2> 1913977 T5348 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.DeleteLastCustomShardedReplicaTest-10F42259FF2B0D2E-001/tempDir-004/] [junit4] 2> 1913978 T5348 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 1913978 T5348 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 1913978 T5348 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 1913979 T5348 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 1913979 T5348 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 1913979 T5348 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 1913980 T5348 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 1913980 T5348 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 1913980 T5348 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 1913981 T5348 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 1913981 T5348 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 1913982 T5348 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 1913982 T5348 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 1913983 T5348 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:39066/solr [junit4] 2> 1913983 T5348 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 1913983 T5348 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 1913984 T5348 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 1913985 T5406 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9d3401 name:ZooKeeperConnection Watcher:127.0.0.1:39066 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1913985 T5348 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 1913986 T5348 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 1913987 T5348 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 1913988 T5408 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e1a83b name:ZooKeeperConnection Watcher:127.0.0.1:39066/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1913989 T5348 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 1913993 T5348 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 1914997 T5348 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55822_t_%2Fh [junit4] 2> 1914999 T5348 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55822_t_%2Fh [junit4] 2> 1915006 T5348 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 1915011 T5348 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.DeleteLastCustomShardedReplicaTest-10F42259FF2B0D2E-001/tempDir-004 [junit4] 2> 1915024 T5348 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.DeleteLastCustomShardedReplicaTest-10F42259FF2B0D2E-001/tempDir-004/conf/ [junit4] 2> 1915156 T5348 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 1915157 T5348 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0 [junit4] 2> 1915158 T5348 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 1915161 T5348 oasc.AbstractFullDistribZkTestBase.createCollection Creating collection with stateFormat=2: customcollreplicadeletion [junit4] 2> 1915162 T5348 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 1915162 T5348 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 1915164 T5412 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6922a7 name:ZooKeeperConnection Watcher:127.0.0.1:39066/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1915164 T5348 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 1915164 T5348 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 1915165 T5348 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 1915171 T5364 oasha.CollectionsHandler.handleCreateAction Creating Collection : replicationFactor=1&shards=a,b&maxShardsPerNode=5&router.name=implicit&name=customcollreplicadeletion&action=CREATE&numShards=1&stateFormat=2&wt=javabin&version=2 [junit4] 2> 1915172 T5379 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged [junit4] 2> 1915173 T5372 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{ [junit4] 2> "operation":"createcollection", [junit4] 2> "fromApi":"true", [junit4] 2> "name":"customcollreplicadeletion", [junit4] 2> "replicationFactor":"1", [junit4] 2> "numShards":"1", [junit4] 2> "maxShardsPerNode":"5", [junit4] 2> "shards":"a,b", [junit4] 2> "stateFormat":"2", [junit4] 2> "router.name":"implicit"} [junit4] 2> 1915174 T5413 oasc.OverseerCollectionProcessor.processMessage WARN OverseerCollectionProcessor.processMessage : createcollection , { [junit4] 2> "operation":"createcollection", [junit4] 2> "fromApi":"true", [junit4] 2> "name":"customcollreplicadeletion", [junit4] 2> "replicationFactor":"1", [junit4] 2> "numShards":"1", [junit4] 2> "maxShardsPerNode":"5", [junit4] 2> "shards":"a,b", [junit4] 2> "stateFormat":"2", [junit4] 2> "router.name":"implicit"} [junit4] 2> 1915176 T5413 oasc.OverseerCollectionProcessor.createConfNode Only one config set found in zk - using it:conf1 [junit4] 2> 1915176 T5413 oasc.OverseerCollectionProcessor.createConfNode creating collections conf node /collections/customcollreplicadeletion [junit4] 2> 1915177 T5413 oascc.SolrZkClient.makePath makePath: /collections/customcollreplicadeletion [junit4] 2> 1915179 T5379 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 1915182 T5371 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: customcollreplicadeletion [junit4] 2> 1915182 T5371 oasc.Overseer$ClusterStateUpdater.createCollection Create collection customcollreplicadeletion with shards [a, b] [junit4] 2> 1915183 T5371 oasc.Overseer$ClusterStateUpdater.createCollection state version customcollreplicadeletion 2 [junit4] 2> 1915185 T5371 oasc.Overseer$ClusterStateUpdater.updateZkStates going to create_collection /collections/customcollreplicadeletion/state.json [junit4] 2> 1915186 T5380 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> 1915186 T5379 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> 1915186 T5409 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> 1915186 T5394 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> 1915187 T5414 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> 1915279 T5413 oasc.OverseerCollectionProcessor.createCollection Creating SolrCores for new collection customcollreplicadeletion, shardNames [a, b] , replicationFactor : 1 [junit4] 2> 1915280 T5413 oasc.OverseerCollectionProcessor.createCollection Creating shard customcollreplicadeletion_a_replica1 as part of slice a of collection customcollreplicadeletion on 127.0.0.1:55130_t_%2Fh [junit4] 2> 1915281 T5413 oasc.OverseerCollectionProcessor.createCollection Creating shard customcollreplicadeletion_b_replica1 as part of slice b of collection customcollreplicadeletion on 127.0.0.1:55822_t_%2Fh [junit4] 2> 1915285 T5366 oasha.CoreAdminHandler.handleCreateAction core create command qt=/admin/cores&collection.configName=conf1&name=customcollreplicadeletion_a_replica1&action=CREATE&numShards=2&collection=customcollreplicadeletion&shard=a&wt=javabin&version=2 [junit4] 2> 1915286 T5404 oasha.CoreAdminHandler.handleCreateAction core create command qt=/admin/cores&collection.configName=conf1&name=customcollreplicadeletion_b_replica1&action=CREATE&numShards=2&collection=customcollreplicadeletion&shard=b&wt=javabin&version=2 [junit4] 2> 1915288 T5366 oasc.ZkController.publish publishing core=customcollreplicadeletion_a_replica1 state=down collection=customcollreplicadeletion [junit4] 2> 1915289 T5404 oasc.ZkController.publish publishing core=customcollreplicadeletion_b_replica1 state=down collection=customcollreplicadeletion [junit4] 2> 1915290 T5379 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 1915291 T5366 oasc.ZkController.preRegister Registering watch for external collection customcollreplicadeletion [junit4] 2> 1915291 T5366 oascc.ZkStateReader.addZkWatch addZkWatch customcollreplicadeletion [junit4] 2> 1915292 T5404 oasc.ZkController.preRegister Registering watch for external collection customcollreplicadeletion [junit4] 2> 1915292 T5404 oascc.ZkStateReader.addZkWatch addZkWatch customcollreplicadeletion [junit4] 2> 1915292 T5366 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/customcollreplicadeletion/state.json from ZooKeeper... [junit4] 2> 1915293 T5404 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/customcollreplicadeletion/state.json from ZooKeeper... [junit4] 2> 1915294 T5366 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 0 [junit4] 2> 1915295 T5366 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 1915295 T5404 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 0 [junit4] 2> 1915295 T5404 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 1915297 T5371 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 0 [junit4] 2> 1915298 T5371 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={ [junit4] 2> "core":"customcollreplicadeletion_a_replica1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"http://127.0.0.1:55130/t_/h", [junit4] 2> "node_name":"127.0.0.1:55130_t_%2Fh", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":"a", [junit4] 2> "collection":"customcollreplicadeletion", [junit4] 2> "operation":"state"} [junit4] 2> 1915300 T5371 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json [junit4] 2> 1915301 T5379 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 1915301 T5409 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 1915302 T5409 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 1 [junit4] 2> 1915303 T5379 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 1 [junit4] 2> 1915306 T5371 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 1 [junit4] 2> 1915306 T5371 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={ [junit4] 2> "core":"customcollreplicadeletion_b_replica1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"http://127.0.0.1:55822/t_/h", [junit4] 2> "node_name":"127.0.0.1:55822_t_%2Fh", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":"b", [junit4] 2> "collection":"customcollreplicadeletion", [junit4] 2> "operation":"state"} [junit4] 2> 1915308 T5379 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 1915309 T5371 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json [junit4] 2> 1915309 T5409 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 1915310 T5379 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 1915310 T5409 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 2 [junit4] 2> 1915312 T5379 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 2 [junit4] 2> 1916295 T5366 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for customcollreplicadeletion_a_replica1 [junit4] 2> 1916296 T5404 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for customcollreplicadeletion_b_replica1 [junit4] 2> 1916296 T5366 oasc.ZkController.createCollectionZkNode Check for collection zkNode:customcollreplicadeletion [junit4] 2> 1916296 T5404 oasc.ZkController.createCollectionZkNode Check for collection zkNode:customcollreplicadeletion [junit4] 2> 1916297 T5366 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 1916298 T5404 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 1916298 T5404 oascc.ZkStateReader.readConfigName Load collection config from:/collections/customcollreplicadeletion [junit4] 2> 1916298 T5366 oascc.ZkStateReader.readConfigName Load collection config from:/collections/customcollreplicadeletion [junit4] 2> 1916299 T5404 oascc.ZkStateReader.readConfigName path=/collections/customcollreplicadeletion configName=conf1 specified config exists in ZooKeeper [junit4] 2> 1916299 T5404 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.DeleteLastCustomShardedReplicaTest-10F42259FF2B0D2E-001/tempDir-004/customcollreplicadeletion_b_replica1/' [junit4] 2> 1916304 T5366 oascc.ZkStateReader.readConfigName path=/collections/customcollreplicadeletion configName=conf1 specified config exists in ZooKeeper [junit4] 2> 1916305 T5366 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.DeleteLastCustomShardedReplicaTest-10F42259FF2B0D2E-001/tempDir-002/customcollreplicadeletion_a_replica1/' [junit4] 2> 1916353 T5404 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0 [junit4] 2> 1916373 T5366 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0 [junit4] 2> 1916381 T5404 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 1916382 T5404 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 1916404 T5366 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 1916405 T5366 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 1916461 T5404 oass.IndexSchema.readSchema [customcollreplicadeletion_b_replica1] Schema name=test [junit4] 2> 1916473 T5366 oass.IndexSchema.readSchema [customcollreplicadeletion_a_replica1] Schema name=test [junit4] 2> 1916686 T5366 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 1916694 T5404 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 1916694 T5366 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 1916696 T5366 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 1916700 T5404 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 1916702 T5404 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 1916718 T5366 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 1916723 T5366 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 1916724 T5404 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 1916726 T5366 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 1916728 T5366 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 1916728 T5404 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 1916728 T5366 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 1916729 T5366 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 1916730 T5366 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 1916731 T5366 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 1916731 T5366 oasc.CoreContainer.create Creating SolrCore 'customcollreplicadeletion_a_replica1' using configuration from collection customcollreplicadeletion [junit4] 2> 1916732 T5366 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 1916732 T5366 oasc.SolrCore.<init> [customcollreplicadeletion_a_replica1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.DeleteLastCustomShardedReplicaTest-10F42259FF2B0D2E-001/tempDir-002/customcollreplicadeletion_a_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.DeleteLastCustomShardedReplicaTest-10F42259FF2B0D2E-001/tempDir-002/customcollreplicadeletion_a_replica1/data/ [junit4] 2> 1916732 T5404 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 1916733 T5366 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@13d14f5 [junit4] 2> 1916734 T5404 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 1916734 T5404 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 1916735 T5366 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.DeleteLastCustomShardedReplicaTest-10F42259FF2B0D2E-001/tempDir-002/customcollreplicadeletion_a_replica1/data [junit4] 2> 1916735 T5404 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 1916735 T5366 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.DeleteLastCustomShardedReplicaTest-10F42259FF2B0D2E-001/tempDir-002/customcollreplicadeletion_a_replica1/data/index/ [junit4] 2> 1916736 T5366 oasc.SolrCore.initIndex WARN [customcollreplicadeletion_a_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.DeleteLastCustomShardedReplicaTest-10F42259FF2B0D2E-001/tempDir-002/customcollreplicadeletion_a_replica1/data/index' doesn't exist. Creating new index... [junit4] 2> 1916736 T5404 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 1916737 T5404 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 1916737 T5366 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.DeleteLastCustomShardedReplicaTest-10F42259FF2B0D2E-001/tempDir-002/customcollreplicadeletion_a_replica1/data/index [junit4] 2> 1916738 T5404 oasc.CoreContainer.create Creating SolrCore 'customcollreplicadeletion_b_replica1' using configuration from collection customcollreplicadeletion [junit4] 2> 1916738 T5366 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@acb291 [junit4] 2> 1916739 T5404 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 1916740 T5404 oasc.SolrCore.<init> [customcollreplicadeletion_b_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.DeleteLastCustomShardedReplicaTest-10F42259FF2B0D2E-001/tempDir-004/customcollreplicadeletion_b_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.DeleteLastCustomShardedReplicaTest-10F42259FF2B0D2E-001/tempDir-004/customcollreplicadeletion_b_replica1/data/ [junit4] 2> 1916740 T5366 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@3ed321 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f5c9be),segFN=segments_1,generation=1} [junit4] 2> 1916740 T5404 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@13d14f5 [junit4] 2> 1916741 T5366 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 1916742 T5404 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.DeleteLastCustomShardedReplicaTest-10F42259FF2B0D2E-001/tempDir-004/customcollreplicadeletion_b_replica1/data [junit4] 2> 1916743 T5404 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.DeleteLastCustomShardedReplicaTest-10F42259FF2B0D2E-001/tempDir-004/customcollreplicadeletion_b_replica1/data/index/ [junit4] 2> 1916743 T5404 oasc.SolrCore.initIndex WARN [customcollreplicadeletion_b_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.DeleteLastCustomShardedReplicaTest-10F42259FF2B0D2E-001/tempDir-004/customcollreplicadeletion_b_replica1/data/index' doesn't exist. Creating new index... [junit4] 2> 1916744 T5404 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.DeleteLastCustomShardedReplicaTest-10F42259FF2B0D2E-001/tempDir-004/customcollreplicadeletion_b_replica1/data/index [junit4] 2> 1916745 T5404 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@4fe887 [junit4] 2> 1916746 T5404 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@eb650d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cd2b0e),segFN=segments_1,generation=1} [junit4] 2> 1916747 T5404 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 1916752 T5366 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib" [junit4] 2> 1916753 T5366 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe" [junit4] 2> 1916754 T5366 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 1916754 T5366 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig" [junit4] 2> 1916755 T5366 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 1916755 T5366 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 1916756 T5366 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 1916757 T5366 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 1916757 T5404 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib" [junit4] 2> 1916758 T5366 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 1916758 T5404 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe" [junit4] 2> 1916759 T5404 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 1916759 T5366 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 1916760 T5404 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig" [junit4] 2> 1916761 T5404 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 1916761 T5366 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 1916761 T5404 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 1916763 T5366 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 1916763 T5404 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 1916764 T5404 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 1916764 T5404 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 1916764 T5366 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 1916765 T5404 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 1916765 T5366 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 1916766 T5404 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 1916766 T5366 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 1916767 T5404 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 1916767 T5366 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 1916768 T5404 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 1916768 T5366 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 1916768 T5404 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 1916769 T5366 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 1916769 T5404 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 1916770 T5404 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 1916770 T5366 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler [junit4] 2> 1916771 T5404 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 1916771 T5404 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 1916772 T5366 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler [junit4] 2> 1916772 T5404 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler [junit4] 2> 1916773 T5404 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler [junit4] 2> 1916775 T5404 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 1916775 T5366 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 1916778 T5404 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 1916778 T5366 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 1916780 T5404 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 1916781 T5366 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 1916781 T5404 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 1916783 T5366 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 1916784 T5404 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 1916784 T5404 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 1916785 T5404 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=26.0888671875, floorSegmentMB=0.5869140625, forceMergeDeletesPctAllowed=7.958769426577641, segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0 [junit4] 2> 1916786 T5366 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 1916786 T5404 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@eb650d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cd2b0e),segFN=segments_1,generation=1} [junit4] 2> 1916787 T5404 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 1916787 T5366 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 1916788 T5404 oass.SolrIndexSearcher.<init> Opening Searcher@140cd44[customcollreplicadeletion_b_replica1] main [junit4] 2> 1916788 T5404 oascc.ZkStateReader.readConfigName Load collection config from:/collections/customcollreplicadeletion [junit4] 2> 1916789 T5366 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=26.0888671875, floorSegmentMB=0.5869140625, forceMergeDeletesPctAllowed=7.958769426577641, segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0 [junit4] 2> 1916789 T5404 oascc.ZkStateReader.readConfigName path=/collections/customcollreplicadeletion configName=conf1 specified config exists in ZooKeeper [junit4] 2> 1916790 T5404 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 1916790 T5366 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@3ed321 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f5c9be),segFN=segments_1,generation=1} [junit4] 2> 1916790 T5404 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 1916791 T5404 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 1916791 T5366 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 1916792 T5404 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 1916792 T5366 oass.SolrIndexSearcher.<init> Opening Searcher@268eaa[customcollreplicadeletion_a_replica1] main [junit4] 2> 1916793 T5404 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json [junit4] 2> 1916793 T5366 oascc.ZkStateReader.readConfigName Load collection config from:/collections/customcollreplicadeletion [junit4] 2> 1916793 T5404 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 1916794 T5366 oascc.ZkStateReader.readConfigName path=/collections/customcollreplicadeletion configName=conf1 specified config exists in ZooKeeper [junit4] 2> 1916795 T5366 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 1916794 T5404 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json [junit4] 2> 1916795 T5366 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 1916796 T5366 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 1916797 T5366 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 1916797 T5404 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json [junit4] 2> 1916797 T5404 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 1916798 T5366 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json [junit4] 2> 1916798 T5404 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 1916799 T5366 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 1916799 T5366 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed [junit4] 2> 1916800 T5366 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 1916803 T5417 oasc.SolrCore.registerSearcher [customcollreplicadeletion_b_replica1] Registered new searcher Searcher@140cd44[customcollreplicadeletion_b_replica1] main{UninvertingDirectoryReader()} [junit4] 2> 1916806 T5418 oasc.SolrCore.registerSearcher [customcollreplicadeletion_a_replica1] Registered new searcher Searcher@268eaa[customcollreplicadeletion_a_replica1] main{UninvertingDirectoryReader()} [junit4] 2> 1916810 T5404 oasc.CoreContainer.registerCore registering core: customcollreplicadeletion_b_replica1 [junit4] 2> 1916810 T5404 oasc.ZkController.register Register replica - core:customcollreplicadeletion_b_replica1 address:http://127.0.0.1:55822/t_/h collection:customcollreplicadeletion shard:b [junit4] 2> 1916811 T5404 oascc.SolrZkClient.makePath makePath: /collections/customcollreplicadeletion/leader_elect/b/election [junit4] 2> 1916815 T5366 oasc.CoreContainer.registerCore registering core: customcollreplicadeletion_a_replica1 [junit4] 2> 1916816 T5404 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard b [junit4] 2> 1916816 T5366 oasc.ZkController.register Register replica - core:customcollreplicadeletion_a_replica1 address:http://127.0.0.1:55130/t_/h collection:customcollreplicadeletion shard:a [junit4] 2> 1916817 T5379 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 1916818 T5404 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4] 2> 1916818 T5404 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4] 2> 1916817 T5366 oascc.SolrZkClient.makePath makePath: /collections/customcollreplicadeletion/leader_elect/a/election [junit4] 2> ASYNC NEW_CORE C1146 name=customcollreplicadeletion_b_replica1 org.apache.solr.core.SolrCore@14347c5 url=http://127.0.0.1:55822/t_/h/customcollreplicadeletion_b_replica1 node=127.0.0.1:55822_t_%2Fh C1146_STATE=coll:customcollreplicadeletion core:customcollreplicadeletion_b_replica1 props:{core=customcollreplicadeletion_b_replica1, base_url=http://127.0.0.1:55822/t_/h, node_name=127.0.0.1:55822_t_%2Fh, state=down} [junit4] 2> 1916818 T5404 C1146 P55822 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:55822/t_/h/customcollreplicadeletion_b_replica1/ [junit4] 2> 1916819 T5404 C1146 P55822 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4] 2> 1916820 T5404 C1146 P55822 oasc.SyncStrategy.syncToMe http://127.0.0.1:55822/t_/h/customcollreplicadeletion_b_replica1/ has no replicas [junit4] 2> 1916820 T5404 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:55822/t_/h/customcollreplicadeletion_b_replica1/ b [junit4] 2> 1916821 T5404 oascc.SolrZkClient.makePath makePath: /collections/customcollreplicadeletion/leaders/b [junit4] 2> 1916823 T5371 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 2 [junit4] 2> 1916824 T5366 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard a [junit4] 2> 1916825 T5371 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json [junit4] 2> 1916826 T5409 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 1916826 T5379 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 1916827 T5409 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 3 [junit4] 2> 1916827 T5366 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4] 2> 1916828 T5366 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4] 2> ASYNC NEW_CORE C1147 name=customcollreplicadeletion_a_replica1 org.apache.solr.core.SolrCore@bf1531 url=http://127.0.0.1:55130/t_/h/customcollreplicadeletion_a_replica1 node=127.0.0.1:55130_t_%2Fh C1147_STATE=coll:customcollreplicadeletion core:customcollreplicadeletion_a_replica1 props:{core=customcollreplicadeletion_a_replica1, base_url=http://127.0.0.1:55130/t_/h, node_name=127.0.0.1:55130_t_%2Fh, state=down} [junit4] 2> 1916828 T5366 C1147 P55130 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:55130/t_/h/customcollreplicadeletion_a_replica1/ [junit4] 2> 1916828 T5379 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 3 [junit4] 2> 1916829 T5366 C1147 P55130 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4] 2> 1916830 T5366 C1147 P55130 oasc.SyncStrategy.syncToMe http://127.0.0.1:55130/t_/h/customcollreplicadeletion_a_replica1/ has no replicas [junit4] 2> 1916830 T5366 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:55130/t_/h/customcollreplicadeletion_a_replica1/ a [junit4] 2> 1916831 T5366 oascc.SolrZkClient.makePath makePath: /collections/customcollreplicadeletion/leaders/a [junit4] 2> 1916832 T5371 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 3 [junit4] 2> 1916834 T5379 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 1916835 T5371 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json [junit4] 2> 1916835 T5409 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 1916835 T5379 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 1916836 T5409 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 4 [junit4] 2> 1916838 T5379 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 4 [junit4] 2> 1916841 T5371 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 4 [junit4] 2> 1916843 T5379 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 1916843 T5371 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json [junit4] 2> 1916844 T5409 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 1916844 T5379 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 1916845 T5409 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 5 [junit4] 2> 1916846 T5379 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 5 [junit4] 2> 1916849 T5371 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 5 [junit4] 2> 1916851 T5379 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 1916852 T5371 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json [junit4] 2> 1916852 T5409 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 1916852 T5379 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 1916853 T5409 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 6 [junit4] 2> 1916855 T5379 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 6 [junit4] 2> 1916875 T5404 oasc.ZkController.register We are http://127.0.0.1:55822/t_/h/customcollreplicadeletion_b_replica1/ and leader is http://127.0.0.1:55822/t_/h/customcollreplicadeletion_b_replica1/ [junit4] 2> 1916876 T5404 oasc.ZkController.register No LogReplay needed for core=customcollreplicadeletion_b_replica1 baseURL=http://127.0.0.1:55822/t_/h [junit4] 2> 1916876 T5404 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4] 2> 1916877 T5404 oasc.ZkController.publish publishing core=customcollreplicadeletion_b_replica1 state=active collection=customcollreplicadeletion [junit4] 2> 1916878 T5379 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 1916880 T5404 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 6 [junit4] 2> 1916881 T5404 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=customcollreplicadeletion_b_replica1&action=CREATE&numShards=2&collection=customcollreplicadeletion&shard=b&wt=javabin&version=2} status=0 QTime=1595 [junit4] 2> 1916882 T5371 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 6 [junit4] 2> 1916882 T5371 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={ [junit4] 2> "core":"customcollreplicadeletion_b_replica1", [junit4] 2> "core_node_name":"core_node2", [junit4] 2> "roles":null, [junit4] 2> "base_url":"http://127.0.0.1:55822/t_/h", [junit4] 2> "node_name":"127.0.0.1:55822_t_%2Fh", [junit4] 2> "numShards":"2", [junit4] 2> "state":"active", [junit4] 2> "shard":"b", [junit4] 2> "collection":"customcollreplicadeletion", [junit4] 2> "operation":"state"} [junit4] 2> 1916884 T5371 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json [junit4] 2> 1916885 T5409 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 1916886 T5379 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 1916886 T5409 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 7 [junit4] 2> 1916886 T5366 oasc.ZkController.register We are http://127.0.0.1:55130/t_/h/customcollreplicadeletion_a_replica1/ and leader is http://127.0.0.1:55130/t_/h/customcollreplicadeletion_a_replica1/ [junit4] 2> 1916887 T5366 oasc.ZkController.register No LogReplay needed for core=customcollreplicadeletion_a_replica1 baseURL=http://127.0.0.1:55130/t_/h [junit4] 2> 1916887 T5366 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4] 2> 1916887 T5379 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 7 [junit4] 2> 1916888 T5366 oasc.ZkController.publish publishing core=customcollreplicadeletion_a_replica1 state=active collection=customcollreplicadeletion [junit4] 2> 1916889 T5379 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 1916892 T5366 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 7 [junit4] 2> 1916893 T5366 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=customcollreplicadeletion_a_replica1&action=CREATE&numShards=2&collection=customcollreplicadeletion&shard=a&wt=javabin&version=2} status=0 QTime=1608 [junit4] 2> 1916894 T5413 oasc.OverseerCollectionProcessor.createCollection Finished create command on all shards for collection: customcollreplicadeletion [junit4] 2> 1916896 T5413 oasc.OverseerCollectionProcessor$Runner.run Overseer Collection Processor: Message id:/overseer/collection-queue-work/qn-0000000000 complete, response:{success={null={responseHeader={status=0,QTime=1595},core=customcollreplicadeletion_b_replica1},null={responseHeader={status=0,QTime=1608},core=customcollreplicadeletion_a_replica1}}} [junit4] 2> 1916896 T5371 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 7 [junit4] 2> 1916896 T5371 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={ [junit4] 2> "core":"customcollreplicadeletion_a_replica1", [junit4] 2> "core_node_name":"core_node1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"http://127.0.0.1:55130/t_/h", [junit4] 2> "node_name":"127.0.0.1:55130_t_%2Fh", [junit4] 2> "numShards":"2", [junit4] 2> "state":"active", [junit4] 2> "shard":"a", [junit4] 2> "collection":"customcollreplicadeletion", [junit4] 2> "operation":"state"} [junit4] 2> 1916896 T5379 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work/qnr-0000000000 state: SyncConnected type NodeDataChanged [junit4] 2> 1916897 T5379 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged [junit4] 2> 1916899 T5364 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/collections params={replicationFactor=1&shards=a,b&maxShardsPerNode=5&router.name=implicit&name=customcollreplicadeletion&action=CREATE&numShards=1&stateFormat=2&wt=javabin&version=2} status=0 QTime=1728 [junit4] 2> 1916900 T5348 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: customcollreplicadeletion failOnTimeout:true timeout (sec):330 [junit4] 2> 1916900 T5371 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json [junit4] 2> 1916901 T5409 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 1916901 T5379 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 1916902 T5409 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 8 [junit4] 2> 1916903 T5379 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 8 [junit4] 2> 1916904 T5348 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: customcollreplicadeletion [junit4] 2> 1916904 T5348 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 1916905 T5348 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 1916907 T5422 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@168a57 name:ZooKeeperConnection Watcher:127.0.0.1:39066/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1916907 T5348 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 1916907 T5348 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 1916908 T5348 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 1916915 T5366 oasha.CollectionsHandler.handleRemoveReplica Remove replica: replica=core_node1&action=deletereplica&collection=customcollreplicadeletion&shard=a&wt=javabin&version=2 [junit4] 2> 1916917 T5379 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged [junit4] 2> 1916918 T5372 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000002 message:{ [junit4] 2> "operation":"deletereplica", [junit4] 2> "collection":"customcollreplicadeletion", [junit4] 2> "shard":"a", [junit4] 2> "replica":"core_node1"} [junit4] 2> 1916918 T5423 oasc.OverseerCollectionProcessor.processMessage WARN OverseerCollectionProcessor.processMessage : deletereplica , { [junit4] 2> "operation":"deletereplica", [junit4] 2> "collection":"customcollreplicadeletion", [junit4] 2> "shard":"a", [junit4] 2> "replica":"core_node1"} [junit4] 2> 1916921 T5363 oasc.SolrCore.close [customcollreplicadeletion_a_replica1] CLOSING SolrCore org.apache.solr.core.SolrCore@bf1531 [junit4] 2> 1916941 T5363 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0} [junit4] 2> 1916942 T5363 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState [junit4] 2> 1916942 T5363 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter [junit4] 2> 1916943 T5363 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser [junit4] 2> 1916944 T5363 oasc.SolrCore.closeSearcher [customcollreplicadeletion_a_replica1] Closing main searcher on request. [junit4] 2> 1916945 T5363 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked [junit4] 2> 1916945 T5363 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.DeleteLastCustomShardedReplicaTest-10F42259FF2B0D2E-001/tempDir-002/customcollreplicadeletion_a_replica1/data/index [CachedDir<<refC [...truncated too long message...] g.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader [junit4] 2> at org.apache.zookeeper.KeeperException.create(KeeperException.java:127) [junit4] 2> at org.apache.zookeeper.KeeperException.create(KeeperException.java:51) [junit4] 2> at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:347) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:344) [junit4] 2> at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:61) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:344) [junit4] 2> at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:346) [junit4] 2> at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:89) [junit4] 2> at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:296) [junit4] 2> [junit4] 2> 2040299 T5348 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch [junit4] 2> 2040300 T5348 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:39066 39066 [junit4] 2> 2041011 T5349 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:39066 39066 [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=DeleteLastCustomShardedReplicaTest -Dtests.method=testDistribSearch -Dtests.seed=10F42259FF2B0D2E -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ja_JP_JP_#u-ca-japanese -Dtests.timezone=Africa/Kigali -Dtests.file.encoding=UTF-8 [junit4] ERROR 130s J0 | DeleteLastCustomShardedReplicaTest.testDistribSearch <<< [junit4] > Throwable #1: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:55130/t_/h, http://127.0.0.1:49337/t_/h, http://127.0.0.1:55822/t_/h] [junit4] > at __randomizedtesting.SeedInfo.seed([10F42259FF2B0D2E:9112AC4188746D12]:0) [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:319) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrServer.sendRequest(CloudSolrServer.java:890) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrServer.requestWithRetryOnStaleState(CloudSolrServer.java:672) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:615) [junit4] > at org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest.removeAndWaitForLastReplicaGone(DeleteLastCustomShardedReplicaTest.java:116) [junit4] > at org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest.doTest(DeleteLastCustomShardedReplicaTest.java:106) [junit4] > at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869) [junit4] > at java.lang.Thread.run(Thread.java:745) [junit4] > Caused by: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Could not remove replica : customcollreplicadeletion/a/core_node1 [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:550) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206) [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrServer.doRequest(LBHttpSolrServer.java:340) [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:301) [junit4] > ... 46 more [junit4] 2> 2041130 T5348 oas.SolrTestCaseJ4.deleteCore ###deleteCore [junit4] 2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.cloud.DeleteLastCustomShardedReplicaTest-10F42259FF2B0D2E-001 [junit4] 2> 129900 T5347 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s). [junit4] 2> NOTE: test params are: codec=Lucene410: {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=ja_JP_JP_#u-ca-japanese, timezone=Africa/Kigali [junit4] 2> NOTE: Linux 3.13.0-35-generic i386/Oracle Corporation 1.8.0_40-ea (32-bit)/cpus=8,threads=1,free=63827304,total=377487360 [junit4] 2> NOTE: All tests run in this JVM: [DistribDocExpirationUpdateProcessorTest, DeleteReplicaTest, TriLevelCompositeIdRoutingTest, PeerSyncTest, SignatureUpdateProcessorFactoryTest, TestFaceting, TestSchemaResource, TestTrie, JsonLoaderTest, SolrCoreCheckLockOnStartupTest, TestExceedMaxTermLength, TestAnalyzedSuggestions, TestFastOutputStream, CursorPagingTest, DisMaxRequestHandlerTest, BadComponentTest, TestWordDelimiterFilterFactory, TestFuzzyAnalyzedSuggestions, SyncSliceTest, HdfsDirectoryTest, HdfsRecoveryZkTest, DocValuesMultiTest, TestJmxIntegration, TestAnalyzeInfixSuggestions, OutOfBoxZkACLAndCredentialsProvidersTest, BasicDistributedZkTest, BJQParserTest, TestComponentsName, ExternalFileFieldSortTest, TestShardHandlerFactory, TestManagedSchemaFieldTypeResource, HdfsUnloadDistributedZkTest, DirectUpdateHandlerTest, DocumentAnalysisRequestHandlerTest, AbstractAnalyticsStatsTest, TestDocSet, TestSolrDeletionPolicy1, DirectSolrSpellCheckerTest, TestManagedResource, TestChildDocTransformer, TestSurroundQueryParser, TestManagedSynonymFilterFactory, SuggesterTSTTest, ExpressionTest, TestSchemaSimilarityResource, LeaderElectionTest, SystemInfoHandlerTest, DocumentBuilderTest, RecoveryZkTest, QueryResultKeyTest, NoFacetTest, TestStressReorder, TestSolrCoreProperties, TestRandomDVFaceting, XmlUpdateRequestHandlerTest, AsyncMigrateRouteKeyTest, AbstractAnalyticsFacetTest, ModifyConfFileTest, PathHierarchyTokenizerFactoryTest, TestRemoteStreaming, TestSolrDeletionPolicy2, HighlighterMaxOffsetTest, HdfsBasicDistributedZk2Test, TestDFRSimilarityFactory, SolrIndexSplitterTest, CursorMarkTest, SpellingQueryConverterTest, TestSystemIdResolver, StatelessScriptUpdateProcessorFactoryTest, ResponseLogComponentTest, TestStressUserVersions, TestReloadAndDeleteDocs, TestFreeTextSuggestions, ChangedSchemaMergeTest, TestLMDirichletSimilarityFactory, SpellPossibilityIteratorTest, FieldFacetTest, JSONWriterTest, TestMiniSolrCloudCluster, TestRangeQuery, TestSuggestSpellingConverter, TimeZoneUtilsTest, MinimalSchemaTest, ReturnFieldsTest, SuggesterTest, OverseerCollectionProcessorTest, RollingRestartTest, StandardRequestHandlerTest, StressHdfsTest, TestRTGBase, HighlighterConfigTest, DistributedDebugComponentTest, TestArbitraryIndexDir, TestHashPartitioner, ClusterStateUpdateTest, DeleteShardTest, TestSolrIndexConfig, TestCopyFieldCollectionResource, IndexSchemaTest, DocValuesMissingTest, TestRawResponseWriter, TestLMJelinekMercerSimilarityFactory, TestDynamicFieldResource, TestReplicationHandler, RegexBoostProcessorTest, DistributedSpellCheckComponentTest, TestSort, ShardRoutingTest, ZkCLITest, TestDistributedSearch, AutoCommitTest, TestRecovery, TermVectorComponentDistributedTest, TestReload, TestStressVersions, HardAutoCommitTest, DistributedTermsComponentTest, QueryElevationComponentTest, TestFiltering, TestCoreDiscovery, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, SpellCheckCollatorTest, CoreAdminHandlerTest, SolrRequestParserTest, SpatialFilterTest, NoCacheHeaderTest, TestAtomicUpdateErrorCases, SolrInfoMBeanTest, XsltUpdateRequestHandlerTest, LukeRequestHandlerTest, TestQueryTypes, TestOmitPositions, TestIndexingPerformance, RequiredFieldsTest, SolrPluginUtilsTest, MBeansHandlerTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, SearchHandlerTest, TestLFUCache, TestQuerySenderListener, SolrIndexConfigTest, SampleTest, TestBinaryField, TestSearchPerf, TestElisionMultitermQuery, TestConfig, TestPostingsSolrHighlighter, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestCodecSupport, TestPerFieldSimilarity, TestDefaultSimilarityFactory, OpenExchangeRatesOrgProviderTest, TestFastLRUCache, DateFieldTest, DOMUtilTest, ClusterStateTest, TestSolrJ, TestLRUCache, TestUtils, TestDocumentBuilder, ZkNodePropsTest, SliceStateTest, UUIDFieldTest, FileUtilsTest, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestTolerantSearch, QueryFacetTest, AliasIntegrationTest, DeleteLastCustomShardedReplicaTest] [junit4] Completed on J0 in 130.20s, 1 test, 1 error <<< FAILURES! [...truncated 290 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:491: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:471: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:60: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:39: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:189: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:496: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1358: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:961: There were test failures: 438 suites, 1830 tests, 1 error, 45 ignored (23 assumptions) Total time: 103 minutes 21 seconds Build step 'Invoke Ant' marked build as failure [description-setter] Description set: Java: 32bit/jdk1.8.0_40-ea-b04 -client -XX:+UseG1GC Archiving artifacts Recording test results Email was triggered for: Failure - Any Sending email for trigger: Failure - Any
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
