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/11/03 18:57:30 UTC

[JENKINS] Lucene-Solr-4.10-Linux (64bit/jdk1.7.0_67) - Build # 47 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.10-Linux/47/
Java: 64bit/jdk1.7.0_67 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC (asserts: false)

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:53035/cyt/ab/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:53035/cyt/ab/collection1
	at __randomizedtesting.SeedInfo.seed([C3126427574CD7E2:42F4EA3F2013B7DE]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:562)
	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.GeneratedMethodAccessor45.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.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:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:152)
	at java.net.SocketInputStream.read(SocketInputStream.java:122)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:442)
	at sun.security.ssl.InputRecord.read(InputRecord.java:480)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:884)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:448)
	... 47 more




Build Log:
[...truncated 12427 lines...]
   [junit4] Suite: org.apache.solr.schema.TestCloudSchemaless
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/init-core-data-001
   [junit4]   2> 2831653 T8813 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 2831653 T8813 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /cyt/ab
   [junit4]   2> 2831657 T8813 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 2831657 T8813 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2831658 T8814 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 2831758 T8813 oasc.ZkTestServer.run start zk server on port:37337
   [junit4]   2> 2831759 T8813 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2831761 T8820 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@442e41f4 name:ZooKeeperConnection Watcher:127.0.0.1:37337 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2831761 T8813 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2831761 T8813 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 2831764 T8813 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2831765 T8822 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@688d639e name:ZooKeeperConnection Watcher:127.0.0.1:37337/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2831766 T8813 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2831766 T8813 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 2831767 T8813 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 2831769 T8813 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 2831770 T8813 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 2831771 T8813 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-schemaless.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2831771 T8813 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2831773 T8813 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/schema-add-schema-fields-update-processor.xml to /configs/conf1/schema.xml
   [junit4]   2> 2831774 T8813 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 2831775 T8813 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2831775 T8813 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2831776 T8813 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2831777 T8813 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2831778 T8813 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2831778 T8813 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2831779 T8813 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2831780 T8813 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 2831781 T8813 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2831781 T8813 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 2831782 T8813 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2831783 T8813 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2831784 T8813 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2831784 T8813 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2831786 T8813 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2831786 T8813 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2831787 T8813 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2831788 T8813 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2831789 T8813 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2831791 T8824 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3c4ab64e name:ZooKeeperConnection Watcher:127.0.0.1:37337/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2831791 T8813 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2832028 T8813 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2832031 T8813 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 2832035 T8813 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:41468
   [junit4]   2> 2832036 T8813 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2832037 T8813 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2832037 T8813 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-002
   [junit4]   2> 2832037 T8813 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-002/'
   [junit4]   2> 2832053 T8813 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-002/solr.xml
   [junit4]   2> 2832077 T8813 oasc.CoreContainer.<init> New CoreContainer 332527857
   [junit4]   2> 2832078 T8813 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-002/]
   [junit4]   2> 2832078 T8813 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2832079 T8813 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2832079 T8813 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2832079 T8813 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2832079 T8813 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2832079 T8813 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2832080 T8813 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2832080 T8813 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2832080 T8813 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2832081 T8813 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2832082 T8813 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2832082 T8813 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2832083 T8813 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2832083 T8813 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:37337/solr
   [junit4]   2> 2832083 T8813 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2832084 T8813 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2832085 T8835 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5e44f06d name:ZooKeeperConnection Watcher:127.0.0.1:37337 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2832085 T8813 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2832087 T8813 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2832088 T8837 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@645a6161 name:ZooKeeperConnection Watcher:127.0.0.1:37337/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2832088 T8813 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2832089 T8813 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 2832090 T8813 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 2832092 T8813 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 2832093 T8813 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 2832094 T8813 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 2832096 T8813 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 2832097 T8813 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41468_cyt%2Fab
   [junit4]   2> 2832097 T8813 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:41468_cyt%2Fab
   [junit4]   2> 2832098 T8813 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 2832099 T8813 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 2832100 T8813 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2832101 T8813 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:41468_cyt%2Fab
   [junit4]   2> 2832101 T8813 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 2832102 T8813 oasc.Overseer.start Overseer (id=92735875593011204-127.0.0.1:41468_cyt%2Fab-n_0000000000) starting
   [junit4]   2> 2832103 T8813 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 2832107 T8813 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2832108 T8839 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 2832108 T8813 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 2832109 T8813 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 2832110 T8813 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2832111 T8838 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 2832114 T8841 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 2832114 T8841 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2832115 T8841 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2832115 T8842 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2832116 T8838 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:41468_cyt%2Fab",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:41468/cyt/ab"}
   [junit4]   2> 2832116 T8838 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 2832116 T8838 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 2832118 T8842 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> 2833115 T8841 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2833115 T8841 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 2833116 T8841 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2833116 T8841 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 2833117 T8841 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2833117 T8841 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-002/collection1/'
   [junit4]   2> 2833118 T8841 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 2833118 T8841 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 2833118 T8841 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 2833147 T8841 oasc.SolrConfig.<init> Using Lucene MatchVersion: 4.10.3
   [junit4]   2> 2833166 T8841 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2833167 T8841 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> 2833168 T8841 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 2833185 T8841 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 2833202 T8841 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2833204 T8841 oass.ManagedIndexSchema.persistManagedSchemaToZooKeeper Created and persisted managed schema znode at /configs/conf1/managed-schema
   [junit4]   2> 2833205 T8841 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml.bak
   [junit4]   2> 2833207 T8841 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> 2833207 T8841 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 2833207 T8841 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 2833208 T8841 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-002/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-002/collection1/data/
   [junit4]   2> 2833208 T8841 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 2833208 T8841 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-002/collection1/data
   [junit4]   2> 2833209 T8841 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-002/collection1/data/index/
   [junit4]   2> 2833209 T8841 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-002/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2833209 T8841 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-002/collection1/data/index
   [junit4]   2> 2833209 T8841 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4527352235058827]
   [junit4]   2> 2833216 T8841 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6e8a726c; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2833216 T8841 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2833217 T8841 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 2833218 T8841 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2833218 T8841 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2833219 T8841 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2833219 T8841 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2833219 T8841 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2833219 T8841 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2833219 T8841 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2833220 T8841 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2833220 T8841 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2833220 T8841 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2833220 T8841 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2833220 T8841 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2833222 T8841 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2833223 T8841 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2833224 T8841 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2833225 T8841 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2833226 T8841 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2833228 T8841 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2833228 T8841 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2833228 T8841 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=861010738, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 2833229 T8841 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6e8a726c; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2833229 T8841 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2833230 T8841 oass.SolrIndexSearcher.<init> Opening Searcher@6c2d3cf9[collection1] main
   [junit4]   2> 2833230 T8841 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 2833231 T8841 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2833231 T8841 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2833231 T8841 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2833232 T8841 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2833232 T8841 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2833232 T8841 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2833232 T8841 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2833233 T8841 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json
   [junit4]   2> 2833234 T8841 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2833234 T8841 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2833234 T8841 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2833236 T8841 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 2833238 T8843 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6c2d3cf9[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 2833238 T8841 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2833239 T8846 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:41468/cyt/ab collection:control_collection shard:shard1
   [junit4]   2> 2833239 T8813 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 2833239 T8813 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2833239 T8846 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 2833242 T8813 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2833242 T8846 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 2833243 T8848 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7c87e962 name:ZooKeeperConnection Watcher:127.0.0.1:37337/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2833243 T8813 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2833244 T8842 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2833244 T8813 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2833244 T8846 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2833244 T8846 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3830 name=collection1 org.apache.solr.core.SolrCore@19b4a7c6 url=https://127.0.0.1:41468/cyt/ab/collection1 node=127.0.0.1:41468_cyt%2Fab C3830_STATE=coll:control_collection core:collection1 props:{node_name=127.0.0.1:41468_cyt%2Fab, state=down, core=collection1, base_url=https://127.0.0.1:41468/cyt/ab}
   [junit4]   2> 2833245 T8846 C3830 P41468 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:41468/cyt/ab/collection1/
   [junit4]   2> 2833245 T8846 C3830 P41468 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2833245 T8846 C3830 P41468 oasc.SyncStrategy.syncToMe https://127.0.0.1:41468/cyt/ab/collection1/ has no replicas
   [junit4]   2> 2833245 T8813 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2833245 T8846 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:41468/cyt/ab/collection1/ shard1
   [junit4]   2> 2833246 T8846 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 2833248 T8842 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2833351 T8842 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> 2833352 T8849 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> 2833400 T8846 oasc.ZkController.register We are https://127.0.0.1:41468/cyt/ab/collection1/ and leader is https://127.0.0.1:41468/cyt/ab/collection1/
   [junit4]   2> 2833400 T8846 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:41468/cyt/ab
   [junit4]   2> 2833400 T8846 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2833400 T8846 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 2833400 T8846 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2833401 T8842 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2833402 T8838 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "node_name":"127.0.0.1:41468_cyt%2Fab",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:41468/cyt/ab"}
   [junit4]   2> 2833465 T8813 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 2833466 T8813 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2833469 T8813 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 2833473 T8813 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:53035
   [junit4]   2> 2833475 T8813 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2833475 T8813 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2833475 T8813 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-003
   [junit4]   2> 2833475 T8813 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-003/'
   [junit4]   2> 2833491 T8813 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-003/solr.xml
   [junit4]   2> 2833505 T8842 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> 2833505 T8849 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> 2833515 T8813 oasc.CoreContainer.<init> New CoreContainer 1181903978
   [junit4]   2> 2833515 T8813 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-003/]
   [junit4]   2> 2833516 T8813 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2833516 T8813 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2833516 T8813 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2833517 T8813 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2833517 T8813 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2833517 T8813 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2833517 T8813 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2833517 T8813 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2833518 T8813 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2833519 T8813 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2833520 T8813 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2833520 T8813 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2833520 T8813 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2833520 T8813 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:37337/solr
   [junit4]   2> 2833521 T8813 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2833521 T8813 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2833523 T8860 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f6cfa39 name:ZooKeeperConnection Watcher:127.0.0.1:37337 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2833523 T8813 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2833524 T8813 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2833525 T8862 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@133eb918 name:ZooKeeperConnection Watcher:127.0.0.1:37337/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2833525 T8813 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2833529 T8813 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2834530 T8813 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53035_cyt%2Fab
   [junit4]   2> 2834532 T8813 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53035_cyt%2Fab
   [junit4]   2> 2834534 T8813 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2834540 T8864 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 2834540 T8864 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2834541 T8864 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2834541 T8842 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2834542 T8838 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53035_cyt%2Fab",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53035/cyt/ab"}
   [junit4]   2> 2834542 T8838 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3, shard4]
   [junit4]   2> 2834543 T8838 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 2834645 T8863 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> 2834645 T8849 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> 2834645 T8842 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> 2835541 T8864 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2835541 T8864 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 2835542 T8864 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2835542 T8864 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2835543 T8864 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2835543 T8864 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-003/collection1/'
   [junit4]   2> 2835544 T8864 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 2835544 T8864 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 2835544 T8864 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 2835574 T8864 oasc.SolrConfig.<init> Using Lucene MatchVersion: 4.10.3
   [junit4]   2> 2835613 T8864 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2835615 T8864 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/managed-schema
   [junit4]   2> 2835618 T8864 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 2835635 T8864 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2835635 T8864 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2835635 T8864 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 2835636 T8864 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-003/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-003/collection1/data/
   [junit4]   2> 2835636 T8864 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 2835636 T8864 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-003/collection1/data
   [junit4]   2> 2835636 T8864 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-003/collection1/data/index/
   [junit4]   2> 2835637 T8864 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-003/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2835637 T8864 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-003/collection1/data/index
   [junit4]   2> 2835637 T8864 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4527352235058827]
   [junit4]   2> 2835644 T8864 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@9a1a31c; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2835644 T8864 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2835645 T8864 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 2835646 T8864 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2835647 T8864 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2835647 T8864 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2835647 T8864 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2835647 T8864 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2835647 T8864 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2835648 T8864 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2835648 T8864 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2835648 T8864 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2835648 T8864 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2835648 T8864 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2835648 T8864 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2835651 T8864 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2835651 T8864 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2835652 T8864 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2835653 T8864 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2835654 T8864 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2835656 T8864 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2835657 T8864 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2835658 T8864 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=861010738, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 2835660 T8864 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@9a1a31c; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2835660 T8864 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2835660 T8864 oass.SolrIndexSearcher.<init> Opening Searcher@252ba105[collection1] main
   [junit4]   2> 2835660 T8864 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2835661 T8864 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2835661 T8864 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2835662 T8864 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2835662 T8864 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2835662 T8864 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2835663 T8864 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2835663 T8864 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2835663 T8864 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 2835663 T8864 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2835663 T8864 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 2835665 T8864 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2835665 T8865 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@252ba105[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 2835666 T8868 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:53035/cyt/ab collection:collection1 shard:shard1
   [junit4]   2> 2835666 T8813 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 2835667 T8813 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2835667 T8868 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 2835670 T8868 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 2835671 T8842 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2835671 T8868 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2835672 T8868 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3831 name=collection1 org.apache.solr.core.SolrCore@442ddae2 url=https://127.0.0.1:53035/cyt/ab/collection1 node=127.0.0.1:53035_cyt%2Fab C3831_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:53035_cyt%2Fab, state=down, core=collection1, base_url=https://127.0.0.1:53035/cyt/ab}
   [junit4]   2> 2835672 T8868 C3831 P53035 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:53035/cyt/ab/collection1/
   [junit4]   2> 2835672 T8868 C3831 P53035 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2835672 T8868 C3831 P53035 oasc.SyncStrategy.syncToMe https://127.0.0.1:53035/cyt/ab/collection1/ has no replicas
   [junit4]   2> 2835673 T8868 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:53035/cyt/ab/collection1/ shard1
   [junit4]   2> 2835673 T8868 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 2835676 T8842 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2835778 T8842 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> 2835778 T8863 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> 2835778 T8849 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> 2835826 T8868 oasc.ZkController.register We are https://127.0.0.1:53035/cyt/ab/collection1/ and leader is https://127.0.0.1:53035/cyt/ab/collection1/
   [junit4]   2> 2835827 T8868 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:53035/cyt/ab
   [junit4]   2> 2835827 T8868 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2835827 T8868 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 2835827 T8868 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2835828 T8842 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2835829 T8838 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "node_name":"127.0.0.1:53035_cyt%2Fab",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53035/cyt/ab"}
   [junit4]   2> 2835885 T8813 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 2835886 T8813 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2835889 T8813 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 2835889 T8813 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:46387
   [junit4]   2> 2835891 T8813 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2835892 T8813 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2835892 T8813 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-004
   [junit4]   2> 2835892 T8813 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-004/'
   [junit4]   2> 2835906 T8813 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-004/solr.xml
   [junit4]   2> 2835928 T8813 oasc.CoreContainer.<init> New CoreContainer 1867090049
   [junit4]   2> 2835928 T8813 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-004/]
   [junit4]   2> 2835929 T8813 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2835929 T8813 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2835929 T8813 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2835930 T8813 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2835930 T8813 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2835930 T8813 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2835930 T8813 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2835930 T8813 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2835931 T8813 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2835931 T8863 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> 2835931 T8849 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> 2835931 T8842 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> 2835932 T8813 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2835933 T8813 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2835933 T8813 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2835933 T8813 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2835934 T8813 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:37337/solr
   [junit4]   2> 2835934 T8813 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2835934 T8813 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2835936 T8879 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3db382f3 name:ZooKeeperConnection Watcher:127.0.0.1:37337 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2835936 T8813 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2835937 T8813 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2835938 T8881 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@76f87c0e name:ZooKeeperConnection Watcher:127.0.0.1:37337/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2835938 T8813 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2835941 T8813 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2836943 T8813 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46387_cyt%2Fab
   [junit4]   2> 2836944 T8813 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:46387_cyt%2Fab
   [junit4]   2> 2836946 T8813 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2836950 T8883 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 2836950 T8883 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2836951 T8842 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2836951 T8883 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2836953 T8838 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:46387_cyt%2Fab",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:46387/cyt/ab"}
   [junit4]   2> 2836953 T8838 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=4
   [junit4]   2> 2836953 T8838 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 2837056 T8842 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> 2837056 T8882 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> 2837056 T8849 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> 2837056 T8863 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> 2837952 T8883 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2837952 T8883 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 2837952 T8883 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2837953 T8883 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2837954 T8883 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2837954 T8883 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-004/collection1/'
   [junit4]   2> 2837954 T8883 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 2837954 T8883 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 2837955 T8883 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 2837983 T8883 oasc.SolrConfig.<init> Using Lucene MatchVersion: 4.10.3
   [junit4]   2> 2838022 T8883 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2838023 T8883 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/managed-schema
   [junit4]   2> 2838026 T8883 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 2838043 T8883 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2838044 T8883 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2838044 T8883 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 2838045 T8883 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-004/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-004/collection1/data/
   [junit4]   2> 2838045 T8883 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 2838045 T8883 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-004/collection1/data
   [junit4]   2> 2838045 T8883 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-004/collection1/data/index/
   [junit4]   2> 2838046 T8883 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-004/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2838046 T8883 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-004/collection1/data/index
   [junit4]   2> 2838046 T8883 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4527352235058827]
   [junit4]   2> 2838053 T8883 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@78447f21; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2838053 T8883 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2838054 T8883 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 2838055 T8883 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2838055 T8883 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2838056 T8883 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2838056 T8883 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2838056 T8883 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2838056 T8883 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2838057 T8883 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2838057 T8883 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2838057 T8883 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2838057 T8883 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2838057 T8883 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2838057 T8883 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2838060 T8883 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2838060 T8883 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2838061 T8883 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2838063 T8883 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2838063 T8883 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2838065 T8883 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2838065 T8883 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2838066 T8883 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=861010738, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 2838067 T8883 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@78447f21; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2838068 T8883 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2838068 T8883 oass.SolrIndexSearcher.<init> Opening Searcher@103947a1[collection1] main
   [junit4]   2> 2838068 T8883 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2838069 T8883 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2838069 T8883 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2838070 T8883 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2838070 T8883 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2838070 T8883 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2838071 T8883 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2838071 T8883 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2838071 T8883 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 2838072 T8883 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2838072 T8883 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 2838074 T8883 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2838074 T8884 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@103947a1[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 2838075 T8887 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:46387/cyt/ab collection:collection1 shard:shard3
   [junit4]   2> 2838075 T8813 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 2838075 T8813 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2838075 T8887 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 2838079 T8887 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 2838080 T8842 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2838081 T8887 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2838081 T8887 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3832 name=collection1 org.apache.solr.core.SolrCore@21999bb5 url=https://127.0.0.1:46387/cyt/ab/collection1 node=127.0.0.1:46387_cyt%2Fab C3832_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:46387_cyt%2Fab, state=down, core=collection1, base_url=https://127.0.0.1:46387/cyt/ab}
   [junit4]   2> 2838081 T8887 C3832 P46387 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:46387/cyt/ab/collection1/
   [junit4]   2> 2838081 T8887 C3832 P46387 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2838081 T8887 C3832 P46387 oasc.SyncStrategy.syncToMe https://127.0.0.1:46387/cyt/ab/collection1/ has no replicas
   [junit4]   2> 2838082 T8887 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:46387/cyt/ab/collection1/ shard3
   [junit4]   2> 2838082 T8887 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 2838085 T8842 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2838188 T8863 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> 2838188 T8842 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> 2838188 T8849 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> 2838188 T8882 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> 2838236 T8887 oasc.ZkController.register We are https://127.0.0.1:46387/cyt/ab/collection1/ and leader is https://127.0.0.1:46387/cyt/ab/collection1/
   [junit4]   2> 2838236 T8887 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:46387/cyt/ab
   [junit4]   2> 2838236 T8887 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2838236 T8887 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 2838237 T8887 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2838238 T8842 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2838239 T8838 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "node_name":"127.0.0.1:46387_cyt%2Fab",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:46387/cyt/ab"}
   [junit4]   2> 2838298 T8813 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 2838299 T8813 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2838301 T8813 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 2838302 T8813 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:45963
   [junit4]   2> 2838304 T8813 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2838305 T8813 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2838305 T8813 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-005
   [junit4]   2> 2838305 T8813 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-005/'
   [junit4]   2> 2838320 T8813 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-005/solr.xml
   [junit4]   2> 2838342 T8863 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> 2838342 T8849 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> 2838342 T8842 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> 2838342 T8882 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> 2838344 T8813 oasc.CoreContainer.<init> New CoreContainer 1571607764
   [junit4]   2> 2838345 T8813 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-C3126427574CD7E2-001/tempDir-005/]
   [junit4]   2> 2838345 T8813 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2838346 T8813 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2838346 T8813 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2838346 T8813 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2838346 T8813 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2838346 T8813 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2838347 T8813 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2838347 T8813 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2838347 T8813 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2838348 T8813 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2838349 T8813 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2838350 T8813 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2838350 T8813 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2838350 T8813 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:37337/solr
   [junit4]   2> 2838350 T8813 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2838351 T8813 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2838352 T8898 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5c63d32e name:ZooKeeperConnection Watcher:127.0.0.1:37337 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2838353 T8813 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2838354 T8813 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2838355 T8900 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@48568955 name:ZooKeeperConnection Watcher:127.0.0.1:37337/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2838355 T8813 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2838359 T8813 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2839361 T8813 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45963_cyt%2Fab
   [junit4]   2> 2839362 T8813 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:45963_cyt%2Fab
   [junit4]   2> 2839364 T8813 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2839369 T8902 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 2839369 T8902 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2839369 T8842 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2839369 T8902 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2839371 T8838 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:45963_cyt%2Fab",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:45963/cyt/ab"}
   [junit4]   2> 2839371 T8838 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=4
   [junit4]   2> 2839371 T8838 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 2839474 T8863 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> 2839474 T8901 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> 2839474 T8849 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> 2839474 T8842 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> 2839474 T8882 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> 2840370 T8902 oas

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

    > 	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:152)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:122)
   [junit4]    > 	at sun.security.ssl.InputRecord.readFully(InputRecord.java:442)
   [junit4]    > 	at sun.security.ssl.InputRecord.read(InputRecord.java:480)
   [junit4]    > 	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927)
   [junit4]    > 	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:884)
   [junit4]    > 	at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
   [junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
   [junit4]    > 	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
   [junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:448)
   [junit4]    > 	... 47 more
   [junit4]   2> 3113379 T8813 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.schema.TestCloudSchemaless-C3126427574CD7E2-001
   [junit4]   2> NOTE: test params are: codec=Lucene42, sim=DefaultSimilarity, locale=ar_AE, timezone=US/Indiana-Starke
   [junit4]   2> NOTE: Linux 3.13.0-39-generic amd64/Oracle Corporation 1.7.0_67 (64-bit)/cpus=8,threads=1,free=139373632,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [BasicDistributedZkTest, OverseerTest, RegexBoostProcessorTest, AddSchemaFieldsUpdateProcessorFactoryTest, RAMDirectoryFactoryTest, SuggesterTSTTest, XsltUpdateRequestHandlerTest, InfoHandlerTest, TestNonDefinedSimilarityFactory, TestCoreDiscovery, TestComponentsName, TestSort, StandardRequestHandlerTest, RankQueryTest, TestTolerantSearch, DocumentBuilderTest, TestBM25SimilarityFactory, ShowFileRequestHandlerTest, BJQParserTest, TestSchemaNameResource, BadComponentTest, TestCloudPivotFacet, SuggesterWFSTTest, ZkNodePropsTest, DocValuesMissingTest, DisMaxRequestHandlerTest, AnalyticsQueryTest, IndexBasedSpellCheckerTest, SignatureUpdateProcessorFactoryTest, ReplicationFactorTest, TestSerializedLuceneMatchVersion, CoreAdminRequestStatusTest, TestStressVersions, TestLuceneMatchVersion, TestMissingGroups, AliasIntegrationTest, HighlighterMaxOffsetTest, TestReplicationHandler, TestFuzzyAnalyzedSuggestions, SharedFSAutoReplicaFailoverTest, TestSuggestSpellingConverter, TestManagedSchema, TestSolrXmlPersistor, TestDefaultSimilarityFactory, TestInfoStreamLogging, TestFreeTextSuggestions, TestMiniSolrCloudCluster, MinimalSchemaTest, PreAnalyzedFieldTest, QueryEqualityTest, IndexSchemaTest, PrimitiveFieldTypeTest, BlockDirectoryTest, DistribCursorPagingTest, TestBinaryResponseWriter, HighlighterTest, DirectUpdateHandlerTest, TestFoldingMultitermQuery, StatelessScriptUpdateProcessorFactoryTest, HdfsBasicDistributedZk2Test, TriLevelCompositeIdRoutingTest, MBeansHandlerTest, TestLeaderElectionZkExpiry, DocValuesMultiTest, SolrXmlInZkTest, TestDistributedSearch, CurrencyFieldOpenExchangeTest, TestRemoteStreaming, JsonLoaderTest, PreAnalyzedUpdateProcessorTest, SolrIndexSplitterTest, CoreAdminHandlerTest, TestBlendedInfixSuggestions, TestSolrIndexConfig, FastVectorHighlighterTest, TestSolrJ, TestFastOutputStream, DirectSolrSpellCheckerTest, UUIDUpdateProcessorFallbackTest, TestSchemaResource, TestLMJelinekMercerSimilarityFactory, DateMathParserTest, BadIndexSchemaTest, TestRequestStatusCollectionAPI, NotRequiredUniqueKeyTest, SolrCmdDistributorTest, TestFieldResource, AnalysisErrorHandlingTest, TestRandomDVFaceting, TestCloudInspectUtil, SuggesterTest, TestSolr4Spatial2, TestSolr4Spatial, TestSolrDeletionPolicy1, TestReload, MultiThreadedOCPTest, DocumentAnalysisRequestHandlerTest, TestSolrCoreProperties, TestSimpleQParserPlugin, SolrCoreCheckLockOnStartupTest, TestHashPartitioner, UnloadDistributedZkTest, LeaderElectionIntegrationTest, ShardRoutingTest, FullSolrCloudDistribCmdsTest, TestZkChroot, ShardRoutingCustomTest, TestRecovery, ZkControllerTest, TestStressReorder, TestMultiCoreConfBootstrap, HardAutoCommitTest, DistributedTermsComponentTest, BasicFunctionalityTest, TestLazyCores, OverseerCollectionProcessorTest, DistributedQueryElevationComponentTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, FieldMutatingUpdateProcessorTest, TestWordDelimiterFilterFactory, DefaultValueUpdateProcessorTest, SolrInfoMBeanTest, CacheHeaderTest, PathHierarchyTokenizerFactoryTest, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, IndexSchemaRuntimeFieldTest, SolrPluginUtilsTest, TestCollationField, JSONWriterTest, TestAnalyzedSuggestions, PingRequestHandlerTest, SearchHandlerTest, HighlighterConfigTest, TestQuerySenderListener, TestQuerySenderNoQuery, ResponseLogComponentTest, TestSolrDeletionPolicy2, TestDocSet, TestBinaryField, TestSearchPerf, TestConfig, ExternalFileFieldSortTest, SpellPossibilityIteratorTest, TestXIncludeConfig, TestDFRSimilarityFactory, TestNumberUtils, TestFastWriter, TimeZoneUtilsTest, ResourceLoaderTest, OpenExchangeRatesOrgProviderTest, PluginInfoTest, SpellingQueryConverterTest, TestUtils, SystemInfoHandlerTest, UUIDFieldTest, CursorPagingTest, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestCollationKeyRangeQueries, AssignTest, AsyncMigrateRouteKeyTest, DeleteInactiveReplicaTest, LeaderFailoverAfterPartitionTest, OverseerRolesTest, SSLMigrationTest, ShardSplitTest, DistributedSuggestComponentTest, TestChildDocTransformer, TestSortingResponseWriter, TestRestManager, TestClassNameShortening, TestCopyFieldCollectionResource, TestDefaultSearchFieldResource, TestDynamicFieldResource, TestFieldCollectionResource, TestFieldTypeCollectionResource, TestFieldTypeResource, TestSchemaSimilarityResource, TestSchemaVersionResource, TestSolrQueryParserResource, TestManagedSynonymFilterFactory, TestCloudSchemaless]
   [junit4] Completed on J0 in 281.76s, 1 test, 1 error <<< FAILURES!

[...truncated 10 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/build.xml:474: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/build.xml:454: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/build.xml:45: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/common-build.xml:494: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/lucene/common-build.xml:1350: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/lucene/common-build.xml:970: There were test failures: 421 suites, 1740 tests, 1 error, 38 ignored (17 assumptions)

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