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/07/31 23:41:37 UTC

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1743/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC

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

Error Message:
Timeout occured while waiting response from server at: https://127.0.0.1:53449/e/z/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:53449/e/z/collection1
	at __randomizedtesting.SeedInfo.seed([FC6C8AC252769C75:7D8A04DA2529FC49]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:561)
	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:865)
	at sun.reflect.GeneratedMethodAccessor40.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:150)
	at java.net.SocketInputStream.read(SocketInputStream.java:121)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:954)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:911)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:449)
	... 46 more




Build Log:
[...truncated 12191 lines...]
   [junit4] Suite: org.apache.solr.schema.TestCloudSchemaless
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/init-core-data-001
   [junit4]   2> 6395364 T16996 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 6395365 T16996 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /e/z
   [junit4]   2> 6395369 T16996 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 6395370 T16996 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 6395371 T16997 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 6395472 T16996 oasc.ZkTestServer.run start zk server on port:53438
   [junit4]   2> 6395477 T16996 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6395489 T17003 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4f7819a9 name:ZooKeeperConnection Watcher:127.0.0.1:53438 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6395490 T16996 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6395492 T16996 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 6395505 T16996 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6395509 T17005 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5f69e63c name:ZooKeeperConnection Watcher:127.0.0.1:53438/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6395509 T16996 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6395509 T16996 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 6395518 T16996 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 6395525 T16996 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 6395531 T16996 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 6395537 T16996 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-schemaless.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 6395538 T16996 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 6395551 T16996 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema-add-schema-fields-update-processor.xml to /configs/conf1/schema.xml
   [junit4]   2> 6395551 T16996 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 6395560 T16996 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 6395561 T16996 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 6395570 T16996 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 6395571 T16996 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 6395578 T16996 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 6395579 T16996 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 6395586 T16996 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 6395587 T16996 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 6395597 T16996 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 6395598 T16996 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 6395604 T16996 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 6395605 T16996 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 6395611 T16996 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 6395611 T16996 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 6395618 T16996 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 6395619 T16996 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 6395626 T16996 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 6395626 T16996 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 6395635 T16996 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6395638 T17007 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@61025196 name:ZooKeeperConnection Watcher:127.0.0.1:53438/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6395639 T16996 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6397550 T16996 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6397562 T16996 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 6397583 T16996 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:53442
   [junit4]   2> 6397587 T16996 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 6397587 T16996 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 6397587 T16996 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-002
   [junit4]   2> 6397588 T16996 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-002/'
   [junit4]   2> 6397647 T16996 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-002/solr.xml
   [junit4]   2> 6397660 T16996 oasc.CoreContainer.<init> New CoreContainer 1282528516
   [junit4]   2> 6397661 T16996 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-002/]
   [junit4]   2> 6397661 T16996 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 6397662 T16996 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 6397662 T16996 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 6397662 T16996 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6397663 T16996 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 6397663 T16996 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6397664 T16996 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 6397664 T16996 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 6397664 T16996 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 6397667 T16996 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 6397669 T16996 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6397670 T16996 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6397671 T16996 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 6397671 T16996 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53438/solr
   [junit4]   2> 6397672 T16996 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 6397673 T16996 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6397675 T17018 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2cc67991 name:ZooKeeperConnection Watcher:127.0.0.1:53438 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6397676 T16996 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6397681 T16996 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6397684 T17020 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@542faccc name:ZooKeeperConnection Watcher:127.0.0.1:53438/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6397684 T16996 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6397689 T16996 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 6397700 T16996 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 6397710 T16996 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 6397719 T16996 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 6397730 T16996 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 6397742 T16996 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 6397747 T16996 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53442_e%2Fz
   [junit4]   2> 6397749 T16996 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53442_e%2Fz
   [junit4]   2> 6397758 T16996 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 6397766 T16996 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 6397779 T16996 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:53442_e%2Fz
   [junit4]   2> 6397780 T16996 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 6397787 T16996 oasc.Overseer.start Overseer (id=92198824666923012-127.0.0.1:53442_e%2Fz-n_0000000000) starting
   [junit4]   2> 6397796 T16996 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 6397829 T17022 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 6397830 T16996 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 6397838 T16996 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 6397844 T16996 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 6397854 T17021 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 6397862 T17023 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 6397862 T17023 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 6397864 T17023 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 6397864 T17024 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6397869 T17021 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6397870 T17021 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53442/e/z",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53442_e%2Fz",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 6397871 T17021 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 6397871 T17021 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 6397879 T17024 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6397880 T17024 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> 6398866 T17023 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 6398867 T17023 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 6398871 T17023 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 6398872 T17023 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 6398877 T17023 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 6398878 T17023 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-002/collection1/'
   [junit4]   2> 6398881 T17023 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 6398882 T17023 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 6398883 T17023 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 6398928 T17023 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 6398936 T17023 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 6398940 T17023 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> 6398944 T17023 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 6398946 T17023 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 6398966 T17023 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 6398969 T17023 oass.ManagedIndexSchema.persistManagedSchemaToZooKeeper Created and persisted managed schema znode at /configs/conf1/managed-schema
   [junit4]   2> 6398974 T17023 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml.bak
   [junit4]   2> 6398983 T17023 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> 6398984 T17023 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 6398984 T17023 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 6398985 T17023 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-002/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-002/collection1/data/
   [junit4]   2> 6398985 T17023 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 6398987 T17023 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-002/collection1/data
   [junit4]   2> 6398988 T17023 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-002/collection1/data/index/
   [junit4]   2> 6398990 T17023 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-002/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 6398990 T17023 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-002/collection1/data/index
   [junit4]   2> 6398991 T17023 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1516141823, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 6398999 T17023 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5958d313; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6398999 T17023 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6399003 T17023 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 6399455 T17023 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 6399455 T17023 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 6399456 T17023 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 6399456 T17023 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 6399456 T17023 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 6399456 T17023 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 6399457 T17023 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 6399464 T17023 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6399467 T17023 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 6399467 T17023 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 6399468 T17023 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=32, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=50.45703125, floorSegmentMB=0.8505859375, forceMergeDeletesPctAllowed=12.044399544860976, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7705206056309754
   [junit4]   2> 6399471 T17023 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5958d313; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6399471 T17023 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6399472 T17023 oass.SolrIndexSearcher.<init> Opening Searcher@797883ca[collection1] main
   [junit4]   2> 6399472 T17023 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 6399477 T17023 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 6399478 T17023 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 6399480 T17023 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 6399480 T17023 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 6399480 T17023 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6399482 T17023 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 6399483 T17023 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6399485 T17023 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json
   [junit4]   2> 6399492 T17023 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json
   [junit4]   2> 6399492 T17023 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6399492 T17023 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 6399492 T17023 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 6399517 T17023 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 6399517 T17025 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@797883ca[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 6399520 T17028 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:53442/e/z collection:control_collection shard:shard1
   [junit4]   2> 6399520 T16996 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 6399521 T16996 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 6399523 T17028 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 6399527 T16996 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6399531 T17030 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@32f393e8 name:ZooKeeperConnection Watcher:127.0.0.1:53438/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6399531 T16996 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6399535 T16996 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 6399538 T16996 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 6399587 T17028 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 6399591 T17024 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6399595 T17028 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 6399595 T17028 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2864 name=collection1 org.apache.solr.core.SolrCore@2d14f273 url=https://127.0.0.1:53442/e/z/collection1 node=127.0.0.1:53442_e%2Fz C2864_STATE=coll:control_collection core:collection1 props:{state=down, base_url=https://127.0.0.1:53442/e/z, core=collection1, node_name=127.0.0.1:53442_e%2Fz}
   [junit4]   2> 6399595 T17028 C2864 P53442 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:53442/e/z/collection1/
   [junit4]   2> 6399596 T17028 C2864 P53442 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 6399597 T17028 C2864 P53442 oasc.SyncStrategy.syncToMe https://127.0.0.1:53442/e/z/collection1/ has no replicas
   [junit4]   2> 6399597 T17028 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:53442/e/z/collection1/ shard1
   [junit4]   2> 6399598 T17028 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 6399599 T17021 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6399606 T17024 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6399608 T17024 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> 6399608 T17031 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> 6399628 T17021 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6399633 T17024 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6399739 T17031 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> 6399740 T17024 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> 6399780 T17028 oasc.ZkController.register We are https://127.0.0.1:53442/e/z/collection1/ and leader is https://127.0.0.1:53442/e/z/collection1/
   [junit4]   2> 6399780 T17028 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:53442/e/z
   [junit4]   2> 6399781 T17028 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 6399781 T17028 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 6399781 T17028 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 6399786 T17024 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6399787 T17024 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6399787 T17032 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6399789 T17028 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6399794 T17021 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6399795 T17021 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53442/e/z",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53442_e%2Fz",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 6399801 T17032 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6399906 T17032 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> 6399906 T17031 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> 6401502 T16996 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 6401504 T16996 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6401520 T16996 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 6401524 T16996 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:53446
   [junit4]   2> 6401528 T16996 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 6401529 T16996 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 6401529 T16996 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-003
   [junit4]   2> 6401529 T16996 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-003/'
   [junit4]   2> 6401572 T16996 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-003/solr.xml
   [junit4]   2> 6401586 T16996 oasc.CoreContainer.<init> New CoreContainer 846825108
   [junit4]   2> 6401588 T16996 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-003/]
   [junit4]   2> 6401588 T16996 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 6401589 T16996 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 6401591 T16996 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 6401591 T16996 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6401592 T16996 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 6401593 T16996 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6401593 T16996 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 6401593 T16996 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 6401594 T16996 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 6401597 T16996 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 6401599 T16996 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6401599 T16996 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6401599 T16996 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 6401600 T16996 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53438/solr
   [junit4]   2> 6401600 T16996 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 6401602 T16996 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6401605 T17043 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@238740be name:ZooKeeperConnection Watcher:127.0.0.1:53438 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6401606 T16996 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6401610 T16996 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6401613 T17045 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3bd9a43e name:ZooKeeperConnection Watcher:127.0.0.1:53438/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6401613 T16996 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6401633 T16996 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 6402645 T16996 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53446_e%2Fz
   [junit4]   2> 6402647 T16996 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53446_e%2Fz
   [junit4]   2> 6402671 T17047 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 6402671 T17047 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 6402673 T17032 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6402673 T17047 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 6402673 T17024 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6402674 T17048 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6402677 T17021 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6402679 T17021 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53446/e/z",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53446_e%2Fz",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 6402680 T17021 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3, shard4]
   [junit4]   2> 6402680 T17021 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 6402685 T17048 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6402686 T17048 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> 6402687 T17046 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> 6402687 T17031 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> 6403675 T17047 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 6403675 T17047 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 6403676 T17047 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 6403677 T17047 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 6403679 T17047 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 6403680 T17047 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-003/collection1/'
   [junit4]   2> 6403681 T17047 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 6403681 T17047 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 6403682 T17047 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 6403725 T17047 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 6403733 T17047 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 6403737 T17047 oass.IndexSchema.readSchema Reading Solr Schema from managed-schema
   [junit4]   2> 6403740 T17047 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 6403750 T17047 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 6403751 T17047 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 6403751 T17047 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 6403753 T17047 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-003/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-003/collection1/data/
   [junit4]   2> 6403753 T17047 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 6403754 T17047 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-003/collection1/data
   [junit4]   2> 6403756 T17047 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-003/collection1/data/index/
   [junit4]   2> 6403757 T17047 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-003/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 6403757 T17047 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-003/collection1/data/index
   [junit4]   2> 6403758 T17047 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1516141823, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 6403763 T17047 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7d59469d; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6403763 T17047 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6403765 T17047 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 6403766 T17047 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 6403767 T17047 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 6403767 T17047 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 6403767 T17047 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 6403768 T17047 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 6403768 T17047 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 6403768 T17047 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 6403776 T17047 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6403777 T17047 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 6403777 T17047 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 6403779 T17047 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=32, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=50.45703125, floorSegmentMB=0.8505859375, forceMergeDeletesPctAllowed=12.044399544860976, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7705206056309754
   [junit4]   2> 6403780 T17047 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7d59469d; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6403781 T17047 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6403781 T17047 oass.SolrIndexSearcher.<init> Opening Searcher@44cc2e30[collection1] main
   [junit4]   2> 6403782 T17047 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 6403785 T17047 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 6403785 T17047 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 6403787 T17047 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 6403787 T17047 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 6403787 T17047 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6403790 T17047 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 6403790 T17047 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6403791 T17047 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 6403791 T17047 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 6403791 T17047 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 6403796 T17047 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 6403796 T17049 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@44cc2e30[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 6403798 T17052 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:53446/e/z collection:collection1 shard:shard2
   [junit4]   2> 6403799 T16996 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 6403800 T16996 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 6403801 T17052 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 6403813 T17052 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 6403819 T17048 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6403822 T17052 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 6403822 T17052 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2865 name=collection1 org.apache.solr.core.SolrCore@a733b76 url=https://127.0.0.1:53446/e/z/collection1 node=127.0.0.1:53446_e%2Fz C2865_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:53446/e/z, core=collection1, node_name=127.0.0.1:53446_e%2Fz}
   [junit4]   2> 6403822 T17052 C2865 P53446 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:53446/e/z/collection1/
   [junit4]   2> 6403822 T17052 C2865 P53446 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 6403823 T17052 C2865 P53446 oasc.SyncStrategy.syncToMe https://127.0.0.1:53446/e/z/collection1/ has no replicas
   [junit4]   2> 6403823 T17052 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:53446/e/z/collection1/ shard2
   [junit4]   2> 6403823 T17052 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 6403829 T17021 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6403837 T17048 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6403840 T17048 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6403851 T17048 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6403957 T17048 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> 6403957 T17046 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> 6403958 T17031 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> 6403999 T17052 oasc.ZkController.register We are https://127.0.0.1:53446/e/z/collection1/ and leader is https://127.0.0.1:53446/e/z/collection1/
   [junit4]   2> 6403999 T17052 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:53446/e/z
   [junit4]   2> 6404000 T17052 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 6404000 T17052 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 6404001 T17052 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 6404006 T17032 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6404006 T17024 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6404006 T17048 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6404007 T17052 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6404010 T17021 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6404012 T17021 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53446/e/z",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53446_e%2Fz",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 6404017 T17048 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6404122 T17031 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> 6404123 T17048 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> 6404122 T17046 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> 6405622 T16996 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 6405622 T16996 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6405633 T16996 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 6405636 T16996 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:53449
   [junit4]   2> 6405641 T16996 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 6405641 T16996 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 6405642 T16996 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-004
   [junit4]   2> 6405642 T16996 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-004/'
   [junit4]   2> 6405683 T16996 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-004/solr.xml
   [junit4]   2> 6405703 T16996 oasc.CoreContainer.<init> New CoreContainer 1049442204
   [junit4]   2> 6405704 T16996 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-004/]
   [junit4]   2> 6405704 T16996 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 6405705 T16996 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 6405705 T16996 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 6405705 T16996 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6405706 T16996 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 6405706 T16996 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6405707 T16996 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 6405707 T16996 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 6405708 T16996 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 6405711 T16996 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 6405712 T16996 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6405712 T16996 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6405713 T16996 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 6405713 T16996 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53438/solr
   [junit4]   2> 6405714 T16996 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 6405716 T16996 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6405718 T17063 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4ab5bed5 name:ZooKeeperConnection Watcher:127.0.0.1:53438 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6405719 T16996 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6405722 T16996 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6405725 T17065 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e7146f5 name:ZooKeeperConnection Watcher:127.0.0.1:53438/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6405725 T16996 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6405747 T16996 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 6406759 T16996 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53449_e%2Fz
   [junit4]   2> 6406761 T16996 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53449_e%2Fz
   [junit4]   2> 6406781 T17067 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 6406782 T17067 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 6406783 T17024 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6406783 T17032 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6406783 T17048 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6406783 T17067 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 6406787 T17021 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6406789 T17021 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53449/e/z",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53449_e%2Fz",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 6406789 T17021 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=4
   [junit4]   2> 6406789 T17021 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 6406796 T17048 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6406797 T17046 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> 6406797 T17031 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> 6406797 T17048 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> 6406797 T17066 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> 6407787 T17067 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 6407787 T17067 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 6407789 T17067 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 6407789 T17067 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 6407792 T17067 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 6407793 T17067 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-004/collection1/'
   [junit4]   2> 6407794 T17067 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 6407794 T17067 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 6407795 T17067 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 6407835 T17067 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 6407843 T17067 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 6407848 T17067 oass.IndexSchema.readSchema Reading Solr Schema from managed-schema
   [junit4]   2> 6407851 T17067 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 6407859 T17067 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 6407861 T17067 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 6407862 T17067 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 6407862 T17067 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-004/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-004/collection1/data/
   [junit4]   2> 6407863 T17067 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 6407864 T17067 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-004/collection1/data
   [junit4]   2> 6407865 T17067 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-004/collection1/data/index/
   [junit4]   2> 6407866 T17067 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-004/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 6407866 T17067 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-004/collection1/data/index
   [junit4]   2> 6407867 T17067 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1516141823, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 6407872 T17067 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7ac4cdcd; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6407872 T17067 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6407875 T17067 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 6407876 T17067 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 6407876 T17067 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 6407877 T17067 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 6407877 T17067 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 6407877 T17067 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 6407878 T17067 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 6407878 T17067 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 6407885 T17067 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 6407887 T17067 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 6407888 T17067 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 6407888 T17067 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=32, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=50.45703125, floorSegmentMB=0.8505859375, forceMergeDeletesPctAllowed=12.044399544860976, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7705206056309754
   [junit4]   2> 6407890 T17067 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7ac4cdcd; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 6407891 T17067 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 6407891 T17067 oass.SolrIndexSearcher.<init> Opening Searcher@6aa96340[collection1] main
   [junit4]   2> 6407891 T17067 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 6407894 T17067 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 6407894 T17067 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 6407896 T17067 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 6407896 T17067 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 6407896 T17067 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6407899 T17067 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 6407900 T17067 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6407900 T17067 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 6407900 T17067 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 6407900 T17067 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 6407903 T17067 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 6407903 T17068 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6aa96340[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 6407905 T17071 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:53449/e/z collection:collection1 shard:shard3
   [junit4]   2> 6407906 T16996 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 6407908 T16996 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 6407908 T17071 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 6407922 T17071 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 6407928 T17071 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 6407929 T17071 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2866 name=collection1 org.apache.solr.core.SolrCore@7d48ceb url=https://127.0.0.1:53449/e/z/collection1 node=127.0.0.1:53449_e%2Fz C2866_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:53449/e/z, core=collection1, node_name=127.0.0.1:53449_e%2Fz}
   [junit4]   2> 6407929 T17071 C2866 P53449 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:53449/e/z/collection1/
   [junit4]   2> 6407930 T17071 C2866 P53449 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 6407930 T17071 C2866 P53449 oasc.SyncStrategy.syncToMe https://127.0.0.1:53449/e/z/collection1/ has no replicas
   [junit4]   2> 6407930 T17071 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:53449/e/z/collection1/ shard3
   [junit4]   2> 6407931 T17071 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 6407932 T17048 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6407937 T17021 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6407941 T17048 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6407963 T17048 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6407970 T17048 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6408075 T17031 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> 6408076 T17046 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> 6408082 T17066 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> 6408084 T17048 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> 6408116 T17071 oasc.ZkController.register We are https://127.0.0.1:53449/e/z/collection1/ and leader is https://127.0.0.1:53449/e/z/collection1/
   [junit4]   2> 6408116 T17071 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:53449/e/z
   [junit4]   2> 6408116 T17071 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 6408116 T17071 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 6408117 T17071 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 6408119 T17048 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6408120 T17024 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6408123 T17021 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6408124 T17021 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53449/e/z",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53449_e%2Fz",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 6408124 T17032 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6408126 T17071 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 6408141 T17032 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 6408245 T17046 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> 6408246 T17066 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> 6408248 T17031 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> 6408248 T17032 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> 6409921 T16996 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 6409921 T16996 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 6409928 T16996 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 6409929 T16996 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:53452
   [junit4]   2> 6409933 T16996 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 6409934 T16996 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 6409934 T16996 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-005
   [junit4]   2> 6409934 T16996 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-005/'
   [junit4]   2> 6409984 T16996 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-005/solr.xml
   [junit4]   2> 6409998 T16996 oasc.CoreContainer.<init> New CoreContainer 1600155823
   [junit4]   2> 6409999 T16996 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-FC6C8AC252769C75-001/tempDir-005/]
   [junit4]   2> 6409999 T16996 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 6410000 T16996 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 6410000 T16996 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 6410000 T16996 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 6410001 T16996 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 6410001 T16996 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 6410001 T16996 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 6410002 T16996 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 6410002 T16996 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 6410005 T16996 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 6410006 T16996 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6410007 T16996 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6410007 T16996 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 6410007 T16996 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53438/solr
   [junit4]   2> 6410008 T16996 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 6410010 T16996 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6410013 T17082 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@406a542c name:ZooKeeperConnection Watcher:127.0.0.1:53438 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6410013 T16996 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6410019 T16996 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 6410023 T17084 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ba31914 name:ZooKeeperConnection Watcher:127.0.0.1:53438/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6410024 T16996 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 6410045 T16996 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 6411054 T16996 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53452_e%2Fz
   [junit4]   2> 6411058 T16996 oascc.Sol

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

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

[...truncated 105 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:467: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:447: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:45: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:37: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:189: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:496: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1298: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:922: There were test failures: 422 suites, 1754 tests, 1 error, 44 ignored (17 assumptions)

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



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

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

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

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

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




Build Log:
[...truncated 11933 lines...]
   [junit4] Suite: org.apache.solr.schema.TestCloudSchemaless
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/init-core-data-001
   [junit4]   2> 7026412 T17192 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 7026413 T17192 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 7026420 T17192 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 7026421 T17192 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 7026423 T17193 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 7026524 T17192 oasc.ZkTestServer.run start zk server on port:53531
   [junit4]   2> 7026526 T17192 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 7026532 T17199 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@490b8dd1 name:ZooKeeperConnection Watcher:127.0.0.1:53531 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 7026532 T17192 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 7026533 T17192 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 7026545 T17192 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 7026550 T17201 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@27ba643f name:ZooKeeperConnection Watcher:127.0.0.1:53531/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 7026551 T17192 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 7026552 T17192 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 7026563 T17192 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 7026570 T17192 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 7026576 T17192 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 7026583 T17192 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-schemaless.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 7026583 T17192 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 7026593 T17192 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema-add-schema-fields-update-processor.xml to /configs/conf1/schema.xml
   [junit4]   2> 7026593 T17192 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 7026601 T17192 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 7026601 T17192 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 7026607 T17192 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 7026607 T17192 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 7026613 T17192 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 7026614 T17192 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 7026620 T17192 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 7026622 T17192 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 7026628 T17192 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 7026629 T17192 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 7026637 T17192 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 7026638 T17192 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 7026650 T17192 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 7026650 T17192 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 7026658 T17192 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 7026659 T17192 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 7026667 T17192 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 7026667 T17192 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 7026680 T17192 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 7026684 T17203 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@69c8ff6d name:ZooKeeperConnection Watcher:127.0.0.1:53531/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 7026685 T17192 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 7028729 T17192 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 7028743 T17192 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 7028749 T17192 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:53535
   [junit4]   2> 7028753 T17192 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 7028753 T17192 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 7028754 T17192 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-002
   [junit4]   2> 7028754 T17192 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-002/'
   [junit4]   2> 7028805 T17192 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-002/solr.xml
   [junit4]   2> 7028889 T17192 oasc.CoreContainer.<init> New CoreContainer 1826532288
   [junit4]   2> 7028890 T17192 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-002/]
   [junit4]   2> 7028891 T17192 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 7028892 T17192 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 7028893 T17192 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 7028893 T17192 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 7028893 T17192 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 7028894 T17192 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 7028895 T17192 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 7028895 T17192 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 7028896 T17192 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 7028901 T17192 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 7028905 T17192 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 7028905 T17192 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 7028905 T17192 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 7028905 T17192 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53531/solr
   [junit4]   2> 7028906 T17192 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 7028908 T17192 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 7028911 T17214 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f9a0c11 name:ZooKeeperConnection Watcher:127.0.0.1:53531 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 7028911 T17192 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 7028916 T17192 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 7028921 T17216 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7110fcca name:ZooKeeperConnection Watcher:127.0.0.1:53531/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 7028921 T17192 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 7028925 T17192 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 7028936 T17192 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 7028947 T17192 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 7028958 T17192 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 7028969 T17192 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 7028979 T17192 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 7028984 T17192 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53535_
   [junit4]   2> 7028987 T17192 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53535_
   [junit4]   2> 7028995 T17192 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 7029001 T17192 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 7029013 T17192 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:53535_
   [junit4]   2> 7029013 T17192 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 7029020 T17192 oasc.Overseer.start Overseer (id=92201541749899268-127.0.0.1:53535_-n_0000000000) starting
   [junit4]   2> 7029027 T17192 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 7029060 T17218 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 7029061 T17192 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 7029067 T17192 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 7029073 T17192 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 7029084 T17217 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 7029096 T17219 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 7029097 T17219 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 7029099 T17219 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 7029099 T17220 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7029104 T17217 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 7029107 T17217 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53535",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53535_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 7029107 T17217 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 7029108 T17217 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 7029118 T17220 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7029119 T17220 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> 7030100 T17219 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 7030101 T17219 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 7030104 T17219 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 7030104 T17219 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 7030107 T17219 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 7030107 T17219 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-002/collection1/'
   [junit4]   2> 7030109 T17219 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 7030110 T17219 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 7030111 T17219 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 7030212 T17219 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 7030269 T17219 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 7030272 T17219 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> 7030275 T17219 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 7030284 T17219 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 7030350 T17219 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 7030354 T17219 oass.ManagedIndexSchema.persistManagedSchemaToZooKeeper Created and persisted managed schema znode at /configs/conf1/managed-schema
   [junit4]   2> 7030359 T17219 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml.bak
   [junit4]   2> 7030370 T17219 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> 7030370 T17219 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 7030371 T17219 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 7030372 T17219 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-002/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-002/collection1/data/
   [junit4]   2> 7030372 T17219 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 7030374 T17219 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-002/collection1/data
   [junit4]   2> 7030375 T17219 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-002/collection1/data/index/
   [junit4]   2> 7030376 T17219 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-002/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 7030376 T17219 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-002/collection1/data/index
   [junit4]   2> 7030377 T17219 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=153358762, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 7030387 T17219 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@af4866b; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 7030388 T17219 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 7030391 T17219 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 7030394 T17219 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 7030395 T17219 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 7030396 T17219 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 7030397 T17219 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 7030398 T17219 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 7030399 T17219 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 7030399 T17219 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 7030419 T17219 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 7030426 T17219 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 7030426 T17219 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 7030427 T17219 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 7030429 T17219 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@af4866b; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 7030430 T17219 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 7030430 T17219 oass.SolrIndexSearcher.<init> Opening Searcher@4d3827f6[collection1] main
   [junit4]   2> 7030431 T17219 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 7030434 T17219 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 7030435 T17219 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 7030437 T17219 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 7030437 T17219 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 7030438 T17219 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 7030440 T17219 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 7030440 T17219 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 7030442 T17219 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json
   [junit4]   2> 7030449 T17219 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json
   [junit4]   2> 7030449 T17219 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 7030450 T17219 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 7030450 T17219 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 7030454 T17219 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 7030454 T17221 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4d3827f6[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 7030458 T17224 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:53535 collection:control_collection shard:shard1
   [junit4]   2> 7030458 T17192 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 7030459 T17192 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 7030460 T17224 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 7030468 T17192 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 7030473 T17226 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4e5a77b5 name:ZooKeeperConnection Watcher:127.0.0.1:53531/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 7030473 T17192 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 7030479 T17192 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 7030481 T17224 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 7030485 T17192 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 7030487 T17224 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 7030487 T17224 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4243 name=collection1 org.apache.solr.core.SolrCore@49650240 url=https://127.0.0.1:53535/collection1 node=127.0.0.1:53535_ C4243_STATE=coll:control_collection core:collection1 props:{state=down, base_url=https://127.0.0.1:53535, core=collection1, node_name=127.0.0.1:53535_}
   [junit4]   2> 7030488 T17224 C4243 P53535 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:53535/collection1/
   [junit4]   2> 7030489 T17224 C4243 P53535 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 7030490 T17224 C4243 P53535 oasc.SyncStrategy.syncToMe https://127.0.0.1:53535/collection1/ has no replicas
   [junit4]   2> 7030491 T17224 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:53535/collection1/ shard1
   [junit4]   2> 7030491 T17224 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 7030499 T17220 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7030509 T17217 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 7030516 T17220 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7030524 T17220 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7030631 T17220 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> 7030631 T17227 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> 7030659 T17224 oasc.ZkController.register We are https://127.0.0.1:53535/collection1/ and leader is https://127.0.0.1:53535/collection1/
   [junit4]   2> 7030660 T17224 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:53535
   [junit4]   2> 7030660 T17224 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 7030660 T17224 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 7030661 T17224 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 7030664 T17220 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7030664 T17228 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7030665 T17229 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7030667 T17224 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 7030670 T17217 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 7030672 T17217 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53535",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53535_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 7030678 T17229 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7030783 T17227 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> 7030784 T17229 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> 7032386 T17192 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 7032387 T17192 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 7032394 T17192 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 7032396 T17192 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:53539
   [junit4]   2> 7032401 T17192 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 7032401 T17192 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 7032401 T17192 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-003
   [junit4]   2> 7032402 T17192 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-003/'
   [junit4]   2> 7032442 T17192 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-003/solr.xml
   [junit4]   2> 7032503 T17192 oasc.CoreContainer.<init> New CoreContainer 159208254
   [junit4]   2> 7032504 T17192 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-003/]
   [junit4]   2> 7032505 T17192 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 7032506 T17192 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 7032506 T17192 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 7032506 T17192 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 7032506 T17192 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 7032507 T17192 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 7032508 T17192 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 7032508 T17192 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 7032508 T17192 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 7032510 T17192 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 7032512 T17192 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 7032513 T17192 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 7032513 T17192 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 7032513 T17192 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53531/solr
   [junit4]   2> 7032514 T17192 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 7032515 T17192 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 7032519 T17240 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5411db49 name:ZooKeeperConnection Watcher:127.0.0.1:53531 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 7032520 T17192 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 7032524 T17192 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 7032527 T17242 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@71cc9145 name:ZooKeeperConnection Watcher:127.0.0.1:53531/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 7032527 T17192 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 7032546 T17192 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 7033557 T17192 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53539_
   [junit4]   2> 7033562 T17192 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53539_
   [junit4]   2> 7033595 T17244 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 7033596 T17244 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 7033599 T17244 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 7033599 T17220 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7033599 T17229 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7033599 T17228 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7033605 T17217 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 7033607 T17217 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53539",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53539_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 7033607 T17217 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3, shard4]
   [junit4]   2> 7033608 T17217 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard4
   [junit4]   2> 7033614 T17228 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7033616 T17228 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> 7033617 T17227 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> 7033617 T17243 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> 7034600 T17244 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 7034601 T17244 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 7034605 T17244 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 7034606 T17244 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 7034613 T17244 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 7034613 T17244 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-003/collection1/'
   [junit4]   2> 7034616 T17244 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 7034618 T17244 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 7034619 T17244 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 7034694 T17244 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 7034761 T17244 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 7034769 T17244 oass.IndexSchema.readSchema Reading Solr Schema from managed-schema
   [junit4]   2> 7034777 T17244 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 7034817 T17244 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 7034818 T17244 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 7034818 T17244 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 7034820 T17244 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-003/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-003/collection1/data/
   [junit4]   2> 7034820 T17244 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 7034821 T17244 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-003/collection1/data
   [junit4]   2> 7034821 T17244 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-003/collection1/data/index/
   [junit4]   2> 7034822 T17244 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-003/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 7034823 T17244 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-003/collection1/data/index
   [junit4]   2> 7034824 T17244 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=153358762, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 7034829 T17244 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4e3ab08b; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 7034829 T17244 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 7034831 T17244 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 7034832 T17244 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 7034832 T17244 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 7034833 T17244 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 7034833 T17244 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 7034833 T17244 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 7034834 T17244 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 7034834 T17244 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 7034847 T17244 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 7034854 T17244 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 7034854 T17244 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 7034856 T17244 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 7034858 T17244 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4e3ab08b; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 7034858 T17244 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 7034858 T17244 oass.SolrIndexSearcher.<init> Opening Searcher@5828360a[collection1] main
   [junit4]   2> 7034859 T17244 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 7034863 T17244 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 7034864 T17244 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 7034866 T17244 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 7034866 T17244 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 7034867 T17244 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 7034871 T17244 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 7034872 T17244 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 7034872 T17244 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 7034872 T17244 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 7034873 T17244 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 7034879 T17244 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 7034881 T17245 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5828360a[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 7034882 T17248 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:53539 collection:collection1 shard:shard4
   [junit4]   2> 7034884 T17192 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 7034884 T17192 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 7034898 T17248 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard4/election
   [junit4]   2> 7034948 T17248 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard4
   [junit4]   2> 7034957 T17228 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7034960 T17248 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 7034960 T17248 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4244 name=collection1 org.apache.solr.core.SolrCore@340b17c5 url=https://127.0.0.1:53539/collection1 node=127.0.0.1:53539_ C4244_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:53539, core=collection1, node_name=127.0.0.1:53539_}
   [junit4]   2> 7034961 T17248 C4244 P53539 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:53539/collection1/
   [junit4]   2> 7034961 T17248 C4244 P53539 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 7034962 T17248 C4244 P53539 oasc.SyncStrategy.syncToMe https://127.0.0.1:53539/collection1/ has no replicas
   [junit4]   2> 7034962 T17248 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:53539/collection1/ shard4
   [junit4]   2> 7034964 T17248 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard4
   [junit4]   2> 7034963 T17217 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 7034972 T17228 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7034996 T17228 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7035012 T17228 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7035120 T17243 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> 7035121 T17227 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> 7035122 T17228 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> 7035153 T17248 oasc.ZkController.register We are https://127.0.0.1:53539/collection1/ and leader is https://127.0.0.1:53539/collection1/
   [junit4]   2> 7035153 T17248 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:53539
   [junit4]   2> 7035153 T17248 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 7035154 T17248 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 7035154 T17248 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 7035161 T17228 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7035161 T17220 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7035162 T17229 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7035165 T17248 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 7035167 T17217 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 7035170 T17217 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53539",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53539_",
   [junit4]   2> 	  "shard":"shard4",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 7035177 T17229 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7035284 T17229 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> 7035284 T17243 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> 7035285 T17227 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> 7036931 T17192 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 7036932 T17192 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 7036938 T17192 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 7036940 T17192 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:53542
   [junit4]   2> 7036945 T17192 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 7036945 T17192 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 7036946 T17192 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-004
   [junit4]   2> 7036946 T17192 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-004/'
   [junit4]   2> 7036993 T17192 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-004/solr.xml
   [junit4]   2> 7037077 T17192 oasc.CoreContainer.<init> New CoreContainer 85330245
   [junit4]   2> 7037078 T17192 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-004/]
   [junit4]   2> 7037079 T17192 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 7037080 T17192 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 7037080 T17192 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 7037080 T17192 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 7037081 T17192 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 7037081 T17192 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 7037081 T17192 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 7037082 T17192 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 7037082 T17192 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 7037085 T17192 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 7037089 T17192 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 7037089 T17192 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 7037091 T17192 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 7037091 T17192 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53531/solr
   [junit4]   2> 7037092 T17192 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 7037096 T17192 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 7037100 T17259 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@72bbb6b0 name:ZooKeeperConnection Watcher:127.0.0.1:53531 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 7037100 T17192 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 7037106 T17192 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 7037110 T17261 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@354e3b25 name:ZooKeeperConnection Watcher:127.0.0.1:53531/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 7037111 T17192 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 7037136 T17192 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 7038149 T17192 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53542_
   [junit4]   2> 7038153 T17192 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53542_
   [junit4]   2> 7038185 T17263 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 7038185 T17263 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 7038187 T17263 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 7038188 T17228 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7038188 T17229 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7038188 T17220 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7038197 T17217 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 7038199 T17217 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53542",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53542_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 7038199 T17217 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=4
   [junit4]   2> 7038200 T17217 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 7038209 T17220 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7038211 T17262 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> 7038211 T17220 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> 7038212 T17243 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> 7038211 T17227 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> 7039189 T17263 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 7039191 T17263 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 7039195 T17263 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 7039195 T17263 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 7039201 T17263 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 7039202 T17263 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-004/collection1/'
   [junit4]   2> 7039205 T17263 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 7039207 T17263 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 7039208 T17263 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 7039328 T17263 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 7039370 T17263 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 7039374 T17263 oass.IndexSchema.readSchema Reading Solr Schema from managed-schema
   [junit4]   2> 7039383 T17263 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 7039437 T17263 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 7039439 T17263 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 7039439 T17263 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 7039440 T17263 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-004/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-004/collection1/data/
   [junit4]   2> 7039441 T17263 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 7039442 T17263 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-004/collection1/data
   [junit4]   2> 7039443 T17263 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-004/collection1/data/index/
   [junit4]   2> 7039444 T17263 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-004/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 7039445 T17263 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-004/collection1/data/index
   [junit4]   2> 7039446 T17263 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=153358762, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 7039455 T17263 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4ce6da96; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 7039456 T17263 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 7039461 T17263 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 7039465 T17263 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 7039467 T17263 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 7039467 T17263 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 7039468 T17263 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 7039469 T17263 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 7039469 T17263 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 7039469 T17263 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 7039495 T17263 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 7039511 T17263 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 7039511 T17263 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 7039513 T17263 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 7039517 T17263 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4ce6da96; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 7039518 T17263 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 7039519 T17263 oass.SolrIndexSearcher.<init> Opening Searcher@e858cae[collection1] main
   [junit4]   2> 7039519 T17263 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 7039522 T17263 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 7039522 T17263 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 7039524 T17263 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 7039524 T17263 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 7039525 T17263 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 7039528 T17263 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 7039529 T17263 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 7039530 T17263 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 7039530 T17263 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 7039530 T17263 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 7039536 T17263 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 7039536 T17264 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@e858cae[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 7039539 T17267 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:53542 collection:collection1 shard:shard3
   [junit4]   2> 7039540 T17192 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 7039540 T17192 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 7039541 T17267 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 7039554 T17267 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 7039558 T17220 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7039560 T17267 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 7039560 T17267 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4245 name=collection1 org.apache.solr.core.SolrCore@1def6f2e url=https://127.0.0.1:53542/collection1 node=127.0.0.1:53542_ C4245_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:53542, core=collection1, node_name=127.0.0.1:53542_}
   [junit4]   2> 7039560 T17267 C4245 P53542 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:53542/collection1/
   [junit4]   2> 7039561 T17267 C4245 P53542 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 7039561 T17267 C4245 P53542 oasc.SyncStrategy.syncToMe https://127.0.0.1:53542/collection1/ has no replicas
   [junit4]   2> 7039561 T17267 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:53542/collection1/ shard3
   [junit4]   2> 7039562 T17267 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 7039566 T17217 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 7039577 T17220 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7039582 T17220 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7039590 T17220 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7039696 T17262 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> 7039697 T17220 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> 7039706 T17227 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> 7039707 T17243 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> 7039738 T17267 oasc.ZkController.register We are https://127.0.0.1:53542/collection1/ and leader is https://127.0.0.1:53542/collection1/
   [junit4]   2> 7039739 T17267 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:53542
   [junit4]   2> 7039740 T17267 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 7039740 T17267 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 7039740 T17267 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 7039746 T17267 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 7039749 T17228 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7039750 T17220 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7039750 T17229 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7039755 T17217 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 7039756 T17217 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53542",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53542_",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 7039763 T17229 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7039868 T17229 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> 7039872 T17262 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> 7039873 T17227 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> 7039873 T17243 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> 7041531 T17192 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 7041532 T17192 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 7041541 T17192 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 7041543 T17192 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:53545
   [junit4]   2> 7041548 T17192 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 7041549 T17192 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 7041549 T17192 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-005
   [junit4]   2> 7041550 T17192 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-005/'
   [junit4]   2> 7041607 T17192 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-005/solr.xml
   [junit4]   2> 7041742 T17192 oasc.CoreContainer.<init> New CoreContainer 1072880950
   [junit4]   2> 7041742 T17192 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-110DA194ADBEDF60-001/tempDir-005/]
   [junit4]   2> 7041743 T17192 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 7041744 T17192 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 7041744 T17192 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 7041744 T17192 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 7041745 T17192 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 7041745 T17192 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 7041748 T17192 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 7041749 T17192 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 7041749 T17192 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 7041756 T17192 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 7041762 T17192 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 7041763 T17192 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 7041763 T17192 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 7041764 T17192 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53531/solr
   [junit4]   2> 7041764 T17192 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 7041769 T17192 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 7041773 T17278 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@66ddcb97 name:ZooKeeperConnection Watcher:127.0.0.1:53531 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 7041774 T17192 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 7041781 T17192 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 7041785 T17280 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7a206471 name:ZooKeeperConnection Watcher:127.0.0.1:53531/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 7041787 T17192 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 7041813 T17192 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 7042824 T17192 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53545_
   [junit4]   2> 7042827 T17192 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53545_
   [junit4]   2> 7042862 T17282 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 7042863 T17282 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 7042865 T17220 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /ov

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

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

[...truncated 69 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:467: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:447: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:45: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:37: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:189: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:496: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1298: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:922: There were test failures: 422 suites, 1754 tests, 1 error, 44 ignored (17 assumptions)

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