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/12/28 03:47:00 UTC

[JENKINS] Lucene-Solr-5.x-MacOSX (64bit/jdk1.8.0) - Build # 1975 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-MacOSX/1975/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC (asserts: true)

1 tests failed.
FAILED:  org.apache.solr.cloud.ShardSplitTest.testDistribSearch

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:62168

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:62168
	at __randomizedtesting.SeedInfo.seed([C7F2BDE2B52A7CC4:461433FAC2751CF8]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:578)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:213)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:209)
	at org.apache.solr.cloud.ShardSplitTest.splitShard(ShardSplitTest.java:532)
	at org.apache.solr.cloud.ShardSplitTest.incompleteOrOverlappingCustomRangeTest(ShardSplitTest.java:151)
	at org.apache.solr.cloud.ShardSplitTest.doTest(ShardSplitTest.java:103)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
	at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:150)
	at java.net.SocketInputStream.read(SocketInputStream.java:121)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:463)
	... 45 more




Build Log:
[...truncated 10031 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardSplitTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C7F2BDE2B52A7CC4-001/init-core-data-001
   [junit4]   2> 6318485 T18061 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 6318489 T18061 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 6318490 T18061 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 6318491 T18062 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 6318592 T18061 oasc.ZkTestServer.run start zk server on port:62158
   [junit4]   2> 6318593 T18061 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 6318595 T18061 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6318602 T18069 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@23dced63 name:ZooKeeperConnection Watcher:127.0.0.1:62158 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6318603 T18061 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6318603 T18061 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 6318603 T18061 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 6318611 T18061 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 6318612 T18061 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6318618 T18072 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@602a394a name:ZooKeeperConnection Watcher:127.0.0.1:62158/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6318619 T18061 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6318619 T18061 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 6318620 T18061 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 6318627 T18061 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 6318635 T18061 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 6318641 T18061 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 6318648 T18061 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 6318649 T18061 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 6318659 T18061 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 6318660 T18061 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 6318669 T18061 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 6318669 T18061 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 6318677 T18061 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 6318677 T18061 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 6318685 T18061 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 6318685 T18061 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 6318693 T18061 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 6318693 T18061 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 6318698 T18061 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 6318700 T18061 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 6318705 T18061 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 6318705 T18061 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 6318713 T18061 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 6318714 T18061 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 6318723 T18061 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 6318724 T18061 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 6318732 T18061 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 6318732 T18061 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 6320719 T18061 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6320728 T18061 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:62161
   [junit4]   2> 6320728 T18061 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4554617c
   [junit4]   2> 6320729 T18061 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 6320729 T18061 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C7F2BDE2B52A7CC4-001/tempDir-002
   [junit4]   2> 6320729 T18061 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C7F2BDE2B52A7CC4-001/tempDir-002/'
   [junit4]   2> 6320774 T18061 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C7F2BDE2B52A7CC4-001/tempDir-002/solr.xml
   [junit4]   2> 6320791 T18061 oasc.CoreContainer.<init> New CoreContainer 776430840
   [junit4]   2> 6320791 T18061 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C7F2BDE2B52A7CC4-001/tempDir-002/]
   [junit4]   2> 6320792 T18061 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 6320792 T18061 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 6320793 T18061 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 6320793 T18061 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6320794 T18061 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 6320794 T18061 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 6320794 T18061 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6320795 T18061 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 6320795 T18061 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 6320796 T18061 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 6320796 T18061 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 6320797 T18061 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6320797 T18061 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6320797 T18061 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 6320798 T18061 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:62158/solr
   [junit4]   2> 6320799 T18061 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 6320800 T18061 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 6320801 T18061 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6320805 T18084 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7046ae2f name:ZooKeeperConnection Watcher:127.0.0.1:62158 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6320806 T18061 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6320806 T18061 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 6320812 T18061 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6320816 T18087 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3f3933db name:ZooKeeperConnection Watcher:127.0.0.1:62158/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6320816 T18061 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6320820 T18061 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 6320831 T18061 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 6320840 T18061 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 6320848 T18061 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 6320855 T18061 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 6320865 T18061 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 6320870 T18061 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62161_
   [junit4]   2> 6320872 T18061 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62161_
   [junit4]   2> 6320880 T18061 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 6320887 T18061 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 6320894 T18061 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 6320898 T18061 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:62161_
   [junit4]   2> 6320898 T18061 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 6320905 T18061 oasc.Overseer.start Overseer (id=93043621452513283-127.0.0.1:62161_-n_0000000000) starting
   [junit4]   2> 6320911 T18061 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 6320936 T18061 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 6320937 T18089 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 6320939 T18061 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 6320945 T18061 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 6320950 T18061 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 6320961 T18088 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 6320971 T18091 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 6320971 T18091 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 6320973 T18091 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 6320973 T18087 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 6320983 T18088 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 0, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62161",
   [junit4]   2> 	  "node_name":"127.0.0.1:62161_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 6320985 T18088 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62161",
   [junit4]   2> 	  "node_name":"127.0.0.1:62161_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 6320985 T18088 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 6320985 T18088 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 6320988 T18087 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> 6321974 T18091 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 6321974 T18091 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 6321979 T18091 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 6321979 T18091 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 6321981 T18091 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 6321982 T18091 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C7F2BDE2B52A7CC4-001/tempDir-002/collection1/'
   [junit4]   2> 6321983 T18091 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C7F2BDE2B52A7CC4-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 6321983 T18091 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C7F2BDE2B52A7CC4-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 6321983 T18091 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C7F2BDE2B52A7CC4-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 6322028 T18091 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 6322035 T18091 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 6322050 T18091 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 6322060 T18091 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 6322065 T18091 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 6322069 T18091 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 6322197 T18091 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 6322198 T18091 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 6322199 T18091 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 6322205 T18091 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 6322267 T18091 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 6322267 T18091 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 6322268 T18091 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C7F2BDE2B52A7CC4-001/tempDir-002/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C7F2BDE2B52A7CC4-001/tempDir-001/control/data/
   [junit4]   2> 6322269 T18091 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@70fd4843
   [junit4]   2> 6322270 T18091 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C7F2BDE2B52A7CC4-001/tempDir-001/control/data
   [junit4]   2> 6322270 T18091 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C7F2BDE2B52A7CC4-001/tempDir-001/control/data/index/
   [junit4]   2> 6322271 T18091 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C7F2BDE2B52A7CC4-001/tempDir-001/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 6322271 T18091 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C7F2BDE2B52A7CC4-001/tempDir-001/control/data/index
   [junit4]   2> 6322272 T18091 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=855899855, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 6322273 T18091 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6f6eb269 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@246d57b5),segFN=segments_1,generation=1}
   [junit4]   2> 6322273 T18091 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6322278 T18091 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 6322278 T18091 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 6322279 T18091 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 6322279 T18091 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 6322279 T18091 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 6322279 T18091 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 6322280 T18091 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 6322280 T18091 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 6322281 T18091 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 6322281 T18091 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6322282 T18091 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6322282 T18091 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6322282 T18091 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6322283 T18091 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 6322283 T18091 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 6322284 T18091 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 6322298 T18091 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 6322299 T18091 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 6322302 T18091 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 6322302 T18091 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 6322303 T18091 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 6322303 T18091 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 6322304 T18091 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 6322304 T18091 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 6322305 T18091 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 6322306 T18091 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 6322306 T18091 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 6322307 T18091 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 6322316 T18091 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6322318 T18091 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6322320 T18091 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6322322 T18091 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6322328 T18091 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 6322329 T18091 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 6322330 T18091 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=47, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 6322330 T18091 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6f6eb269 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@246d57b5),segFN=segments_1,generation=1}
   [junit4]   2> 6322330 T18091 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6322331 T18091 oass.SolrIndexSearcher.<init> Opening Searcher@23ff16c4[collection1] main
   [junit4]   2> 6322331 T18091 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 6322332 T18091 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 6322333 T18091 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 6322335 T18091 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 6322335 T18091 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 6322335 T18091 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6322336 T18091 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 6322337 T18091 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6322338 T18091 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 6322338 T18091 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 6322341 T18091 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 6322341 T18092 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@23ff16c4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 6322346 T18095 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:62161 collection:control_collection shard:shard1
   [junit4]   2> 6322351 T18061 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 6322352 T18061 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 6322353 T18061 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 6322356 T18061 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6322357 T18095 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 6322361 T18098 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@77279d18 name:ZooKeeperConnection Watcher:127.0.0.1:62158/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6322361 T18061 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6322362 T18061 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 6322365 T18061 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 6322373 T18061 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 6322399 T18095 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 6322403 T18087 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 6322406 T18095 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 6322406 T18095 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C8777 name=collection1 org.apache.solr.core.SolrCore@18f952fa url=http://127.0.0.1:62161/collection1 node=127.0.0.1:62161_ C8777_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:62161, node_name=127.0.0.1:62161_, state=down}
   [junit4]   2> 6322406 T18095 C8777 P62161 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:62161/collection1/
   [junit4]   2> 6322407 T18095 C8777 P62161 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 6322407 T18095 C8777 P62161 oasc.SyncStrategy.syncToMe http://127.0.0.1:62161/collection1/ has no replicas
   [junit4]   2> 6322408 T18095 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:62161/collection1/ shard1
   [junit4]   2> 6322408 T18095 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 6322410 T18088 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 6322424 T18087 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 6322428 T18088 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62161",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 6322536 T18087 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> 6322536 T18098 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> 6322582 T18095 oasc.ZkController.register We are http://127.0.0.1:62161/collection1/ and leader is http://127.0.0.1:62161/collection1/
   [junit4]   2> 6322582 T18095 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:62161
   [junit4]   2> 6322582 T18095 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 6322582 T18095 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 6322583 T18095 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 6322585 T18087 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 6322593 T18088 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62161",
   [junit4]   2> 	  "node_name":"127.0.0.1:62161_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 2
   [junit4]   2> 6322594 T18088 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62161",
   [junit4]   2> 	  "node_name":"127.0.0.1:62161_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 6322703 T18098 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> 6322703 T18087 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> 6324105 T18061 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 6324107 T18061 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6324111 T18061 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:62165
   [junit4]   2> 6324112 T18061 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4554617c
   [junit4]   2> 6324113 T18061 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 6324113 T18061 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C7F2BDE2B52A7CC4-001/tempDir-003
   [junit4]   2> 6324114 T18061 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C7F2BDE2B52A7CC4-001/tempDir-003/'
   [junit4]   2> 6324160 T18061 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C7F2BDE2B52A7CC4-001/tempDir-003/solr.xml
   [junit4]   2> 6324184 T18061 oasc.CoreContainer.<init> New CoreContainer 1829777868
   [junit4]   2> 6324185 T18061 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C7F2BDE2B52A7CC4-001/tempDir-003/]
   [junit4]   2> 6324185 T18061 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 6324186 T18061 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 6324186 T18061 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 6324188 T18061 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6324188 T18061 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 6324189 T18061 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 6324189 T18061 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6324190 T18061 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 6324191 T18061 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 6324191 T18061 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 6324192 T18061 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 6324193 T18061 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6324193 T18061 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6324195 T18061 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 6324195 T18061 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:62158/solr
   [junit4]   2> 6324196 T18061 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 6324197 T18061 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 6324199 T18061 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6324203 T18110 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b8850e3 name:ZooKeeperConnection Watcher:127.0.0.1:62158 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6324204 T18061 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6324204 T18061 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 6324209 T18061 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6324214 T18113 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1476bc84 name:ZooKeeperConnection Watcher:127.0.0.1:62158/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6324215 T18061 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6324235 T18061 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 6325248 T18061 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62165_
   [junit4]   2> 6325251 T18061 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62165_
   [junit4]   2> 6325265 T18061 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 6325277 T18114 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 6325278 T18114 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 6325281 T18087 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 6325281 T18114 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 6325283 T18088 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62165",
   [junit4]   2> 	  "node_name":"127.0.0.1:62165_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 6325285 T18088 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62165",
   [junit4]   2> 	  "node_name":"127.0.0.1:62165_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 6325285 T18088 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 6325285 T18088 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 6325290 T18098 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> 6325291 T18087 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> 6325292 T18113 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> 6326282 T18114 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 6326282 T18114 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 6326285 T18114 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 6326289 T18114 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 6326292 T18114 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 6326292 T18114 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C7F2BDE2B52A7CC4-001/tempDir-003/collection1/'
   [junit4]   2> 6326293 T18114 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C7F2BDE2B52A7CC4-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 6326294 T18114 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C7F2BDE2B52A7CC4-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 6326294 T18114 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C7F2BDE2B52A7CC4-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 6326333 T18114 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 6326338 T18114 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 6326359 T18114 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 6326369 T18114 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 6326373 T18114 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 6326378 T18114 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 6326505 T18114 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 6326507 T18114 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 6326508 T18114 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 6326514 T18114 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 6326589 T18114 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 6326589 T18114 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 6326589 T18114 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C7F2BDE2B52A7CC4-001/tempDir-003/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C7F2BDE2B52A7CC4-001/tempDir-001/jetty1/
   [junit4]   2> 6326590 T18114 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@70fd4843
   [junit4]   2> 6326590 T18114 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C7F2BDE2B52A7CC4-001/tempDir-001/jetty1
   [junit4]   2> 6326590 T18114 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C7F2BDE2B52A7CC4-001/tempDir-001/jetty1/index/
   [junit4]   2> 6326591 T18114 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C7F2BDE2B52A7CC4-001/tempDir-001/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 6326591 T18114 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C7F2BDE2B52A7CC4-001/tempDir-001/jetty1/index
   [junit4]   2> 6326593 T18114 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=855899855, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 6326594 T18114 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@974ef26 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@235785d3),segFN=segments_1,generation=1}
   [junit4]   2> 6326594 T18114 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6326599 T18114 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 6326600 T18114 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 6326600 T18114 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 6326601 T18114 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 6326601 T18114 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 6326601 T18114 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 6326601 T18114 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 6326602 T18114 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 6326602 T18114 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 6326603 T18114 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6326604 T18114 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6326604 T18114 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6326604 T18114 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6326605 T18114 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 6326606 T18114 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 6326606 T18114 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 6326608 T18114 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 6326609 T18114 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 6326611 T18114 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 6326612 T18114 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 6326612 T18114 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 6326613 T18114 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 6326614 T18114 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 6326615 T18114 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 6326617 T18114 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 6326617 T18114 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 6326618 T18114 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 6326618 T18114 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 6326625 T18114 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6326627 T18114 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6326628 T18114 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6326629 T18114 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6326633 T18114 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 6326633 T18114 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 6326634 T18114 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=47, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 6326635 T18114 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@974ef26 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@235785d3),segFN=segments_1,generation=1}
   [junit4]   2> 6326635 T18114 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6326635 T18114 oass.SolrIndexSearcher.<init> Opening Searcher@433406e3[collection1] main
   [junit4]   2> 6326635 T18114 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 6326637 T18114 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 6326637 T18114 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 6326638 T18114 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 6326638 T18114 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 6326638 T18114 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6326639 T18114 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 6326640 T18114 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6326640 T18114 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 6326640 T18114 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 6326641 T18114 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 6326642 T18115 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@433406e3[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 6326644 T18118 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:62165 collection:collection1 shard:shard2
   [junit4]   2> 6326646 T18061 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 6326646 T18061 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 6326658 T18118 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 6326674 T18118 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 6326680 T18118 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 6326680 T18118 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 6326681 T18087 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> ASYNC  NEW_CORE C8778 name=collection1 org.apache.solr.core.SolrCore@5edc1faf url=http://127.0.0.1:62165/collection1 node=127.0.0.1:62165_ C8778_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:62165, node_name=127.0.0.1:62165_, state=down}
   [junit4]   2> 6326681 T18118 C8778 P62165 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:62165/collection1/
   [junit4]   2> 6326683 T18118 C8778 P62165 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 6326684 T18118 C8778 P62165 oasc.SyncStrategy.syncToMe http://127.0.0.1:62165/collection1/ has no replicas
   [junit4]   2> 6326684 T18118 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:62165/collection1/ shard2
   [junit4]   2> 6326685 T18118 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 6326689 T18088 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 4
   [junit4]   2> 6326703 T18087 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 6326706 T18088 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62165",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 6326816 T18113 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> 6326818 T18087 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> 6326819 T18098 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> 6326856 T18118 oasc.ZkController.register We are http://127.0.0.1:62165/collection1/ and leader is http://127.0.0.1:62165/collection1/
   [junit4]   2> 6326857 T18118 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:62165
   [junit4]   2> 6326857 T18118 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 6326857 T18118 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 6326857 T18118 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 6326862 T18087 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 6326865 T18088 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62165",
   [junit4]   2> 	  "node_name":"127.0.0.1:62165_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 6326869 T18088 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62165",
   [junit4]   2> 	  "node_name":"127.0.0.1:62165_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 6326989 T18098 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> 6326990 T18113 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> 6326991 T18087 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> 6329050 T18061 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 6329051 T18061 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6329066 T18061 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:62168
   [junit4]   2> 6329068 T18061 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4554617c
   [junit4]   2> 6329069 T18061 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 6329069 T18061 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C7F2BDE2B52A7CC4-001/tempDir-004
   [junit4]   2> 6329070 T18061 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C7F2BDE2B52A7CC4-001/tempDir-004/'
   [junit4]   2> 6329118 T18061 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C7F2BDE2B52A7CC4-001/tempDir-004/solr.xml
   [junit4]   2> 6329138 T18061 oasc.CoreContainer.<init> New CoreContainer 159683032
   [junit4]   2> 6329139 T18061 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C7F2BDE2B52A7CC4-001/tempDir-004/]
   [junit4]   2> 6329140 T18061 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 6329140 T18061 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 6329141 T18061 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 6329141 T18061 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6329142 T18061 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 6329142 T18061 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 6329143 T18061 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6329143 T18061 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 6329145 T18061 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 6329145 T18061 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 6329147 T18061 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 6329148 T18061 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6329148 T18061 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6329148 T18061 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 6329149 T18061 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:62158/solr
   [junit4]   2> 6329149 T18061 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 6329150 T18061 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 6329151 T18061 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6329157 T18130 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@63e95888 name:ZooKeeperConnection Watcher:127.0.0.1:62158 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6329157 T18061 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6329157 T18061 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 6329164 T18061 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6329169 T18133 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5e6e485a name:ZooKeeperConnection Watcher:127.0.0.1:62158/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6329170 T18061 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6329193 T18061 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 6330209 T18061 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62168_
   [junit4]   2> 6330211 T18061 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62168_
   [junit4]   2> 6330223 T18061 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 6330234 T18134 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 6330234 T18134 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 6330236 T18134 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 6330236 T18087 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 6330240 T18088 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62168",
   [junit4]   2> 	  "node_name":"127.0.0.1:62168_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 6
   [junit4]   2> 6330242 T18088 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62168",
   [junit4]   2> 	  "node_name":"127.0.0.1:62168_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 6330244 T18088 oasco.ReplicaMutator.updateState Collection already exists with numShards=2
   [junit4]   2> 6330244 T18088 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 6330249 T18098 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> 6330250 T18113 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> 6330251 T18087 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> 6330250 T18133 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> 6331237 T18134 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 6331238 T18134 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 6331239 T18134 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 6331240 T18134 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 6331243 T18134 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 6331243 T18134 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C7F2BDE2B52A7CC4-001/tempDir-004/collection1/'
   [junit4]   2> 6331246 T18134 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C7F2BDE2B52A7CC4-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 6331247 T18134 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C7F2BDE2B52A7CC4-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 6331248 T18134 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C7F2BDE2B52A7CC4-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 6331308 T18134 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 6331315 T18134 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 6331338 T18134 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 6331348 T18134 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 6331352 T18134 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 6331356 T18134 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 6331540 T18134 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 6331542 T18134 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 6331544 T18134 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 6331549 T18134 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 6331610 T18134 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 6331611 T18134 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 6331611 T18134 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C7F2BDE2B52A7CC4-001/tempDir-004/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C7F2BDE2B52A7CC4-001/tempDir-001/jetty2/
   [junit4]   2> 6331612 T18134 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@70fd4843
   [junit4]   2> 6331613 T18134 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C7F2BDE2B52A7CC4-001/tempDir-001/jetty2
   [junit4]   2> 6331614 T18134 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C7F2BDE2B52A7CC4-001/tempDir-001/jetty2/index/
   [junit4]   2> 6331614 T18134 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C7F2BDE2B52A7CC4-001/tempDir-001/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 6331615 T18134 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-C7F2BDE2B52A7CC4-001/tempDir-001/jetty2/index
   [junit4]   2> 6331616 T18134 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=855899855, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 6331618 T18134 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@404af61d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@428df972),segFN=segments_1,generation=1}
   [junit4]   2> 6331618 T18134 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6331627 T18134 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 6331628 T18134 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 6331628 T18134 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 6331629 T18134 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 6331629 T18134 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 6331630 T18134 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 6331630 T18134 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 6331631 T18134 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 6331631 T18134 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 6331632 T18134 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6331633 T18134 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6331634 T18134 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6331634 T18134 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6331635 T18134 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 6331637 T18134 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 6331638 T18134 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 6331639 T18134 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 6331640 T18134 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 6331645 T18134 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 6331646 T18134 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 6331647 T18134 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 6331648 T18134 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 6331649 T18134 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 6331649 T18134 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 6331650 T18134 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 6331651 T18134 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 6331652 T18134 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 6331653 T18134 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 6331665 T18134 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6331668 T18134 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6331669 T18134 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6331671 T18134 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6331674 T18134 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 6331674 T18134 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 6331675 T18134 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=47, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 6331676 T18134 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@404af61d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@428df972),segFN=segments_1,generation=1}
   [junit4]   2> 6331677 T18134 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6331677 T18134 oass.SolrIndexSearcher.<init> Opening Searcher@68381475[collection1] main
   [junit4]   2> 6331678 T18134 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 6331681 T18134 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 6331682 T18134 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 6331684 T18134 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 6331684 T18134 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 6331684 T18134 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6331687 T18134 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 6331687 T18134 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6331688 T18134 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 6331688 T18134 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 6331689 T18134 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 6331689 T18135 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@68381475[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 6331691 T18138 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:62168 collection:collection1 shard:shard1
   [junit4]   2> 6331692 T18061 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 6331693 T18061 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 6331693 T18138 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 6331710 T18138 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 6331716 T18087 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 6331721 T18088 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1"} current state version: 7
   [junit4]   2> 6331721 T18138 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 6331722 T18138 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C8779 name=collection1 org.apache.solr.core.SolrCore@5c0ea17b url=http://127.0.0.1:62168/collection1 node=127.0.0.1:62168_ C8779_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:62168, node_name=127.0.0.1:62168_, state=down}
   [junit4]   2> 6331722 T18138 C8779 P62168 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:62168/collection1/
   [junit4]   2> 6331723 T18138 C8779 P62168 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 6331724 T18138 C8779 P62168 oasc.SyncStrategy.syncToMe http://127.0.0.1:62168/collection1/ has no replicas
   [junit4]   2> 6331725 T18138 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:62168/collection1/ shard1
   [junit4]   2> 6331725 T18138 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 6331750 T18088 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62168",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 7
   [junit4]   2> 6331755 T18113 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> 6331756 T18098 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> 6331755 T18087 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> 6331757 T18133 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> 6331781 T18139 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 6331799 T18138 oasc.ZkController.register We are http://127.0.0.1:62168/collection1/ and leader is http://127.0.0.1:62168/collection1/
   [junit4]   2> 6331799 T18138 

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

 X 10.8.5 x86_64/Oracle Corporation 1.8.0_20 (64-bit)/cpus=2,threads=1,free=16403192,total=347164672
   [junit4]   2> NOTE: All tests run in this JVM: [TestFiltering, TestConfigReload, DistribDocExpirationUpdateProcessorTest, TestWordDelimiterFilterFactory, SpellCheckComponentTest, TestSolrDeletionPolicy1, ShardRoutingTest, TestSimpleQParserPlugin, DirectSolrSpellCheckerTest, TestPivotHelperCode, TestQuerySenderListener, FullSolrCloudDistribCmdsTest, PluginInfoTest, VMParamsZkACLAndCredentialsProvidersTest, DistributedExpandComponentTest, FastVectorHighlighterTest, SimpleFacetsTest, TestFastWriter, SolrCoreCheckLockOnStartupTest, TestPhraseSuggestions, CoreContainerCoreInitFailuresTest, TestIndexSearcher, ClusterStateTest, RankQueryTest, ResourceLoaderTest, AddBlockUpdateTest, SuggestComponentTest, TestClassNameShortening, RAMDirectoryFactoryTest, TestRealTimeGet, SuggesterTSTTest, TestManagedSchemaFieldTypeResource, TestFieldSortValues, TestExpandComponent, TestFreeTextSuggestions, TestMaxScoreQueryParser, MBeansHandlerTest, ScriptEngineTest, TestGroupingSearch, HdfsBasicDistributedZkTest, DocValuesTest, TestLazyCores, SpellingQueryConverterTest, TestUtils, TestSolrDeletionPolicy2, SimplePostToolTest, TestCollectionAPI, SpellPossibilityIteratorTest, DistributedFacetPivotLargeTest, SpatialFilterTest, ExitableDirectoryReaderTest, TestSchemaVersionResource, AtomicUpdatesTest, ReplicationFactorTest, TestDocBasedVersionConstraints, MoreLikeThisHandlerTest, DistributedQueryElevationComponentTest, TestCodecSupport, TestManagedSchemaFieldResource, ChaosMonkeyNothingIsSafeTest, TestReversedWildcardFilterFactory, UUIDUpdateProcessorFallbackTest, CollectionsAPIAsyncDistributedZkTest, TestOmitPositions, TestBulkSchemaAPI, PathHierarchyTokenizerFactoryTest, CurrencyFieldXmlFileTest, UUIDFieldTest, LegacyHTMLStripCharFilterTest, PreAnalyzedFieldTest, DateRangeFieldTest, IndexBasedSpellCheckerTest, TestReload, TestStressVersions, TestSolrQueryParserDefaultOperatorResource, TestReplicationHandler, StatelessScriptUpdateProcessorFactoryTest, TestRandomDVFaceting, AnalyticsMergeStrategyTest, DistributedSpellCheckComponentTest, CustomCollectionTest, EnumFieldTest, UnloadDistributedZkTest, SimpleMLTQParserTest, TestStressReorder, DirectUpdateHandlerTest, TestDynamicFieldCollectionResource, TestSolrXmlPersistence, TestCloudSchemaless, ExternalCollectionsTest, ZkSolrClientTest, TestMissingGroups, FileBasedSpellCheckerTest, TestManagedSynonymFilterFactory, DistribCursorPagingTest, TestRandomMergePolicy, TestCoreContainer, ZkControllerTest, TestElisionMultitermQuery, TestSolrDynamicMBean, FacetPivotSmallTest, TestSolrCoreProperties, DistributedFacetPivotSmallTest, SuggesterWFSTTest, TestLRUCache, DistributedFacetPivotSmallAdvancedTest, LeaderFailoverAfterPartitionTest, ZkStateWriterTest, TestDynamicFieldResource, TestJoin, DeleteShardTest, TestSchemaSimilarityResource, TestDynamicLoading, TestSolrConfigHandlerCloud, SortByFunctionTest, DistributedTermsComponentTest, TestDocSet, DirectSolrConnectionTest, SignatureUpdateProcessorFactoryTest, LeaderElectionIntegrationTest, LukeRequestHandlerTest, TestBM25SimilarityFactory, TestExtendedDismaxParser, HdfsChaosMonkeySafeLeaderTest, TestFieldCollectionResource, TestConfig, BinaryUpdateRequestHandlerTest, TestPostingsSolrHighlighter, CloudExitableDirectoryReaderTest, QueryParsingTest, TestRawResponseWriter, TestCopyFieldCollectionResource, QueryResultKeyTest, TestRandomFaceting, DistributedSuggestComponentTest, TestIBSimilarityFactory, TestRemoteStreaming, MergeStrategyTest, BadIndexSchemaTest, CoreAdminHandlerTest, TestNonDefinedSimilarityFactory, ModifyConfFileTest, BJQParserTest, UpdateParamsTest, TestTolerantSearch, DistributedFacetPivotWhiteBoxTest, NumericFieldsTest, LeaderInitiatedRecoveryOnCommitTest, XmlUpdateRequestHandlerTest, BasicFunctionalityTest, TimeZoneUtilsTest, PeerSyncTest, ClusterStateUpdateTest, SolrPluginUtilsTest, TestImplicitCoreProperties, JSONWriterTest, SharedFSAutoReplicaFailoverUtilsTest, ShardRoutingCustomTest, SliceStateTest, URLClassifyProcessorTest, CacheHeaderTest, MultiTermTest, FileUtilsTest, TestShardHandlerFactory, TestSerializedLuceneMatchVersion, TestStressRecovery, CSVRequestHandlerTest, TestArbitraryIndexDir, SolrXmlInZkTest, SOLR749Test, TestFoldingMultitermQuery, ChangedSchemaMergeTest, TestDistributedSearch, TestCloudManagedSchemaConcurrent, EchoParamsTest, TestClusterStateMutator, CursorPagingTest, TestSolr4Spatial, TestCSVLoader, TestFunctionQuery, TestSuggestSpellingConverter, TestCloudManagedSchema, RemoteQueryErrorTest, TestCursorMarkWithoutUniqueKey, SimpleCollectionCreateDeleteTest, SolrRequestParserTest, OutOfBoxZkACLAndCredentialsProvidersTest, FieldAnalysisRequestHandlerTest, TestWriterPerf, XsltUpdateRequestHandlerTest, TestPseudoReturnFields, ChaosMonkeySafeLeaderTest, BlockDirectoryTest, CircularListTest, PrimUtilsTest, TestManagedSchema, DistributedDebugComponentTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestInfoStreamLogging, TestConfigSets, PrimitiveFieldTypeTest, TestShortCircuitedRequests, TestRequestStatusCollectionAPI, OverseerCollectionProcessorTest, TestSchemaNameResource, TestJmxIntegration, SolrTestCaseJ4Test, TestDocumentBuilder, TestConfigOverlay, OverseerTest, DocumentAnalysisRequestHandlerTest, RecoveryZkTest, TestCustomSort, DistributedQueryComponentCustomSortTest, AnalysisErrorHandlingTest, TestDistribDocBasedVersion, MinimalSchemaTest, AnalysisAfterCoreReloadTest, TestBinaryResponseWriter, TestComponentsName, BasicDistributedZkTest, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, BasicZkTest, LeaderElectionTest, TestZkChroot, ZkCLITest, AutoCommitTest, TestDistributedGrouping, TestFaceting, TestRecovery, TestHashPartitioner, TermVectorComponentDistributedTest, HardAutoCommitTest, TestRangeQuery, SolrCoreTest, StatsComponentTest, SolrCmdDistributorTest, QueryElevationComponentTest, ConvertedLegacyTest, TestSort, TestBadConfig, HighlighterTest, SoftAutoCommitTest, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, SolrIndexSplitterTest, TestCoreDiscovery, SpellCheckCollatorTest, SuggesterFSTTest, SuggesterTest, TestStressLucene, TestTrie, PolyFieldTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, TestUpdate, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, QueryEqualityTest, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, DocValuesMultiTest, DistanceFunctionTest, SolrInfoMBeanTest, DebugComponentTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, TestQueryUtils, StandardRequestHandlerTest, TestQueryTypes, TermsComponentTest, RequestHandlersTest, DocumentBuilderTest, TestValueSourceCache, TermVectorComponentTest, TestIndexingPerformance, RequiredFieldsTest, TestSolrQueryParser, IndexSchemaRuntimeFieldTest, LoggingHandlerTest, RegexBoostProcessorTest, IndexSchemaTest, TestCollationField, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, TestCSVResponseWriter, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, PingRequestHandlerTest, SearchHandlerTest, TestLFUCache, HighlighterConfigTest, AlternateDirectoryTest, TestSolrIndexConfig, TestQuerySenderNoQuery, CopyFieldTest, ResponseLogComponentTest, SolrIndexConfigTest, BadComponentTest, TestMergePolicyConfig, SampleTest, TestBinaryField, TestSearchPerf, OutputWriterTest, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestCharFilters, SynonymTokenizerTest, TestXIncludeConfig, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestDefaultSimilarityFactory, TestJmxMonitoredMap, TestFastOutputStream, OpenExchangeRatesOrgProviderTest, TestFastLRUCache, DateMathParserTest, TestSystemIdResolver, DateFieldTest, DOMUtilTest, TestSolrJ, ZkNodePropsTest, SystemInfoHandlerTest, TestRTGBase, DistributedIntervalFacetingTest, TestDistributedMissingSort, TestHighlightDedupGrouping, AliasIntegrationTest, AssignTest, AsyncMigrateRouteKeyTest, ConnectionManagerTest, DeleteInactiveReplicaTest, DeleteLastCustomShardedReplicaTest, DeleteReplicaTest, DistributedQueueTest, HttpPartitionTest, MigrateRouteKeyTest, MultiThreadedOCPTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerRolesTest, OverseerStatusTest, RollingRestartTest, SSLMigrationTest, ShardSplitTest]
   [junit4] Completed in 362.74s, 1 test, 1 error <<< FAILURES!

[...truncated 277 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:529: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:477: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:61: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/extra-targets.xml:39: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build.xml:190: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/common-build.xml:508: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1363: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:970: There were test failures: 453 suites, 1855 tests, 1 error, 37 ignored (21 assumptions)

Total time: 174 minutes 5 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC (asserts: true)
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any