Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11272/ Java: 64bit/jdk1.8.0_20 -XX:-UseCompressedOops -XX:+UseG1GC
1 tests failed. REGRESSION: org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest.testDistribSearch Error Message: No live SolrServers available to handle this request:[https://127.0.0.1:33836, https://127.0.0.1:51545, https://127.0.0.1:39912] Stack Trace: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:33836, https://127.0.0.1:51545, https://127.0.0.1:39912] at __randomizedtesting.SeedInfo.seed([5CB7692D856E0B3C:DD51E735F2316B00]:0) at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:332) at org.apache.solr.client.solrj.impl.CloudSolrServer.sendRequest(CloudSolrServer.java:880) at org.apache.solr.client.solrj.impl.CloudSolrServer.requestWithRetryOnStaleState(CloudSolrServer.java:658) at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:601) at org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest.removeAndWaitForLastReplicaGone(DeleteLastCustomShardedReplicaTest.java:117) at org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest.doTest(DeleteLastCustomShardedReplicaTest.java:107) 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:569) at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215) at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211) at org.apache.solr.client.solrj.impl.LBHttpSolrServer.doRequest(LBHttpSolrServer.java:353) at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:312) ... 46 more Build Log: [...truncated 12020 lines...] [junit4] Suite: org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest [junit4] 2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-5CB7692D856E0B3C-001/init-core-data-001 [junit4] 2> 2071984 T7431 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (true) [junit4] 2> 2071984 T7431 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: / [junit4] 2> 2071988 T7431 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch [junit4] 2> 2071988 T7431 oasc.ZkTestServer.run STARTING ZK TEST SERVER [junit4] 1> client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 2071989 T7432 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server [junit4] 2> 2072089 T7431 oasc.ZkTestServer.run start zk server on port:51198 [junit4] 2> 2072089 T7431 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2072090 T7431 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2072094 T7438 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@68b1bd79 name:ZooKeeperConnection Watcher:127.0.0.1:51198 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2072094 T7431 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2072095 T7431 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2072095 T7431 oascc.SolrZkClient.makePath makePath: /solr [junit4] 2> 2072098 T7431 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2072099 T7431 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2072101 T7440 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7d54b3f name:ZooKeeperConnection Watcher:127.0.0.1:51198/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2072101 T7431 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2072101 T7431 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2072102 T7431 oascc.SolrZkClient.makePath makePath: /collections/collection1 [junit4] 2> 2072104 T7431 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards [junit4] 2> 2072105 T7431 oascc.SolrZkClient.makePath makePath: /collections/control_collection [junit4] 2> 2072106 T7431 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards [junit4] 2> 2072108 T7431 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml [junit4] 2> 2072108 T7431 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml [junit4] 2> 2072110 T7431 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml [junit4] 2> 2072110 T7431 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml [junit4] 2> 2072112 T7431 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 2072112 T7431 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 2072114 T7431 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt [junit4] 2> 2072115 T7431 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt [junit4] 2> 2072116 T7431 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt [junit4] 2> 2072116 T7431 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt [junit4] 2> 2072118 T7431 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml [junit4] 2> 2072118 T7431 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml [junit4] 2> 2072120 T7431 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml [junit4] 2> 2072120 T7431 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml [junit4] 2> 2072122 T7431 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json [junit4] 2> 2072123 T7431 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json [junit4] 2> 2072124 T7431 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 2072125 T7431 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 2072127 T7431 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt [junit4] 2> 2072127 T7431 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt [junit4] 2> 2072128 T7431 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt [junit4] 2> 2072129 T7431 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt [junit4] 2> 2072130 T7431 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2072131 T7431 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2072132 T7442 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@481b510a name:ZooKeeperConnection Watcher:127.0.0.1:51198/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2072132 T7431 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2072132 T7431 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2072381 T7431 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 2072384 T7431 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 2072400 T7431 oejs.AbstractConnector.doStart Started [email protected]:39912 [junit4] 2> 2072401 T7431 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 2072402 T7431 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 2072402 T7431 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-5CB7692D856E0B3C-001/tempDir-002 [junit4] 2> 2072402 T7431 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-5CB7692D856E0B3C-001/tempDir-002/' [junit4] 2> 2072414 T7431 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-5CB7692D856E0B3C-001/tempDir-002/solr.xml [junit4] 2> 2072421 T7431 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-5CB7692D856E0B3C-001/tempDir-002 [junit4] 2> 2072421 T7431 oasc.CoreContainer.<init> New CoreContainer 2071784586 [junit4] 2> 2072421 T7431 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-5CB7692D856E0B3C-001/tempDir-002/] [junit4] 2> 2072422 T7431 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 2072422 T7431 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 2072422 T7431 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 2072422 T7431 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 2072423 T7431 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000 [junit4] 2> 2072423 T7431 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 2072423 T7431 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 2072423 T7431 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 2072424 T7431 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 2072424 T7431 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 2072425 T7431 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 2072426 T7431 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 2072426 T7431 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 2072426 T7431 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 2072426 T7431 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51198/solr [junit4] 2> 2072426 T7431 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 2072427 T7431 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2072427 T7431 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2072428 T7453 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5488a50a name:ZooKeeperConnection Watcher:127.0.0.1:51198 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2072429 T7431 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2072429 T7431 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2072430 T7431 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2072431 T7455 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@214da62a name:ZooKeeperConnection Watcher:127.0.0.1:51198/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2072431 T7431 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2072432 T7431 oascc.SolrZkClient.makePath makePath: /overseer/queue [junit4] 2> 2072433 T7431 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work [junit4] 2> 2072434 T7431 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running [junit4] 2> 2072435 T7431 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed [junit4] 2> 2072437 T7431 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure [junit4] 2> 2072438 T7431 oascc.SolrZkClient.makePath makePath: /live_nodes [junit4] 2> 2072439 T7431 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39912_ [junit4] 2> 2072439 T7431 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:39912_ [junit4] 2> 2072441 T7431 oascc.SolrZkClient.makePath makePath: /overseer_elect [junit4] 2> 2072441 T7431 oascc.SolrZkClient.makePath makePath: /overseer_elect/election [junit4] 2> 2072442 T7431 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 2072443 T7431 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:39912_ [junit4] 2> 2072444 T7431 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader [junit4] 2> 2072444 T7431 oasc.Overseer.start Overseer (id=92601884045606916-127.0.0.1:39912_-n_0000000000) starting [junit4] 2> 2072446 T7431 oascc.SolrZkClient.makePath makePath: /overseer/queue-work [junit4] 2> 2072449 T7431 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000 [junit4] 2> 2072450 T7457 oasc.OverseerCollectionProcessor.run Process current queue of collection creations [junit4] 2> 2072450 T7431 oascc.SolrZkClient.makePath makePath: /clusterstate.json [junit4] 2> 2072452 T7431 oascc.SolrZkClient.makePath makePath: /aliases.json [junit4] 2> 2072452 T7431 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2072454 T7456 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue [junit4] 2> 2072454 T7431 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-5CB7692D856E0B3C-001/tempDir-002 [junit4] 2> 2072461 T7431 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-5CB7692D856E0B3C-001/tempDir-002/conf/ [junit4] 2> 2072576 T7431 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 2072577 T7431 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0 [junit4] 2> 2072577 T7431 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 2072580 T7431 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2072580 T7431 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2072581 T7461 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6f774e04 name:ZooKeeperConnection Watcher:127.0.0.1:51198/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2072581 T7431 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2072581 T7431 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2072582 T7431 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2072584 T7431 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false [junit4] 2> 2072584 T7431 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2 [junit4] 2> 2072584 T7431 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2072585 T7431 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2072586 T7463 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@42c1dd59 name:ZooKeeperConnection Watcher:127.0.0.1:51198/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2072586 T7431 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2072586 T7431 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2072587 T7464 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2072589 T7456 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: collection1 [junit4] 2> 2072589 T7456 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2] [junit4] 2> 2072589 T7456 oasc.Overseer$ClusterStateUpdater.createCollection state version collection1 2 [junit4] 2> 2072590 T7456 oasc.Overseer$ClusterStateUpdater.updateZkStates going to create_collection /collections/collection1/state.json [junit4] 2> 2072591 T7465 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> 2072591 T7464 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> 2072916 T7431 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 [junit4] 2> 2072917 T7431 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 2072920 T7431 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 2072921 T7431 oejs.AbstractConnector.doStart Started [email protected]:51545 [junit4] 2> 2072922 T7431 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 2072922 T7431 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 2072923 T7431 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-5CB7692D856E0B3C-001/tempDir-003 [junit4] 2> 2072923 T7431 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-5CB7692D856E0B3C-001/tempDir-003/' [junit4] 2> 2072942 T7431 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-5CB7692D856E0B3C-001/tempDir-003/solr.xml [junit4] 2> 2072950 T7431 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-5CB7692D856E0B3C-001/tempDir-003 [junit4] 2> 2072951 T7431 oasc.CoreContainer.<init> New CoreContainer 921096485 [junit4] 2> 2072951 T7431 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-5CB7692D856E0B3C-001/tempDir-003/] [junit4] 2> 2072952 T7431 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 2072952 T7431 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 2072952 T7431 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 2072953 T7431 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 2072953 T7431 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000 [junit4] 2> 2072953 T7431 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 2072954 T7431 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 2072954 T7431 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 2072954 T7431 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 2072955 T7431 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 2072956 T7431 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 2072957 T7431 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 2072958 T7431 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 2072958 T7431 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 2072958 T7431 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51198/solr [junit4] 2> 2072959 T7431 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 2072959 T7431 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2072960 T7431 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2072961 T7476 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@66d34c71 name:ZooKeeperConnection Watcher:127.0.0.1:51198 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2072962 T7431 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2072962 T7431 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2072964 T7431 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2072965 T7478 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@45507e0b name:ZooKeeperConnection Watcher:127.0.0.1:51198/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2072966 T7431 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2072969 T7431 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2073972 T7431 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51545_ [junit4] 2> 2073974 T7431 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51545_ [junit4] 2> 2073979 T7431 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 2073982 T7431 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-5CB7692D856E0B3C-001/tempDir-003 [junit4] 2> 2073993 T7431 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-5CB7692D856E0B3C-001/tempDir-003/conf/ [junit4] 2> 2074135 T7431 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 2074136 T7431 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0 [junit4] 2> 2074136 T7431 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 2074361 T7431 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 [junit4] 2> 2074362 T7431 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 2074366 T7431 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] [junit4] 2> 2074367 T7431 oejs.AbstractConnector.doStart Started [email protected]:33836 [junit4] 2> 2074370 T7431 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 2074371 T7431 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 2074371 T7431 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-5CB7692D856E0B3C-001/tempDir-004 [junit4] 2> 2074372 T7431 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-5CB7692D856E0B3C-001/tempDir-004/' [junit4] 2> 2074406 T7431 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-5CB7692D856E0B3C-001/tempDir-004/solr.xml [junit4] 2> 2074412 T7431 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-5CB7692D856E0B3C-001/tempDir-004 [junit4] 2> 2074412 T7431 oasc.CoreContainer.<init> New CoreContainer 1820906264 [junit4] 2> 2074412 T7431 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-5CB7692D856E0B3C-001/tempDir-004/] [junit4] 2> 2074413 T7431 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 2074413 T7431 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 2074413 T7431 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 2074413 T7431 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 2074414 T7431 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000 [junit4] 2> 2074414 T7431 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 2074414 T7431 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 2074414 T7431 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 2074414 T7431 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 2074415 T7431 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 2074416 T7431 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 2074416 T7431 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 2074417 T7431 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 2074417 T7431 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 2074417 T7431 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51198/solr [junit4] 2> 2074417 T7431 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 2074417 T7431 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2074418 T7431 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2074419 T7491 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@39ada1ab name:ZooKeeperConnection Watcher:127.0.0.1:51198 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2074420 T7431 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2074421 T7431 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2074422 T7431 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2074423 T7493 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@34ca31a4 name:ZooKeeperConnection Watcher:127.0.0.1:51198/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2074423 T7431 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2074430 T7431 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2075435 T7431 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33836_ [junit4] 2> 2075436 T7431 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:33836_ [junit4] 2> 2075440 T7431 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 2075443 T7431 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-5CB7692D856E0B3C-001/tempDir-004 [junit4] 2> 2075456 T7431 oasc.CorePropertiesLocator.discoverUnder Found core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-5CB7692D856E0B3C-001/tempDir-004/conf/ [junit4] 2> 2075606 T7431 oasc.CorePropertiesLocator.discover Found 1 core definitions [junit4] 2> 2075607 T7431 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0 [junit4] 2> 2075607 T7431 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 2075610 T7431 oasc.AbstractFullDistribZkTestBase.createCollection Creating collection with stateFormat=2: customcollreplicadeletion [junit4] 2> 2075611 T7431 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2075611 T7431 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2075612 T7497 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1abdc5fa name:ZooKeeperConnection Watcher:127.0.0.1:51198/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2075613 T7431 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2075613 T7431 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2075614 T7431 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2075694 T7449 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> 2075695 T7464 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged [junit4] 2> 2075697 T7457 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{ [junit4] 2> "operation":"create", [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> 2075698 T7498 oasc.OverseerCollectionProcessor.processMessage WARN OverseerCollectionProcessor.processMessage : create , { [junit4] 2> "operation":"create", [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> 2075701 T7498 oasc.OverseerCollectionProcessor.createConfNode Only one config set found in zk - using it:conf1 [junit4] 2> 2075701 T7498 oasc.OverseerCollectionProcessor.createConfNode creating collections conf node /collections/customcollreplicadeletion [junit4] 2> 2075702 T7498 oascc.SolrZkClient.makePath makePath: /collections/customcollreplicadeletion [junit4] 2> 2075705 T7464 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2075708 T7456 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: customcollreplicadeletion [junit4] 2> 2075709 T7456 oasc.Overseer$ClusterStateUpdater.createCollection Create collection customcollreplicadeletion with shards [a, b] [junit4] 2> 2075709 T7456 oasc.Overseer$ClusterStateUpdater.createCollection state version customcollreplicadeletion 2 [junit4] 2> 2075711 T7456 oasc.Overseer$ClusterStateUpdater.updateZkStates going to create_collection /collections/customcollreplicadeletion/state.json [junit4] 2> 2075712 T7479 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> 2075712 T7465 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> 2075712 T7464 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> 2075712 T7499 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> 2075712 T7494 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> 2075805 T7498 oasc.OverseerCollectionProcessor.createCollection Creating SolrCores for new collection customcollreplicadeletion, shardNames [a, b] , replicationFactor : 1 [junit4] 2> 2075806 T7498 oasc.OverseerCollectionProcessor.createCollection Creating shard customcollreplicadeletion_a_replica1 as part of slice a of collection customcollreplicadeletion on 127.0.0.1:39912_ [junit4] 2> 2075807 T7498 oasc.OverseerCollectionProcessor.createCollection Creating shard customcollreplicadeletion_b_replica1 as part of slice b of collection customcollreplicadeletion on 127.0.0.1:51545_ [junit4] 2> 2075886 T7451 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> 2075886 T7471 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> 2075889 T7451 oasc.ZkController.publish publishing core=customcollreplicadeletion_a_replica1 state=down collection=customcollreplicadeletion [junit4] 2> 2075889 T7471 oasc.ZkController.publish publishing core=customcollreplicadeletion_b_replica1 state=down collection=customcollreplicadeletion [junit4] 2> 2075890 T7464 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2075890 T7471 oasc.ZkController.preRegister Registering watch for external collection customcollreplicadeletion [junit4] 2> 2075890 T7451 oasc.ZkController.preRegister Registering watch for external collection customcollreplicadeletion [junit4] 2> 2075891 T7471 oascc.ZkStateReader.addZkWatch addZkWatch customcollreplicadeletion [junit4] 2> 2075891 T7471 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/customcollreplicadeletion/state.json from ZooKeeper... [junit4] 2> 2075892 T7456 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={ [junit4] 2> "core":"customcollreplicadeletion_a_replica1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"https://127.0.0.1:39912", [junit4] 2> "node_name":"127.0.0.1:39912_", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":"a", [junit4] 2> "collection":"customcollreplicadeletion", [junit4] 2> "operation":"state"} [junit4] 2> 2075893 T7471 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 0 [junit4] 2> 2075893 T7471 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 2075898 T7456 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json [junit4] 2> 2075898 T7479 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 2075899 T7479 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 1 [junit4] 2> 2075900 T7451 oascc.ZkStateReader.addZkWatch addZkWatch customcollreplicadeletion [junit4] 2> 2075900 T7451 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/customcollreplicadeletion/state.json from ZooKeeper... [junit4] 2> 2075902 T7451 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 1 [junit4] 2> 2075902 T7451 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 2075902 T7451 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for customcollreplicadeletion_a_replica1 [junit4] 2> 2075903 T7451 oasc.ZkController.createCollectionZkNode Check for collection zkNode:customcollreplicadeletion [junit4] 2> 2075903 T7451 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 2075904 T7451 oascc.ZkStateReader.readConfigName Load collection config from:/collections/customcollreplicadeletion [junit4] 2> 2075904 T7456 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 1 [junit4] 2> 2075904 T7456 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={ [junit4] 2> "core":"customcollreplicadeletion_b_replica1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"https://127.0.0.1:51545", [junit4] 2> "node_name":"127.0.0.1:51545_", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":"b", [junit4] 2> "collection":"customcollreplicadeletion", [junit4] 2> "operation":"state"} [junit4] 2> 2075904 T7451 oascc.ZkStateReader.readConfigName path=/collections/customcollreplicadeletion configName=conf1 specified config exists in ZooKeeper [junit4] 2> 2075905 T7451 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-5CB7692D856E0B3C-001/tempDir-002/customcollreplicadeletion_a_replica1/' [junit4] 2> 2075906 T7464 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2075906 T7456 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json [junit4] 2> 2075906 T7479 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 2075906 T7464 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 2075907 T7479 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 2 [junit4] 2> 2075907 T7464 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 2 [junit4] 2> 2075931 T7451 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0 [junit4] 2> 2075942 T7451 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 2075944 T7451 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 2075948 T7451 oass.IndexSchema.readSchema [customcollreplicadeletion_a_replica1] Schema name=test [junit4] 2> 2076040 T7451 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 2076043 T7451 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 2076044 T7451 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 2076053 T7451 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2076056 T7451 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2076059 T7451 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 2076060 T7451 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 2076063 T7451 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 2076063 T7451 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 2076064 T7451 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 2076064 T7451 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 2076064 T7451 oasc.CoreContainer.create Creating SolrCore 'customcollreplicadeletion_a_replica1' using configuration from collection customcollreplicadeletion [junit4] 2> 2076065 T7451 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 2076065 T7451 oasc.SolrCore.<init> [customcollreplicadeletion_a_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-5CB7692D856E0B3C-001/tempDir-002/customcollreplicadeletion_a_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-5CB7692D856E0B3C-001/tempDir-002/customcollreplicadeletion_a_replica1/data/ [junit4] 2> 2076065 T7451 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@55d0f37e [junit4] 2> 2076066 T7451 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-5CB7692D856E0B3C-001/tempDir-002/customcollreplicadeletion_a_replica1/data [junit4] 2> 2076066 T7451 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-5CB7692D856E0B3C-001/tempDir-002/customcollreplicadeletion_a_replica1/data/index/ [junit4] 2> 2076066 T7451 oasc.SolrCore.initIndex WARN [customcollreplicadeletion_a_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-5CB7692D856E0B3C-001/tempDir-002/customcollreplicadeletion_a_replica1/data/index' doesn't exist. Creating new index... [junit4] 2> 2076067 T7451 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-5CB7692D856E0B3C-001/tempDir-002/customcollreplicadeletion_a_replica1/data/index [junit4] 2> 2076067 T7451 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0] [junit4] 2> 2076068 T7451 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-5493a83d)),segFN=segments_1,generation=1} [junit4] 2> 2076068 T7451 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 2076071 T7451 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib" [junit4] 2> 2076071 T7451 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe" [junit4] 2> 2076071 T7451 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 2076072 T7451 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig" [junit4] 2> 2076072 T7451 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 2076072 T7451 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 2076072 T7451 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 2076073 T7451 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 2076073 T7451 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 2076073 T7451 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2076074 T7451 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2076074 T7451 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2076074 T7451 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 2076075 T7451 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 2076075 T7451 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 2076075 T7451 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 2076076 T7451 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 2076076 T7451 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 2076076 T7451 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler [junit4] 2> 2076077 T7451 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler [junit4] 2> 2076078 T7451 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2076079 T7451 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2076080 T7451 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2076081 T7451 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2076082 T7451 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 2076083 T7451 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 2076083 T7451 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=20, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=86.8115234375, floorSegmentMB=0.96484375, forceMergeDeletesPctAllowed=0.9095473161796874, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8249387103083504 [junit4] 2> 2076083 T7451 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-5493a83d)),segFN=segments_1,generation=1} [junit4] 2> 2076084 T7451 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 2076084 T7451 oass.SolrIndexSearcher.<init> Opening Searcher@a6f4a7f[customcollreplicadeletion_a_replica1] main [junit4] 2> 2076084 T7451 oascc.ZkStateReader.readConfigName Load collection config from:/collections/customcollreplicadeletion [junit4] 2> 2076085 T7451 oascc.ZkStateReader.readConfigName path=/collections/customcollreplicadeletion configName=conf1 specified config exists in ZooKeeper [junit4] 2> 2076085 T7451 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 2076085 T7451 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 2076086 T7451 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 2076086 T7451 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 2076087 T7451 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json [junit4] 2> 2076087 T7451 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 2076088 T7451 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json [junit4] 2> 2076089 T7451 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json [junit4] 2> 2076089 T7451 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 2076089 T7451 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 2076091 T7502 oasc.SolrCore.registerSearcher [customcollreplicadeletion_a_replica1] Registered new searcher Searcher@a6f4a7f[customcollreplicadeletion_a_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2076093 T7451 oasc.CoreContainer.registerCore registering core: customcollreplicadeletion_a_replica1 [junit4] 2> 2076093 T7451 oasc.ZkController.register Register replica - core:customcollreplicadeletion_a_replica1 address:https://127.0.0.1:39912 collection:customcollreplicadeletion shard:a [junit4] 2> 2076094 T7451 oascc.SolrZkClient.makePath makePath: /collections/customcollreplicadeletion/leader_elect/a/election [junit4] 2> 2076097 T7451 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard a [junit4] 2> 2076098 T7464 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2076098 T7451 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4] 2> 2076099 T7451 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4] 2> ASYNC NEW_CORE C3025 name=customcollreplicadeletion_a_replica1 org.apache.solr.core.SolrCore@7023d82c url=https://127.0.0.1:39912/customcollreplicadeletion_a_replica1 node=127.0.0.1:39912_ C3025_STATE=coll:customcollreplicadeletion core:customcollreplicadeletion_a_replica1 props:{core=customcollreplicadeletion_a_replica1, base_url=https://127.0.0.1:39912, node_name=127.0.0.1:39912_, state=down} [junit4] 2> 2076099 T7451 C3025 P39912 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:39912/customcollreplicadeletion_a_replica1/ [junit4] 2> 2076099 T7451 C3025 P39912 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4] 2> 2076099 T7451 C3025 P39912 oasc.SyncStrategy.syncToMe https://127.0.0.1:39912/customcollreplicadeletion_a_replica1/ has no replicas [junit4] 2> 2076100 T7451 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:39912/customcollreplicadeletion_a_replica1/ a [junit4] 2> 2076100 T7451 oascc.SolrZkClient.makePath makePath: /collections/customcollreplicadeletion/leaders/a [junit4] 2> 2076100 T7456 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 2 [junit4] 2> 2076102 T7456 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json [junit4] 2> 2076102 T7479 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 2076102 T7464 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 2076102 T7479 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 3 [junit4] 2> 2076103 T7464 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 3 [junit4] 2> 2076105 T7456 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 3 [junit4] 2> 2076106 T7464 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2076106 T7456 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json [junit4] 2> 2076107 T7479 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 2076107 T7464 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 2076107 T7479 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 4 [junit4] 2> 2076108 T7464 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 4 [junit4] 2> 2076153 T7451 oasc.ZkController.register We are https://127.0.0.1:39912/customcollreplicadeletion_a_replica1/ and leader is https://127.0.0.1:39912/customcollreplicadeletion_a_replica1/ [junit4] 2> 2076153 T7451 oasc.ZkController.register No LogReplay needed for core=customcollreplicadeletion_a_replica1 baseURL=https://127.0.0.1:39912 [junit4] 2> 2076154 T7451 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4] 2> 2076154 T7451 oasc.ZkController.publish publishing core=customcollreplicadeletion_a_replica1 state=active collection=customcollreplicadeletion [junit4] 2> 2076155 T7464 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2076156 T7451 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 4 [junit4] 2> 2076157 T7451 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=271 [junit4] 2> 2076158 T7456 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 4 [junit4] 2> 2076158 T7456 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":"https://127.0.0.1:39912", [junit4] 2> "node_name":"127.0.0.1:39912_", [junit4] 2> "numShards":"2", [junit4] 2> "state":"active", [junit4] 2> "shard":"a", [junit4] 2> "collection":"customcollreplicadeletion", [junit4] 2> "operation":"state"} [junit4] 2> 2076159 T7456 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json [junit4] 2> 2076160 T7464 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 2076160 T7479 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 2076160 T7479 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 5 [junit4] 2> 2076161 T7464 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 5 [junit4] 2> 2076894 T7471 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for customcollreplicadeletion_b_replica1 [junit4] 2> 2076894 T7471 oasc.ZkController.createCollectionZkNode Check for collection zkNode:customcollreplicadeletion [junit4] 2> 2076895 T7471 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 2076895 T7471 oascc.ZkStateReader.readConfigName Load collection config from:/collections/customcollreplicadeletion [junit4] 2> 2076896 T7471 oascc.ZkStateReader.readConfigName path=/collections/customcollreplicadeletion configName=conf1 specified config exists in ZooKeeper [junit4] 2> 2076896 T7471 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-5CB7692D856E0B3C-001/tempDir-003/customcollreplicadeletion_b_replica1/' [junit4] 2> 2076925 T7471 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0 [junit4] 2> 2076937 T7471 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 2076938 T7471 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 2076945 T7471 oass.IndexSchema.readSchema [customcollreplicadeletion_b_replica1] Schema name=test [junit4] 2> 2077046 T7471 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440. [junit4] 2> 2077049 T7471 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 2077051 T7471 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 2077056 T7471 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2077058 T7471 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2077060 T7471 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 2077061 T7471 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 2077061 T7471 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 2077062 T7471 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json [junit4] 2> 2077062 T7471 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE [junit4] 2> 2077062 T7471 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING [junit4] 2> 2077063 T7471 oasc.CoreContainer.create Creating SolrCore 'customcollreplicadeletion_b_replica1' using configuration from collection customcollreplicadeletion [junit4] 2> 2077063 T7471 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 2077063 T7471 oasc.SolrCore.<init> [customcollreplicadeletion_b_replica1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-5CB7692D856E0B3C-001/tempDir-003/customcollreplicadeletion_b_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-5CB7692D856E0B3C-001/tempDir-003/customcollreplicadeletion_b_replica1/data/ [junit4] 2> 2077064 T7471 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@55d0f37e [junit4] 2> 2077064 T7471 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-5CB7692D856E0B3C-001/tempDir-003/customcollreplicadeletion_b_replica1/data [junit4] 2> 2077065 T7471 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-5CB7692D856E0B3C-001/tempDir-003/customcollreplicadeletion_b_replica1/data/index/ [junit4] 2> 2077065 T7471 oasc.SolrCore.initIndex WARN [customcollreplicadeletion_b_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-5CB7692D856E0B3C-001/tempDir-003/customcollreplicadeletion_b_replica1/data/index' doesn't exist. Creating new index... [junit4] 2> 2077065 T7471 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-5CB7692D856E0B3C-001/tempDir-003/customcollreplicadeletion_b_replica1/data/index [junit4] 2> 2077066 T7471 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0] [junit4] 2> 2077066 T7471 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-1fcf28f9)),segFN=segments_1,generation=1} [junit4] 2> 2077066 T7471 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 2077069 T7471 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib" [junit4] 2> 2077069 T7471 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe" [junit4] 2> 2077070 T7471 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 2077070 T7471 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig" [junit4] 2> 2077070 T7471 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 2077070 T7471 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 2077071 T7471 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 2077071 T7471 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 2077071 T7471 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 2077072 T7471 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2077072 T7471 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2077072 T7471 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2077073 T7471 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 2077073 T7471 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 2077073 T7471 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 2077073 T7471 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 2077074 T7471 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 2077074 T7471 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 2077074 T7471 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler [junit4] 2> 2077075 T7471 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler [junit4] 2> 2077075 T7471 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2077076 T7471 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2077077 T7471 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2077077 T7471 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2077079 T7471 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 2077079 T7471 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 2077080 T7471 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=20, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=86.8115234375, floorSegmentMB=0.96484375, forceMergeDeletesPctAllowed=0.9095473161796874, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8249387103083504 [junit4] 2> 2077080 T7471 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-1fcf28f9)),segFN=segments_1,generation=1} [junit4] 2> 2077081 T7471 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 2077081 T7471 oass.SolrIndexSearcher.<init> Opening Searcher@708edb96[customcollreplicadeletion_b_replica1] main [junit4] 2> 2077081 T7471 oascc.ZkStateReader.readConfigName Load collection config from:/collections/customcollreplicadeletion [junit4] 2> 2077082 T7471 oascc.ZkStateReader.readConfigName path=/collections/customcollreplicadeletion configName=conf1 specified config exists in ZooKeeper [junit4] 2> 2077083 T7471 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 2077083 T7471 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 2077083 T7471 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 2077084 T7471 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 2077084 T7471 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json [junit4] 2> 2077084 T7471 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 2077085 T7471 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed [junit4] 2> 2077085 T7471 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 2077087 T7504 oasc.SolrCore.registerSearcher [customcollreplicadeletion_b_replica1] Registered new searcher Searcher@708edb96[customcollreplicadeletion_b_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2077089 T7471 oasc.CoreContainer.registerCore registering core: customcollreplicadeletion_b_replica1 [junit4] 2> 2077089 T7471 oasc.ZkController.register Register replica - core:customcollreplicadeletion_b_replica1 address:https://127.0.0.1:51545 collection:customcollreplicadeletion shard:b [junit4] 2> 2077090 T7471 oascc.SolrZkClient.makePath makePath: /collections/customcollreplicadeletion/leader_elect/b/election [junit4] 2> 2077092 T7471 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard b [junit4] 2> 2077092 T7464 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2077093 T7471 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4] 2> 2077093 T7471 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4] 2> ASYNC NEW_CORE C3026 name=customcollreplicadeletion_b_replica1 org.apache.solr.core.SolrCore@17b94375 url=https://127.0.0.1:51545/customcollreplicadeletion_b_replica1 node=127.0.0.1:51545_ C3026_STATE=coll:customcollreplicadeletion core:customcollreplicadeletion_b_replica1 props:{core=customcollreplicadeletion_b_replica1, base_url=https://127.0.0.1:51545, node_name=127.0.0.1:51545_, state=down} [junit4] 2> 2077093 T7471 C3026 P51545 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:51545/customcollreplicadeletion_b_replica1/ [junit4] 2> 2077093 T7471 C3026 P51545 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4] 2> 2077094 T7471 C3026 P51545 oasc.SyncStrategy.syncToMe https://127.0.0.1:51545/customcollreplicadeletion_b_replica1/ has no replicas [junit4] 2> 2077094 T7471 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:51545/customcollreplicadeletion_b_replica1/ b [junit4] 2> 2077094 T7471 oascc.SolrZkClient.makePath makePath: /collections/customcollreplicadeletion/leaders/b [junit4] 2> 2077094 T7456 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 5 [junit4] 2> 2077096 T7456 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json [junit4] 2> 2077096 T7464 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 2077096 T7479 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 2077096 T7479 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 6 [junit4] 2> 2077097 T7464 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 6 [junit4] 2> 2077099 T7456 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 6 [junit4] 2> 2077100 T7464 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2077101 T7456 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json [junit4] 2> 2077101 T7464 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 2077101 T7479 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 2077102 T7479 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 7 [junit4] 2> 2077103 T7464 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 7 [junit4] 2> 2077146 T7471 oasc.ZkController.register We are https://127.0.0.1:51545/customcollreplicadeletion_b_replica1/ and leader is https://127.0.0.1:51545/customcollreplicadeletion_b_replica1/ [junit4] 2> 2077147 T7471 oasc.ZkController.register No LogReplay needed for core=customcollreplicadeletion_b_replica1 baseURL=https://127.0.0.1:51545 [junit4] 2> 2077147 T7471 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4] 2> 2077147 T7471 oasc.ZkController.publish publishing core=customcollreplicadeletion_b_replica1 state=active collection=customcollreplicadeletion [junit4] 2> 2077149 T7464 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2077151 T7471 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 7 [junit4] 2> 2077152 T7471 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=1266 [junit4] 2> 2077152 T7456 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 7 [junit4] 2> 2077152 T7456 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":"https://127.0.0.1:51545", [junit4] 2> "node_name":"127.0.0.1:51545_", [junit4] 2> "numShards":"2", [junit4] 2> "state":"active", [junit4] 2> "shard":"b", [junit4] 2> "collection":"customcollreplicadeletion", [junit4] 2> "operation":"state"} [junit4] 2> 2077152 T7498 oasc.OverseerCollectionProcessor.createCollection Finished create command on all shards for collection: customcollreplicadeletion [junit4] 2> 2077153 T7498 oasc.OverseerCollectionProcessor$Runner.run Overseer Collection Processor: Message id:/overseer/collection-queue-work/qn-0000000000 complete, response:{success={null={responseHeader={status=0,QTime=271},core=customcollreplicadeletion_a_replica1},null={responseHeader={status=0,QTime=1266},core=customcollreplicadeletion_b_replica1}}} [junit4] 2> 2077154 T7464 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work/qnr-0000000000 state: SyncConnected type NodeDataChanged [junit4] 2> 2077154 T7456 oasc.Overseer$ClusterStateUpdater.updateZkStates going to update_collection /collections/customcollreplicadeletion/state.json [junit4] 2> 2077154 T7464 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged [junit4] 2> 2077154 T7479 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 2077155 T7506 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/customcollreplicadeletion/state.json, has occurred - updating... [junit4] 2> 2077155 T7479 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 8 [junit4] 2> 2077155 T7449 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=1461 [junit4] 2> 2077156 T7431 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: customcollreplicadeletion failOnTimeout:true timeout (sec):330 [junit4] 2> 2077156 T7506 oascc.ZkStateReader.updateWatchedCollection Updating data for customcollreplicadeletion to ver 8 [junit4] 2> 2077158 T7431 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Recoveries finished - collection: customcollreplicadeletion [junit4] 2> 2077160 T7431 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider [junit4] 2> 2077161 T7431 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2077162 T7508 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@29b5e557 name:ZooKeeperConnection Watcher:127.0.0.1:51198/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2077163 T7431 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2077163 T7431 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider [junit4] 2> 2077165 T7431 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2077178 T7450 oasha.CollectionsHandler.handleRemoveReplica Remove replica: replica=core_node1&action=deletereplica&collection=customcollreplicadeletion&shard=a&wt=javabin&version=2 [junit4] 2> 2077179 T7506 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged [junit4] 2> 2077180 T7457 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> 2077181 T7509 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> 2077188 T7448 oasc.SolrCore.close [customcollreplicadeletion_a_replica1] CLOSING SolrCore org.apache.solr.core.SolrCore@7023d82c [junit4] 2> 2077198 T7448 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> 2077199 T7448 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState [junit4] 2> 2077199 T7448 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter [junit4] 2> 2077200 T7448 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser [junit4] 2> 2077202 T7448 oasc.SolrCore.closeSearcher [customcollreplicadeletion_a_replica1] Closing main searcher on request. [junit4] 2> 2077203 T7448 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked [junit4] 2> [...truncated too long message...] tractExecutorService.java:112) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:263) [junit4] 2> at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522) [junit4] 2> at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498) [junit4] 2> [junit4] 2> 2201322 T7497 oaz.ClientCnxn$EventThread.processEvent ERROR Error while calling watcher java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.FutureTask@68d05af4 rejected from java.util.concurrent.ThreadPoolExecutor@5943a70a[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 4] [junit4] 2> at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047) [junit4] 2> at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823) [junit4] 2> at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369) [junit4] 2> at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:263) [junit4] 2> at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522) [junit4] 2> at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498) [junit4] 2> [junit4] 2> 2201322 T7497 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1abdc5fa name:ZooKeeperConnection Watcher:127.0.0.1:51198/solr got event WatchedEvent state:Disconnected type:None path:null path:null type:None [junit4] 2> 2201323 T7497 oascc.ConnectionManager.process Client->ZooKeeper status change trigger but we are already closed [junit4] 2> 2201323 T7497 oaz.ClientCnxn$EventThread.processEvent ERROR Error while calling watcher java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.FutureTask@396c5845 rejected from java.util.concurrent.ThreadPoolExecutor@5943a70a[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 4] [junit4] 2> at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047) [junit4] 2> at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823) [junit4] 2> at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369) [junit4] 2> at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:263) [junit4] 2> at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522) [junit4] 2> at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498) [junit4] 2> [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=DeleteLastCustomShardedReplicaTest -Dtests.method=testDistribSearch -Dtests.seed=5CB7692D856E0B3C -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=zh_HK -Dtests.timezone=MST -Dtests.file.encoding=US-ASCII [junit4] ERROR 129s J0 | DeleteLastCustomShardedReplicaTest.testDistribSearch <<< [junit4] > Throwable #1: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:33836, https://127.0.0.1:51545, https://127.0.0.1:39912] [junit4] > at __randomizedtesting.SeedInfo.seed([5CB7692D856E0B3C:DD51E735F2316B00]:0) [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:332) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrServer.sendRequest(CloudSolrServer.java:880) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrServer.requestWithRetryOnStaleState(CloudSolrServer.java:658) [junit4] > at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:601) [junit4] > at org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest.removeAndWaitForLastReplicaGone(DeleteLastCustomShardedReplicaTest.java:117) [junit4] > at org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest.doTest(DeleteLastCustomShardedReplicaTest.java:107) [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:569) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211) [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrServer.doRequest(LBHttpSolrServer.java:353) [junit4] > at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:312) [junit4] > ... 46 more [junit4] 2> 2201332 T7431 oas.SolrTestCaseJ4.deleteCore ###deleteCore [junit4] 2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteLastCustomShardedReplicaTest-5CB7692D856E0B3C-001 [junit4] 2> 129353 T7430 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s). [junit4] 2> NOTE: test params are: codec=Asserting(Lucene50): {}, docValues:{}, sim=DefaultSimilarity, locale=zh_HK, timezone=MST [junit4] 2> NOTE: Linux 3.13.0-37-generic amd64/Oracle Corporation 1.8.0_20 (64-bit)/cpus=8,threads=1,free=246107464,total=536870912 [junit4] 2> NOTE: All tests run in this JVM: [ClusterStateUpdateTest, CoreAdminRequestStatusTest, DistributedSpellCheckComponentTest, TestReplicationHandler, TestOverriddenPrefixQueryForCustomFieldType, TestFuzzyAnalyzedSuggestions, TestQuerySenderListener, TestFastWriter, FastVectorHighlighterTest, SolrCmdDistributorTest, TestRawResponseWriter, TestCollationFieldDocValues, CollectionsAPIAsyncDistributedZkTest, SignatureUpdateProcessorFactoryTest, BasicDistributedZkTest, TestWordDelimiterFilterFactory, StatelessScriptUpdateProcessorFactoryTest, SpellCheckComponentTest, ShardSplitTest, HttpPartitionTest, SuggesterWFSTTest, HighlighterTest, SystemInfoHandlerTest, AssignTest, PathHierarchyTokenizerFactoryTest, TestCloudManagedSchemaConcurrent, DocumentBuilderTest, NotRequiredUniqueKeyTest, TestSolrJ, ShardRoutingTest, IndexBasedSpellCheckerTest, TestFieldTypeCollectionResource, TermsComponentTest, TestRemoteStreaming, OpenExchangeRatesOrgProviderTest, BlockDirectoryTest, TestSurroundQueryParser, QueryEqualityTest, TestSolrDeletionPolicy1, ExitableDirectoryReaderTest, TestDynamicFieldCollectionResource, SuggesterTSTTest, ZkCLITest, TestAnalyzedSuggestions, TestCoreDiscovery, TestExpandComponent, SolrTestCaseJ4Test, TestUniqueKeyFieldResource, TestClassNameShortening, VMParamsZkACLAndCredentialsProvidersTest, TestDistributedSearch, RegexBoostProcessorTest, TestSearcherReuse, TestInitQParser, TestImplicitCoreProperties, DocValuesMultiTest, TimeZoneUtilsTest, TestSolrIndexConfig, TestStressUserVersions, ReplicationFactorTest, TestCodecSupport, TestTrie, TestRangeQuery, TestManagedResourceStorage, FieldMutatingUpdateProcessorTest, TestDefaultSimilarityFactory, TestAddFieldRealTimeGet, BadComponentTest, DisMaxRequestHandlerTest, TestHighlightDedupGrouping, LeaderElectionTest, BasicFunctionalityTest, DOMUtilTest, TestStressVersions, TestCollectionAPI, TestRandomDVFaceting, TestFileDictionaryLookup, JsonLoaderTest, TestShortCircuitedRequests, SyncSliceTest, DistributedIntervalFacetingTest, TestRestManager, TestConfig, TestFaceting, UnloadDistributedZkTest, TestFastLRUCache, TestModifyConfFiles, ExternalFileFieldSortTest, UpdateParamsTest, HdfsLockFactoryTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestManagedSynonymFilterFactory, TestLeaderElectionZkExpiry, SuggesterTest, TestSolr4Spatial2, SuggestComponentTest, XmlUpdateRequestHandlerTest, TestSearchPerf, CurrencyFieldOpenExchangeTest, LeaderInitiatedRecoveryOnCommitTest, SimpleFacetsTest, JSONWriterTest, QueryResultKeyTest, OverriddenZkACLAndCredentialsProvidersTest, TestLMJelinekMercerSimilarityFactory, SpellingQueryConverterTest, DeleteLastCustomShardedReplicaTest] [junit4] Completed on J0 in 129.64s, 1 test, 1 error <<< FAILURES! [...truncated 278 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:524: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:472: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:189: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:496: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1360: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:962: There were test failures: 437 suites, 1785 tests, 1 error, 43 ignored (21 assumptions) Total time: 100 minutes 30 seconds Build step 'Invoke Ant' marked build as failure [description-setter] Description set: Java: 64bit/jdk1.8.0_20 -XX:-UseCompressedOops -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]
