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/21 14:10:23 UTC

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

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

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:49222/se_gb/qc/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:49222/se_gb/qc/collection1
	at __randomizedtesting.SeedInfo.seed([FA34DCD4045B30A6:7BD252CC7304509A]: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 10712 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-FA34DCD4045B30A6-001/init-core-data-001
   [junit4]   2> 54078 T58 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 54082 T58 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /se_gb/qc
   [junit4]   2> 54100 T58 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 54134 T58 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 54150 T59 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 54463 T58 oasc.ZkTestServer.run start zk server on port:49204
   [junit4]   2> 54717 T58 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 54766 T60 oazs.NIOServerCnxn.doIO WARN Exception causing close of session 0x0 due to java.io.IOException: ZooKeeperServer not running
   [junit4]   2> 56218 T65 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8107777 name:ZooKeeperConnection Watcher:127.0.0.1:49204 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 56219 T58 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 56224 T58 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 56336 T58 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 56341 T67 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@bf94384 name:ZooKeeperConnection Watcher:127.0.0.1:49204/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 56343 T58 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 56352 T58 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 56369 T58 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 56382 T58 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 56392 T58 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 56407 T58 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> 56411 T58 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 56430 T58 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> 56432 T58 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 56443 T58 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> 56443 T58 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 56456 T58 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> 56456 T58 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 56467 T58 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> 56468 T58 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 56479 T58 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> 56480 T58 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 56491 T58 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> 56493 T58 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 56507 T58 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> 56508 T58 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 56524 T58 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> 56525 T58 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 56538 T58 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> 56539 T58 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 56551 T58 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> 56551 T58 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 56585 T58 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 56588 T69 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ec96ad6 name:ZooKeeperConnection Watcher:127.0.0.1:49204/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 56589 T58 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 59594 T58 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 59603 T58 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 59611 T58 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:49209
   [junit4]   2> 59615 T58 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 59616 T58 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 59617 T58 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-FA34DCD4045B30A6-001/tempDir-002
   [junit4]   2> 59617 T58 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-FA34DCD4045B30A6-001/tempDir-002/'
   [junit4]   2> 59673 T58 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-FA34DCD4045B30A6-001/tempDir-002/solr.xml
   [junit4]   2> 59762 T58 oasc.CoreContainer.<init> New CoreContainer 531325311
   [junit4]   2> 59763 T58 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-FA34DCD4045B30A6-001/tempDir-002/]
   [junit4]   2> 59764 T58 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 59765 T58 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 59765 T58 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 59765 T58 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 59766 T58 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 59766 T58 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 59767 T58 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 59767 T58 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 59767 T58 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 59770 T58 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 59774 T58 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 59774 T58 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 59775 T58 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 59775 T58 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49204/solr
   [junit4]   2> 59807 T58 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 59808 T58 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 59814 T80 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1de6fcea name:ZooKeeperConnection Watcher:127.0.0.1:49204 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 59815 T58 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 59839 T58 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 59842 T82 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4ea173bc name:ZooKeeperConnection Watcher:127.0.0.1:49204/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 59843 T58 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 59864 T58 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 59890 T58 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 59908 T58 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 59922 T58 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 59937 T58 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 59977 T58 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 59985 T58 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49209_se_gb%2Fqc
   [junit4]   2> 59995 T58 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49209_se_gb%2Fqc
   [junit4]   2> 60011 T58 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 60039 T58 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 60047 T58 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 60071 T58 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:49209_se_gb%2Fqc
   [junit4]   2> 60072 T58 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 60082 T58 oasc.Overseer.start Overseer (id=92315054009090052-127.0.0.1:49209_se_gb%2Fqc-n_0000000000) starting
   [junit4]   2> 60119 T58 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 60205 T58 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 60238 T84 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 60241 T58 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 60251 T58 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 60258 T58 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 60285 T83 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 60319 T86 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 60320 T86 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 60339 T86 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 60345 T87 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 60360 T83 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:49209/se_gb/qc",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:49209_se_gb%2Fqc",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 60362 T83 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 60402 T83 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 60427 T87 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> 61341 T86 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 61341 T86 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 61344 T86 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 61344 T86 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 61348 T86 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 61349 T86 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-FA34DCD4045B30A6-001/tempDir-002/collection1/'
   [junit4]   2> 61351 T86 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FA34DCD4045B30A6-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 61352 T86 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FA34DCD4045B30A6-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 61353 T86 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FA34DCD4045B30A6-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 61478 T86 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 61558 T86 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 61588 T86 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> 61600 T86 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 61611 T86 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 61668 T86 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 61678 T86 oass.ManagedIndexSchema.persistManagedSchemaToZooKeeper Created and persisted managed schema znode at /configs/conf1/managed-schema
   [junit4]   2> 61684 T86 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml.bak
   [junit4]   2> 61703 T86 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> 61703 T86 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 61704 T86 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 61705 T86 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-FA34DCD4045B30A6-001/tempDir-002/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FA34DCD4045B30A6-001/tempDir-002/collection1/data/
   [junit4]   2> 61706 T86 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 61758 T86 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FA34DCD4045B30A6-001/tempDir-002/collection1/data
   [junit4]   2> 61759 T86 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-FA34DCD4045B30A6-001/tempDir-002/collection1/data/index/
   [junit4]   2> 61759 T86 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-FA34DCD4045B30A6-001/tempDir-002/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 61760 T86 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FA34DCD4045B30A6-001/tempDir-002/collection1/data/index
   [junit4]   2> 61761 T86 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 61776 T86 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-FA34DCD4045B30A6-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7e3ad9f7; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 61777 T86 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 61781 T86 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 62557 T86 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 62558 T86 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 62559 T86 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 62560 T86 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 62561 T86 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 62561 T86 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 62562 T86 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 62562 T86 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 62563 T86 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 62563 T86 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 62563 T86 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 62564 T86 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 62583 T86 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 62588 T86 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 62592 T86 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 62594 T86 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 62595 T86 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 62602 T86 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 62603 T86 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 62604 T86 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=38, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7249173626403745]
   [junit4]   2> 62606 T86 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-FA34DCD4045B30A6-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7e3ad9f7; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 62607 T86 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 62607 T86 oass.SolrIndexSearcher.<init> Opening Searcher@5f0dd5c4[collection1] main
   [junit4]   2> 62608 T86 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 62612 T86 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 62612 T86 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 62623 T86 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 62624 T86 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 62624 T86 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 62626 T86 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 62626 T86 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 62628 T86 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json
   [junit4]   2> 62639 T86 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json
   [junit4]   2> 62640 T86 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 62640 T86 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 62645 T86 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 62679 T86 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 62679 T88 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5f0dd5c4[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 62681 T91 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:49209/se_gb/qc collection:control_collection shard:shard1
   [junit4]   2> 62694 T58 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 62695 T58 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 62709 T91 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 62738 T91 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 62768 T87 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 62771 T91 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 62771 T91 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C46 name=collection1 org.apache.solr.core.SolrCore@5d2fd9c3 url=https://127.0.0.1:49209/se_gb/qc/collection1 node=127.0.0.1:49209_se_gb%2Fqc C46_STATE=coll:control_collection core:collection1 props:{state=down, base_url=https://127.0.0.1:49209/se_gb/qc, node_name=127.0.0.1:49209_se_gb%2Fqc, core=collection1}
   [junit4]   2> 62777 T91 C46 P49209 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:49209/se_gb/qc/collection1/
   [junit4]   2> 62779 T91 C46 P49209 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 62780 T91 C46 P49209 oasc.SyncStrategy.syncToMe https://127.0.0.1:49209/se_gb/qc/collection1/ has no replicas
   [junit4]   2> 62781 T91 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:49209/se_gb/qc/collection1/ shard1
   [junit4]   2> 62795 T91 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 62811 T87 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> 62847 T58 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 62850 T93 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@448cef4b name:ZooKeeperConnection Watcher:127.0.0.1:49204/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 62854 T58 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 62860 T58 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 62895 T87 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 62914 T58 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 63028 T94 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> 63032 T87 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> 63060 T91 oasc.ZkController.register We are https://127.0.0.1:49209/se_gb/qc/collection1/ and leader is https://127.0.0.1:49209/se_gb/qc/collection1/
   [junit4]   2> 63061 T91 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:49209/se_gb/qc
   [junit4]   2> 63061 T91 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 63061 T91 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 63062 T91 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 63067 T87 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 63080 T83 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:49209/se_gb/qc",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:49209_se_gb%2Fqc",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 63195 T87 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> 63196 T94 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> 64799 T58 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 64800 T58 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 64812 T58 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 64817 T58 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:49213
   [junit4]   2> 64822 T58 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 64823 T58 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 64823 T58 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-FA34DCD4045B30A6-001/tempDir-003
   [junit4]   2> 64823 T58 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-FA34DCD4045B30A6-001/tempDir-003/'
   [junit4]   2> 64867 T58 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-FA34DCD4045B30A6-001/tempDir-003/solr.xml
   [junit4]   2> 64950 T58 oasc.CoreContainer.<init> New CoreContainer 2003498793
   [junit4]   2> 64951 T58 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-FA34DCD4045B30A6-001/tempDir-003/]
   [junit4]   2> 64953 T58 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 64953 T58 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 64954 T58 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 64954 T58 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 64955 T58 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 64955 T58 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 64955 T58 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 64956 T58 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 64956 T58 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 64960 T58 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 64963 T58 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 64964 T58 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 64964 T58 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 64964 T58 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49204/solr
   [junit4]   2> 64965 T58 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 64969 T58 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 64970 T105 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@66c47b9f name:ZooKeeperConnection Watcher:127.0.0.1:49204 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 64971 T58 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 64999 T58 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 65032 T107 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@64232a03 name:ZooKeeperConnection Watcher:127.0.0.1:49204/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 65034 T58 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 65072 T58 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 66084 T58 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49213_se_gb%2Fqc
   [junit4]   2> 66087 T58 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49213_se_gb%2Fqc
   [junit4]   2> 66103 T58 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 66130 T109 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 66130 T109 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 66133 T109 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 66133 T87 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 66144 T83 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:49213/se_gb/qc",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:49213_se_gb%2Fqc",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 66144 T83 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3, shard4]
   [junit4]   2> 66145 T83 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 66160 T87 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> 66160 T108 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> 66160 T94 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> 67135 T109 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 67137 T109 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 67141 T109 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 67141 T109 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 67148 T109 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 67148 T109 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-FA34DCD4045B30A6-001/tempDir-003/collection1/'
   [junit4]   2> 67151 T109 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FA34DCD4045B30A6-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 67152 T109 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FA34DCD4045B30A6-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 67153 T109 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FA34DCD4045B30A6-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 67341 T109 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 67402 T109 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 67406 T109 oass.IndexSchema.readSchema Reading Solr Schema from managed-schema
   [junit4]   2> 67414 T109 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 67486 T109 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 67487 T109 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 67487 T109 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 67493 T109 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-FA34DCD4045B30A6-001/tempDir-003/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FA34DCD4045B30A6-001/tempDir-003/collection1/data/
   [junit4]   2> 67494 T109 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 67494 T109 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FA34DCD4045B30A6-001/tempDir-003/collection1/data
   [junit4]   2> 67495 T109 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-FA34DCD4045B30A6-001/tempDir-003/collection1/data/index/
   [junit4]   2> 67495 T109 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-FA34DCD4045B30A6-001/tempDir-003/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 67496 T109 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FA34DCD4045B30A6-001/tempDir-003/collection1/data/index
   [junit4]   2> 67507 T109 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 67518 T109 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-FA34DCD4045B30A6-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3542daea; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 67519 T109 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 67521 T109 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 67522 T109 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 67523 T109 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 67523 T109 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 67523 T109 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 67524 T109 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 67524 T109 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 67525 T109 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 67526 T109 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 67526 T109 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 67527 T109 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 67527 T109 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 67528 T109 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 67540 T109 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 67543 T109 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 67545 T109 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 67547 T109 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 67550 T109 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 67559 T109 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 67559 T109 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 67561 T109 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=38, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7249173626403745]
   [junit4]   2> 67563 T109 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-FA34DCD4045B30A6-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3542daea; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 67564 T109 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 67564 T109 oass.SolrIndexSearcher.<init> Opening Searcher@7d5bd72c[collection1] main
   [junit4]   2> 67565 T109 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 67569 T109 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 67569 T109 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 67572 T109 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 67573 T109 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 67573 T109 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 67577 T109 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 67578 T109 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 67578 T109 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 67578 T109 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 67579 T109 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 67585 T109 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 67585 T110 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7d5bd72c[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 67587 T113 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:49213/se_gb/qc collection:collection1 shard:shard3
   [junit4]   2> 67589 T58 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 67590 T58 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 67591 T113 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 67614 T113 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 67623 T87 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 67625 T113 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 67625 T113 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C47 name=collection1 org.apache.solr.core.SolrCore@2846925e url=https://127.0.0.1:49213/se_gb/qc/collection1 node=127.0.0.1:49213_se_gb%2Fqc C47_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:49213/se_gb/qc, node_name=127.0.0.1:49213_se_gb%2Fqc, core=collection1}
   [junit4]   2> 67626 T113 C47 P49213 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:49213/se_gb/qc/collection1/
   [junit4]   2> 67627 T113 C47 P49213 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 67627 T113 C47 P49213 oasc.SyncStrategy.syncToMe https://127.0.0.1:49213/se_gb/qc/collection1/ has no replicas
   [junit4]   2> 67627 T113 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:49213/se_gb/qc/collection1/ shard3
   [junit4]   2> 67628 T113 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 67686 T87 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 67701 T108 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> 67706 T87 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> 67707 T94 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> 67740 T113 oasc.ZkController.register We are https://127.0.0.1:49213/se_gb/qc/collection1/ and leader is https://127.0.0.1:49213/se_gb/qc/collection1/
   [junit4]   2> 67741 T113 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:49213/se_gb/qc
   [junit4]   2> 67741 T113 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 67741 T113 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 67742 T113 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 67750 T87 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 67758 T83 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:49213/se_gb/qc",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:49213_se_gb%2Fqc",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 67879 T94 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> 67883 T87 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> 67886 T108 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> 69592 T58 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 69594 T58 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 69602 T58 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 69606 T58 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:49216
   [junit4]   2> 69610 T58 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 69610 T58 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 69610 T58 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-FA34DCD4045B30A6-001/tempDir-004
   [junit4]   2> 69611 T58 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-FA34DCD4045B30A6-001/tempDir-004/'
   [junit4]   2> 69654 T58 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-FA34DCD4045B30A6-001/tempDir-004/solr.xml
   [junit4]   2> 69783 T58 oasc.CoreContainer.<init> New CoreContainer 48291249
   [junit4]   2> 69783 T58 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-FA34DCD4045B30A6-001/tempDir-004/]
   [junit4]   2> 69785 T58 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 69786 T58 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 69786 T58 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 69787 T58 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 69787 T58 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 69787 T58 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 69788 T58 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 69788 T58 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 69789 T58 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 69793 T58 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 69796 T58 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 69797 T58 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 69797 T58 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 69798 T58 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49204/solr
   [junit4]   2> 69798 T58 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 69800 T58 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 69804 T124 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2913aedd name:ZooKeeperConnection Watcher:127.0.0.1:49204 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 69805 T58 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 69812 T58 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 69818 T126 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7741d482 name:ZooKeeperConnection Watcher:127.0.0.1:49204/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 69819 T58 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 69906 T58 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 70922 T58 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49216_se_gb%2Fqc
   [junit4]   2> 70925 T58 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49216_se_gb%2Fqc
   [junit4]   2> 70944 T58 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 70971 T128 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 70972 T128 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 70975 T128 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 70975 T87 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 70987 T83 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:49216/se_gb/qc",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:49216_se_gb%2Fqc",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 70988 T83 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=4
   [junit4]   2> 70989 T83 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard4
   [junit4]   2> 71005 T87 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> 71006 T108 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> 71005 T94 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> 71005 T127 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> 71977 T128 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 71977 T128 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 71980 T128 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 71980 T128 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 71985 T128 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 71985 T128 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-FA34DCD4045B30A6-001/tempDir-004/collection1/'
   [junit4]   2> 71986 T128 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FA34DCD4045B30A6-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 71987 T128 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FA34DCD4045B30A6-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 71987 T128 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FA34DCD4045B30A6-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 72096 T128 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 72148 T128 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 72154 T128 oass.IndexSchema.readSchema Reading Solr Schema from managed-schema
   [junit4]   2> 72161 T128 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 72216 T128 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 72218 T128 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 72218 T128 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 72219 T128 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-FA34DCD4045B30A6-001/tempDir-004/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FA34DCD4045B30A6-001/tempDir-004/collection1/data/
   [junit4]   2> 72219 T128 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 72220 T128 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FA34DCD4045B30A6-001/tempDir-004/collection1/data
   [junit4]   2> 72221 T128 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-FA34DCD4045B30A6-001/tempDir-004/collection1/data/index/
   [junit4]   2> 72222 T128 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-FA34DCD4045B30A6-001/tempDir-004/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 72223 T128 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FA34DCD4045B30A6-001/tempDir-004/collection1/data/index
   [junit4]   2> 72224 T128 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 72229 T128 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-FA34DCD4045B30A6-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@69b82b30; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 72229 T128 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 72232 T128 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 72234 T128 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 72235 T128 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 72235 T128 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 72236 T128 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 72237 T128 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 72237 T128 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 72238 T128 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 72238 T128 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 72239 T128 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 72239 T128 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 72239 T128 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 72240 T128 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 72256 T128 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 72258 T128 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 72259 T128 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 72261 T128 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 72263 T128 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 72271 T128 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 72271 T128 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 72273 T128 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=38, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7249173626403745]
   [junit4]   2> 72275 T128 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-FA34DCD4045B30A6-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@69b82b30; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 72276 T128 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 72276 T128 oass.SolrIndexSearcher.<init> Opening Searcher@769307f4[collection1] main
   [junit4]   2> 72277 T128 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 72281 T128 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 72281 T128 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 72285 T128 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 72285 T128 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 72286 T128 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 72289 T128 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 72290 T128 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 72290 T128 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 72290 T128 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 72291 T128 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 72298 T128 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 72298 T129 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@769307f4[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 72300 T132 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:49216/se_gb/qc collection:collection1 shard:shard4
   [junit4]   2> 72302 T58 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 72303 T58 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 72304 T132 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard4/election
   [junit4]   2> 72323 T132 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard4
   [junit4]   2> 72333 T132 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 72333 T132 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C48 name=collection1 org.apache.solr.core.SolrCore@60ad1a86 url=https://127.0.0.1:49216/se_gb/qc/collection1 node=127.0.0.1:49216_se_gb%2Fqc C48_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:49216/se_gb/qc, node_name=127.0.0.1:49216_se_gb%2Fqc, core=collection1}
   [junit4]   2> 72333 T132 C48 P49216 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:49216/se_gb/qc/collection1/
   [junit4]   2> 72334 T132 C48 P49216 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 72334 T132 C48 P49216 oasc.SyncStrategy.syncToMe https://127.0.0.1:49216/se_gb/qc/collection1/ has no replicas
   [junit4]   2> 72334 T132 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:49216/se_gb/qc/collection1/ shard4
   [junit4]   2> 72334 T132 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard4
   [junit4]   2> 72335 T87 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 72387 T87 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 72392 T94 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> 72393 T127 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> 72394 T87 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> 72393 T108 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> 72427 T132 oasc.ZkController.register We are https://127.0.0.1:49216/se_gb/qc/collection1/ and leader is https://127.0.0.1:49216/se_gb/qc/collection1/
   [junit4]   2> 72429 T132 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:49216/se_gb/qc
   [junit4]   2> 72429 T132 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 72430 T132 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 72430 T132 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 72436 T87 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 72449 T83 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "shard":"shard4",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:49216/se_gb/qc",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:49216_se_gb%2Fqc",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 72617 T87 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> 72618 T127 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> 72618 T108 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> 72620 T94 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> 74405 T58 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 74407 T58 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 74419 T58 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 74425 T58 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:49219
   [junit4]   2> 74429 T58 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 74430 T58 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 74430 T58 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-FA34DCD4045B30A6-001/tempDir-005
   [junit4]   2> 74430 T58 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-FA34DCD4045B30A6-001/tempDir-005/'
   [junit4]   2> 74480 T58 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-FA34DCD4045B30A6-001/tempDir-005/solr.xml
   [junit4]   2> 74639 T58 oasc.CoreContainer.<init> New CoreContainer 1232353909
   [junit4]   2> 74640 T58 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-FA34DCD4045B30A6-001/tempDir-005/]
   [junit4]   2> 74642 T58 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 74642 T58 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 74643 T58 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 74644 T58 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 74644 T58 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 74644 T58 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 74645 T58 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 74645 T58 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 74645 T58 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 74649 T58 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 74652 T58 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 74652 T58 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 74653 T58 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 74653 T58 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49204/solr
   [junit4]   2> 74654 T58 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 74658 T58 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 74668 T143 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4e569945 name:ZooKeeperConnection Watcher:127.0.0.1:49204 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 74668 T58 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 74681 T58 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 74687 T145 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7ec9bfc1 name:ZooKeeperConnection Watcher:127.0.0.1:49204/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 74687 T58 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 74716 T58 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 75732 T58 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49219_se_gb%2Fqc
   [junit4]   2> 75735 T58 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49219_se_gb%2Fqc
   [junit4]   2> 75756 T58 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 75778 T147 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 75779 T147 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 75782 T147 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 75782 T87 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 75795 T83 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:49219/se_gb/qc",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:49219_se_gb%2Fqc",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 75796 T83 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=4
   [junit4]   2> 75796 T83 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 75811 T127 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> 75811 T94 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> 75813 T146 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> 75812 T108 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> 75815 T87 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> 76784 T147 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 76784 T147 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 76787 T147 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 76787 T147 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 76791 T147 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 76791 T147 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-FA34DCD4045B30A6-001/tempDir-005/collection1/'
   [junit4]   2> 76793 T147 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Use

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

ers/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FA34DCD4045B30A6-001/tempDir-010/collection1/data/index.20140821101308990;done=false>>]
   [junit4]   2> 348254 T58 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FA34DCD4045B30A6-001/tempDir-010/collection1/data/index.20140821101308990
   [junit4]   2> 348255 T58 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FA34DCD4045B30A6-001/tempDir-010/collection1/data [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FA34DCD4045B30A6-001/tempDir-010/collection1/data;done=false>>]
   [junit4]   2> 348256 T58 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FA34DCD4045B30A6-001/tempDir-010/collection1/data
   [junit4]   2> 348257 T291 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> 348259 T58 oasc.Overseer.close Overseer (id=92315054009090069-127.0.0.1:49241_se_gb%2Fqc-n_0000000008) closing
   [junit4]   2> 348261 T325 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:49241_se_gb%2Fqc
   [junit4]   2> 349764 T291 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 349765 T312 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 349766 T328 oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read the data org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:307)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:304)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:304)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:321)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:89)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:293)
   [junit4]   2> 
   [junit4]   2> 349783 T58 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/se_gb/qc,null}
   [junit4]   2> 354772 T58 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 354777 T58 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:49204 49204
   [junit4]   2> 354793 T59 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:49204 49204
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCloudSchemaless -Dtests.method=testDistribSearch -Dtests.seed=FA34DCD4045B30A6 -Dtests.slow=true -Dtests.locale=et_EE -Dtests.timezone=GMT0 -Dtests.file.encoding=UTF-8
   [junit4] ERROR    301s | TestCloudSchemaless.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:49222/se_gb/qc/collection1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([FA34DCD4045B30A6:7BD252CC7304509A]: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> 355174 T58 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-FA34DCD4045B30A6-001
   [junit4]   2> NOTE: test params are: codec=Lucene40, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=et_EE, timezone=GMT0
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_67 (64-bit)/cpus=2,threads=1,free=107973960,total=242221056
   [junit4]   2> NOTE: All tests run in this JVM: [FieldFacetExtrasTest, TestDefaultSearchFieldResource, TestQueryUtils, SortByFunctionTest, TestSurroundQueryParser, CoreContainerCoreInitFailuresTest, TestCloudSchemaless]
   [junit4] Completed in 301.23s, 1 test, 1 error <<< FAILURES!

[...truncated 1327 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:474: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:454: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:45: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:37: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:189: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:496: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1350: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:965: There were test failures: 430 suites, 1782 tests, 1 error, 45 ignored (18 assumptions)

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