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/08/24 07:26:07 UTC

[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 1787 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1787/
Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseSerialGC

1 tests failed.
REGRESSION:  org.apache.solr.schema.TestCloudSchemaless.testDistribSearch

Error Message:
Timeout occured while waiting response from server at: https://127.0.0.1:53424/g_/g/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:53424/g_/g/collection1
	at __randomizedtesting.SeedInfo.seed([3F56E9A5608F5F13:BEB067BD17D03F2F]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:558)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:68)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:54)
	at org.apache.solr.schema.TestCloudSchemaless.doTest(TestCloudSchemaless.java:140)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
	at sun.reflect.GeneratedMethodAccessor58.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:152)
	at java.net.SocketInputStream.read(SocketInputStream.java:122)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:442)
	at sun.security.ssl.InputRecord.read(InputRecord.java:480)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:884)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:448)
	... 46 more




Build Log:
[...truncated 12067 lines...]
   [junit4] Suite: org.apache.solr.schema.TestCloudSchemaless
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/init-core-data-001
   [junit4]   2> 6543246 T16078 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 6543247 T16078 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /g_/g
   [junit4]   2> 6543252 T16078 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 6543254 T16078 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 6543255 T16079 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 6543360 T16078 oasc.ZkTestServer.run start zk server on port:53407
   [junit4]   2> 6543362 T16078 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6543371 T16085 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16de5a6d name:ZooKeeperConnection Watcher:127.0.0.1:53407 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6543372 T16078 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6543372 T16078 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 6543393 T16078 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6543400 T16087 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@426d78f2 name:ZooKeeperConnection Watcher:127.0.0.1:53407/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6543400 T16078 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6543401 T16078 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 6543418 T16078 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 6543433 T16078 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 6543444 T16078 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 6543462 T16078 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-schemaless.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 6543463 T16078 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 6543478 T16078 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema-add-schema-fields-update-processor.xml to /configs/conf1/schema.xml
   [junit4]   2> 6543479 T16078 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 6543489 T16078 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 6543490 T16078 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 6543501 T16078 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 6543502 T16078 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 6543511 T16078 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 6543512 T16078 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 6543521 T16078 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 6543523 T16078 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 6543534 T16078 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 6543535 T16078 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 6543547 T16078 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 6543548 T16078 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 6543558 T16078 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 6543559 T16078 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 6543568 T16078 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 6543569 T16078 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 6543578 T16078 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 6543579 T16078 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 6543592 T16078 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6543596 T16089 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6b70ec68 name:ZooKeeperConnection Watcher:127.0.0.1:53407/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6543596 T16078 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6546055 T16078 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6546066 T16078 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 6546068 T16078 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:53411
   [junit4]   2> 6546074 T16078 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 6546075 T16078 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 6546075 T16078 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-002
   [junit4]   2> 6546076 T16078 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-002/'
   [junit4]   2> 6546125 T16078 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-002/solr.xml
   [junit4]   2> 6546214 T16078 oasc.CoreContainer.<init> New CoreContainer 1611859068
   [junit4]   2> 6546215 T16078 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-002/]
   [junit4]   2> 6546217 T16078 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 6546217 T16078 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 6546218 T16078 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 6546218 T16078 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6546218 T16078 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 6546219 T16078 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6546219 T16078 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 6546220 T16078 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 6546220 T16078 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 6546223 T16078 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 6546227 T16078 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6546227 T16078 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6546227 T16078 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 6546228 T16078 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53407/solr
   [junit4]   2> 6546229 T16078 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 6546232 T16078 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6546237 T16100 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@60c8565e name:ZooKeeperConnection Watcher:127.0.0.1:53407 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6546237 T16078 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6546243 T16078 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6546248 T16102 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2998c744 name:ZooKeeperConnection Watcher:127.0.0.1:53407/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6546248 T16078 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6546252 T16078 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 6546265 T16078 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 6546274 T16078 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 6546286 T16078 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 6546295 T16078 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 6546308 T16078 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 6546313 T16078 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53411_g_%2Fg
   [junit4]   2> 6546315 T16078 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53411_g_%2Fg
   [junit4]   2> 6546325 T16078 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 6546333 T16078 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 6546339 T16078 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 6546347 T16078 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:53411_g_%2Fg
   [junit4]   2> 6546348 T16078 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 6546355 T16078 oasc.Overseer.start Overseer (id=92330884513005572-127.0.0.1:53411_g_%2Fg-n_0000000000) starting
   [junit4]   2> 6546364 T16078 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 6546400 T16078 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 6546401 T16104 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 6546403 T16078 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 6546412 T16078 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 6546418 T16078 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 6546428 T16103 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 6546446 T16106 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 6546446 T16106 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 6546448 T16106 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 6546449 T16107 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6546457 T16103 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:53411_g_%2Fg",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53411/g_/g",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"1"}
   [junit4]   2> 6546457 T16103 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 6546457 T16103 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 6546466 T16107 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> 6547450 T16106 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 6547451 T16106 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 6547453 T16106 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 6547454 T16106 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 6547457 T16106 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 6547458 T16106 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-002/collection1/'
   [junit4]   2> 6547461 T16106 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 6547463 T16106 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 6547464 T16106 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 6547537 T16106 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 6547599 T16106 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 6547600 T16106 oass.ManagedIndexSchemaFactory.create The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 6547603 T16106 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 6547611 T16106 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 6547656 T16106 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 6547659 T16106 oass.ManagedIndexSchema.persistManagedSchemaToZooKeeper Created and persisted managed schema znode at /configs/conf1/managed-schema
   [junit4]   2> 6547664 T16106 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml.bak
   [junit4]   2> 6547673 T16106 oass.ManagedIndexSchemaFactory.zkUgradeToManagedSchema After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/conf1/schema.xml to /configs/conf1/schema.xml.bak
   [junit4]   2> 6547673 T16106 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 6547673 T16106 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 6547674 T16106 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-002/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-002/collection1/data/
   [junit4]   2> 6547674 T16106 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 6547675 T16106 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-002/collection1/data
   [junit4]   2> 6547676 T16106 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-002/collection1/data/index/
   [junit4]   2> 6547676 T16106 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-002/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 6547677 T16106 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-002/collection1/data/index
   [junit4]   2> 6547678 T16106 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=40, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6007227541229165]
   [junit4]   2> 6547686 T16106 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@51a0ca47; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6547687 T16106 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6547689 T16106 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 6548245 T16106 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 6548246 T16106 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6548246 T16106 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6548246 T16106 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6548247 T16106 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6548248 T16106 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 6548248 T16106 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 6548249 T16106 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 6548249 T16106 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6548250 T16106 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 6548250 T16106 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 6548250 T16106 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 6548272 T16106 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6548276 T16106 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6548282 T16106 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6548286 T16106 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6548292 T16106 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6548302 T16106 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 6548303 T16106 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 6548305 T16106 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=51.7080078125, floorSegmentMB=0.41015625, forceMergeDeletesPctAllowed=7.594497391268379, segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.43125634062710627
   [junit4]   2> 6548309 T16106 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@51a0ca47; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6548310 T16106 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6548312 T16106 oass.SolrIndexSearcher.<init> Opening Searcher@7a786e83[collection1] main
   [junit4]   2> 6548313 T16106 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 6548318 T16106 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 6548319 T16106 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 6548325 T16106 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 6548325 T16106 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 6548326 T16106 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6548328 T16106 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 6548329 T16106 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6548331 T16106 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json
   [junit4]   2> 6548343 T16106 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json
   [junit4]   2> 6548343 T16106 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6548344 T16106 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 6548344 T16106 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 6548375 T16106 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 6548375 T16108 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7a786e83[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 6548379 T16111 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:53411/g_/g collection:control_collection shard:shard1
   [junit4]   2> 6548381 T16078 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 6548382 T16078 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 6548382 T16111 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 6548393 T16078 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6548408 T16113 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7b96bbe5 name:ZooKeeperConnection Watcher:127.0.0.1:53407/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6548411 T16078 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6548419 T16111 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 6548419 T16078 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 6548430 T16111 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 6548430 T16111 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3906 name=collection1 org.apache.solr.core.SolrCore@4c7e97d8 url=https://127.0.0.1:53411/g_/g/collection1 node=127.0.0.1:53411_g_%2Fg C3906_STATE=coll:control_collection core:collection1 props:{core=collection1, node_name=127.0.0.1:53411_g_%2Fg, base_url=https://127.0.0.1:53411/g_/g, state=down}
   [junit4]   2> 6548431 T16111 C3906 P53411 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:53411/g_/g/collection1/
   [junit4]   2> 6548431 T16107 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6548431 T16111 C3906 P53411 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 6548433 T16111 C3906 P53411 oasc.SyncStrategy.syncToMe https://127.0.0.1:53411/g_/g/collection1/ has no replicas
   [junit4]   2> 6548433 T16111 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:53411/g_/g/collection1/ shard1
   [junit4]   2> 6548434 T16111 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 6548435 T16078 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 6548449 T16107 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> 6548463 T16114 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> 6548479 T16107 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6548605 T16114 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> 6548606 T16107 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> 6548640 T16111 oasc.ZkController.register We are https://127.0.0.1:53411/g_/g/collection1/ and leader is https://127.0.0.1:53411/g_/g/collection1/
   [junit4]   2> 6548641 T16111 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:53411/g_/g
   [junit4]   2> 6548642 T16111 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 6548642 T16111 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 6548643 T16111 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 6548649 T16107 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6548658 T16103 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:53411_g_%2Fg",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53411/g_/g",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"4"}
   [junit4]   2> 6548771 T16107 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> 6548774 T16114 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> 6550665 T16078 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 6550666 T16078 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6550676 T16078 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 6550678 T16078 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:53415
   [junit4]   2> 6550682 T16078 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 6550683 T16078 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 6550683 T16078 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-003
   [junit4]   2> 6550683 T16078 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-003/'
   [junit4]   2> 6550739 T16078 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-003/solr.xml
   [junit4]   2> 6550876 T16078 oasc.CoreContainer.<init> New CoreContainer 1336661311
   [junit4]   2> 6550877 T16078 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-003/]
   [junit4]   2> 6550883 T16078 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 6550884 T16078 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 6550885 T16078 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 6550885 T16078 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6550886 T16078 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 6550887 T16078 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6550887 T16078 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 6550888 T16078 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 6550888 T16078 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 6550894 T16078 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 6550899 T16078 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6550900 T16078 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6550900 T16078 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 6550901 T16078 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53407/solr
   [junit4]   2> 6550902 T16078 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 6550903 T16078 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6550907 T16125 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2338e48 name:ZooKeeperConnection Watcher:127.0.0.1:53407 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6550909 T16078 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6550916 T16078 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6550919 T16127 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@770e4770 name:ZooKeeperConnection Watcher:127.0.0.1:53407/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6550920 T16078 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6550949 T16078 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 6551957 T16078 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53415_g_%2Fg
   [junit4]   2> 6551960 T16078 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53415_g_%2Fg
   [junit4]   2> 6551969 T16078 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 6551986 T16129 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 6551986 T16129 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 6551989 T16107 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6551989 T16129 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 6551995 T16103 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:53415_g_%2Fg",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53415/g_/g",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"4"}
   [junit4]   2> 6551996 T16103 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3, shard4]
   [junit4]   2> 6551996 T16103 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 6552002 T16107 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> 6552003 T16128 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> 6552003 T16114 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> 6552991 T16129 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 6552992 T16129 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 6552994 T16129 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 6552994 T16129 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 6552999 T16129 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 6552999 T16129 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-003/collection1/'
   [junit4]   2> 6553001 T16129 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 6553001 T16129 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 6553002 T16129 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 6553079 T16129 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 6553126 T16129 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 6553131 T16129 oass.IndexSchema.readSchema Reading Solr Schema from managed-schema
   [junit4]   2> 6553149 T16129 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 6553256 T16129 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 6553258 T16129 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 6553259 T16129 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 6553260 T16129 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-003/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-003/collection1/data/
   [junit4]   2> 6553260 T16129 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 6553261 T16129 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-003/collection1/data
   [junit4]   2> 6553263 T16129 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-003/collection1/data/index/
   [junit4]   2> 6553264 T16129 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-003/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 6553266 T16129 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-003/collection1/data/index
   [junit4]   2> 6553266 T16129 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=40, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6007227541229165]
   [junit4]   2> 6553273 T16129 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5fffdf8f; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6553273 T16129 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6553276 T16129 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 6553278 T16129 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 6553279 T16129 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6553279 T16129 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6553279 T16129 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6553279 T16129 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6553281 T16129 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 6553281 T16129 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 6553282 T16129 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 6553282 T16129 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6553282 T16129 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 6553282 T16129 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 6553283 T16129 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 6553298 T16129 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6553301 T16129 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6553302 T16129 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6553305 T16129 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6553307 T16129 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6553314 T16129 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 6553315 T16129 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 6553316 T16129 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=51.7080078125, floorSegmentMB=0.41015625, forceMergeDeletesPctAllowed=7.594497391268379, segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.43125634062710627
   [junit4]   2> 6553319 T16129 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5fffdf8f; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6553320 T16129 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6553320 T16129 oass.SolrIndexSearcher.<init> Opening Searcher@22aba42[collection1] main
   [junit4]   2> 6553320 T16129 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 6553323 T16129 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 6553324 T16129 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 6553326 T16129 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 6553326 T16129 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 6553326 T16129 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6553329 T16129 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 6553330 T16129 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6553330 T16129 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 6553330 T16129 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 6553330 T16129 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 6553334 T16129 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 6553334 T16130 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@22aba42[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 6553336 T16133 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:53415/g_/g collection:collection1 shard:shard1
   [junit4]   2> 6553336 T16078 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 6553337 T16078 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 6553338 T16133 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 6553351 T16133 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 6553357 T16133 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 6553357 T16133 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3907 name=collection1 org.apache.solr.core.SolrCore@4af98e24 url=https://127.0.0.1:53415/g_/g/collection1 node=127.0.0.1:53415_g_%2Fg C3907_STATE=coll:collection1 core:collection1 props:{core=collection1, node_name=127.0.0.1:53415_g_%2Fg, base_url=https://127.0.0.1:53415/g_/g, state=down}
   [junit4]   2> 6553358 T16133 C3907 P53415 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:53415/g_/g/collection1/
   [junit4]   2> 6553358 T16133 C3907 P53415 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 6553359 T16133 C3907 P53415 oasc.SyncStrategy.syncToMe https://127.0.0.1:53415/g_/g/collection1/ has no replicas
   [junit4]   2> 6553359 T16133 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:53415/g_/g/collection1/ shard1
   [junit4]   2> 6553362 T16133 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 6553363 T16107 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6553408 T16107 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6553515 T16128 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> 6553524 T16107 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> 6553533 T16114 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> 6553537 T16133 oasc.ZkController.register We are https://127.0.0.1:53415/g_/g/collection1/ and leader is https://127.0.0.1:53415/g_/g/collection1/
   [junit4]   2> 6553538 T16133 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:53415/g_/g
   [junit4]   2> 6553538 T16133 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 6553539 T16133 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 6553539 T16133 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 6553549 T16107 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6553553 T16103 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:53415_g_%2Fg",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53415/g_/g",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"4"}
   [junit4]   2> 6553668 T16114 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> 6553669 T16107 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> 6553669 T16128 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> 6555685 T16078 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 6555686 T16078 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6555694 T16078 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 6555698 T16078 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:53418
   [junit4]   2> 6555703 T16078 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 6555703 T16078 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 6555703 T16078 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-004
   [junit4]   2> 6555704 T16078 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-004/'
   [junit4]   2> 6555751 T16078 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-004/solr.xml
   [junit4]   2> 6555858 T16078 oasc.CoreContainer.<init> New CoreContainer 262346538
   [junit4]   2> 6555859 T16078 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-004/]
   [junit4]   2> 6555862 T16078 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 6555863 T16078 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 6555864 T16078 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 6555864 T16078 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6555866 T16078 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 6555866 T16078 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6555866 T16078 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 6555867 T16078 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 6555867 T16078 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 6555870 T16078 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 6555872 T16078 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6555873 T16078 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6555873 T16078 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 6555874 T16078 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53407/solr
   [junit4]   2> 6555874 T16078 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 6555877 T16078 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6555880 T16144 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@25bf807c name:ZooKeeperConnection Watcher:127.0.0.1:53407 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6555881 T16078 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6555886 T16078 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6555890 T16146 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@60120ce9 name:ZooKeeperConnection Watcher:127.0.0.1:53407/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6555890 T16078 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6555918 T16078 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 6556933 T16078 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53418_g_%2Fg
   [junit4]   2> 6556937 T16078 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53418_g_%2Fg
   [junit4]   2> 6556964 T16078 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 6556995 T16148 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 6556996 T16148 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 6556998 T16107 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6556998 T16148 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 6557012 T16103 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:53418_g_%2Fg",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53418/g_/g",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"4"}
   [junit4]   2> 6557013 T16103 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=4
   [junit4]   2> 6557013 T16103 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard4
   [junit4]   2> 6557022 T16107 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> 6557022 T16147 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> 6557022 T16128 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> 6557022 T16114 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> 6558001 T16148 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 6558001 T16148 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 6558004 T16148 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 6558004 T16148 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 6558008 T16148 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 6558009 T16148 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-004/collection1/'
   [junit4]   2> 6558010 T16148 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 6558011 T16148 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 6558012 T16148 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 6558110 T16148 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 6558158 T16148 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 6558163 T16148 oass.IndexSchema.readSchema Reading Solr Schema from managed-schema
   [junit4]   2> 6558168 T16148 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 6558261 T16148 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 6558264 T16148 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 6558264 T16148 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 6558265 T16148 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-004/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-004/collection1/data/
   [junit4]   2> 6558265 T16148 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 6558266 T16148 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-004/collection1/data
   [junit4]   2> 6558267 T16148 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-004/collection1/data/index/
   [junit4]   2> 6558268 T16148 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-004/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 6558269 T16148 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-004/collection1/data/index
   [junit4]   2> 6558270 T16148 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=40, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6007227541229165]
   [junit4]   2> 6558275 T16148 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6319969; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6558275 T16148 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6558278 T16148 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 6558279 T16148 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 6558279 T16148 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6558279 T16148 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6558280 T16148 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6558280 T16148 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6558280 T16148 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 6558281 T16148 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 6558281 T16148 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 6558282 T16148 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 6558282 T16148 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 6558282 T16148 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 6558283 T16148 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 6558301 T16148 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6558304 T16148 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6558309 T16148 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6558313 T16148 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6558317 T16148 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6558326 T16148 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 6558326 T16148 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 6558328 T16148 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=51.7080078125, floorSegmentMB=0.41015625, forceMergeDeletesPctAllowed=7.594497391268379, segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.43125634062710627
   [junit4]   2> 6558331 T16148 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6319969; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6558331 T16148 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6558332 T16148 oass.SolrIndexSearcher.<init> Opening Searcher@60c21b2f[collection1] main
   [junit4]   2> 6558333 T16148 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 6558338 T16148 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 6558339 T16148 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 6558341 T16148 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 6558342 T16148 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 6558342 T16148 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6558346 T16148 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 6558346 T16148 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6558347 T16148 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 6558347 T16148 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 6558348 T16148 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 6558352 T16148 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 6558352 T16149 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@60c21b2f[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 6558356 T16152 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:53418/g_/g collection:collection1 shard:shard4
   [junit4]   2> 6558357 T16078 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 6558359 T16078 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 6558360 T16152 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard4/election
   [junit4]   2> 6558377 T16152 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard4
   [junit4]   2> 6558386 T16152 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 6558386 T16152 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3908 name=collection1 org.apache.solr.core.SolrCore@768b2ffa url=https://127.0.0.1:53418/g_/g/collection1 node=127.0.0.1:53418_g_%2Fg C3908_STATE=coll:collection1 core:collection1 props:{core=collection1, node_name=127.0.0.1:53418_g_%2Fg, base_url=https://127.0.0.1:53418/g_/g, state=down}
   [junit4]   2> 6558386 T16152 C3908 P53418 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:53418/g_/g/collection1/
   [junit4]   2> 6558387 T16152 C3908 P53418 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 6558387 T16152 C3908 P53418 oasc.SyncStrategy.syncToMe https://127.0.0.1:53418/g_/g/collection1/ has no replicas
   [junit4]   2> 6558387 T16152 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:53418/g_/g/collection1/ shard4
   [junit4]   2> 6558388 T16152 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard4
   [junit4]   2> 6558396 T16107 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6558434 T16107 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6558555 T16107 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> 6558555 T16147 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> 6558556 T16128 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> 6558556 T16114 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> 6558599 T16152 oasc.ZkController.register We are https://127.0.0.1:53418/g_/g/collection1/ and leader is https://127.0.0.1:53418/g_/g/collection1/
   [junit4]   2> 6558600 T16152 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:53418/g_/g
   [junit4]   2> 6558600 T16152 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 6558601 T16152 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 6558602 T16152 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 6558610 T16107 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6558618 T16103 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:53418_g_%2Fg",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53418/g_/g",
   [junit4]   2> 	  "shard":"shard4",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"4"}
   [junit4]   2> 6558734 T16147 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> 6558735 T16114 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> 6558734 T16107 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> 6558734 T16128 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> 6560508 T16078 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 6560509 T16078 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6560520 T16078 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 6560523 T16078 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:53421
   [junit4]   2> 6560529 T16078 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 6560530 T16078 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 6560531 T16078 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-005
   [junit4]   2> 6560531 T16078 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-005/'
   [junit4]   2> 6560574 T16078 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-005/solr.xml
   [junit4]   2> 6560660 T16078 oasc.CoreContainer.<init> New CoreContainer 1174454440
   [junit4]   2> 6560661 T16078 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-3F56E9A5608F5F13-001/tempDir-005/]
   [junit4]   2> 6560665 T16078 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 6560666 T16078 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 6560667 T16078 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 6560668 T16078 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6560668 T16078 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 6560669 T16078 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6560670 T16078 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 6560671 T16078 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 6560672 T16078 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 6560676 T16078 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 6560679 T16078 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6560680 T16078 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6560680 T16078 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 6560681 T16078 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53407/solr
   [junit4]   2> 6560681 T16078 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 6560684 T16078 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6560689 T16163 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3b8d844f name:ZooKeeperConnection Watcher:127.0.0.1:53407 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6560690 T16078 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6560696 T16078 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6560701 T16165 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d28b21c name:ZooKeeperConnection Watcher:127.0.0.1:53407/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6560703 T16078 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6560734 T16078 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 6561747 T16078 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53421_g_%2Fg
   [junit4]   2> 6561749 T16078 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53421_g_%2Fg
   [junit4]   2> 6561770 T16078 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 6561787 T16167 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 6561788 T16167 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 6561790 T16107 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6561791 T16167 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 6561797 T16103 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:53421_g_%2Fg",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53421/g_/g",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"4"}
   [junit4]   2> 6561797 T16103 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=4
   [junit4]   2> 6561798 T16103 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 6561808 T16166 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes siz

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

trategyTest, HighlighterTest, TestReplicationHandler, StressHdfsTest, RAMDirectoryFactoryTest, ModifyConfFileTest, TestIBSimilarityFactory, TestSortingResponseWriter, DeleteLastCustomShardedReplicaTest, SolrPluginUtilsTest, TestQueryTypes, TestIndexSearcher, TestFieldTypeResource, CollectionsAPIDistributedZkTest, ConnectionManagerTest, LegacyHTMLStripCharFilterTest, TestOverriddenPrefixQueryForCustomFieldType, TestRecoveryHdfs, HttpPartitionTest, PolyFieldTest, ClusterStateTest, TestMaxScoreQueryParser, TestSolrXmlPersistor, SpellingQueryConverterTest, TestLazyCores, OpenCloseCoreStressTest, StatelessScriptUpdateProcessorFactoryTest, TestQuerySenderNoQuery, AsyncMigrateRouteKeyTest, TestDocSet, QueryEqualityTest, DistributedSpellCheckComponentTest, AssignTest, DirectUpdateHandlerOptimizeTest, ShardRoutingTest, TestJoin, MBeansHandlerTest, SampleTest, RequiredFieldsTest, TestSolrQueryParserDefaultOperatorResource, ZkControllerTest, BadComponentTest, SolrRequestParserTest, SearchHandlerTest, FileBasedSpellCheckerTest, TestCollationFieldDocValues, CoreMergeIndexesAdminHandlerTest, TestShardHandlerFactory, SignatureUpdateProcessorFactoryTest, ExternalFileFieldSortTest, TestDynamicFieldResource, TestBadConfig, TestCopyFieldCollectionResource, FieldFacetTest, OverseerCollectionProcessorTest, SSLMigrationTest, TestDynamicFieldCollectionResource, SortByFunctionTest, JSONWriterTest, PeerSyncTest, TestAnalyzedSuggestions, TestCharFilters, FunctionTest, QueryResultKeyTest, PingRequestHandlerTest, AtomicUpdatesTest, LoggingHandlerTest, FullSolrCloudDistribCmdsTest, HighlighterMaxOffsetTest, DistributedDebugComponentTest, CoreAdminRequestStatusTest, FastVectorHighlighterTest, OverseerRolesTest, TestSolrQueryParserResource, SystemInfoHandlerTest, IndexSchemaTest, HdfsDirectoryTest, UpdateParamsTest, TestManagedSchema, TestSchemaResource, WordBreakSolrSpellCheckerTest, TestAnalyzeInfixSuggestions, TestCloudPivotFacet, BasicDistributedZk2Test, TestDistributedGrouping, TestBlendedInfixSuggestions, TestModifyConfFiles, CoreAdminCreateDiscoverTest, TestSurroundQueryParser, SpellCheckCollatorTest, DistributedExpandComponentTest, RemoteQueryErrorTest, DefaultValueUpdateProcessorTest, TestHashPartitioner, TestInitQParser, TestSolrXml, TestSearcherReuse, XsltUpdateRequestHandlerTest, SolrCoreCheckLockOnStartupTest, TestWriterPerf, TestExtendedDismaxParser, TestMergePolicyConfig, TestCustomSort, ReplicationFactorTest, ZkCLITest, NoCacheHeaderTest, InfoHandlerTest, XmlUpdateRequestHandlerTest, IndexSchemaRuntimeFieldTest, TestDocBasedVersionConstraints, StandardRequestHandlerTest, StatsComponentTest, TestLRUCache, TestCSVResponseWriter, NoFacetTest, TestFreeTextSuggestions, RegexBoostProcessorTest, QueryFacetTest, TriLevelCompositeIdRoutingTest, TestDistribDocBasedVersion, DeleteReplicaTest, FieldMutatingUpdateProcessorTest, SharedFSAutoReplicaFailoverUtilsTest, CoreAdminHandlerTest, TestCursorMarkWithoutUniqueKey, TestFastLRUCache, PrimitiveFieldTypeTest, DocumentAnalysisRequestHandlerTest, HdfsCollectionsAPIDistributedZkTest, BasicFunctionalityTest, TestPhraseSuggestions, TestManagedResourceStorage, TestCodecSupport, DistributedFacetPivotLargeTest, DistributedQueryComponentCustomSortTest, TestAtomicUpdateErrorCases, TestReloadAndDeleteDocs, TestConfig, HdfsWriteToMultipleCollectionsTest, ShardRoutingCustomTest, PreAnalyzedFieldTest, TestPerFieldSimilarity, SOLR749Test, TestStressUserVersions, BasicDistributedZkTest, TestNoOpRegenerator, DisMaxRequestHandlerTest, TestRangeQuery, MultiTermTest, SuggesterWFSTTest, LeaderElectionIntegrationTest, SuggesterTest, HighlighterConfigTest, FieldAnalysisRequestHandlerTest, TestBM25SimilarityFactory, DocValuesMissingTest, CursorPagingTest, AutoCommitTest, SpellPossibilityIteratorTest, TestFoldingMultitermQuery, PrimUtilsTest, TestCollationField, SliceStateTest, TestReload, TestStressReorder, ZkNodePropsTest, DirectSolrSpellCheckerTest, TestSystemIdResolver, TestCollapseQParserPlugin, UniqFieldsUpdateProcessorFactoryTest, TestUpdate, SharedFSAutoReplicaFailoverTest, OutputWriterTest, LeaderElectionTest, TestSuggestSpellingConverter, HdfsSyncSliceTest, TestTrie, DirectUpdateHandlerTest, FileUtilsTest, AnalysisErrorHandlingTest, TestCoreDiscovery, BasicZkTest, IndexBasedSpellCheckerTest, TestFiltering, DeleteInactiveReplicaTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, SyncSliceTest, OverseerTest, RecoveryZkTest, TestRandomFaceting, ZkSolrClientTest, TestZkChroot, TestRandomDVFaceting, TestDistributedSearch, TestFaceting, TestRecovery, TermVectorComponentDistributedTest, TestRealTimeGet, TestMultiCoreConfBootstrap, TestStressVersions, HardAutoCommitTest, DistributedTermsComponentTest, TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, SolrCoreTest, SpellCheckComponentTest, TestGroupingSearch, SolrCmdDistributorTest, BadIndexSchemaTest, ConvertedLegacyTest, TestFunctionQuery, SoftAutoCommitTest, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, AnalysisAfterCoreReloadTest, SuggesterFSTTest, DocValuesTest, SuggesterTSTTest, TestStressLucene, SpatialFilterTest, TestCSVLoader, SchemaVersionSpecificBehaviorTest, TestPseudoReturnFields, TestWordDelimiterFilterFactory, TestRemoteStreaming, DocValuesMultiTest, DistanceFunctionTest, TestSolrDeletionPolicy1, SolrInfoMBeanTest, DebugComponentTest, CacheHeaderTest, LukeRequestHandlerTest, TestQueryUtils, TestReversedWildcardFilterFactory, TestOmitPositions, TermsComponentTest, RequestHandlersTest, DocumentBuilderTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, TestIndexingPerformance, MoreLikeThisHandlerTest, TestSolrQueryParser, TestArbitraryIndexDir, TestJmxIntegration, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, QueryParsingTest, JsonLoaderTest, BinaryUpdateRequestHandlerTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, TestComponentsName, CoreContainerCoreInitFailuresTest, TestBinaryResponseWriter, TestLFUCache, TestQuerySenderListener, AlternateDirectoryTest, TestSolrIndexConfig, CopyFieldTest, ResponseLogComponentTest, SolrIndexConfigTest, TestStressRecovery, TestSolrDeletionPolicy2, TestBinaryField, TestSearchPerf, NumericFieldsTest, MinimalSchemaTest, TestElisionMultitermQuery, TestFuzzyAnalyzedSuggestions, TestPostingsSolrHighlighter, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, SynonymTokenizerTest, TestXIncludeConfig, EchoParamsTest, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, TestJmxMonitoredMap, TimeZoneUtilsTest, ResourceLoaderTest, TestFastOutputStream, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, PluginInfoTest, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, DateFieldTest, DOMUtilTest, TestSolrJ, TestUtils, TestDocumentBuilder, UUIDFieldTest, CircularListTest, TestRTGBase, DistributedIntervalFacetingTest, SolrTestCaseJ4Test, TestDistributedMissingSort, TestHighlightDedupGrouping, TestTolerantSearch, AbstractAnalyticsStatsTest, AbstractAnalyticsFacetTest, RangeFacetTest, AliasIntegrationTest, CollectionsAPIAsyncDistributedZkTest, CustomCollectionTest, DeleteShardTest, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, MigrateRouteKeyTest, ShardSplitTest, SolrXmlInZkTest, TestCloudInspectUtil, TestCollectionAPI, TestMiniSolrCloudCluster, TestShortCircuitedRequests, HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, HdfsChaosMonkeySafeLeaderTest, HdfsRecoveryZkTest, HdfsUnloadDistributedZkTest, CachingDirectoryFactoryTest, TestImplicitCoreProperties, TestInfoStreamLogging, TestNRTOpen, TestNonNRTOpen, TestSolrXmlPersistence, TestReplicationHandlerBackup, DistributedFacetPivotLongTailTest, DistributedFacetPivotSmallTest, DistributedQueryComponentOptimizationTest, DistributedSuggestComponentTest, SuggestComponentTest, TestExpandComponent, TestPivotHelperCode, TestIntervalFaceting, TestChildDocTransformer, TestManagedResource, TestRestManager, TestClassNameShortening, TestDefaultSearchFieldResource, TestFieldResource, TestManagedSchemaFieldResource, TestSchemaNameResource, TestSchemaSimilarityResource, TestSchemaVersionResource, TestSerializedLuceneMatchVersion, TestUniqueKeyFieldResource, TestManagedStopFilterFactory, TestManagedSynonymFilterFactory, BadCopyFieldTest, ChangedSchemaMergeTest, DateRangeFieldTest, EnumFieldTest, TestCloudManagedSchema, TestCloudManagedSchemaConcurrent, TestCloudSchemaless]
   [junit4] Completed in 287.32s, 1 test, 1 error <<< FAILURES!

[...truncated 87 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:485: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:465: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:48: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:37: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:189: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:494: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1342: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:957: There were test failures: 430 suites, 1783 tests, 1 error, 45 ignored (18 assumptions)

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



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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1789/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC

1 tests failed.
REGRESSION:  org.apache.solr.cloud.OverseerTest.testOverseerFailure

Error Message:
KeeperErrorCode = NoNode for /collections/collection1/leader_elect/shard1/election

Stack Trace:
org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /collections/collection1/leader_elect/shard1/election
	at __randomizedtesting.SeedInfo.seed([A601EA9ABB719A1A:A2096569A9D4753B]:0)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:291)
	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:288)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:288)
	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:155)
	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:314)
	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:221)
	at org.apache.solr.cloud.OverseerTest$MockZKController.publishState(OverseerTest.java:157)
	at org.apache.solr.cloud.OverseerTest.testOverseerFailure(OverseerTest.java:662)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10769 lines...]
   [junit4] Suite: org.apache.solr.cloud.OverseerTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerTest-A601EA9ABB719A1A-001/init-core-data-001
   [junit4]   2> 245145 T78 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 245146 T78 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 245146 T78 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 245162 T78 oas.SolrTestCaseJ4.setUp ###Starting testPlaceholders
   [junit4]   2> 245186 T78 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 245202 T79 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 245742 T78 oasc.ZkTestServer.run start zk server on port:49209
   [junit4]   2> 246147 T78 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 246456 T80 oazs.NIOServerCnxn.doIO WARN Exception causing close of session 0x0 due to java.io.IOException: ZooKeeperServer not running
   [junit4]   2> 248063 T84 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@46678bc6 name:ZooKeeperConnection Watcher:127.0.0.1:49209/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 248064 T78 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 248072 T78 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 248079 T87 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@36fef6e6 name:ZooKeeperConnection Watcher:127.0.0.1:49209 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 248079 T78 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 248149 T80 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1480aff3c8a0001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 248153 T78 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 248177 T89 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3df57dbb name:ZooKeeperConnection Watcher:127.0.0.1:49209 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 248178 T78 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 248191 T78 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 248259 T78 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 248260 T80 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1480aff3c8a0002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 248286 T78 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 248295 T78 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 248304 T78 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 248387 T78 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 248392 T91 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a62f9e2 name:ZooKeeperConnection Watcher:127.0.0.1:49209/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 248392 T78 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 248397 T78 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 248406 T78 oascc.SolrZkClient.makePath makePath: /live_nodes/node1
   [junit4]   2> 248435 T78 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 248439 T95 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c25c61 name:ZooKeeperConnection Watcher:127.0.0.1:49209/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 248440 T78 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 248440 T78 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: retry=false
   [junit4]   2> 248462 T78 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 248476 T78 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 248485 T78 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 248517 T78 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:49209_solr
   [junit4]   2> 248523 T78 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 248557 T78 oasc.Overseer.start Overseer (id=92335883709710340-127.0.0.1:49209_solr-n_0000000000) starting
   [junit4]   2> 248597 T78 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 248611 T78 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 248634 T78 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 248646 T78 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 248660 T78 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 248710 T78 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 248744 T78 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 249351 T97 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 249372 T96 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 249402 T96 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=12 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"recovering",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"12",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 249402 T96 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3, shard4, shard5, shard6, shard7, shard8, shard9, shard10, shard11, shard12]
   [junit4]   2> 249450 T96 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 249469 T99 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 249486 T93 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> 249486 T92 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> 249871 T78 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 249933 T78 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 249957 T99 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 250014 T78 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:49209 49209
   [junit4]   2> 250038 T79 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:49209 49209
   [junit4]   2> 250254 T78 oas.SolrTestCaseJ4.tearDown ###Ending testPlaceholders
   [junit4]   2> 250255 T78 oasc.Overseer.close Overseer (id=92335883709710340-127.0.0.1:49209_solr-n_0000000000) closing
   [junit4]   2> 250256 T96 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:49209_solr
   [junit4]   2> 250268 T100 oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read the data org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:308)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:305)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:305)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:321)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:89)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:293)
   [junit4]   2> 
   [junit4]   2> 250304 T78 oas.SolrTestCaseJ4.setUp ###Starting testReplay
   [junit4]   2> 250306 T78 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 250307 T101 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 250408 T78 oasc.ZkTestServer.run start zk server on port:49216
   [junit4]   2> 250410 T78 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 250426 T107 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@35e02a9b name:ZooKeeperConnection Watcher:127.0.0.1:49216/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 250427 T78 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 250430 T78 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 250437 T109 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4b13d0f4 name:ZooKeeperConnection Watcher:127.0.0.1:49216 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 250437 T78 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 250444 T78 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 250449 T111 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@550ba701 name:ZooKeeperConnection Watcher:127.0.0.1:49216 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 250450 T78 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 250450 T78 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 250470 T78 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 250495 T78 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 250503 T78 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 250511 T78 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 250522 T78 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 250535 T78 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 250545 T113 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5b8f30fc name:ZooKeeperConnection Watcher:127.0.0.1:49216/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 250545 T78 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 250545 T78 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: retry=false
   [junit4]   2> 250550 T78 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 250557 T78 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 250576 T78 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 250601 T78 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:49216_solr
   [junit4]   2> 250601 T78 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 250607 T78 oasc.Overseer.start Overseer (id=92335883997216771-127.0.0.1:49216_solr-n_0000000000) starting
   [junit4]   2> 250621 T78 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 250646 T78 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 250662 T78 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 250673 T78 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 250683 T78 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 250715 T78 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 250718 T115 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 250734 T114 oasc.Overseer$ClusterStateUpdater.run Replaying operations from work queue.
   [junit4]   2> 250736 T114 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "base_url":"http://127.0.0.1/solr",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "shard":"s1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "roles":"",
   [junit4]   2> 	  "state":"recovering"}
   [junit4]   2> 250742 T117 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 0)
   [junit4]   2> 250761 T114 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "base_url":"http://127.0.0.1/solr",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "shard":"s1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "core":"core2",
   [junit4]   2> 	  "roles":"",
   [junit4]   2> 	  "state":"recovering"}
   [junit4]   2> 250765 T117 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 0)
   [junit4]   2> 250774 T114 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 250784 T114 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "base_url":"http://127.0.0.1/solr",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "shard":"s1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "core":"core3",
   [junit4]   2> 	  "roles":"",
   [junit4]   2> 	  "state":"recovering"}
   [junit4]   2> 250790 T118 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 250794 T117 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 0)
   [junit4]   2> 250845 T78 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:49216 49216
   [junit4]   2> 250858 T101 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:49216 49216
   [junit4]   2> 251092 T78 oas.SolrTestCaseJ4.tearDown ###Ending testReplay
   [junit4]   2> 251092 T78 oasc.Overseer.close Overseer (id=92335883997216771-127.0.0.1:49216_solr-n_0000000000) closing
   [junit4]   2> 251093 T114 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:49216_solr
   [junit4]   2> 251100 T119 oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read the data org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:308)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:305)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:305)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:321)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:89)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:293)
   [junit4]   2> 
   [junit4]   2> 251134 T78 oas.SolrTestCaseJ4.setUp ###Starting testBadQueueItem
   [junit4]   2> 251137 T78 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 251138 T120 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 251241 T78 oasc.ZkTestServer.run start zk server on port:49221
   [junit4]   2> 251254 T78 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 251279 T126 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4abfeb6 name:ZooKeeperConnection Watcher:127.0.0.1:49221 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 251280 T78 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 251299 T78 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 251299 T121 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1480aff50e50000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 251308 T128 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4a0f18be name:ZooKeeperConnection Watcher:127.0.0.1:49221 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 251308 T78 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 251309 T78 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 251325 T78 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 251329 T130 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@509bb0b6 name:ZooKeeperConnection Watcher:127.0.0.1:49221/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 251330 T78 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 251330 T78 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 251364 T78 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 251367 T132 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3e229c50 name:ZooKeeperConnection Watcher:127.0.0.1:49221/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 251372 T78 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 251372 T78 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: retry=false
   [junit4]   2> 251388 T78 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 251398 T78 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 251413 T78 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 251421 T78 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:49221_solr
   [junit4]   2> 251421 T78 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 251435 T78 oasc.Overseer.start Overseer (id=92335884051218435-127.0.0.1:49221_solr-n_0000000000) starting
   [junit4]   2> 251443 T78 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 251471 T78 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 251485 T78 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 251494 T78 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 251503 T78 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 251512 T78 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 251557 T78 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 251568 T134 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 251572 T78 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 251575 T133 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 251614 T78 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 251643 T78 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 251656 T78 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 251661 T137 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@70a676d6 name:ZooKeeperConnection Watcher:127.0.0.1:49221/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 251661 T78 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 251666 T78 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 251675 T78 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1
   [junit4]   2> 251697 T140 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 251704 T133 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"127.0.0.1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "base_url":"http://127.0.0.1/solr/"}
   [junit4]   2> 251705 T133 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3]
   [junit4]   2> 251705 T133 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 251726 T138 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> 251727 T139 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> 252202 T78 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 252237 T78 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 252262 T140 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 252307 T133 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"127.0.0.1",
   [junit4]   2> 	  "core":"core2",
   [junit4]   2> 	  "core_node_name":"node2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "base_url":"http://127.0.0.1/solr/"}
   [junit4]   2> 252308 T133 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 252308 T133 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 252320 T140 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 252323 T138 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> 252324 T139 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> 252778 T78 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 252803 T78 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 252818 T140 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 252842 T133 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"127.0.0.1",
   [junit4]   2> 	  "core":"core3",
   [junit4]   2> 	  "core_node_name":"node3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "base_url":"http://127.0.0.1/solr/"}
   [junit4]   2> 252842 T133 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 252842 T133 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 252850 T140 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 252853 T138 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> 252854 T139 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> 253328 T78 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 253363 T78 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 253386 T140 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 253509 T138 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> 253510 T139 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> 253548 T140 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 253557 T133 oasc.Overseer$ClusterStateUpdater.checkKeyExistence ERROR Skipping invalid Overseer message because it has no collection specified: {
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"127.0.0.1",
   [junit4]   2> 	  "core":"core0",
   [junit4]   2> 	  "core_node_name":"node0",
   [junit4]   2> 	  "collection":"",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1/solr/"}
   [junit4]   2> 253576 T133 oasc.Overseer$ClusterStateUpdater.checkKeyExistence ERROR Skipping invalid Overseer message because it has no collection specified: {
   [junit4]   2> 	  "operation":"deletecore",
   [junit4]   2> 	  "node_name":"127.0.0.1",
   [junit4]   2> 	  "core":"core0",
   [junit4]   2> 	  "core_node_name":"node0",
   [junit4]   2> 	  "collection":""}
   [junit4]   2> 253586 T140 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 253590 T133 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"127.0.0.1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection2",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "base_url":"http://127.0.0.1/solr/"}
   [junit4]   2> 253590 T133 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection2 with shards [shard1, shard2, shard3]
   [junit4]   2> 253590 T133 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 253706 T138 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> 253706 T139 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> 254064 T78 oascc.SolrZkClient.makePath makePath: /collections/collection2/leader_elect/shard2/election
   [junit4]   2> 254097 T78 oascc.SolrZkClient.makePath makePath: /collections/collection2/leaders/shard2
   [junit4]   2> 254120 T140 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 254150 T133 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"127.0.0.1",
   [junit4]   2> 	  "core":"core2",
   [junit4]   2> 	  "core_node_name":"node2",
   [junit4]   2> 	  "collection":"collection2",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "base_url":"http://127.0.0.1/solr/"}
   [junit4]   2> 254151 T133 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 254151 T133 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 254162 T140 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 254268 T139 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> 254269 T138 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> 254634 T78 oascc.SolrZkClient.makePath makePath: /collections/collection2/leader_elect/shard3/election
   [junit4]   2> 254653 T78 oascc.SolrZkClient.makePath makePath: /collections/collection2/leaders/shard3
   [junit4]   2> 254667 T140 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 254683 T133 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"127.0.0.1",
   [junit4]   2> 	  "core":"core3",
   [junit4]   2> 	  "core_node_name":"node3",
   [junit4]   2> 	  "collection":"collection2",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "base_url":"http://127.0.0.1/solr/"}
   [junit4]   2> 254684 T133 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 254684 T133 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 254691 T140 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 254694 T139 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> 254694 T138 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> 255174 T78 oascc.SolrZkClient.makePath makePath: /collections/collection2/leader_elect/shard1/election
   [junit4]   2> 255196 T78 oascc.SolrZkClient.makePath makePath: /collections/collection2/leaders/shard1
   [junit4]   2> 255210 T140 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 255328 T139 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> 255329 T138 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> 256872 T139 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 256879 T78 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:49221 49221
   [junit4]   2> 256914 T120 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:49221 49221
   [junit4]   2> 257157 T78 oas.SolrTestCaseJ4.tearDown ###Ending testBadQueueItem
   [junit4]   2> 257157 T78 oasc.Overseer.close Overseer (id=92335884051218435-127.0.0.1:49221_solr-n_0000000000) closing
   [junit4]   2> 257159 T133 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:49221_solr
   [junit4]   2> 257163 T141 oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read the data org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:308)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:305)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:305)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:321)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:89)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:293)
   [junit4]   2> 
   [junit4]   2> 257190 T78 oas.SolrTestCaseJ4.setUp ###Starting testOverseerFailure
   [junit4]   2> 257194 T78 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 257196 T142 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 257296 T78 oasc.ZkTestServer.run start zk server on port:49227
   [junit4]   2> 257298 T78 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 257306 T148 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3da4cbe name:ZooKeeperConnection Watcher:127.0.0.1:49227 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 257306 T78 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 257504 T78 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 257529 T150 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3ca7a73f name:ZooKeeperConnection Watcher:127.0.0.1:49227 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 257529 T78 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 257530 T78 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 257567 T78 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 257580 T152 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@49bbc7c7 name:ZooKeeperConnection Watcher:127.0.0.1:49227/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 257581 T78 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 257583 T78 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 257633 T78 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 257641 T78 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 257649 T78 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 257661 T78 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 257666 T154 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18d5ddf2 name:ZooKeeperConnection Watcher:127.0.0.1:49227/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 257668 T78 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 257673 T78 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 257687 T78 oascc.SolrZkClient.makePath makePath: /live_nodes/node1
   [junit4]   2> 257700 T78 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 257706 T158 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19ca1f88 name:ZooKeeperConnection Watcher:127.0.0.1:49227/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 257706 T78 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 257707 T78 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: retry=false
   [junit4]   2> 257718 T78 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 257730 T78 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 257740 T78 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 257744 T78 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:49227_solr
   [junit4]   2> 257745 T78 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 257753 T78 oasc.Overseer.start Overseer (id=92335884448169988-127.0.0.1:49227_solr-n_0000000000) starting
   [junit4]   2> 257759 T78 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 257769 T78 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 257781 T78 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 257791 T78 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 257801 T78 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 257814 T78 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 257833 T78 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 257834 T160 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 257838 T159 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 258842 T162 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 258847 T159 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"recovering",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 258848 T159 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1]
   [junit4]   2> 258848 T159 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 258859 T156 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> 258859 T155 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> 259342 T78 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 259367 T78 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 259386 T162 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 259395 T78 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 259425 T159 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 259426 T159 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 259449 T162 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 259455 T155 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> 259458 T156 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> 259845 T160 oasc.OverseerCollectionProcessor.amILeader  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:308)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:305)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:305)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionProcessor.amILeader(OverseerCollectionProcessor.java:513)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionProcessor.run(OverseerCollectionProcessor.java:271)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 259846 T160 oasc.OverseerCollectionProcessor.amILeader According to ZK I (id=92335884448169988-127.0.0.1:49227_solr-n_0000000000) am no longer a leader.
   [junit4]   2> 260524 T78 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 260540 T78 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 260544 T164 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6449fcc1 name:ZooKeeperConnection Watcher:127.0.0.1:49227/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 260544 T78 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 260544 T78 oasc.Overseer.close Overseer (id=92335884448169988-127.0.0.1:49227_solr-n_0000000000) closing
   [junit4]   2> 260546 T159 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:49227_solr
   [junit4]   2> 260546 T78 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: retry=false
   [junit4]   2> 260548 T165 oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read the data org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:308)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:305)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:305)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:321)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:89)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:293)
   [junit4]   2> 
   [junit4]   2> 260558 T78 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 260563 T78 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:49227_solr
   [junit4]   2> 260564 T78 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 260572 T78 oasc.Overseer.start Overseer (id=92335884448169989-127.0.0.1:49227_solr-n_0000000001) starting
   [junit4]   2> 260598 T78 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 260599 T167 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 260603 T166 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 260612 T166 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"recovering",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 260612 T166 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 260619 T169 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 260620 T156 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> 260621 T155 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> 260637 T169 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 260637 T78 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 260659 T155 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 260672 T78 oasc.LeaderElector.checkIfIamLeader WARN Failed setting watch org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /collections/collection1/leader_elect/shard1/election/92335884448169987-node1_core1-n_0000000002
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:308)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:305)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:305)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:148)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:314)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:221)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTest$MockZKController.publishState(OverseerTest.java:157)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTest.testOverseerFailure(OverseerTest.java:662)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:483)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 260677 T170 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 260711 T166 oasc.Overseer$ClusterStateUpdater.setShardLeader ERROR Could not mark shard leader for non existing collection:collection1
   [junit4]   2> 260718 T169 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 260721 T156 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 0)
   [junit4]   2> 262191 T170 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.solr.common.SolrException: Could not register as the leader because creating the ephemeral registration node in ZooKeeper failed
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:150)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:163)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:125)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:358)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:210)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leaders/shard1
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1045)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:240)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:237)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:237)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:487)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:417)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:404)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContextBase$1.execute(ElectionContext.java:142)
   [junit4]   2> 	at org.apache.solr.common.util.RetryUtil.retryOnThrowable(RetryUtil.java:31)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:137)
   [junit4]   2> 	... 10 more
   [junit4]   2> 
   [junit4]   2> 262202 T78 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:49227 49227
   [junit4]   2> 262213 T142 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:49227 49227
   [junit4]   2> 262490 T78 oas.SolrTestCaseJ4.tearDown ###Ending testOverseerFailure
   [junit4]   2> 262490 T78 oasc.Overseer.close Overseer (id=92335884448169989-127.0.0.1:49227_solr-n_0000000001) closing
   [junit4]   2> 262493 T166 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:49227_solr
   [junit4]   2> 262521 T171 oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read the data org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:308)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:305)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:305)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:321)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:89)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:293)
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=OverseerTest -Dtests.method=testOverseerFailure -Dtests.seed=A601EA9ABB719A1A -Dtests.slow=true -Dtests.locale=es_CU -Dtests.timezone=Etc/GMT+9 -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   5.42s | OverseerTest.testOverseerFailure <<<
   [junit4]    > Throwable #1: org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /collections/collection1/leader_elect/shard1/election
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A601EA9ABB719A1A:A2096569A9D4753B]:0)
   [junit4]    > 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
   [junit4]    > 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]    > 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:291)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:288)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:288)
   [junit4]    > 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]    > 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:155)
   [junit4]    > 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:314)
   [junit4]    > 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:221)
   [junit4]    > 	at org.apache.solr.cloud.OverseerTest$MockZKController.publishState(OverseerTest.java:157)
   [junit4]    > 	at org.apache.solr.cloud.OverseerTest.testOverseerFailure(OverseerTest.java:662)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 262592 T78 oas.SolrTestCaseJ4.setUp ###Starting testStateChange
   [junit4]   2> 262595 T78 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 262596 T172 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 262698 T78 oasc.ZkTestServer.run start zk server on port:49234
   [junit4]   2> 262700 T78 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 262706 T178 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3b0d0f22 name:ZooKeeperConnection Watcher:127.0.0.1:49234/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 262707 T78 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 262708 T78 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 262712 T180 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@110411f4 name:ZooKeeperConnection Watcher:127.0.0.1:49234 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 262712 T78 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 262723 T78 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 262734 T182 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3a2b3a5d name:ZooKeeperConnection Watcher:127.0.0.1:49234 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 262738 T78 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 262738 T78 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 262746 T78 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 262754 T78 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 262759 T78 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 262762 T78 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 262770 T78 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 262777 T184 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@53066dce name:ZooKeeperConnection Watcher:127.0.0.1:49234/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 262777 T78 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 262777 T78 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: retry=false
   [junit4]   2> 262782 T78 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 262787 T78 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 262793 T78 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 262797 T78 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:49234_solr
   [junit4]   2> 262797 T78 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 262801 T78 oasc.Overseer.start Overseer (id=92335884801998851-127.0.0.1:49234_solr-n_0000000000) starting
   [junit4]   2> 262805 T78 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 262811 T78 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 262819 T78 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 262827 T78 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 262836 T78 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 262845 T78 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 262857 T78 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 262859 T186 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 262866 T185 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 262883 T185 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "base_url":"http://127.0.0.1/solr",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "roles":"",
   [junit4]   2> 	  "state":"recovering"}
   [junit4]   2> 262883 T185 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 262890 T188 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 262892 T189 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 0)
   [junit4]   2> 262931 T188 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 262937 T185 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "base_url":"http://127.0.0.1/solr",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "roles":"",
   [junit4]   2> 	  "state":"active"}
   [junit4]   2> 262937 T185 oasc.Overseer$ClusterStateUpdater.updateState node=core_node1 is already registered
   [junit4]   2> 262937 T185 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 263049 T189 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 0)
   [junit4]   2> 263095 T78 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:49234 49234
   [junit4]   2> 263130 T172 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:49234 49234
   [junit4]   2> 263367 T78 oas.SolrTestCaseJ4.tearDown ###Ending testStateChange
   [junit4]   2> 263368 T78 oasc.Overseer.close Overseer (id=92335884801998851-127.0.0.1:49234_solr-n_0000000000) closing
   [junit4]   2> 263383 T185 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:49234_solr
   [junit4]   2> 263393 T190 oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read the data org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:308)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:305)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:305)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:321)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:89)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:293)
   [junit4]   2> 
   [junit4]   2> 263397 T78 oas.SolrTestCaseJ4.setUp ###Starting testDoubleAssignment
   [junit4]   2> 263398 T78 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 263399 T191 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 263500 T78 oasc.ZkTestServer.run start zk server on port:49239
   [junit4]   2> 263501 T78 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 263509 T197 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@320974ed name:ZooKeeperConnection Watcher:127.0.0.1:49239/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 263510 T78 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 263512 T78 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 263517 T199 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3a4423ab name:ZooKeeperConnection Watcher:127.0.0.1:49239 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 263517 T78 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 263523 T78 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 263528 T201 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5201af17 name:ZooKeeperConnection Watcher:127.0.0.1:49239 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 263528 T78 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 263529 T78 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 263536 T78 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 263543 T78 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 263550 T78 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 263554 T78 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 263562 T78 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 263568 T203 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@80104d2 name:ZooKeeperConnection Watcher:127.0.0.1:49239/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 263568 T78 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 263574 T78 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 263588 T78 oascc.SolrZkClient.makePath makePath: /live_nodes/node1
   [junit4]   2> 263600 T78 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 263604 T207 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@71d6b723 name:ZooKeeperConnection Watcher:127.0.0.1:49239/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 263604 T78 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 263604 T78 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: retry=false
   [junit4]   2> 263616 T78 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 263621 T78 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 263627 T78 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 263655 T78 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:49239_solr
   [junit4]   2> 263656 T78 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 263667 T78 oasc.Overseer.start Overseer (id=92335884854624260-127.0.0.1:49239_solr-n_0000000000) starting
   [junit4]   2> 263671 T78 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 263680 T78 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 263688 T78 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 263697 T78 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 263708 T78 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 263716 T78 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 263729 T78 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 263733 T209 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 263740 T208 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 263756 T208 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"recovering",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 263757 T208 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1]
   [junit4]   2> 263757 T208 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 263766 T211 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 263767 T205 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> 263769 T204 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> 264238 T78 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 264261 T78 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 264274 T211 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 264286 T78 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 264292 T213 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@35154d6b name:ZooKeeperConnection Watcher:127.0.0.1:49239/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 264292 T78 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 264297 T78 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 264303 T78 oascc.SolrZkClient.makePath makePath: /live_nodes/node1
   [junit4]   2> 264314 T211 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 264314 T78 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 264318 T208 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"recovering",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 264318 T208 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 264330 T78 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 264343 T211 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 264456 T205 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> 264457 T214 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> 265773 T209 oasc.OverseerCollectionProcessor.amILeader  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:308)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:305)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:305)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionProcessor.amILeader(OverseerCollectionProcessor.java:513)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionProcessor.run(OverseerCollectionProcessor.java:271)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 265773 T209 oasc.OverseerCollectionProcessor.amILeader According to ZK I (id=92335884854624260-127.0.0.1:49239_solr-n_0000000000) am no longer a leader.
   [junit4]   2> 265961 T208 oasc.Overseer$ClusterStateUpdater.run WARN Solr cannot talk to ZK, exiting Overseer main queue loop org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer/queue-work/qn-0000000001
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:873)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:190)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:187)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [juni

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

ccurred - updating... (live nodes size: 1)
   [junit4]   2> 374759 T78 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 374797 T668 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 374803 T661 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"127.0.0.1",
   [junit4]   2> 	  "core":"core6",
   [junit4]   2> 	  "core_node_name":"node6",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "base_url":"http://127.0.0.1/solr/"}
   [junit4]   2> 374803 T661 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 374803 T661 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 374918 T666 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> 374918 T667 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> 375298 T78 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 375332 T667 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:291)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:288)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:288)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:358)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:210)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 375333 T669 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:291)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:288)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:288)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:358)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:210)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 375334 T665 oaz.ClientCnxn$EventThread.processEvent ERROR Error while calling watcher  java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.FutureTask@618de4a6 rejected from java.util.concurrent.ThreadPoolExecutor@248f76f3[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 9]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]   2> 	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:207)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 375343 T78 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:49342 49342
   [junit4]   2> 375352 T648 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:49342 49342
   [junit4]   2> 375577 T78 oas.SolrTestCaseJ4.tearDown ###Ending testShardAssignment
   [junit4]   2> 375578 T78 oasc.Overseer.close Overseer (id=92335891954925571-127.0.0.1:49342_solr-n_0000000000) closing
   [junit4]   2> 375580 T661 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:49342_solr
   [junit4]   2> 375583 T670 oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read the data org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:308)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:305)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:305)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:321)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:89)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:293)
   [junit4]   2> 
   [junit4]   2> 378587 T78 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.OverseerTest-A601EA9ABB719A1A-001
   [junit4]   2> NOTE: test params are: codec=Lucene45, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=es_CU, timezone=Etc/GMT+9
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_20 (64-bit)/cpus=2,threads=1,free=88432272,total=195035136
   [junit4]   2> NOTE: All tests run in this JVM: [RangeFacetTest, RankQueryTest, TestJmxMonitoredMap, CachingDirectoryFactoryTest, TestStressRecovery, OverseerTest]
   [junit4] Completed in 133.55s, 9 tests, 1 error <<< FAILURES!

[...truncated 1330 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:485: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:465: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:48: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:37: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:189: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:494: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1342: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:957: There were test failures: 430 suites, 1784 tests, 1 error, 47 ignored (20 assumptions)

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



[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 1788 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1788/
Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.schema.TestCloudSchemaless.testDistribSearch

Error Message:
Timeout occured while waiting response from server at: https://127.0.0.1:49503/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:49503/collection1
	at __randomizedtesting.SeedInfo.seed([75C393836DC27B71:F4251D9B1A9D1B4D]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:558)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:68)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:54)
	at org.apache.solr.schema.TestCloudSchemaless.doTest(TestCloudSchemaless.java:140)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:152)
	at java.net.SocketInputStream.read(SocketInputStream.java:122)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:442)
	at sun.security.ssl.InputRecord.read(InputRecord.java:480)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:884)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:448)
	... 47 more




Build Log:
[...truncated 10824 lines...]
   [junit4] Suite: org.apache.solr.schema.TestCloudSchemaless
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/init-core-data-001
   [junit4]   2> 712989 T1348 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 712990 T1348 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 713001 T1348 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 713003 T1348 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 713004 T1349 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 713106 T1348 oasc.ZkTestServer.run start zk server on port:49489
   [junit4]   2> 713112 T1348 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 713125 T1355 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@27ffea55 name:ZooKeeperConnection Watcher:127.0.0.1:49489 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 713126 T1348 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 713126 T1348 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 713140 T1348 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 713144 T1357 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@528c2446 name:ZooKeeperConnection Watcher:127.0.0.1:49489/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 713144 T1348 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 713145 T1348 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 713155 T1348 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 713163 T1348 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 713168 T1348 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 713173 T1348 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-schemaless.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 713174 T1348 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 713181 T1348 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema-add-schema-fields-update-processor.xml to /configs/conf1/schema.xml
   [junit4]   2> 713182 T1348 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 713188 T1348 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 713189 T1348 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 713196 T1348 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 713196 T1348 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 713202 T1348 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 713203 T1348 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 713210 T1348 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 713211 T1348 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 713218 T1348 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 713219 T1348 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 713226 T1348 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 713226 T1348 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 713233 T1348 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 713234 T1348 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 713241 T1348 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 713242 T1348 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 713251 T1348 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 713252 T1348 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 713264 T1348 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 713269 T1359 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@460edc83 name:ZooKeeperConnection Watcher:127.0.0.1:49489/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 713269 T1348 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 715316 T1348 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 715328 T1348 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 715350 T1348 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:49493
   [junit4]   2> 715355 T1348 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 715356 T1348 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 715357 T1348 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-002
   [junit4]   2> 715360 T1348 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-002/'
   [junit4]   2> 715402 T1348 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-002/solr.xml
   [junit4]   2> 715467 T1348 oasc.CoreContainer.<init> New CoreContainer 1868410570
   [junit4]   2> 715468 T1348 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-002/]
   [junit4]   2> 715470 T1348 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 715484 T1348 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 715485 T1348 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 715485 T1348 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 715486 T1348 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 715486 T1348 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 715486 T1348 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 715487 T1348 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 715487 T1348 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 715490 T1348 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 715493 T1348 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 715493 T1348 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 715494 T1348 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 715495 T1348 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49489/solr
   [junit4]   2> 715495 T1348 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 715497 T1348 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 715500 T1370 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4c64be28 name:ZooKeeperConnection Watcher:127.0.0.1:49489 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 715501 T1348 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 715505 T1348 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 715516 T1372 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3e4d5e76 name:ZooKeeperConnection Watcher:127.0.0.1:49489/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 715517 T1348 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 715521 T1348 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 715532 T1348 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 715543 T1348 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 715554 T1348 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 715563 T1348 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 715571 T1348 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 715576 T1348 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49493_
   [junit4]   2> 715577 T1348 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49493_
   [junit4]   2> 715585 T1348 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 715590 T1348 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 715594 T1348 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 715600 T1348 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:49493_
   [junit4]   2> 715600 T1348 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 715606 T1348 oasc.Overseer.start Overseer (id=92333226675470340-127.0.0.1:49493_-n_0000000000) starting
   [junit4]   2> 715616 T1348 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 715642 T1348 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 715644 T1374 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 715647 T1348 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 715651 T1348 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 715655 T1348 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 715663 T1373 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 715670 T1376 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 715670 T1376 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 715674 T1376 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 715674 T1377 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 715683 T1373 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "node_name":"127.0.0.1:49493_",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:49493",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 715683 T1373 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 715683 T1373 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 715692 T1377 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> 716677 T1376 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 716677 T1376 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 716681 T1376 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 716682 T1376 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 716689 T1376 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 716689 T1376 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-002/collection1/'
   [junit4]   2> 716691 T1376 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 716691 T1376 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 716692 T1376 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 716786 T1376 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 716851 T1376 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 716875 T1376 oass.ManagedIndexSchemaFactory.create The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 716886 T1376 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 716895 T1376 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 716956 T1376 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 716961 T1376 oass.ManagedIndexSchema.persistManagedSchemaToZooKeeper Created and persisted managed schema znode at /configs/conf1/managed-schema
   [junit4]   2> 716966 T1376 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml.bak
   [junit4]   2> 716975 T1376 oass.ManagedIndexSchemaFactory.zkUgradeToManagedSchema After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/conf1/schema.xml to /configs/conf1/schema.xml.bak
   [junit4]   2> 716975 T1376 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 716975 T1376 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 716976 T1376 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-002/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-002/collection1/data/
   [junit4]   2> 716976 T1376 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 717050 T1376 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-002/collection1/data
   [junit4]   2> 717052 T1376 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-002/collection1/data/index/
   [junit4]   2> 717053 T1376 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-002/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 717055 T1376 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-002/collection1/data/index
   [junit4]   2> 717056 T1376 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=26.822265625, floorSegmentMB=1.8271484375, forceMergeDeletesPctAllowed=27.672423996461525, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6376590061487215
   [junit4]   2> 717068 T1376 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@9533218; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 717068 T1376 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 717074 T1376 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 717840 T1376 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 717841 T1376 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 717841 T1376 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 717842 T1376 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 717843 T1376 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 717845 T1376 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 717848 T1376 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 717848 T1376 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 717848 T1376 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 717849 T1376 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 717849 T1376 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 717849 T1376 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 717866 T1376 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 717869 T1376 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 717872 T1376 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 717874 T1376 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 717877 T1376 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 717884 T1376 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 717884 T1376 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 717886 T1376 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 717888 T1376 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@9533218; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 717889 T1376 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 717890 T1376 oass.SolrIndexSearcher.<init> Opening Searcher@2b7f6225[collection1] main
   [junit4]   2> 717890 T1376 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 717893 T1376 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 717894 T1376 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 717895 T1376 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 717895 T1376 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 717896 T1376 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 717897 T1376 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 717897 T1376 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 717899 T1376 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json
   [junit4]   2> 717908 T1376 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json
   [junit4]   2> 717908 T1376 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 717909 T1376 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 717913 T1376 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 717944 T1376 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 717944 T1378 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2b7f6225[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 717948 T1381 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:49493 collection:control_collection shard:shard1
   [junit4]   2> 717949 T1348 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 717950 T1348 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 717952 T1381 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 717962 T1348 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 717966 T1383 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@23ee2324 name:ZooKeeperConnection Watcher:127.0.0.1:49489/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 717966 T1348 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 717969 T1381 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 717971 T1348 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 717976 T1377 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 717978 T1381 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 717978 T1381 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C723 name=collection1 org.apache.solr.core.SolrCore@3121be97 url=https://127.0.0.1:49493/collection1 node=127.0.0.1:49493_ C723_STATE=coll:control_collection core:collection1 props:{node_name=127.0.0.1:49493_, base_url=https://127.0.0.1:49493, state=down, core=collection1}
   [junit4]   2> 717978 T1381 C723 P49493 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:49493/collection1/
   [junit4]   2> 717979 T1381 C723 P49493 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 717979 T1381 C723 P49493 oasc.SyncStrategy.syncToMe https://127.0.0.1:49493/collection1/ has no replicas
   [junit4]   2> 717979 T1381 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:49493/collection1/ shard1
   [junit4]   2> 717980 T1381 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 717985 T1348 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 718003 T1377 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> 718005 T1384 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> 718023 T1377 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 718026 T1377 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> 718027 T1384 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> 718056 T1381 oasc.ZkController.register We are https://127.0.0.1:49493/collection1/ and leader is https://127.0.0.1:49493/collection1/
   [junit4]   2> 718056 T1381 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:49493
   [junit4]   2> 718057 T1381 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 718057 T1381 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 718058 T1381 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 718061 T1377 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 718073 T1373 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "node_name":"127.0.0.1:49493_",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:49493",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 718182 T1377 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> 718182 T1384 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> 720060 T1348 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 720061 T1348 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 720071 T1348 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 720074 T1348 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:49497
   [junit4]   2> 720082 T1348 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 720083 T1348 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 720084 T1348 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-003
   [junit4]   2> 720086 T1348 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-003/'
   [junit4]   2> 720161 T1348 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-003/solr.xml
   [junit4]   2> 720286 T1348 oasc.CoreContainer.<init> New CoreContainer 1898922476
   [junit4]   2> 720286 T1348 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-003/]
   [junit4]   2> 720288 T1348 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 720288 T1348 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 720288 T1348 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 720289 T1348 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 720289 T1348 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 720290 T1348 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 720291 T1348 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 720291 T1348 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 720292 T1348 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 720294 T1348 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 720297 T1348 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 720297 T1348 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 720298 T1348 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 720298 T1348 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49489/solr
   [junit4]   2> 720298 T1348 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 720300 T1348 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 720304 T1395 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4c983f39 name:ZooKeeperConnection Watcher:127.0.0.1:49489 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 720306 T1348 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 720314 T1348 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 720317 T1397 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@31e39890 name:ZooKeeperConnection Watcher:127.0.0.1:49489/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 720318 T1348 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 720351 T1348 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 721365 T1348 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49497_
   [junit4]   2> 721368 T1348 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49497_
   [junit4]   2> 721383 T1348 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 721399 T1399 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 721399 T1399 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 721402 T1399 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 721402 T1377 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 721409 T1373 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "node_name":"127.0.0.1:49497_",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:49497",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 721410 T1373 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3, shard4]
   [junit4]   2> 721410 T1373 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard4
   [junit4]   2> 721419 T1384 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> 721420 T1377 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> 721420 T1398 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> 722404 T1399 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 722405 T1399 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 722408 T1399 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 722408 T1399 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 722411 T1399 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 722411 T1399 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-003/collection1/'
   [junit4]   2> 722413 T1399 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 722413 T1399 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 722414 T1399 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 722500 T1399 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 722559 T1399 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 722563 T1399 oass.IndexSchema.readSchema Reading Solr Schema from managed-schema
   [junit4]   2> 722570 T1399 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 722627 T1399 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 722629 T1399 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 722630 T1399 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 722631 T1399 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-003/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-003/collection1/data/
   [junit4]   2> 722632 T1399 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 722632 T1399 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-003/collection1/data
   [junit4]   2> 722634 T1399 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-003/collection1/data/index/
   [junit4]   2> 722635 T1399 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-003/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 722636 T1399 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-003/collection1/data/index
   [junit4]   2> 722639 T1399 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=26.822265625, floorSegmentMB=1.8271484375, forceMergeDeletesPctAllowed=27.672423996461525, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6376590061487215
   [junit4]   2> 722650 T1399 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@730604c; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 722651 T1399 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 722654 T1399 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 722657 T1399 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 722658 T1399 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 722658 T1399 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 722659 T1399 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 722659 T1399 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 722660 T1399 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 722661 T1399 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 722662 T1399 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 722662 T1399 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 722663 T1399 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 722663 T1399 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 722663 T1399 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 722685 T1399 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 722688 T1399 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 722691 T1399 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 722695 T1399 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 722698 T1399 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 722710 T1399 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 722710 T1399 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 722712 T1399 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 722716 T1399 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@730604c; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 722717 T1399 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 722717 T1399 oass.SolrIndexSearcher.<init> Opening Searcher@2f8e929b[collection1] main
   [junit4]   2> 722718 T1399 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 722722 T1399 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 722723 T1399 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 722725 T1399 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 722726 T1399 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 722726 T1399 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 722729 T1399 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 722730 T1399 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 722730 T1399 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 722730 T1399 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 722731 T1399 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 722735 T1399 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 722735 T1400 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2f8e929b[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 722739 T1403 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:49497 collection:collection1 shard:shard4
   [junit4]   2> 722740 T1348 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 722740 T1348 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 722742 T1403 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard4/election
   [junit4]   2> 722758 T1403 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard4
   [junit4]   2> 722765 T1403 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 722766 T1403 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C724 name=collection1 org.apache.solr.core.SolrCore@6fbe146e url=https://127.0.0.1:49497/collection1 node=127.0.0.1:49497_ C724_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:49497_, base_url=https://127.0.0.1:49497, state=down, core=collection1}
   [junit4]   2> 722767 T1403 C724 P49497 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:49497/collection1/
   [junit4]   2> 722768 T1403 C724 P49497 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 722768 T1403 C724 P49497 oasc.SyncStrategy.syncToMe https://127.0.0.1:49497/collection1/ has no replicas
   [junit4]   2> 722769 T1403 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:49497/collection1/ shard4
   [junit4]   2> 722769 T1403 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard4
   [junit4]   2> 722773 T1377 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 722822 T1377 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 722934 T1398 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> 722936 T1384 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> 722936 T1377 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> 722962 T1403 oasc.ZkController.register We are https://127.0.0.1:49497/collection1/ and leader is https://127.0.0.1:49497/collection1/
   [junit4]   2> 722964 T1403 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:49497
   [junit4]   2> 722964 T1403 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 722965 T1403 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 722965 T1403 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 722971 T1377 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 722976 T1373 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "node_name":"127.0.0.1:49497_",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:49497",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard":"shard4",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 723088 T1398 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> 723088 T1384 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> 723088 T1377 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> 724618 T1348 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 724620 T1348 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 724628 T1348 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 724630 T1348 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:49500
   [junit4]   2> 724634 T1348 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 724634 T1348 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 724634 T1348 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-004
   [junit4]   2> 724635 T1348 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-004/'
   [junit4]   2> 724682 T1348 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-004/solr.xml
   [junit4]   2> 724776 T1348 oasc.CoreContainer.<init> New CoreContainer 1398155324
   [junit4]   2> 724776 T1348 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-004/]
   [junit4]   2> 724778 T1348 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 724779 T1348 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 724779 T1348 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 724779 T1348 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 724780 T1348 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 724780 T1348 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 724780 T1348 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 724781 T1348 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 724782 T1348 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 724784 T1348 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 724787 T1348 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 724788 T1348 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 724789 T1348 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 724789 T1348 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49489/solr
   [junit4]   2> 724790 T1348 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 724791 T1348 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 724795 T1414 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3865764d name:ZooKeeperConnection Watcher:127.0.0.1:49489 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 724797 T1348 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 724805 T1348 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 724810 T1416 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@55686109 name:ZooKeeperConnection Watcher:127.0.0.1:49489/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 724811 T1348 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 724835 T1348 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 725848 T1348 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49500_
   [junit4]   2> 725851 T1348 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49500_
   [junit4]   2> 725866 T1348 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 725893 T1418 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 725893 T1418 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 725895 T1377 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 725895 T1418 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 725901 T1373 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "node_name":"127.0.0.1:49500_",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:49500",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 725902 T1373 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=4
   [junit4]   2> 725902 T1373 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 725914 T1417 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> 725914 T1398 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> 725915 T1384 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> 725916 T1377 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> 726898 T1418 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 726898 T1418 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 726901 T1418 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 726901 T1418 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 726905 T1418 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 726905 T1418 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-004/collection1/'
   [junit4]   2> 726909 T1418 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 726914 T1418 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 726915 T1418 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 727013 T1418 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 727098 T1418 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 727107 T1418 oass.IndexSchema.readSchema Reading Solr Schema from managed-schema
   [junit4]   2> 727118 T1418 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 727191 T1418 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 727193 T1418 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 727194 T1418 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 727194 T1418 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-004/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-004/collection1/data/
   [junit4]   2> 727195 T1418 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 727196 T1418 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-004/collection1/data
   [junit4]   2> 727197 T1418 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-004/collection1/data/index/
   [junit4]   2> 727198 T1418 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-004/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 727200 T1418 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-004/collection1/data/index
   [junit4]   2> 727202 T1418 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=26.822265625, floorSegmentMB=1.8271484375, forceMergeDeletesPctAllowed=27.672423996461525, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6376590061487215
   [junit4]   2> 727208 T1418 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5020f4be; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 727209 T1418 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 727212 T1418 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 727215 T1418 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 727219 T1418 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 727221 T1418 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 727221 T1418 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 727222 T1418 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 727222 T1418 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 727223 T1418 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 727223 T1418 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 727224 T1418 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 727224 T1418 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 727224 T1418 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 727225 T1418 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 727248 T1418 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 727253 T1418 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 727256 T1418 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 727260 T1418 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 727264 T1418 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 727276 T1418 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 727276 T1418 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 727278 T1418 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 727281 T1418 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5020f4be; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 727282 T1418 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 727282 T1418 oass.SolrIndexSearcher.<init> Opening Searcher@4af3dc92[collection1] main
   [junit4]   2> 727283 T1418 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 727289 T1418 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 727289 T1418 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 727297 T1418 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 727297 T1418 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 727298 T1418 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 727302 T1418 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 727303 T1418 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 727303 T1418 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 727304 T1418 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 727304 T1418 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 727322 T1419 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4af3dc92[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 727323 T1418 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 727330 T1422 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:49500 collection:collection1 shard:shard3
   [junit4]   2> 727332 T1348 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 727337 T1348 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 727339 T1422 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 727355 T1422 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 727362 T1377 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 727365 T1422 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 727365 T1422 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C725 name=collection1 org.apache.solr.core.SolrCore@fe8912a url=https://127.0.0.1:49500/collection1 node=127.0.0.1:49500_ C725_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:49500_, base_url=https://127.0.0.1:49500, state=down, core=collection1}
   [junit4]   2> 727366 T1422 C725 P49500 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:49500/collection1/
   [junit4]   2> 727367 T1422 C725 P49500 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 727367 T1422 C725 P49500 oasc.SyncStrategy.syncToMe https://127.0.0.1:49500/collection1/ has no replicas
   [junit4]   2> 727368 T1422 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:49500/collection1/ shard3
   [junit4]   2> 727376 T1422 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 727405 T1377 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 727419 T1384 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> 727419 T1377 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> 727420 T1398 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> 727426 T1417 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> 727465 T1422 oasc.ZkController.register We are https://127.0.0.1:49500/collection1/ and leader is https://127.0.0.1:49500/collection1/
   [junit4]   2> 727466 T1422 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:49500
   [junit4]   2> 727466 T1422 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 727468 T1422 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 727468 T1422 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 727477 T1377 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 727486 T1373 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "node_name":"127.0.0.1:49500_",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:49500",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 727596 T1377 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> 727597 T1384 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> 727598 T1398 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> 727597 T1417 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> 730003 T1348 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 730004 T1348 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 730013 T1348 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 730017 T1348 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:49503
   [junit4]   2> 730019 T1348 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 730020 T1348 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 730020 T1348 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-005
   [junit4]   2> 730021 T1348 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-005/'
   [junit4]   2> 730061 T1348 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-005/solr.xml
   [junit4]   2> 730163 T1348 oasc.CoreContainer.<init> New CoreContainer 1424942174
   [junit4]   2> 730164 T1348 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-005/]
   [junit4]   2> 730168 T1348 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 730168 T1348 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 730169 T1348 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 730170 T1348 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 730171 T1348 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 730172 T1348 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 730172 T1348 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 730172 T1348 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 730174 T1348 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 730178 T1348 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 730183 T1348 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 730184 T1348 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 730185 T1348 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 730186 T1348 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49489/solr
   [junit4]   2> 730186 T1348 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 730188 T1348 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 730197 T1433 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@41cd1045 name:ZooKeeperConnection Watcher:127.0.0.1:49489 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 730199 T1348 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 730206 T1348 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 730210 T1435 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3ba3eed4 name:ZooKeeperConnection Watcher:127.0.0.1:49489/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 730210 T1348 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 730233 T1348 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 731244 T1348 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49503_
   [junit4]   2> 731246 T1348 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49503_
   [junit4]   2> 731262 T1348 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 731286 T1437 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 731287 T1437 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 731289 T1377 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 731291 T1437 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 731297 T1373 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "node_name":"127.0.0.1:49503_",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:49503",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 731298 T1373 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=4
   [junit4]   2> 731299 T1373 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 731312 T1384 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 731313 T1398 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 731313 T1377 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 731313 T1436 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 731315 T1417 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 732293 T1437 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 732293 T1437 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 732296 T1437 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 732296 T1437 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 732299 T1437 oa

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

junit4]   2> 1013056 T1348 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-010/collection1/data/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-010/collection1/data/index;done=false>>]
   [junit4]   2> 1013056 T1348 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001/tempDir-010/collection1/data/index
   [junit4]   2> 1013057 T1348 oasc.Overseer.close Overseer (id=92333226675470357-127.0.0.1:49525_-n_0000000008) closing
   [junit4]   2> 1013058 T1615 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:49525_
   [junit4]   2> 1014564 T1618 oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read the data org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:307)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:304)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:304)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:321)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:89)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:293)
   [junit4]   2> 
   [junit4]   2> 1014565 T1600 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1014580 T1348 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 1019571 T1348 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 1019576 T1348 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:49489 49489
   [junit4]   2> 1019591 T1349 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:49489 49489
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCloudSchemaless -Dtests.method=testDistribSearch -Dtests.seed=75C393836DC27B71 -Dtests.slow=true -Dtests.locale=lt_LT -Dtests.timezone=America/Hermosillo -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR    307s | TestCloudSchemaless.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:49503/collection1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([75C393836DC27B71:F4251D9B1A9D1B4D]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:558)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
   [junit4]    > 	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:68)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:54)
   [junit4]    > 	at org.apache.solr.schema.TestCloudSchemaless.doTest(TestCloudSchemaless.java:140)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:152)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:122)
   [junit4]    > 	at sun.security.ssl.InputRecord.readFully(InputRecord.java:442)
   [junit4]    > 	at sun.security.ssl.InputRecord.read(InputRecord.java:480)
   [junit4]    > 	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927)
   [junit4]    > 	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:884)
   [junit4]    > 	at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
   [junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
   [junit4]    > 	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
   [junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:448)
   [junit4]    > 	... 47 more
   [junit4]   2> 1019902 T1348 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-75C393836DC27B71-001
   [junit4]   2> NOTE: test params are: codec=Lucene41, sim=DefaultSimilarity, locale=lt_LT, timezone=America/Hermosillo
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_67 (64-bit)/cpus=2,threads=1,free=37635968,total=182525952
   [junit4]   2> NOTE: All tests run in this JVM: [AlternateDirectoryTest, TestAnalyzeInfixSuggestions, BinaryUpdateRequestHandlerTest, TermVectorComponentDistributedTest, SolrRequestParserTest, TestSchemaResource, TestUniqueKeyFieldResource, AutoCommitTest, TestFieldResource, TestSuggestSpellingConverter, TestClassNameShortening, RequiredFieldsTest, SolrPluginUtilsTest, QueryEqualityTest, TestOrdValues, CollectionsAPIAsyncDistributedZkTest, DirectSolrConnectionTest, SuggesterTSTTest, RangeFacetTest, UpdateParamsTest, DocValuesTest, DistribCursorPagingTest, SolrInfoMBeanTest, TestDynamicFieldResource, InfoHandlerTest, TestSolrQueryParserResource, TestNoOpRegenerator, RollingRestartTest, DistributedIntervalFacetingTest, TestPseudoReturnFields, SolrIndexConfigTest, TestComplexPhraseQParserPlugin, PreAnalyzedUpdateProcessorTest, TestCoreDiscovery, AsyncMigrateRouteKeyTest, TestDistributedGrouping, TestSerializedLuceneMatchVersion, TestExceedMaxTermLength, TestDefaultSimilarityFactory, TestCloudSchemaless]
   [junit4] Completed in 306.97s, 1 test, 1 error <<< FAILURES!

[...truncated 1225 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:485: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:465: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:48: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:37: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:189: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:494: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1342: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:957: There were test failures: 430 suites, 1783 tests, 1 error, 45 ignored (18 assumptions)

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