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/20 03:14:03 UTC

[JENKINS] Lucene-Solr-4.x-Windows (32bit/jdk1.8.0_20-ea-b23) - Build # 4166 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Windows/4166/
Java: 32bit/jdk1.8.0_20-ea-b23 -client -XX:+UseConcMarkSweepGC

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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:61836/collection1
	at __randomizedtesting.SeedInfo.seed([B244A93E535E787C:33A2272624011840]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:560)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
	at org.apache.solr.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:871)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:150)
	at java.net.SocketInputStream.read(SocketInputStream.java:121)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:954)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:911)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
	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)
	... 48 more




Build Log:
[...truncated 11262 lines...]
   [junit4] Suite: org.apache.solr.schema.TestCloudSchemaless
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\init-core-data-001
   [junit4]   2> 2467491 T5746 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 2467491 T5746 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 2467496 T5746 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 2467496 T5746 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2467499 T5747 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 2467588 T5746 oasc.ZkTestServer.run start zk server on port:61743
   [junit4]   2> 2467590 T5746 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2467596 T5753 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e65ee7 name:ZooKeeperConnection Watcher:127.0.0.1:61743 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2467596 T5746 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2467597 T5746 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 2467605 T5746 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2467608 T5755 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1de4055 name:ZooKeeperConnection Watcher:127.0.0.1:61743/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2467609 T5746 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2467610 T5746 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 2467614 T5746 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 2467618 T5746 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 2467622 T5746 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 2467626 T5746 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-schemaless.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2467627 T5746 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2467636 T5746 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema-add-schema-fields-update-processor.xml to /configs/conf1/schema.xml
   [junit4]   2> 2467637 T5746 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 2467642 T5746 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2467642 T5746 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2467648 T5746 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2467649 T5746 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2467654 T5746 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2467655 T5746 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2467660 T5746 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2467661 T5746 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 2467666 T5746 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2467666 T5746 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 2467672 T5746 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2467673 T5746 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2467678 T5746 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2467678 T5746 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2467683 T5746 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2467684 T5746 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2467691 T5746 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2467692 T5746 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2467700 T5746 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2467704 T5757 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@127fa4d name:ZooKeeperConnection Watcher:127.0.0.1:61743/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2467705 T5746 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2469741 T5746 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2469760 T5746 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 2469774 T5746 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:61753
   [junit4]   2> 2469790 T5746 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2469790 T5746 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2469791 T5746 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\tempDir-002
   [junit4]   2> 2469792 T5746 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\tempDir-002\'
   [junit4]   2> 2469851 T5746 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\tempDir-002\solr.xml
   [junit4]   2> 2469880 T5746 oasc.CoreContainer.<init> New CoreContainer 1640931
   [junit4]   2> 2469882 T5746 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\tempDir-002\]
   [junit4]   2> 2469890 T5746 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2469891 T5746 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2469892 T5746 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2469893 T5746 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2469893 T5746 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2469894 T5746 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2469895 T5746 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2469896 T5746 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2469896 T5746 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2469902 T5746 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2469908 T5746 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2469909 T5746 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2469909 T5746 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2469909 T5746 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:61743/solr
   [junit4]   2> 2469909 T5746 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2469911 T5746 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2469915 T5768 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a41ae9 name:ZooKeeperConnection Watcher:127.0.0.1:61743 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2469917 T5746 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2469921 T5746 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2469924 T5770 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a9c59a name:ZooKeeperConnection Watcher:127.0.0.1:61743/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2469925 T5746 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2469928 T5746 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 2469936 T5746 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 2469947 T5746 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 2469955 T5746 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 2469963 T5746 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 2469971 T5746 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 2469975 T5746 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61753_
   [junit4]   2> 2469977 T5746 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:61753_
   [junit4]   2> 2469982 T5746 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 2469989 T5746 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 2469993 T5746 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2469997 T5746 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:61753_
   [junit4]   2> 2469997 T5746 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 2470002 T5746 oasc.Overseer.start Overseer (id=92306978625880068-127.0.0.1:61753_-n_0000000000) starting
   [junit4]   2> 2470010 T5746 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 2470039 T5746 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2470041 T5772 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 2470047 T5746 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 2470052 T5746 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 2470056 T5746 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2470063 T5771 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 2470068 T5774 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 2470069 T5774 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2470071 T5774 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2470071 T5775 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2470077 T5771 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:61753",
   [junit4]   2> 	  "node_name":"127.0.0.1:61753_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 2470077 T5771 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 2470078 T5771 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 2470084 T5775 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> 2470996 T5774 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2470996 T5774 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 2470998 T5774 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2470998 T5774 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 2471000 T5774 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2471001 T5774 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\tempDir-002\collection1\'
   [junit4]   2> 2471005 T5774 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-B244A93E535E787C-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 2471006 T5774 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-B244A93E535E787C-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 2471008 T5774 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-B244A93E535E787C-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 2471060 T5774 oasc.SolrConfig.<init> Using Lucene MatchVersion: 4.10.0
   [junit4]   2> 2471075 T5774 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2471077 T5774 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> 2471079 T5774 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2471084 T5774 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 2471098 T5774 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2471105 T5774 oass.ManagedIndexSchema.persistManagedSchemaToZooKeeper Created and persisted managed schema znode at /configs/conf1/managed-schema
   [junit4]   2> 2471109 T5774 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml.bak
   [junit4]   2> 2471115 T5774 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> 2471115 T5774 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 2471115 T5774 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 2471117 T5774 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\tempDir-002\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\tempDir-002\collection1\data\
   [junit4]   2> 2471117 T5774 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 2471118 T5774 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\tempDir-002\collection1\data
   [junit4]   2> 2471119 T5774 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\tempDir-002\collection1\data\index/
   [junit4]   2> 2471119 T5774 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\tempDir-002\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2471121 T5774 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\tempDir-002\collection1\data\index
   [junit4]   2> 2471121 T5774 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=91.4736328125, floorSegmentMB=1.958984375, forceMergeDeletesPctAllowed=16.279022949114804, segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2471129 T5774 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\tempDir-002\collection1\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@175502d; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2471129 T5774 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2471131 T5774 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 2471209 T5774 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2471210 T5774 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2471210 T5774 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2471211 T5774 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2471211 T5774 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2471212 T5774 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2471212 T5774 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2471212 T5774 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2471213 T5774 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2471213 T5774 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2471213 T5774 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2471213 T5774 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2471220 T5774 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2471224 T5774 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2471226 T5774 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2471229 T5774 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2471231 T5774 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2471236 T5774 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2471236 T5774 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2471238 T5774 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=35, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 2471240 T5774 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\tempDir-002\collection1\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@175502d; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2471240 T5774 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2471241 T5774 oass.SolrIndexSearcher.<init> Opening Searcher@1d94b22[collection1] main
   [junit4]   2> 2471241 T5774 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 2471246 T5774 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2471246 T5774 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2471248 T5774 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2471248 T5774 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2471248 T5774 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2471250 T5774 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2471250 T5774 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2471252 T5774 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json
   [junit4]   2> 2471257 T5774 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2471258 T5774 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2471258 T5774 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2471259 T5774 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 2471262 T5774 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2471262 T5776 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1d94b22[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 2471262 T5779 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:61753 collection:control_collection shard:shard1
   [junit4]   2> 2471264 T5746 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2471264 T5746 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2471271 T5779 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 2471283 T5746 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2471287 T5779 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 2471289 T5781 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c1331c name:ZooKeeperConnection Watcher:127.0.0.1:61743/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2471290 T5746 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2471295 T5775 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2471296 T5746 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2471298 T5779 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2471298 T5779 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4778 name=collection1 org.apache.solr.core.SolrCore@1ce81a url=https://127.0.0.1:61753/collection1 node=127.0.0.1:61753_ C4778_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=https://127.0.0.1:61753, node_name=127.0.0.1:61753_, state=down}
   [junit4]   2> 2471298 T5779 C4778 P61753 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:61753/collection1/
   [junit4]   2> 2471299 T5779 C4778 P61753 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2471299 T5779 C4778 P61753 oasc.SyncStrategy.syncToMe https://127.0.0.1:61753/collection1/ has no replicas
   [junit4]   2> 2471299 T5779 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:61753/collection1/ shard1
   [junit4]   2> 2471300 T5779 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 2471305 T5746 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2471316 T5775 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2471424 T5775 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> 2471425 T5782 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> 2471470 T5779 oasc.ZkController.register We are https://127.0.0.1:61753/collection1/ and leader is https://127.0.0.1:61753/collection1/
   [junit4]   2> 2471472 T5779 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:61753
   [junit4]   2> 2471472 T5779 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2471472 T5779 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 2471472 T5779 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2471476 T5775 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2471482 T5771 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:61753",
   [junit4]   2> 	  "node_name":"127.0.0.1:61753_",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 2471589 T5782 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> 2471589 T5775 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> 2474194 T5746 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 2474196 T5746 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2474213 T5746 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 2474217 T5746 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:61765
   [junit4]   2> 2474222 T5746 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2474222 T5746 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2474224 T5746 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\tempDir-003
   [junit4]   2> 2474224 T5746 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\tempDir-003\'
   [junit4]   2> 2474264 T5746 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\tempDir-003\solr.xml
   [junit4]   2> 2474294 T5746 oasc.CoreContainer.<init> New CoreContainer 22454607
   [junit4]   2> 2474294 T5746 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=.\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\tempDir-003\]
   [junit4]   2> 2474296 T5746 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2474296 T5746 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2474297 T5746 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2474297 T5746 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2474297 T5746 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2474297 T5746 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2474303 T5746 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2474305 T5746 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2474306 T5746 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2474309 T5746 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2474313 T5746 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2474313 T5746 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2474314 T5746 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2474314 T5746 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:61743/solr
   [junit4]   2> 2474315 T5746 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2474317 T5746 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2474319 T5793 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@162215a name:ZooKeeperConnection Watcher:127.0.0.1:61743 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2474319 T5746 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2474325 T5746 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2474327 T5795 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d9f5d0 name:ZooKeeperConnection Watcher:127.0.0.1:61743/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2474328 T5746 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2474344 T5746 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2475331 T5746 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61765_
   [junit4]   2> 2475333 T5746 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:61765_
   [junit4]   2> 2475345 T5746 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2475360 T5797 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 2475360 T5797 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2475363 T5775 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2475363 T5797 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2475367 T5771 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:61765",
   [junit4]   2> 	  "node_name":"127.0.0.1:61765_",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 2475367 T5771 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3, shard4]
   [junit4]   2> 2475367 T5771 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 2475376 T5782 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> 2475376 T5775 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> 2475376 T5796 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> 2476344 T5797 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2476344 T5797 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 2476345 T5797 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2476345 T5797 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2476348 T5797 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2476348 T5797 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\tempDir-003\collection1\'
   [junit4]   2> 2476350 T5797 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-B244A93E535E787C-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 2476351 T5797 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-B244A93E535E787C-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 2476354 T5797 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-B244A93E535E787C-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 2476416 T5797 oasc.SolrConfig.<init> Using Lucene MatchVersion: 4.10.0
   [junit4]   2> 2476441 T5797 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2476445 T5797 oass.IndexSchema.readSchema Reading Solr Schema from managed-schema
   [junit4]   2> 2476453 T5797 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 2476479 T5797 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2476481 T5797 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2476483 T5797 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 2476483 T5797 oasc.SolrCore.<init> [collection1] Opening new SolrCore at .\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\tempDir-003\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\tempDir-003\collection1\data\
   [junit4]   2> 2476483 T5797 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 2476484 T5797 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\tempDir-003\collection1\data
   [junit4]   2> 2476485 T5797 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\tempDir-003\collection1\data\index/
   [junit4]   2> 2476485 T5797 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\tempDir-003\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2476487 T5797 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\tempDir-003\collection1\data\index
   [junit4]   2> 2476488 T5797 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=91.4736328125, floorSegmentMB=1.958984375, forceMergeDeletesPctAllowed=16.279022949114804, segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2476530 T5797 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\tempDir-003\collection1\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@bf8f6e; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2476530 T5797 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2476533 T5797 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 2476536 T5797 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2476537 T5797 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2476537 T5797 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2476537 T5797 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2476538 T5797 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2476538 T5797 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2476539 T5797 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2476539 T5797 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2476539 T5797 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2476540 T5797 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2476540 T5797 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2476540 T5797 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2476549 T5797 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2476550 T5797 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2476552 T5797 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2476554 T5797 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2476556 T5797 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2476560 T5797 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2476560 T5797 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2476563 T5797 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=35, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 2476563 T5797 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\tempDir-003\collection1\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@bf8f6e; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2476566 T5797 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2476566 T5797 oass.SolrIndexSearcher.<init> Opening Searcher@1064e81[collection1] main
   [junit4]   2> 2476566 T5797 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2476570 T5797 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2476570 T5797 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2476571 T5797 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2476571 T5797 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2476572 T5797 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2476573 T5797 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2476573 T5797 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2476574 T5797 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 2476574 T5797 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2476574 T5797 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 2476578 T5797 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2476578 T5798 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1064e81[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 2476579 T5801 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:61765 collection:collection1 shard:shard2
   [junit4]   2> 2476581 T5746 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2476582 T5746 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2476583 T5801 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 2476603 T5801 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 2476608 T5775 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2476609 T5801 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2476614 T5801 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4779 name=collection1 org.apache.solr.core.SolrCore@eec009 url=https://127.0.0.1:61765/collection1 node=127.0.0.1:61765_ C4779_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=https://127.0.0.1:61765, node_name=127.0.0.1:61765_, state=down}
   [junit4]   2> 2476614 T5801 C4779 P61765 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:61765/collection1/
   [junit4]   2> 2476614 T5801 C4779 P61765 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2476614 T5801 C4779 P61765 oasc.SyncStrategy.syncToMe https://127.0.0.1:61765/collection1/ has no replicas
   [junit4]   2> 2476615 T5801 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:61765/collection1/ shard2
   [junit4]   2> 2476616 T5801 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 2476641 T5775 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2476754 T5782 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> 2476755 T5796 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> 2476756 T5775 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> 2476798 T5801 oasc.ZkController.register We are https://127.0.0.1:61765/collection1/ and leader is https://127.0.0.1:61765/collection1/
   [junit4]   2> 2476798 T5801 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:61765
   [junit4]   2> 2476798 T5801 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2476798 T5801 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 2476798 T5801 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2476802 T5775 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2476808 T5771 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:61765",
   [junit4]   2> 	  "node_name":"127.0.0.1:61765_",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 2476914 T5782 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> 2476915 T5796 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> 2476915 T5775 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> 2479023 T5746 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 2479024 T5746 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2479040 T5746 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 2479044 T5746 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:61774
   [junit4]   2> 2479052 T5746 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2479053 T5746 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2479054 T5746 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\tempDir-004
   [junit4]   2> 2479054 T5746 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\tempDir-004\'
   [junit4]   2> 2479115 T5746 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\tempDir-004\solr.xml
   [junit4]   2> 2479143 T5746 oasc.CoreContainer.<init> New CoreContainer 28738444
   [junit4]   2> 2479143 T5746 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\tempDir-004\]
   [junit4]   2> 2479145 T5746 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2479145 T5746 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2479145 T5746 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2479146 T5746 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2479146 T5746 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2479147 T5746 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2479147 T5746 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2479147 T5746 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2479148 T5746 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2479152 T5746 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2479157 T5746 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2479157 T5746 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2479158 T5746 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2479158 T5746 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:61743/solr
   [junit4]   2> 2479159 T5746 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2479160 T5746 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2479163 T5812 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a4a532 name:ZooKeeperConnection Watcher:127.0.0.1:61743 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2479164 T5746 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2479168 T5746 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2479171 T5814 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a46da3 name:ZooKeeperConnection Watcher:127.0.0.1:61743/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2479171 T5746 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2479182 T5746 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2480168 T5746 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61774_
   [junit4]   2> 2480172 T5746 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:61774_
   [junit4]   2> 2480191 T5746 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2480204 T5816 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 2480204 T5816 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2480207 T5775 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2480207 T5816 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2480211 T5771 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:61774",
   [junit4]   2> 	  "node_name":"127.0.0.1:61774_",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 2480211 T5771 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=4
   [junit4]   2> 2480211 T5771 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 2480219 T5782 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> 2480220 T5815 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> 2480221 T5796 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> 2480221 T5775 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> 2481264 T5816 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2481264 T5816 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 2481265 T5816 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2481268 T5816 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2481272 T5816 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2481272 T5816 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\tempDir-004\collection1\'
   [junit4]   2> 2481280 T5816 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-B244A93E535E787C-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 2481283 T5816 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-B244A93E535E787C-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 2481285 T5816 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-B244A93E535E787C-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 2481344 T5816 oasc.SolrConfig.<init> Using Lucene MatchVersion: 4.10.0
   [junit4]   2> 2481370 T5816 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2481375 T5816 oass.IndexSchema.readSchema Reading Solr Schema from managed-schema
   [junit4]   2> 2481380 T5816 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 2481393 T5816 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2481400 T5816 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2481401 T5816 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 2481402 T5816 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\tempDir-004\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\tempDir-004\collection1\data\
   [junit4]   2> 2481402 T5816 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 2481403 T5816 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\tempDir-004\collection1\data
   [junit4]   2> 2481404 T5816 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\tempDir-004\collection1\data\index/
   [junit4]   2> 2481404 T5816 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\tempDir-004\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2481406 T5816 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\tempDir-004\collection1\data\index
   [junit4]   2> 2481407 T5816 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=91.4736328125, floorSegmentMB=1.958984375, forceMergeDeletesPctAllowed=16.279022949114804, segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2481417 T5816 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\tempDir-004\collection1\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@c7ed3c; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2481417 T5816 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2481420 T5816 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 2481422 T5816 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2481422 T5816 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2481422 T5816 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2481423 T5816 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2481423 T5816 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2481423 T5816 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2481424 T5816 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2481424 T5816 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2481424 T5816 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2481425 T5816 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2481425 T5816 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2481425 T5816 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2481432 T5816 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2481436 T5816 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2481439 T5816 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2481440 T5816 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2481442 T5816 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2481446 T5816 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2481446 T5816 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2481448 T5816 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=35, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 2481448 T5816 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\tempDir-004\collection1\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@c7ed3c; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2481448 T5816 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2481450 T5816 oass.SolrIndexSearcher.<init> Opening Searcher@157820a[collection1] main
   [junit4]   2> 2481450 T5816 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2481452 T5816 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2481453 T5816 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2481455 T5816 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2481455 T5816 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2481455 T5816 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2481457 T5816 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2481457 T5816 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2481459 T5816 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 2481459 T5816 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2481459 T5816 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 2481464 T5816 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2481464 T5817 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@157820a[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 2481465 T5820 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:61774 collection:collection1 shard:shard3
   [junit4]   2> 2481466 T5746 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2481466 T5746 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2481467 T5820 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 2481480 T5820 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 2481484 T5775 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2481484 T5820 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2481484 T5820 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4780 name=collection1 org.apache.solr.core.SolrCore@14d50 url=https://127.0.0.1:61774/collection1 node=127.0.0.1:61774_ C4780_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=https://127.0.0.1:61774, node_name=127.0.0.1:61774_, state=down}
   [junit4]   2> 2481484 T5820 C4780 P61774 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:61774/collection1/
   [junit4]   2> 2481484 T5820 C4780 P61774 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2481484 T5820 C4780 P61774 oasc.SyncStrategy.syncToMe https://127.0.0.1:61774/collection1/ has no replicas
   [junit4]   2> 2481484 T5820 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:61774/collection1/ shard3
   [junit4]   2> 2481487 T5820 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 2481510 T5775 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2481514 T5782 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> 2481514 T5815 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> 2481517 T5796 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> 2481517 T5775 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> 2481562 T5820 oasc.ZkController.register We are https://127.0.0.1:61774/collection1/ and leader is https://127.0.0.1:61774/collection1/
   [junit4]   2> 2481563 T5820 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:61774
   [junit4]   2> 2481563 T5820 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2481563 T5820 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 2481563 T5820 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2481569 T5775 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2481575 T5771 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:61774",
   [junit4]   2> 	  "node_name":"127.0.0.1:61774_",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 2481692 T5782 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> 2481694 T5815 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> 2481694 T5796 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> 2481695 T5775 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> 2484187 T5746 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 2484188 T5746 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2484199 T5746 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 2484204 T5746 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:61783
   [junit4]   2> 2484210 T5746 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2484210 T5746 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2484211 T5746 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: .\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\tempDir-005
   [junit4]   2> 2484211 T5746 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '.\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\tempDir-005\'
   [junit4]   2> 2484251 T5746 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\tempDir-005\solr.xml
   [junit4]   2> 2484276 T5746 oasc.CoreContainer.<init> New CoreContainer 22762335
   [junit4]   2> 2484277 T5746 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=.\solr.schema.TestCloudSchemaless-B244A93E535E787C-001\tempDir-005\]
   [junit4]   2> 2484278 T5746 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2484279 T5746 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2484279 T5746 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2484279 T5746 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2484280 T5746 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2484280 T5746 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2484280 T5746 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2484280 T5746 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2484282 T5746 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2484287 T5746 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2484291 T5746 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2484291 T5746 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2484292 T5746 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2484292 T5746 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:61743/solr
   [junit4]   2> 2484292 T5746 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2484294 T5746 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2484299 T5831 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ef28be name:ZooKeeperConnection Watcher:127.0.0.1:61743 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2484299 T5746 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2484306 T5746 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2484309 T5833 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1022f9e name:ZooKeeperConnection Watcher:127.0.0.1:61743/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2484309 T5746 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2484329 T5746 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2485415 T5746 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61783_
   [junit4]   2> 2485419 T5746 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:61783_
   [junit4]   2> 2485435 T5746 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2485455 T5835 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 2485455 T5835 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2485458 T5775 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2485458 T5835 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2485464 T5771 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:61783",
   [junit4]   2> 	  "node_name":"127.0.0.1:61783_",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 2485464 T5771 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=4
   [junit4]   2> 2485464 T5771 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard4
   [junit4]   2> 2485473 T5782 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> 2485473 T5815 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> 2485474 T5834 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> 2485474 T5775 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> 2485474 T5796 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes si

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

uce with: ant test  -Dtestcase=TestCloudSchemaless -Dtests.method=testDistribSearch -Dtests.seed=B244A93E535E787C -Dtests.slow=true -Dtests.locale=pt_BR -Dtests.timezone=Europe/Copenhagen -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR    161s | TestCloudSchemaless.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:61836/collection1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B244A93E535E787C:33A2272624011840]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:560)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
   [junit4]    > 	at org.apache.solr.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:871)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:150)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:121)
   [junit4]    > 	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
   [junit4]    > 	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
   [junit4]    > 	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:954)
   [junit4]    > 	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:911)
   [junit4]    > 	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
   [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]    > 	... 48 more
   [junit4]   2> 2628391 T5746 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solr.schema.TestCloudSchemaless-B244A93E535E787C-001
   [junit4]   2> NOTE: test params are: codec=Lucene46, sim=DefaultSimilarity, locale=pt_BR, timezone=Europe/Copenhagen
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_20-ea (32-bit)/cpus=2,threads=1,free=48895952,total=348106752
   [junit4]   2> NOTE: All tests run in this JVM: [SpatialFilterTest, TestCopyFieldCollectionResource, QueryElevationComponentTest, TestSolrCoreProperties, UpdateParamsTest, MoreLikeThisHandlerTest, BadIndexSchemaTest, TestOverriddenPrefixQueryForCustomFieldType, TestRTGBase, SuggesterFSTTest, BinaryUpdateRequestHandlerTest, AlternateDirectoryTest, ClusterStateTest, UnloadDistributedZkTest, TestFastOutputStream, TestPerFieldSimilarity, HdfsRecoveryZkTest, TestDynamicFieldResource, TestShortCircuitedRequests, QueryResultKeyTest, UpdateRequestProcessorFactoryTest, DocumentBuilderTest, DateFieldTest, TestCoreDiscovery, TestSolrXml, UUIDFieldTest, OverseerRolesTest, CollectionsAPIDistributedZkTest, LoggingHandlerTest, TestUniqueKeyFieldResource, AnalysisErrorHandlingTest, ParsingFieldUpdateProcessorsTest, DocumentAnalysisRequestHandlerTest, TestCloudManagedSchema, SOLR749Test, CachingDirectoryFactoryTest, TestReplicationHandler, BasicFunctionalityTest, TestIntervalFaceting, IndexSchemaRuntimeFieldTest, ShardRoutingTest, TestCoreContainer, TermVectorComponentDistributedTest, NoCacheHeaderTest, IndexSchemaTest, TestMultiCoreConfBootstrap, DirectSolrConnectionTest, IndexBasedSpellCheckerTest, TestCollapseQParserPlugin, ZkSolrClientTest, DefaultValueUpdateProcessorTest, PrimUtilsTest, DistributedSuggestComponentTest, TestImplicitCoreProperties, FieldAnalysisRequestHandlerTest, TestCharFilters, CacheHeaderTest, TestRangeQuery, TestConfig, ZkControllerTest, TestQuerySenderNoQuery, ResponseHeaderTest, EnumFieldTest, DocValuesMissingTest, SolrIndexSplitterTest, AsyncMigrateRouteKeyTest, SolrTestCaseJ4Test, PreAnalyzedUpdateProcessorTest, TestAnalyzedSuggestions, TestFreeTextSuggestions, DisMaxRequestHandlerTest, CoreAdminCreateDiscoverTest, TestReloadAndDeleteDocs, MigrateRouteKeyTest, TestFieldTypeCollectionResource, TestBinaryResponseWriter, SynonymTokenizerTest, TestExtendedDismaxParser, MergeStrategyTest, ShowFileRequestHandlerTest, TestSchemaVersionResource, BadCopyFieldTest, TestPseudoReturnFields, TestSearcherReuse, TestHighlightDedupGrouping, TestFoldingMultitermQuery, TestJmxMonitoredMap, TestLuceneMatchVersion, DocValuesTest, AnalysisAfterCoreReloadTest, TestSolrQueryParser, InfoHandlerTest, TestManagedResourceStorage, TestConfigSets, ZkNodePropsTest, TestAtomicUpdateErrorCases, AnalyticsQueryTest, CoreMergeIndexesAdminHandlerTest, TestStressReorder, LeaderElectionIntegrationTest, RAMDirectoryFactoryTest, TestCursorMarkWithoutUniqueKey, TestSolrQueryParserDefaultOperatorResource, TestSchemaResource, TestSearchPerf, TestRequestStatusCollectionAPI, TestFieldTypeResource, TestRandomDVFaceting, DistributedDebugComponentTest, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, TestNRTOpen, TestOmitPositions, TestInitQParser, TestZkChroot, RegexBoostProcessorTest, SolrCmdDistributorTest, TestTrie, TestCollectionAPI, OpenExchangeRatesOrgProviderTest, BadComponentTest, DebugComponentTest, TermsComponentTest, SpellPossibilityIteratorTest, TestShardHandlerFactory, TestDistributedGrouping, TestSolrXmlPersistence, TestCollationKeyRangeQueries, PluginInfoTest, SSLMigrationTest, SolrPluginUtilsTest, FileBasedSpellCheckerTest, NotRequiredUniqueKeyTest, RankQueryTest, SimpleFacetsTest, ConvertedLegacyTest, StressHdfsTest, TestMaxScoreQueryParser, TestBM25SimilarityFactory, TestFieldCollectionResource, CircularListTest, BasicDistributedZkTest, TestFaceting, TestValueSourceCache, TestIndexSearcher, FileUtilsTest, TestQueryTypes, UniqFieldsUpdateProcessorFactoryTest, SuggesterTSTTest, CursorMarkTest, PolyFieldTest, SortByFunctionTest, TestIBSimilarityFactory, TestCloudSchemaless]
   [junit4] Completed in 160.97s, 1 test, 1 error <<< FAILURES!

[...truncated 849 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:474: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:454: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:45: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\extra-targets.xml:37: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build.xml:189: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\common-build.xml:496: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\lucene\common-build.xml:1351: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\lucene\common-build.xml:966: There were test failures: 419 suites, 1732 tests, 1 error, 44 ignored (23 assumptions)

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