You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2014/03/29 20:48:50 UTC

[JENKINS] Lucene-Solr-4.7-Linux (32bit/jdk1.8.0) - Build # 48 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.7-Linux/48/
Java: 32bit/jdk1.8.0 -client -XX:+UseConcMarkSweepGC

1 tests failed.
REGRESSION:  org.apache.solr.cloud.DistribCursorPagingTest.testDistribSearch

Error Message:
No live SolrServers available to handle this request:[https://127.0.0.1:56648/collection1]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:56648/collection1]
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:387)
	at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:635)
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
	at org.apache.solr.cloud.DistribCursorPagingTest.assertFullWalkNoDups(DistribCursorPagingTest.java:714)
	at org.apache.solr.cloud.DistribCursorPagingTest.doRandomSortsOnLargeIndex(DistribCursorPagingTest.java:589)
	at org.apache.solr.cloud.DistribCursorPagingTest.doTest(DistribCursorPagingTest.java:93)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:870)
	at sun.reflect.GeneratedMethodAccessor57.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:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	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:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:744)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: no servers hosting shard: 
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:495)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:199)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:302)
	... 46 more




Build Log:
[...truncated 11645 lines...]
   [junit4] Suite: org.apache.solr.cloud.DistribCursorPagingTest
   [junit4]   2> 1014716 T4720 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (true)
   [junit4]   2> 1014717 T4720 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 1014720 T4720 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test/J1/./solrtest-DistribCursorPagingTest-1396121279365
   [junit4]   2> 1014720 T4720 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 1014721 T4721 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1014821 T4720 oasc.ZkTestServer.run start zk server on port:37425
   [junit4]   2> 1014822 T4720 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1014855 T4727 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b0cf9 name:ZooKeeperConnection Watcher:127.0.0.1:37425 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1014855 T4720 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1014856 T4720 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1014860 T4720 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1014861 T4729 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1410b52 name:ZooKeeperConnection Watcher:127.0.0.1:37425/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1014861 T4720 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1014862 T4720 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1014864 T4720 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1014866 T4720 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1014867 T4720 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1014869 T4720 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-deeppaging.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1014869 T4720 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1014872 T4720 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema-sorts.xml to /configs/conf1/schema.xml
   [junit4]   2> 1014873 T4720 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1014875 T4720 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1014876 T4720 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1014878 T4720 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1014878 T4720 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1014880 T4720 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1014881 T4720 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1014883 T4720 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1014884 T4720 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1014886 T4720 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1014886 T4720 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1014888 T4720 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1014889 T4720 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1014891 T4720 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1014891 T4720 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1014894 T4720 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1014895 T4720 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1014897 T4720 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1014898 T4720 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1014901 T4720 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1014902 T4731 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@103fc5c name:ZooKeeperConnection Watcher:127.0.0.1:37425/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1014902 T4720 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1014992 T4720 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1014995 T4720 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1014999 T4720 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:59578
   [junit4]   2> 1015000 T4720 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1015001 T4720 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1015001 T4720 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.DistribCursorPagingTest-controljetty-1396121279549
   [junit4]   2> 1015002 T4720 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.DistribCursorPagingTest-controljetty-1396121279549/'
   [junit4]   2> 1015017 T4720 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DistribCursorPagingTest-controljetty-1396121279549/solr.xml
   [junit4]   2> 1015034 T4720 oasc.CoreContainer.<init> New CoreContainer 33347520
   [junit4]   2> 1015035 T4720 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.DistribCursorPagingTest-controljetty-1396121279549/]
   [junit4]   2> 1015035 T4720 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1015036 T4720 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1015036 T4720 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1015036 T4720 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1015037 T4720 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1015037 T4720 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1015037 T4720 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1015038 T4720 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1015038 T4720 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1015040 T4720 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1015040 T4720 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1015041 T4720 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1015041 T4720 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:37425/solr
   [junit4]   2> 1015042 T4720 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1015042 T4720 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1015044 T4742 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@aae75d name:ZooKeeperConnection Watcher:127.0.0.1:37425 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1015044 T4720 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1015046 T4720 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1015047 T4744 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2361f7 name:ZooKeeperConnection Watcher:127.0.0.1:37425/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1015047 T4720 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1015048 T4720 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1015051 T4720 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1015054 T4720 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1015055 T4720 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59578_
   [junit4]   2> 1015056 T4720 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59578_
   [junit4]   2> 1015058 T4720 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1015059 T4720 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1015065 T4720 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:59578_
   [junit4]   2> 1015065 T4720 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1015067 T4720 oasc.Overseer.start Overseer (id=91496204164595716-127.0.0.1:59578_-n_0000000000) starting
   [junit4]   2> 1015069 T4720 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1015072 T4746 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1015072 T4720 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1015072 T4746 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 1015074 T4720 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1015075 T4720 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1015077 T4745 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1015079 T4747 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 1015079 T4747 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1015080 T4744 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1015080 T4747 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1015081 T4745 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1015081 T4745 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:59578",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:59578_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1015081 T4745 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 1015082 T4745 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1015084 T4744 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1015085 T4744 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> 1016080 T4747 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1016081 T4747 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.DistribCursorPagingTest-controljetty-1396121279549/collection1
   [junit4]   2> 1016081 T4747 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1016082 T4747 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1016082 T4747 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1016083 T4747 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1016083 T4747 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.DistribCursorPagingTest-controljetty-1396121279549/collection1/'
   [junit4]   2> 1016084 T4747 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.DistribCursorPagingTest-controljetty-1396121279549/collection1/lib/classes/' to classloader
   [junit4]   2> 1016084 T4747 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.DistribCursorPagingTest-controljetty-1396121279549/collection1/lib/README' to classloader
   [junit4]   2> 1016104 T4747 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 1016112 T4747 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1016113 T4747 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1016119 T4747 oass.IndexSchema.readSchema [collection1] Schema name=sortable
   [junit4]   2> 1016621 T4747 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1016622 T4747 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1016622 T4747 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.DistribCursorPagingTest-controljetty-1396121279549/collection1/, dataDir=./org.apache.solr.cloud.DistribCursorPagingTest-1396121279365/control/data/
   [junit4]   2> 1016623 T4747 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 1016623 T4747 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DistribCursorPagingTest-1396121279365/control/data
   [junit4]   2> 1016623 T4747 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.DistribCursorPagingTest-1396121279365/control/data/index/
   [junit4]   2> 1016624 T4747 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.DistribCursorPagingTest-1396121279365/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1016624 T4747 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DistribCursorPagingTest-1396121279365/control/data/index
   [junit4]   2> 1016624 T4747 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6274995044103161]
   [junit4]   2> 1016625 T4747 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1780d28 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cb284b),segFN=segments_1,generation=1}
   [junit4]   2> 1016625 T4747 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1016626 T4747 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1016626 T4747 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1016626 T4747 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1016627 T4747 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1016627 T4747 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
   [junit4]   2> 1016627 T4747 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1016627 T4747 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
   [junit4]   2> 1016629 T4747 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1016630 T4747 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1016631 T4747 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1016631 T4747 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1016631 T4747 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1780d28 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cb284b),segFN=segments_1,generation=1}
   [junit4]   2> 1016632 T4747 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1016632 T4747 oass.SolrIndexSearcher.<init> Opening Searcher@1c4181d[collection1] main
   [junit4]   2> 1016633 T4748 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1c4181d[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1016633 T4747 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1016633 T4720 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1016634 T4720 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1016633 T4751 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:59578 collection:control_collection shard:shard1
   [junit4]   2> 1016635 T4751 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1016637 T4720 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1016638 T4753 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18c12a9 name:ZooKeeperConnection Watcher:127.0.0.1:37425/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1016638 T4720 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1016639 T4720 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1016643 T4720 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1016644 T4751 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1016646 T4744 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1016647 T4751 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1016647 T4751 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2807 name=collection1 org.apache.solr.core.SolrCore@c56557 url=https://127.0.0.1:59578/collection1 node=127.0.0.1:59578_ C2807_STATE=coll:control_collection core:collection1 props:{state=down, base_url=https://127.0.0.1:59578, core=collection1, node_name=127.0.0.1:59578_}
   [junit4]   2> 1016647 T4751 C2807 P59578 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:59578/collection1/
   [junit4]   2> 1016648 T4751 C2807 P59578 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1016648 T4751 C2807 P59578 oasc.SyncStrategy.syncToMe https://127.0.0.1:59578/collection1/ has no replicas
   [junit4]   2> 1016648 T4751 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:59578/collection1/ shard1
   [junit4]   2> 1016649 T4751 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1016651 T4745 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1016665 T4744 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1016666 T4744 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> 1016666 T4753 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> 1016671 T4745 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1016674 T4744 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1016720 T4720 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 1016721 T4720 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1016723 T4720 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1016725 T4720 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:56648
   [junit4]   2> 1016726 T4720 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1016727 T4720 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1016727 T4720 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DistribCursorPagingTest-jetty1-1396121281288
   [junit4]   2> 1016728 T4720 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DistribCursorPagingTest-jetty1-1396121281288/'
   [junit4]   2> 1016751 T4720 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DistribCursorPagingTest-jetty1-1396121281288/solr.xml
   [junit4]   2> 1016765 T4720 oasc.CoreContainer.<init> New CoreContainer 13875267
   [junit4]   2> 1016766 T4720 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DistribCursorPagingTest-jetty1-1396121281288/]
   [junit4]   2> 1016766 T4720 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1016767 T4720 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1016767 T4720 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1016768 T4720 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1016768 T4720 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1016769 T4720 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1016769 T4720 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1016770 T4720 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1016770 T4720 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1016773 T4720 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1016774 T4720 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1016774 T4720 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1016775 T4720 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:37425/solr
   [junit4]   2> 1016776 T4720 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1016777 T4744 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> 1016777 T4753 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> 1016777 T4720 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1016780 T4764 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d14c30 name:ZooKeeperConnection Watcher:127.0.0.1:37425 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1016780 T4720 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1016782 T4720 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1016783 T4766 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1707376 name:ZooKeeperConnection Watcher:127.0.0.1:37425/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1016784 T4720 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1016787 T4720 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1016818 T4751 oasc.ZkController.register We are https://127.0.0.1:59578/collection1/ and leader is https://127.0.0.1:59578/collection1/
   [junit4]   2> 1016819 T4751 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:59578
   [junit4]   2> 1016819 T4751 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1016819 T4751 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 1016819 T4751 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1016821 T4744 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1016822 T4744 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1016822 T4744 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1016822 T4751 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1016823 T4745 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1016824 T4745 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:59578",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:59578_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 1016826 T4744 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1016928 T4753 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> 1016928 T4744 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> 1016928 T4766 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> 1017790 T4720 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56648_
   [junit4]   2> 1017791 T4720 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56648_
   [junit4]   2> 1017793 T4753 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1017793 T4766 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1017793 T4744 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1017797 T4767 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1017798 T4767 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1017799 T4767 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1017799 T4744 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1017799 T4744 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1017799 T4744 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1017801 T4745 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1017801 T4745 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:56648",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:56648_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1017801 T4745 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 1017802 T4745 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 1017804 T4744 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1017906 T4753 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> 1017906 T4766 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> 1017906 T4744 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> 1018799 T4767 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1018799 T4767 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DistribCursorPagingTest-jetty1-1396121281288/collection1
   [junit4]   2> 1018800 T4767 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1018800 T4767 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1018800 T4767 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1018801 T4767 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1018802 T4767 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DistribCursorPagingTest-jetty1-1396121281288/collection1/'
   [junit4]   2> 1018802 T4767 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.DistribCursorPagingTest-jetty1-1396121281288/collection1/lib/classes/' to classloader
   [junit4]   2> 1018803 T4767 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.DistribCursorPagingTest-jetty1-1396121281288/collection1/lib/README' to classloader
   [junit4]   2> 1018823 T4767 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 1018839 T4767 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1018840 T4767 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1018845 T4767 oass.IndexSchema.readSchema [collection1] Schema name=sortable
   [junit4]   2> 1019035 T4767 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1019036 T4767 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1019036 T4767 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DistribCursorPagingTest-jetty1-1396121281288/collection1/, dataDir=./org.apache.solr.cloud.DistribCursorPagingTest-1396121279365/jetty1/
   [junit4]   2> 1019037 T4767 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 1019037 T4767 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DistribCursorPagingTest-1396121279365/jetty1
   [junit4]   2> 1019037 T4767 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.DistribCursorPagingTest-1396121279365/jetty1/index/
   [junit4]   2> 1019038 T4767 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.DistribCursorPagingTest-1396121279365/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 1019038 T4767 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DistribCursorPagingTest-1396121279365/jetty1/index
   [junit4]   2> 1019038 T4767 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6274995044103161]
   [junit4]   2> 1019039 T4767 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@18344bc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b8925d),segFN=segments_1,generation=1}
   [junit4]   2> 1019039 T4767 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1019040 T4767 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1019041 T4767 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1019041 T4767 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1019041 T4767 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1019042 T4767 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
   [junit4]   2> 1019042 T4767 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1019042 T4767 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
   [junit4]   2> 1019044 T4767 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1019046 T4767 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1019046 T4767 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1019046 T4767 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1019047 T4767 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@18344bc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b8925d),segFN=segments_1,generation=1}
   [junit4]   2> 1019047 T4767 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1019047 T4767 oass.SolrIndexSearcher.<init> Opening Searcher@807c8[collection1] main
   [junit4]   2> 1019048 T4768 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@807c8[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1019048 T4767 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1019049 T4720 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1019049 T4720 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1019049 T4771 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:56648 collection:collection1 shard:shard2
   [junit4]   2> 1019051 T4771 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 1019057 T4771 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 1019059 T4744 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1019059 T4744 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1019059 T4744 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1019059 T4771 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1019060 T4771 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2808 name=collection1 org.apache.solr.core.SolrCore@1aeb478 url=https://127.0.0.1:56648/collection1 node=127.0.0.1:56648_ C2808_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:56648, core=collection1, node_name=127.0.0.1:56648_}
   [junit4]   2> 1019060 T4771 C2808 P56648 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:56648/collection1/
   [junit4]   2> 1019060 T4771 C2808 P56648 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1019060 T4745 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1019061 T4771 C2808 P56648 oasc.SyncStrategy.syncToMe https://127.0.0.1:56648/collection1/ has no replicas
   [junit4]   2> 1019061 T4771 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:56648/collection1/ shard2
   [junit4]   2> 1019061 T4771 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 1019064 T4744 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1019067 T4744 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1019070 T4744 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1019126 T4720 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 1019127 T4720 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1019129 T4720 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1019130 T4720 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:58835
   [junit4]   2> 1019132 T4720 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1019132 T4720 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1019133 T4720 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DistribCursorPagingTest-jetty2-1396121283695
   [junit4]   2> 1019133 T4720 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DistribCursorPagingTest-jetty2-1396121283695/'
   [junit4]   2> 1019149 T4720 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DistribCursorPagingTest-jetty2-1396121283695/solr.xml
   [junit4]   2> 1019158 T4720 oasc.CoreContainer.<init> New CoreContainer 11543006
   [junit4]   2> 1019158 T4720 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DistribCursorPagingTest-jetty2-1396121283695/]
   [junit4]   2> 1019159 T4720 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1019159 T4720 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1019160 T4720 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1019160 T4720 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1019160 T4720 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1019161 T4720 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1019161 T4720 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1019162 T4720 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1019162 T4720 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1019164 T4720 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1019164 T4720 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1019165 T4720 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1019165 T4720 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:37425/solr
   [junit4]   2> 1019166 T4720 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1019166 T4720 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1019168 T4782 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d2ce41 name:ZooKeeperConnection Watcher:127.0.0.1:37425 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1019168 T4720 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1019173 T4753 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> 1019173 T4744 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> 1019173 T4720 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1019173 T4766 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> 1019174 T4784 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b112ff name:ZooKeeperConnection Watcher:127.0.0.1:37425/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1019175 T4720 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1019180 T4720 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1019218 T4771 oasc.ZkController.register We are https://127.0.0.1:56648/collection1/ and leader is https://127.0.0.1:56648/collection1/
   [junit4]   2> 1019219 T4771 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:56648
   [junit4]   2> 1019219 T4771 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1019219 T4771 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 1019219 T4771 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1019221 T4744 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1019221 T4744 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1019221 T4771 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1019221 T4744 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1019223 T4745 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1019224 T4745 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:56648",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:56648_",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 1019227 T4744 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1019330 T4753 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> 1019330 T4766 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> 1019330 T4744 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> 1019330 T4784 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> 1020183 T4720 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58835_
   [junit4]   2> 1020185 T4720 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58835_
   [junit4]   2> 1020187 T4753 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1020187 T4784 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1020187 T4744 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1020187 T4766 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1020192 T4785 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1020193 T4785 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1020194 T4744 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1020194 T4785 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1020194 T4744 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1020194 T4744 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1020195 T4745 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1020196 T4745 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:58835",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:58835_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1020196 T4745 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 1020196 T4745 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1020198 T4744 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1020300 T4766 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> 1020300 T4744 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> 1020300 T4753 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> 1020300 T4784 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> 1021194 T4785 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1021195 T4785 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DistribCursorPagingTest-jetty2-1396121283695/collection1
   [junit4]   2> 1021195 T4785 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1021196 T4785 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1021196 T4785 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1021197 T4785 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1021197 T4785 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DistribCursorPagingTest-jetty2-1396121283695/collection1/'
   [junit4]   2> 1021198 T4785 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.DistribCursorPagingTest-jetty2-1396121283695/collection1/lib/classes/' to classloader
   [junit4]   2> 1021198 T4785 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.DistribCursorPagingTest-jetty2-1396121283695/collection1/lib/README' to classloader
   [junit4]   2> 1021219 T4785 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 1021226 T4785 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1021227 T4785 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1021233 T4785 oass.IndexSchema.readSchema [collection1] Schema name=sortable
   [junit4]   2> 1021427 T4785 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1021428 T4785 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1021428 T4785 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DistribCursorPagingTest-jetty2-1396121283695/collection1/, dataDir=./org.apache.solr.cloud.DistribCursorPagingTest-1396121279365/jetty2/
   [junit4]   2> 1021428 T4785 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 1021429 T4785 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DistribCursorPagingTest-1396121279365/jetty2
   [junit4]   2> 1021430 T4785 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.DistribCursorPagingTest-1396121279365/jetty2/index/
   [junit4]   2> 1021430 T4785 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.DistribCursorPagingTest-1396121279365/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 1021430 T4785 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DistribCursorPagingTest-1396121279365/jetty2/index
   [junit4]   2> 1021431 T4785 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6274995044103161]
   [junit4]   2> 1021431 T4785 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7b74af lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1f6398d),segFN=segments_1,generation=1}
   [junit4]   2> 1021431 T4785 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1021432 T4785 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1021433 T4785 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1021433 T4785 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1021433 T4785 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1021433 T4785 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
   [junit4]   2> 1021433 T4785 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1021434 T4785 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
   [junit4]   2> 1021435 T4785 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1021437 T4785 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1021437 T4785 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1021437 T4785 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1021438 T4785 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7b74af lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1f6398d),segFN=segments_1,generation=1}
   [junit4]   2> 1021438 T4785 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1021438 T4785 oass.SolrIndexSearcher.<init> Opening Searcher@9ca20e[collection1] main
   [junit4]   2> 1021439 T4786 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@9ca20e[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1021439 T4785 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1021440 T4720 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1021440 T4720 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1021440 T4789 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:58835 collection:collection1 shard:shard1
   [junit4]   2> 1021447 T4789 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1021455 T4789 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1021457 T4744 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1021457 T4744 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1021458 T4744 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1021458 T4789 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1021458 T4789 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2809 name=collection1 org.apache.solr.core.SolrCore@f44494 url=https://127.0.0.1:58835/collection1 node=127.0.0.1:58835_ C2809_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:58835, core=collection1, node_name=127.0.0.1:58835_}
   [junit4]   2> 1021459 T4789 C2809 P58835 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:58835/collection1/
   [junit4]   2> 1021459 T4789 C2809 P58835 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1021459 T4745 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1021459 T4789 C2809 P58835 oasc.SyncStrategy.syncToMe https://127.0.0.1:58835/collection1/ has no replicas
   [junit4]   2> 1021460 T4789 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:58835/collection1/ shard1
   [junit4]   2> 1021460 T4789 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1021464 T4744 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1021466 T4744 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1021469 T4744 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1021556 T4720 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 1021557 T4720 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1021560 T4720 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1021561 T4720 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:48639
   [junit4]   2> 1021562 T4720 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1021563 T4720 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1021563 T4720 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DistribCursorPagingTest-jetty3-1396121286087
   [junit4]   2> 1021563 T4720 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DistribCursorPagingTest-jetty3-1396121286087/'
   [junit4]   2> 1021571 T4766 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> 1021572 T4753 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> 1021572 T4784 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> 1021572 T4744 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> 1021579 T4720 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DistribCursorPagingTest-jetty3-1396121286087/solr.xml
   [junit4]   2> 1021588 T4720 oasc.CoreContainer.<init> New CoreContainer 7363637
   [junit4]   2> 1021589 T4720 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DistribCursorPagingTest-jetty3-1396121286087/]
   [junit4]   2> 1021590 T4720 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1021590 T4720 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1021590 T4720 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1021591 T4720 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1021591 T4720 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1021591 T4720 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1021592 T4720 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1021592 T4720 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1021593 T4720 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1021595 T4720 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1021595 T4720 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1021596 T4720 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1021596 T4720 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:37425/solr
   [junit4]   2> 1021596 T4720 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1021597 T4720 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1021598 T4800 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@190b2dc name:ZooKeeperConnection Watcher:127.0.0.1:37425 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1021599 T4720 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1021601 T4720 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1021602 T4802 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6c6b49 name:ZooKeeperConnection Watcher:127.0.0.1:37425/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1021602 T4720 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1021606 T4720 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1021617 T4789 oasc.ZkController.register We are https://127.0.0.1:58835/collection1/ and leader is https://127.0.0.1:58835/collection1/
   [junit4]   2> 1021617 T4789 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:58835
   [junit4]   2> 1021618 T4789 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1021618 T4789 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 1021618 T4789 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1021620 T4744 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1021620 T4744 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1021620 T4789 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1021620 T4744 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1021621 T4745 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1021622 T4745 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:58835",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:58835_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 1021625 T4744 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1021727 T4766 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> 1021728 T4744 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> 1021728 T4784 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> 1021727 T4753 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> 1021727 T4802 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> 1022609 T4720 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48639_
   [junit4]   2> 1022611 T4720 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:48639_
   [junit4]   2> 1022613 T4766 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1022613 T4753 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1022614 T4744 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1022614 T4802 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1022613 T4784 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1022618 T4803 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1022619 T4803 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1022620 T4744 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1022620 T4803 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1022620 T4744 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1022620 T4744 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1022621 T4745 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1022622 T4745 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:48639",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:48639_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1022622 T4745 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 1022623 T4745 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 1022625 T4744 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1022728 T4753 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 1022728 T4744 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 1022728 T4784 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 1022728 T4802 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 1022728 T4766 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 1023620 T4803 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1023621 T4803 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DistribCursorPagingTest-jetty3-1396121286087/collection1
   [junit4]   2> 1023621 T4803 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1023622 T4803 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1023622 T4803 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1023623 T4803 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1023623 T4803 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DistribCursorPagingTest-jetty3-1396121286087/collection1/'
   [junit4]   2> 1023624 T4803 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.DistribCursorPagingTest-jetty3-1396121286087/collection1/lib/classes/' to classloader
   [junit4]   2> 1023624 T4803 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.DistribCursorPagingTest-jetty3-1396121286087/collection1/lib/README' to classloader
   [junit4]   2> 1023655 T4803 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 1023662 T4803 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1023663 T4803 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1023669 T4803 oass.IndexSchema.readSchema [collection1] Schema name=sortable
   [junit4]   2> 1023860 T4803 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1023861 T4803 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1023861 T4803 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.DistribCursorPagingTest-jetty3-1396121286087/collection1/, dataDir=./org.apache.solr.cloud.DistribCursorPagingTest-1396121279365/jetty3/
   [junit4]   2> 1023861 T4803 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 1023862 T4803 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DistribCursorPagingTest-1396121279365/jetty3
   [junit4]   2> 1023862 T4803 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.DistribCursorPagingTest-1396121279365/jetty3/index/
   [junit4]   2> 1023862 T4803 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.DistribCursorPagingTest-1396121279365/jetty3/index' doesn't exist. Creating new index...
   [junit4]   2> 1023863 T4803 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.DistribCursorPagingTest-1396121279365/jetty3/index
   [junit4]   2> 1023863 T4803 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6274995044103161]
   [junit4]   2> 1023863 T4803 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1f350c2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@24188e),segFN=segments_1,generation=1}
   [junit4]   2> 1023864 T4803 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1023865 T4803 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1023865 T4803 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1023865 T4803 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1023865 T4803 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1023865 T4803 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
   [junit4]   2> 1023866 T4803 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1023866 T4803 oasc.RequestHandlers.initHandlersFromConfig created /admin/: solr.admin.AdminHandlers
   [junit4]   2> 1023868 T4803 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1023869 T4803 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1023869 T4803 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1023869 T4803 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1023870 T4803 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1f350c2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@24188e),segFN=segments_1,generation=1}
   [junit4]   2> 1023870 T4803 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1023870 T4803 oass.SolrIndexSearcher.<init> Opening Searcher@8fe03[collection1] main
   [junit4]   2> 1023871 T4804 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@8fe03[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1023871 T4803 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1023872 T4720 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1023872 T4720 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1023872 T4807 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:48639 collection:collection1 shard:shard2
   [junit4]   2> 1023876 T4807 oasc.ZkController.register We are https://127.0.0.1:48639/collection1/ and leader is https://127.0.0.1:56648/collection1/
   [junit4]   2> 1023876 T4807 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:48639
   [junit4]   2> 1023876 T4807 oasc.ZkController.checkRecovery Core needs to recover:collection1
   [junit4]   2> 1023876 T4807 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
   [junit4]   2> ASYNC  NEW_CORE C2810 name=collection1 org.apache.solr.core.SolrCore@135b1a6 url=https://127.0.0.1:48639/collection1 node=127.0.0.1:48639_ C2810_STATE=coll:collection1 co

[...truncated too long message...]

legacy_sortable_double_last=PostingsFormat(name=NestedPulsing), str_first=PostingsFormat(name=Memory doPackFST= true), legacy_sortable_float_first=PostingsFormat(name=Direct), bcd_str_last=PostingsFormat(name=Direct), id=FST41, collation_en_primary_last=PostingsFormat(name=NestedPulsing), legacy_float=PostingsFormat(name=Memory doPackFST= true), date_last=PostingsFormat(name=NestedPulsing), legacy_sortable_long_first=PostingsFormat(name=Memory doPackFST= true), uuid_first=PostingsFormat(name=Direct), legacy_sortable_float_last=PostingsFormat(name=Memory doPackFST= true), double=FST41, bool_last=FST41, uuid_last=PostingsFormat(name=Memory doPackFST= true), enum=PostingsFormat(name=NestedPulsing), str=PostingsFormat(name=NestedPulsing), legacy_sortable_int_first=PostingsFormat(name=NestedPulsing), legacy_sortable_float=PostingsFormat(name=NestedPulsing), bcd_int=PostingsFormat(name=NestedPulsing), icu_collation_en_primary_last=PostingsFormat(name=NestedPulsing), bcd_long=PostingsFormat(name=Direct), currency____currency=PostingsFormat(name=Memory doPackFST= true), date_first=FST41, legacy_sortable_double=PostingsFormat(name=Memory doPackFST= true), legacy_date_last=FST41, bool=PostingsFormat(name=Memory doPackFST= true), currency_first____amount_raw=PostingsFormat(name=NestedPulsing), currency_first____currency=PostingsFormat(name=NestedPulsing), double_last=PostingsFormat(name=Direct), int_last=PostingsFormat(name=Memory doPackFST= true), long=PostingsFormat(name=Direct), enum_first=PostingsFormat(name=Memory doPackFST= true), bcd_int_last=PostingsFormat(name=Memory doPackFST= true), double_first=PostingsFormat(name=Memory doPackFST= true), legacy_sortable_double_first=PostingsFormat(name=NestedPulsing), icu_collation_en_primary_first=PostingsFormat(name=NestedPulsing), float_first=FST41, legacy_sortable_int=PostingsFormat(name=Memory doPackFST= true), currency____amount_raw=PostingsFormat(name=Memory doPackFST= true), long_first=FST41, currency_last____currency=FST41, bcd_long_first=FST41, bool_first=PostingsFormat(name=NestedPulsing), legacy_sortable_long_last=PostingsFormat(name=Direct), long_last=PostingsFormat(name=NestedPulsing), bcd_int_first=PostingsFormat(name=Direct), legacy_sortable_long=PostingsFormat(name=NestedPulsing), bcd_long_last=PostingsFormat(name=NestedPulsing), int=FST41, legacy_int=PostingsFormat(name=NestedPulsing), int_first=PostingsFormat(name=Direct), legacy_long=PostingsFormat(name=Memory doPackFST= true), enum_last=PostingsFormat(name=Direct), _version_=PostingsFormat(name=Memory doPackFST= true), bcd_str=FST41, currency_last____amount_raw=PostingsFormat(name=NestedPulsing), float_last=FST41, legacy_date_first=PostingsFormat(name=NestedPulsing), legacy_sortable_int_last=FST41}, docValues:{uuid_dv=DocValuesFormat(name=Asserting), collation_en_primary_dv_first=DocValuesFormat(name=Disk), icu_collation_en_primary_dv_first=DocValuesFormat(name=Disk), date_dv=DocValuesFormat(name=Memory), collation_en_primary_dv=DocValuesFormat(name=Memory), float_dv_first=DocValuesFormat(name=Asserting), double_dv_last=DocValuesFormat(name=Memory), uuid_dv_last=DocValuesFormat(name=Memory), date_dv_last=DocValuesFormat(name=Asserting), date_dv_first=DocValuesFormat(name=Disk), str_dv_last=DocValuesFormat(name=Memory), icu_collation_en_primary_dv_last=DocValuesFormat(name=Asserting), int_dv=DocValuesFormat(name=Asserting), str_dv_first=DocValuesFormat(name=Memory), icu_collation_en_primary_dv=DocValuesFormat(name=Memory), float_dv=DocValuesFormat(name=Memory), long_dv_last=DocValuesFormat(name=Disk), int_dv_first=DocValuesFormat(name=Memory), collation_en_primary_dv_last=DocValuesFormat(name=Asserting), long_dv_first=DocValuesFormat(name=Asserting), double_dv_first=DocValuesFormat(name=SimpleText), float_dv_last=DocValuesFormat(name=Disk), bin_dv_last=DocValuesFormat(name=Memory), uuid_dv_first=DocValuesFormat(name=Memory), double_dv=DocValuesFormat(name=Disk), str_dv=DocValuesFormat(name=Disk), int_dv_last=DocValuesFormat(name=Memory), bin_dv_first=DocValuesFormat(name=Memory), long_dv=DocValuesFormat(name=Memory), bin_dv=DocValuesFormat(name=Asserting)}, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=es_DO, timezone=Africa/Nairobi
   [junit4]   2> NOTE: Linux 3.8.0-37-generic i386/Oracle Corporation 1.8.0 (32-bit)/cpus=8,threads=1,free=223828464,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestDistributedGrouping, AlternateDirectoryTest, HdfsLockFactoryTest, FullSolrCloudDistribCmdsTest, TestAnalyzedSuggestions, TestStressLucene, TestUtils, TestShardHandlerFactory, TestIndexSearcher, TestSolrDeletionPolicy2, SimplePostToolTest, TestRTGBase, TestCSVLoader, ChaosMonkeyNothingIsSafeTest, DistributedDebugComponentTest, FieldAnalysisRequestHandlerTest, SuggestComponentTest, TestFastOutputStream, TestManagedSchema, HdfsRecoveryZkTest, TestSweetSpotSimilarityFactory, SuggesterTSTTest, TestAtomicUpdateErrorCases, EnumFieldTest, TestCloudManagedSchema, DocValuesMultiTest, TestMultiCoreConfBootstrap, SuggesterWFSTTest, TestUniqueKeyFieldResource, OutputWriterTest, CurrencyFieldXmlFileTest, BlockCacheTest, TestCoreDiscovery, TestReload, ShardRoutingCustomTest, HardAutoCommitTest, TestArbitraryIndexDir, TestCustomSort, TestInitQParser, TestSolrJ, TestHashPartitioner, TestPartialUpdateDeduplication, BadIndexSchemaTest, TestQuerySenderListener, TestShortCircuitedRequests, TestRangeQuery, BadCopyFieldTest, SolrCmdDistributorTest, TestQuerySenderNoQuery, TestFiltering, SolrIndexConfigTest, TestNonDefinedSimilarityFactory, TestRecovery, DistributedQueryComponentCustomSortTest, TestRandomFaceting, TestBinaryField, CollectionsAPIDistributedZkTest, TestBinaryResponseWriter, NotRequiredUniqueKeyTest, TestDefaultSimilarityFactory, TestFuzzyAnalyzedSuggestions, TestFoldingMultitermQuery, QueryResultKeyTest, TestZkChroot, SolrPluginUtilsTest, StatsComponentTest, HdfsChaosMonkeySafeLeaderTest, TestSolrQueryParserDefaultOperatorResource, TestCodecSupport, DirectSolrSpellCheckerTest, TestFastLRUCache, TestRecoveryHdfs, HighlighterTest, TestStressRecovery, TestComponentsName, TestStressUserVersions, ConnectionManagerTest, ZkNodePropsTest, HdfsUnloadDistributedZkTest, DefaultValueUpdateProcessorTest, TestSerializedLuceneMatchVersion, TestHighlightDedupGrouping, PathHierarchyTokenizerFactoryTest, TestCloudManagedSchemaAddField, CurrencyFieldOpenExchangeTest, SpellingQueryConverterTest, JSONWriterTest, LeaderElectionIntegrationTest, DistributedSuggestComponentTest, UnloadDistributedZkTest, OpenCloseCoreStressTest, BasicZkTest, ZkSolrClientTest, SliceStateUpdateTest, TestDistributedSearch, AutoCommitTest, TestFaceting, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, TestStressReorder, SpellCheckComponentTest, QueryElevationComponentTest, ConvertedLegacyTest, BasicFunctionalityTest, TestLazyCores, ShowFileRequestHandlerTest, SignatureUpdateProcessorFactoryTest, SuggesterFSTTest, SolrRequestParserTest, TestUpdate, TestWordDelimiterFilterFactory, StatelessScriptUpdateProcessorFactoryTest, SolrInfoMBeanTest, DebugComponentTest, IndexBasedSpellCheckerTest, DisMaxRequestHandlerTest, TestWriterPerf, TestQueryTypes, FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, DocumentBuilderTest, TermVectorComponentTest, MoreLikeThisHandlerTest, FastVectorHighlighterTest, RegexBoostProcessorTest, TestJmxIntegration, TestCSVResponseWriter, QueryParsingTest, BinaryUpdateRequestHandlerTest, CSVRequestHandlerTest, UpdateParamsTest, TestMergePolicyConfig, TestSearchPerf, TestSolrCoreProperties, TestPostingsSolrHighlighter, TestPhraseSuggestions, TestCharFilters, TestXIncludeConfig, TestPerFieldSimilarity, TestIBSimilarityFactory, LegacyHTMLStripCharFilterTest, TimeZoneUtilsTest, ResourceLoaderTest, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, TestSolrXMLSerializer, PrimUtilsTest, TestSuggestSpellingConverter, DateFieldTest, SystemInfoHandlerTest, FileUtilsTest, SolrTestCaseJ4Test, TestDistributedMissingSort, AssignTest, CustomCollectionTest, DeleteReplicaTest, DistribCursorPagingTest]
   [junit4] Completed on J1 in 1224.85s, 1 test, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] JVM J1: stdout was not empty, see: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build/solr-core/test/temp/junit4-J1-20140329_191103_510.sysout
   [junit4] >>> JVM J1: stdout (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/heapdumps/java_pid16580.hprof ...
   [junit4] Heap dump file created [540200251 bytes in 3.131 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 9 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/build.xml:459: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/build.xml:439: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/solr/common-build.xml:505: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/lucene/common-build.xml:1278: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.7-Linux/lucene/common-build.xml:911: There were test failures: 365 suites, 1570 tests, 1 error, 35 ignored (7 assumptions)

Total time: 64 minutes 33 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.8.0 -client -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure