Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1774/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC
1 tests failed. REGRESSION: org.apache.solr.cloud.ShardSplitTest.testDistribSearch Error Message: Timeout occured while waiting response from server at: http://127.0.0.1:50283/sn_vfc/s Stack Trace: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:50283/sn_vfc/s at __randomizedtesting.SeedInfo.seed([22E1D16E4C96A4F4:A3075F763BC9C4C8]:0) at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:560) at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210) at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206) at org.apache.solr.cloud.ShardSplitTest.splitShard(ShardSplitTest.java:532) at org.apache.solr.cloud.ShardSplitTest.incompleteOrOverlappingCustomRangeTest(ShardSplitTest.java:138) at org.apache.solr.cloud.ShardSplitTest.doTest(ShardSplitTest.java:103) at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869) at sun.reflect.GeneratedMethodAccessor49.invoke(Unknown Source) 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: java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:150) at java.net.SocketInputStream.read(SocketInputStream.java:121) at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160) at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84) at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57) at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260) at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283) at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251) at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197) at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271) at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123) at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682) at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486) at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:448) ... 45 more Build Log: [...truncated 11296 lines...] [junit4] Suite: org.apache.solr.cloud.ShardSplitTest [junit4] 2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/init-core-data-001 [junit4] 2> 1996472 T4432 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /sn_vfc/s [junit4] 2> 1996477 T4432 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch [junit4] 2> 1996478 T4432 oasc.ZkTestServer.run STARTING ZK TEST SERVER [junit4] 1> client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 1996480 T4433 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server [junit4] 2> 1996581 T4432 oasc.ZkTestServer.run start zk server on port:50273 [junit4] 2> 1996582 T4432 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 1996588 T4439 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c695f2a name:ZooKeeperConnection Watcher:127.0.0.1:50273 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1996588 T4432 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 1996589 T4432 oascc.SolrZkClient.makePath makePath: /solr [junit4] 2> 1996600 T4432 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 1996603 T4441 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@45ad4353 name:ZooKeeperConnection Watcher:127.0.0.1:50273/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1996604 T4432 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 1996605 T4432 oascc.SolrZkClient.makePath makePath: /collections/collection1 [junit4] 2> 1996610 T4432 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards [junit4] 2> 1996623 T4432 oascc.SolrZkClient.makePath makePath: /collections/control_collection [junit4] 2> 1996628 T4432 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards [junit4] 2> 1996634 T4432 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml [junit4] 2> 1996635 T4432 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml [junit4] 2> 1996643 T4432 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml [junit4] 2> 1996644 T4432 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml [junit4] 2> 1996652 T4432 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 1996653 T4432 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 1996660 T4432 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt [junit4] 2> 1996661 T4432 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt [junit4] 2> 1996668 T4432 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt [junit4] 2> 1996669 T4432 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt [junit4] 2> 1996676 T4432 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml [junit4] 2> 1996676 T4432 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml [junit4] 2> 1996684 T4432 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml [junit4] 2> 1996684 T4432 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml [junit4] 2> 1996690 T4432 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json [junit4] 2> 1996690 T4432 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json [junit4] 2> 1996698 T4432 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 1996699 T4432 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 1996707 T4432 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt [junit4] 2> 1996707 T4432 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt [junit4] 2> 1996714 T4432 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt [junit4] 2> 1996714 T4432 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt [junit4] 2> 1998764 T4432 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 1998830 T4432 oejs.AbstractConnector.doStart Started [email protected]:50276 [junit4] 2> 1998830 T4432 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 1998831 T4432 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 1998831 T4432 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-002 [junit4] 2> 1998832 T4432 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-002/' [junit4] 2> 1998877 T4432 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-002/solr.xml [junit4] 2> 1998897 T4432 oasc.CoreContainer.<init> New CoreContainer 1483575062 [junit4] 2> 1998898 T4432 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-002/] [junit4] 2> 1998898 T4432 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 1998899 T4432 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 1998900 T4432 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 1998900 T4432 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 1998900 T4432 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 1998901 T4432 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 1998901 T4432 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 1998901 T4432 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 1998902 T4432 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 1998903 T4432 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 1998903 T4432 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 1998903 T4432 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 1998904 T4432 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 1998904 T4432 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50273/solr [junit4] 2> 1998905 T4432 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 1998907 T4432 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 1998910 T4452 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4b63040 name:ZooKeeperConnection Watcher:127.0.0.1:50273 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1998911 T4432 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 1998917 T4432 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 1998920 T4454 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3583dbbb name:ZooKeeperConnection Watcher:127.0.0.1:50273/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1998921 T4432 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 1998925 T4432 oascc.SolrZkClient.makePath makePath: /overseer/queue [junit4] 2> 1998933 T4432 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work [junit4] 2> 1998941 T4432 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running [junit4] 2> 1998949 T4432 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed [junit4] 2> 1998959 T4432 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure [junit4] 2> 1998969 T4432 oascc.SolrZkClient.makePath makePath: /live_nodes [junit4] 2> 1998972 T4432 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50276_sn_vfc%2Fs [junit4] 2> 1998975 T4432 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50276_sn_vfc%2Fs [junit4] 2> 1998982 T4432 oascc.SolrZkClient.makePath makePath: /overseer_elect [junit4] 2> 1998987 T4432 oascc.SolrZkClient.makePath makePath: /overseer_elect/election [junit4] 2> 1998993 T4432 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 1998998 T4432 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:50276_sn_vfc%2Fs [junit4] 2> 1998998 T4432 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader [junit4] 2> 1999004 T4432 oasc.Overseer.start Overseer (id=92289296587161603-127.0.0.1:50276_sn_vfc%2Fs-n_0000000000) starting [junit4] 2> 1999012 T4432 oascc.SolrZkClient.makePath makePath: /overseer/queue-work [junit4] 2> 1999038 T4432 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000 [junit4] 2> 1999039 T4456 oasc.OverseerCollectionProcessor.run Process current queue of collection creations [junit4] 2> 1999043 T4432 oascc.SolrZkClient.makePath makePath: /clusterstate.json [junit4] 2> 1999050 T4432 oascc.SolrZkClient.makePath makePath: /aliases.json [junit4] 2> 1999055 T4432 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 1999067 T4455 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue [junit4] 2> 1999070 T4458 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection [junit4] 2> 1999070 T4458 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 1999073 T4459 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 1999076 T4458 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 1999078 T4455 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={ [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"http://127.0.0.1:50276/sn_vfc/s", [junit4] 2> "node_name":"127.0.0.1:50276_sn_vfc%2Fs", [junit4] 2> "numShards":"1", [junit4] 2> "state":"down", [junit4] 2> "shard":null, [junit4] 2> "collection":"control_collection", [junit4] 2> "operation":"state"} [junit4] 2> 1999078 T4455 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1] [junit4] 2> 1999079 T4455 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1 [junit4] 2> 1999086 T4459 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> 2000078 T4458 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1 [junit4] 2> 2000079 T4458 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection [junit4] 2> 2000080 T4458 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 2000081 T4458 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection [junit4] 2> 2000084 T4458 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper [junit4] 2> 2000084 T4458 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-002/collection1/' [junit4] 2> 2000086 T4458 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-002/collection1/lib/.svn/' to classloader [junit4] 2> 2000087 T4458 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-002/collection1/lib/classes/' to classloader [junit4] 2> 2000088 T4458 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-002/collection1/lib/README' to classloader [junit4] 2> 2000139 T4458 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0 [junit4] 2> 2000170 T4458 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 2000173 T4458 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 2000179 T4458 oass.IndexSchema.readSchema [collection1] Schema name=test [junit4] 2> 2000285 T4458 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 2000285 T4458 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 2000286 T4458 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2000293 T4458 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2000352 T4458 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection [junit4] 2> 2000352 T4458 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 2000353 T4458 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-002/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-001/control/data/ [junit4] 2> 2000353 T4458 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3ef924b4 [junit4] 2> 2000353 T4458 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-001/control/data [junit4] 2> 2000354 T4458 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-001/control/data/index/ [junit4] 2> 2000354 T4458 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-001/control/data/index' doesn't exist. Creating new index... [junit4] 2> 2000355 T4458 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-001/control/data/index [junit4] 2> 2000355 T4458 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=48, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0] [junit4] 2> 2000356 T4458 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@2ad0127e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@58bd784a),segFN=segments_1,generation=1} [junit4] 2> 2000357 T4458 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 2000361 T4458 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib" [junit4] 2> 2000361 T4458 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe" [junit4] 2> 2000362 T4458 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 2000362 T4458 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig" [junit4] 2> 2000363 T4458 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 2000363 T4458 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 2000364 T4458 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 2000364 T4458 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 2000365 T4458 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 2000365 T4458 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2000365 T4458 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2000366 T4458 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2000367 T4458 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2000367 T4458 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 2000368 T4458 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 2000368 T4458 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 2000368 T4458 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 2000370 T4458 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2000370 T4458 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 2000371 T4458 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 2000372 T4458 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler [junit4] 2> 2000372 T4458 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler [junit4] 2> 2000382 T4458 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2000384 T4458 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2000385 T4458 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2000388 T4458 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2000390 T4458 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2000394 T4458 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 2000394 T4458 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 2000398 T4458 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=0.9951171875, floorSegmentMB=1.703125, forceMergeDeletesPctAllowed=20.702523220393022, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.46008070715439464 [junit4] 2> 2000398 T4458 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@2ad0127e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@58bd784a),segFN=segments_1,generation=1} [junit4] 2> 2000411 T4458 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 2000411 T4458 oass.SolrIndexSearcher.<init> Opening Searcher@572d94e[collection1] main [junit4] 2> 2000411 T4458 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection [junit4] 2> 2000417 T4458 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper [junit4] 2> 2000418 T4458 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 2000419 T4458 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 2000419 T4458 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 2000419 T4458 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 2000421 T4458 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json [junit4] 2> 2000425 T4458 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 2000427 T4458 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json [junit4] 2> 2000433 T4458 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json [junit4] 2> 2000434 T4458 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 2000434 T4458 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 2000438 T4460 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@572d94e[collection1] main{UninvertingDirectoryReader()} [junit4] 2> 2000442 T4458 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 2000445 T4432 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0 [junit4] 2> 2000445 T4432 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 2000449 T4463 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50276/sn_vfc/s collection:control_collection shard:shard1 [junit4] 2> 2000450 T4432 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2000453 T4465 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6d0627b4 name:ZooKeeperConnection Watcher:127.0.0.1:50273/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2000453 T4432 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2000456 T4432 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2000461 T4432 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false [junit4] 2> 2000473 T4463 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election [junit4] 2> 2000512 T4463 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1 [junit4] 2> 2000525 T4459 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2000537 T4463 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4] 2> 2000537 T4463 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4] 2> ASYNC NEW_CORE C600 name=collection1 org.apache.solr.core.SolrCore@5a010507 url=http://127.0.0.1:50276/sn_vfc/s/collection1 node=127.0.0.1:50276_sn_vfc%2Fs C600_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:50276/sn_vfc/s, node_name=127.0.0.1:50276_sn_vfc%2Fs, state=down} [junit4] 2> 2000538 T4463 C600 P50276 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50276/sn_vfc/s/collection1/ [junit4] 2> 2000538 T4463 C600 P50276 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4] 2> 2000539 T4463 C600 P50276 oasc.SyncStrategy.syncToMe http://127.0.0.1:50276/sn_vfc/s/collection1/ has no replicas [junit4] 2> 2000539 T4463 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50276/sn_vfc/s/collection1/ shard1 [junit4] 2> 2000539 T4463 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1 [junit4] 2> 2000557 T4459 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2000671 T4459 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> 2000672 T4466 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> 2000715 T4463 oasc.ZkController.register We are http://127.0.0.1:50276/sn_vfc/s/collection1/ and leader is http://127.0.0.1:50276/sn_vfc/s/collection1/ [junit4] 2> 2000715 T4463 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50276/sn_vfc/s [junit4] 2> 2000715 T4463 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4] 2> 2000715 T4463 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection [junit4] 2> 2000716 T4463 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 2000720 T4459 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2000727 T4455 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={ [junit4] 2> "core":"collection1", [junit4] 2> "core_node_name":"core_node1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"http://127.0.0.1:50276/sn_vfc/s", [junit4] 2> "node_name":"127.0.0.1:50276_sn_vfc%2Fs", [junit4] 2> "numShards":"2", [junit4] 2> "state":"active", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"control_collection", [junit4] 2> "operation":"state"} [junit4] 2> 2000834 T4466 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> 2000834 T4459 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> 2002722 T4432 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 [junit4] 2> 2002722 T4432 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 2002729 T4432 oejs.AbstractConnector.doStart Started [email protected]:50280 [junit4] 2> 2002731 T4432 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 2002731 T4432 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 2002732 T4432 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-003 [junit4] 2> 2002733 T4432 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-003/' [junit4] 2> 2002785 T4432 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-003/solr.xml [junit4] 2> 2002807 T4432 oasc.CoreContainer.<init> New CoreContainer 1373096622 [junit4] 2> 2002807 T4432 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-003/] [junit4] 2> 2002808 T4432 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 2002808 T4432 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 2002808 T4432 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 2002809 T4432 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 2002809 T4432 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 2002810 T4432 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 2002810 T4432 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 2002810 T4432 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 2002811 T4432 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 2002811 T4432 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 2002812 T4432 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 2002812 T4432 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 2002812 T4432 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 2002813 T4432 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50273/solr [junit4] 2> 2002813 T4432 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 2002815 T4432 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2002820 T4477 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1151aa34 name:ZooKeeperConnection Watcher:127.0.0.1:50273 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2002821 T4432 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2002827 T4432 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2002832 T4479 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2ee98c9f name:ZooKeeperConnection Watcher:127.0.0.1:50273/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2002832 T4432 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2002861 T4432 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2003874 T4432 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50280_sn_vfc%2Fs [junit4] 2> 2003881 T4432 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50280_sn_vfc%2Fs [junit4] 2> 2003900 T4432 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 2003912 T4481 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1 [junit4] 2> 2003912 T4481 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 2003914 T4481 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 2003915 T4459 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2003922 T4455 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={ [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"http://127.0.0.1:50280/sn_vfc/s", [junit4] 2> "node_name":"127.0.0.1:50280_sn_vfc%2Fs", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":null, [junit4] 2> "collection":"collection1", [junit4] 2> "operation":"state"} [junit4] 2> 2003922 T4455 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2] [junit4] 2> 2003923 T4455 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2 [junit4] 2> 2003933 T4480 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 2003934 T4466 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 2003934 T4459 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 2004916 T4481 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1 [junit4] 2> 2004917 T4481 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1 [junit4] 2> 2004920 T4481 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 2004921 T4481 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 2004925 T4481 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper [junit4] 2> 2004925 T4481 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-003/collection1/' [junit4] 2> 2004927 T4481 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-003/collection1/lib/.svn/' to classloader [junit4] 2> 2004928 T4481 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-003/collection1/lib/classes/' to classloader [junit4] 2> 2004929 T4481 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-003/collection1/lib/README' to classloader [junit4] 2> 2005008 T4481 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0 [junit4] 2> 2005022 T4481 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 2005027 T4481 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 2005033 T4481 oass.IndexSchema.readSchema [collection1] Schema name=test [junit4] 2> 2005163 T4481 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 2005164 T4481 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 2005166 T4481 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2005170 T4481 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2005253 T4481 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1 [junit4] 2> 2005253 T4481 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 2005254 T4481 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-003/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-001/jetty1/ [junit4] 2> 2005254 T4481 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3ef924b4 [junit4] 2> 2005259 T4481 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-001/jetty1 [junit4] 2> 2005259 T4481 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-001/jetty1/index/ [junit4] 2> 2005267 T4481 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-001/jetty1/index' doesn't exist. Creating new index... [junit4] 2> 2005268 T4481 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-001/jetty1/index [junit4] 2> 2005268 T4481 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=48, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0] [junit4] 2> 2005270 T4481 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@4f7a6e05 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@125c8f02),segFN=segments_1,generation=1} [junit4] 2> 2005271 T4481 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 2005277 T4481 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib" [junit4] 2> 2005278 T4481 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe" [junit4] 2> 2005278 T4481 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 2005279 T4481 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig" [junit4] 2> 2005279 T4481 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 2005279 T4481 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 2005280 T4481 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 2005280 T4481 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 2005281 T4481 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 2005282 T4481 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2005282 T4481 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2005283 T4481 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2005284 T4481 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2005284 T4481 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 2005286 T4481 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 2005286 T4481 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 2005287 T4481 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 2005287 T4481 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2005287 T4481 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 2005288 T4481 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 2005288 T4481 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler [junit4] 2> 2005289 T4481 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler [junit4] 2> 2005299 T4481 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2005300 T4481 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2005302 T4481 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2005304 T4481 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2005306 T4481 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2005309 T4481 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 2005309 T4481 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 2005310 T4481 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=0.9951171875, floorSegmentMB=1.703125, forceMergeDeletesPctAllowed=20.702523220393022, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.46008070715439464 [junit4] 2> 2005310 T4481 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@4f7a6e05 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@125c8f02),segFN=segments_1,generation=1} [junit4] 2> 2005311 T4481 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 2005311 T4481 oass.SolrIndexSearcher.<init> Opening Searcher@40a90f4f[collection1] main [junit4] 2> 2005311 T4481 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 2005313 T4481 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper [junit4] 2> 2005313 T4481 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 2005315 T4481 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 2005315 T4481 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 2005315 T4481 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 2005318 T4481 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json [junit4] 2> 2005318 T4481 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 2005319 T4481 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed [junit4] 2> 2005319 T4481 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 2005326 T4482 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@40a90f4f[collection1] main{UninvertingDirectoryReader()} [junit4] 2> 2005331 T4481 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 2005333 T4485 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50280/sn_vfc/s collection:collection1 shard:shard2 [junit4] 2> 2005334 T4432 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0 [junit4] 2> 2005335 T4432 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 2005336 T4485 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election [junit4] 2> 2005351 T4485 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2 [junit4] 2> 2005355 T4459 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2005364 T4485 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4] 2> 2005364 T4485 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4] 2> ASYNC NEW_CORE C601 name=collection1 org.apache.solr.core.SolrCore@398a4ee0 url=http://127.0.0.1:50280/sn_vfc/s/collection1 node=127.0.0.1:50280_sn_vfc%2Fs C601_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:50280/sn_vfc/s, node_name=127.0.0.1:50280_sn_vfc%2Fs, state=down} [junit4] 2> 2005365 T4485 C601 P50280 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50280/sn_vfc/s/collection1/ [junit4] 2> 2005366 T4485 C601 P50280 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4] 2> 2005366 T4485 C601 P50280 oasc.SyncStrategy.syncToMe http://127.0.0.1:50280/sn_vfc/s/collection1/ has no replicas [junit4] 2> 2005366 T4485 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50280/sn_vfc/s/collection1/ shard2 [junit4] 2> 2005366 T4485 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2 [junit4] 2> 2005381 T4459 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2005495 T4480 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 2005496 T4459 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 2005496 T4466 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 2005539 T4485 oasc.ZkController.register We are http://127.0.0.1:50280/sn_vfc/s/collection1/ and leader is http://127.0.0.1:50280/sn_vfc/s/collection1/ [junit4] 2> 2005539 T4485 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50280/sn_vfc/s [junit4] 2> 2005539 T4485 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4] 2> 2005539 T4485 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1 [junit4] 2> 2005539 T4485 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 2005543 T4459 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2005552 T4455 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={ [junit4] 2> "core":"collection1", [junit4] 2> "core_node_name":"core_node1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"http://127.0.0.1:50280/sn_vfc/s", [junit4] 2> "node_name":"127.0.0.1:50280_sn_vfc%2Fs", [junit4] 2> "numShards":"2", [junit4] 2> "state":"active", [junit4] 2> "shard":"shard2", [junit4] 2> "collection":"collection1", [junit4] 2> "operation":"state"} [junit4] 2> 2005667 T4466 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 2005670 T4459 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 2005668 T4480 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 2007781 T4432 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 [junit4] 2> 2007783 T4432 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 2007792 T4432 oejs.AbstractConnector.doStart Started [email protected]:50283 [junit4] 2> 2007794 T4432 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 2007796 T4432 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 2007796 T4432 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-004 [junit4] 2> 2007796 T4432 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-004/' [junit4] 2> 2007850 T4432 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-004/solr.xml [junit4] 2> 2007866 T4432 oasc.CoreContainer.<init> New CoreContainer 1783281535 [junit4] 2> 2007867 T4432 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-004/] [junit4] 2> 2007867 T4432 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 2007868 T4432 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 2007868 T4432 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 2007868 T4432 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 2007869 T4432 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 2007869 T4432 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 2007869 T4432 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 2007870 T4432 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 2007871 T4432 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 2007871 T4432 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 2007872 T4432 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 2007872 T4432 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 2007872 T4432 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 2007873 T4432 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50273/solr [junit4] 2> 2007873 T4432 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 2007876 T4432 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2007879 T4496 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4d15e269 name:ZooKeeperConnection Watcher:127.0.0.1:50273 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2007881 T4432 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2007889 T4432 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2007892 T4498 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5db47cf8 name:ZooKeeperConnection Watcher:127.0.0.1:50273/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2007893 T4432 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2007917 T4432 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2008930 T4432 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50283_sn_vfc%2Fs [junit4] 2> 2008935 T4432 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50283_sn_vfc%2Fs [junit4] 2> 2008955 T4432 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 2008968 T4500 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1 [junit4] 2> 2008968 T4500 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 2008971 T4500 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 2008972 T4459 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2008979 T4455 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={ [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"http://127.0.0.1:50283/sn_vfc/s", [junit4] 2> "node_name":"127.0.0.1:50283_sn_vfc%2Fs", [junit4] 2> "numShards":"2", [junit4] 2> "state":"down", [junit4] 2> "shard":null, [junit4] 2> "collection":"collection1", [junit4] 2> "operation":"state"} [junit4] 2> 2008979 T4455 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2 [junit4] 2> 2008979 T4455 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1 [junit4] 2> 2008990 T4466 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> 2008991 T4459 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> 2008990 T4480 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> 2008991 T4499 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> 2009975 T4500 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1 [junit4] 2> 2009975 T4500 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1 [junit4] 2> 2009979 T4500 oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4] 2> 2009979 T4500 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 2009986 T4500 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper [junit4] 2> 2009987 T4500 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-004/collection1/' [junit4] 2> 2009990 T4500 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-004/collection1/lib/.svn/' to classloader [junit4] 2> 2009991 T4500 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-004/collection1/lib/classes/' to classloader [junit4] 2> 2009992 T4500 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-004/collection1/lib/README' to classloader [junit4] 2> 2010060 T4500 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0 [junit4] 2> 2010072 T4500 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml [junit4] 2> 2010078 T4500 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml [junit4] 2> 2010086 T4500 oass.IndexSchema.readSchema [collection1] Schema name=test [junit4] 2> 2010201 T4500 oass.IndexSchema.readSchema default search field in schema is text [junit4] 2> 2010203 T4500 oass.IndexSchema.readSchema unique key field: id [junit4] 2> 2010204 T4500 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2010211 T4500 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml [junit4] 2> 2010294 T4500 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1 [junit4] 2> 2010294 T4500 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory [junit4] 2> 2010295 T4500 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-004/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-001/jetty2/ [junit4] 2> 2010296 T4500 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3ef924b4 [junit4] 2> 2010298 T4500 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-001/jetty2 [junit4] 2> 2010298 T4500 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-001/jetty2/index/ [junit4] 2> 2010298 T4500 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-001/jetty2/index' doesn't exist. Creating new index... [junit4] 2> 2010300 T4500 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-001/jetty2/index [junit4] 2> 2010300 T4500 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=48, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0] [junit4] 2> 2010301 T4500 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1c64e9f6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@504e6b3e),segFN=segments_1,generation=1} [junit4] 2> 2010301 T4500 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 2010307 T4500 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib" [junit4] 2> 2010307 T4500 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe" [junit4] 2> 2010308 T4500 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe" [junit4] 2> 2010308 T4500 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig" [junit4] 2> 2010309 T4500 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig" [junit4] 2> 2010310 T4500 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 2010310 T4500 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 2010311 T4500 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 2010311 T4500 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 2010312 T4500 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2010312 T4500 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2010313 T4500 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2010313 T4500 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2010314 T4500 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler [junit4] 2> 2010314 T4500 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler [junit4] 2> 2010315 T4500 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 2010315 T4500 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler [junit4] 2> 2010315 T4500 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 2010316 T4500 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler [junit4] 2> 2010316 T4500 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 2010317 T4500 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler [junit4] 2> 2010318 T4500 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler [junit4] 2> 2010327 T4500 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2010329 T4500 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2010331 T4500 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2010332 T4500 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2010334 T4500 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4] 2> 2010337 T4500 oasu.CommitTracker.<init> Hard AutoCommit: disabled [junit4] 2> 2010337 T4500 oasu.CommitTracker.<init> Soft AutoCommit: disabled [junit4] 2> 2010338 T4500 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=0.9951171875, floorSegmentMB=1.703125, forceMergeDeletesPctAllowed=20.702523220393022, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.46008070715439464 [junit4] 2> 2010338 T4500 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1c64e9f6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@504e6b3e),segFN=segments_1,generation=1} [junit4] 2> 2010339 T4500 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1 [junit4] 2> 2010339 T4500 oass.SolrIndexSearcher.<init> Opening Searcher@477184e6[collection1] main [junit4] 2> 2010339 T4500 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1 [junit4] 2> 2010345 T4500 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper [junit4] 2> 2010345 T4500 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 2010347 T4500 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 2010347 T4500 oasr.RestManager.init Initializing RestManager with initArgs: {} [junit4] 2> 2010348 T4500 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 2010352 T4500 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json [junit4] 2> 2010352 T4500 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 2010353 T4500 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed [junit4] 2> 2010353 T4500 oasr.RestManager.init Initializing 0 registered ManagedResources [junit4] 2> 2010362 T4501 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@477184e6[collection1] main{UninvertingDirectoryReader()} [junit4] 2> 2010366 T4500 oasc.CoreContainer.registerCore registering core: collection1 [junit4] 2> 2010370 T4504 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50283/sn_vfc/s collection:collection1 shard:shard1 [junit4] 2> 2010371 T4432 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0 [junit4] 2> 2010372 T4432 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done [junit4] 2> 2010373 T4504 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election [junit4] 2> 2010432 T4504 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1 [junit4] 2> 2010452 T4459 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2010466 T4504 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue. [junit4] 2> 2010466 T4504 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync [junit4] 2> ASYNC NEW_CORE C602 name=collection1 org.apache.solr.core.SolrCore@473527ef url=http://127.0.0.1:50283/sn_vfc/s/collection1 node=127.0.0.1:50283_sn_vfc%2Fs C602_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:50283/sn_vfc/s, node_name=127.0.0.1:50283_sn_vfc%2Fs, state=down} [junit4] 2> 2010466 T4504 C602 P50283 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50283/sn_vfc/s/collection1/ [junit4] 2> 2010466 T4504 C602 P50283 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4] 2> 2010467 T4504 C602 P50283 oasc.SyncStrategy.syncToMe http://127.0.0.1:50283/sn_vfc/s/collection1/ has no replicas [junit4] 2> 2010467 T4504 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50283/sn_vfc/s/collection1/ shard1 [junit4] 2> 2010467 T4504 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1 [junit4] 2> 2010539 T4499 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> 2010540 T4459 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> 2010540 T4480 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> 2010542 T4466 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> 2010572 T4459 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2010581 T4480 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> 2010581 T4499 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> 2010583 T4466 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> 2010582 T4459 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> 2010614 T4504 oasc.ZkController.register We are http://127.0.0.1:50283/sn_vfc/s/collection1/ and leader is http://127.0.0.1:50283/sn_vfc/s/collection1/ [junit4] 2> 2010615 T4504 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50283/sn_vfc/s [junit4] 2> 2010615 T4504 oasc.ZkController.checkRecovery I am the leader, no recovery necessary [junit4] 2> 2010615 T4504 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1 [junit4] 2> 2010615 T4504 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 2010622 T4459 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2010635 T4455 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={ [junit4] 2> "core":"collection1", [junit4] 2> "core_node_name":"core_node2", [junit4] 2> "roles":null, [junit4] 2> "base_url":"http://127.0.0.1:50283/sn_vfc/s", [junit4] 2> "node_name":"127.0.0.1:50283_sn_vfc%2Fs", [junit4] 2> "numShards":"2", [junit4] 2> "state":"active", [junit4] 2> "shard":"shard1", [junit4] 2> "collection":"collection1", [junit4] 2> "operation":"state"} [junit4] 2> 2010765 T4480 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> 2010765 T4466 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> 2010766 T4499 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> 2010765 T4459 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> 2012796 T4432 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3 [junit4] 2> 2012797 T4432 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 2012805 T4432 oejs.AbstractConnector.doStart Started [email protected]:50286 [junit4] 2> 2012807 T4432 oass.SolrDispatchFilter.init SolrDispatchFilter.init() [junit4] 2> 2012808 T4432 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 2012808 T4432 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-005 [junit4] 2> 2012808 T4432 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-005/' [junit4] 2> 2012855 T4432 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-005/solr.xml [junit4] 2> 2012873 T4432 oasc.CoreContainer.<init> New CoreContainer 19937654 [junit4] 2> 2012874 T4432 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001/tempDir-005/] [junit4] 2> 2012875 T4432 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000 [junit4] 2> 2012876 T4432 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: [junit4] 2> 2012876 T4432 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000 [junit4] 2> 2012876 T4432 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 [junit4] 2> 2012877 T4432 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0 [junit4] 2> 2012877 T4432 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 [junit4] 2> 2012877 T4432 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5 [junit4] 2> 2012877 T4432 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4] 2> 2012878 T4432 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false [junit4] 2> 2012878 T4432 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false [junit4] 2> 2012879 T4432 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 2012880 T4432 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 2012881 T4432 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 2012881 T4432 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50273/solr [junit4] 2> 2012881 T4432 oasc.ZkController.checkChrootPath zkHost includes chroot [junit4] 2> 2012884 T4432 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2012888 T4515 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4cc8b883 name:ZooKeeperConnection Watcher:127.0.0.1:50273 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2012889 T4432 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2012895 T4432 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper [junit4] 2> 2012899 T4517 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@94e0400 name:ZooKeeperConnection Watcher:127.0.0.1:50273/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 2012899 T4432 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper [junit4] 2> 2012923 T4432 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... [junit4] 2> 2013932 T4432 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50286_sn_vfc%2Fs [junit4] 2> 2013935 T4432 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50286_sn_vfc%2Fs [junit4] 2> 2013950 T4432 oasc.Overseer.close Overseer (id=null) closing [junit4] 2> 2013962 T4519 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1 [junit4] 2> 2013963 T4519 oasc.ZkController.publish numShards not found on descriptor - reading it from system property [junit4] 2> 2013964 T4519 oasc.ZkController.waitForCoreNodeName look for our core node name [junit4] 2> 2013965 T4459 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged [junit4] 2> 2013971 T4455 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={ [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"http://127.0.0.1:50286/sn_vfc/s", [junit4] 2> "node_name":"127.0.0.1:50286_sn_vfc%2Fs", [junit4] 2> "numShards":"2", [junit4] 2> [...truncated too long message...] xtHandler{/sn_vfc/s,null} [junit4] 2> 2351771 T4583 oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read the data org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader [junit4] 2> at org.apache.zookeeper.KeeperException.create(KeeperException.java:127) [junit4] 2> at org.apache.zookeeper.KeeperException.create(KeeperException.java:51) [junit4] 2> at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:307) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:304) [junit4] 2> at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:304) [junit4] 2> at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:321) [junit4] 2> at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:89) [junit4] 2> at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:293) [junit4] 2> [junit4] 2> 2355288 T4432 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch [junit4] 2> 2355290 T4432 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:50273 50273 [junit4] 2> 2355344 T4433 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:50273 50273 [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=ShardSplitTest -Dtests.method=testDistribSearch -Dtests.seed=22E1D16E4C96A4F4 -Dtests.slow=true -Dtests.locale=sk_SK -Dtests.timezone=America/Porto_Velho -Dtests.file.encoding=UTF-8 [junit4] ERROR 360s | ShardSplitTest.testDistribSearch <<< [junit4] > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:50283/sn_vfc/s [junit4] > at __randomizedtesting.SeedInfo.seed([22E1D16E4C96A4F4:A3075F763BC9C4C8]:0) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:560) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206) [junit4] > at org.apache.solr.cloud.ShardSplitTest.splitShard(ShardSplitTest.java:532) [junit4] > at org.apache.solr.cloud.ShardSplitTest.incompleteOrOverlappingCustomRangeTest(ShardSplitTest.java:138) [junit4] > at org.apache.solr.cloud.ShardSplitTest.doTest(ShardSplitTest.java:103) [junit4] > at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869) [junit4] > at java.lang.Thread.run(Thread.java:745) [junit4] > Caused by: java.net.SocketTimeoutException: Read timed out [junit4] > at java.net.SocketInputStream.socketRead0(Native Method) [junit4] > at java.net.SocketInputStream.read(SocketInputStream.java:150) [junit4] > at java.net.SocketInputStream.read(SocketInputStream.java:121) [junit4] > at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160) [junit4] > at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84) [junit4] > at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273) [junit4] > at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140) [junit4] > at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57) [junit4] > at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260) [junit4] > at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283) [junit4] > at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251) [junit4] > at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197) [junit4] > at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271) [junit4] > at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123) [junit4] > at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682) [junit4] > at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486) [junit4] > at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863) [junit4] > at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) [junit4] > at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106) [junit4] > at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:448) [junit4] > ... 45 more [junit4] 2> 2356146 T4432 oas.SolrTestCaseJ4.deleteCore ###deleteCore [junit4] 2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.ShardSplitTest-22E1D16E4C96A4F4-001 [junit4] 2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=sk_SK, timezone=America/Porto_Velho [junit4] 2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_11 (64-bit)/cpus=2,threads=1,free=298344144,total=494927872 [junit4] 2> NOTE: All tests run in this JVM: [QueryElevationComponentTest, SystemInfoHandlerTest, TestMultiCoreConfBootstrap, TestDefaultSimilarityFactory, DistributedFacetPivotLongTailTest, DirectSolrSpellCheckerTest, IndexSchemaRuntimeFieldTest, TestCloudManagedSchema, TestIntervalFaceting, HdfsLockFactoryTest, OpenExchangeRatesOrgProviderTest, AddBlockUpdateTest, AtomicUpdatesTest, CollectionsAPIDistributedZkTest, TestShortCircuitedRequests, TestDistributedGrouping, TestCopyFieldCollectionResource, BJQParserTest, TestSolr4Spatial, ExternalFileFieldSortTest, FunctionTest, CollectionsAPIAsyncDistributedZkTest, MigrateRouteKeyTest, AnalyticsMergeStrategyTest, TestCursorMarkWithoutUniqueKey, HttpPartitionTest, StandardRequestHandlerTest, DistributedIntervalFacetingTest, DocValuesTest, TestQuerySenderNoQuery, MultiThreadedOCPTest, BadCopyFieldTest, DistributedSpellCheckComponentTest, BlockDirectoryTest, SchemaVersionSpecificBehaviorTest, ResourceLoaderTest, TestQueryUtils, TestCloudInspectUtil, TestBinaryField, TestDistributedSearch, UUIDFieldTest, TestLMDirichletSimilarityFactory, TestComplexPhraseQParserPlugin, SyncSliceTest, TestFastLRUCache, TestAnalyzeInfixSuggestions, HardAutoCommitTest, TestSearcherReuse, EchoParamsTest, TestCollectionAPI, TestSchemaResource, TestMaxScoreQueryParser, NumericFieldsTest, TestTrie, PathHierarchyTokenizerFactoryTest, OpenCloseCoreStressTest, SSLMigrationTest, HdfsUnloadDistributedZkTest, UpdateParamsTest, ShowFileRequestHandlerTest, SharedFSAutoReplicaFailoverTest, TestCSVLoader, TestFieldCollectionResource, DeleteReplicaTest, TestModifyConfFiles, AssignTest, TestManagedResourceStorage, TestChildDocTransformer, TestPerFieldSimilarity, HighlighterMaxOffsetTest, TestExpandComponent, LeaderElectionIntegrationTest, ReturnFieldsTest, JsonLoaderTest, TestLuceneMatchVersion, RankQueryTest, PeerSyncTest, DistributedSuggestComponentTest, ZkControllerTest, DirectUpdateHandlerTest, ReplicationFactorTest, TestXIncludeConfig, FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest, SolrInfoMBeanTest, TestGroupingSearch, TestJmxMonitoredMap, FieldFacetExtrasTest, TestSolrDeletionPolicy2, TestExceedMaxTermLength, TestOverriddenPrefixQueryForCustomFieldType, TestRangeQuery, EnumFieldTest, TestJoin, TestCoreContainer, TestManagedResource, BasicDistributedZk2Test, SuggesterTest, LeaderElectionTest, SolrCoreCheckLockOnStartupTest, PolyFieldTest, TestCollationField, TermVectorComponentDistributedTest, TestManagedSynonymFilterFactory, SimpleFacetsTest, SolrIndexConfigTest, SolrCoreTest, QueryResultKeyTest, SignatureUpdateProcessorFactoryTest, DocExpirationUpdateProcessorFactoryTest, ShardSplitTest] [junit4] Completed in 359.72s, 1 test, 1 error <<< FAILURES! [...truncated 977 lines...] BUILD FAILED /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:474: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:454: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:45: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:37: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:189: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:496: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1350: The following error occurred while executing this line: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:965: There were test failures: 430 suites, 1782 tests, 1 error, 45 ignored (18 assumptions) Total time: 167 minutes 18 seconds Build step 'Invoke Ant' marked build as failure [description-setter] Description set: Java: 64bit/jdk1.8.0 -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]
