You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2014/08/08 23:53:54 UTC

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/10980/
Java: 64bit/jdk1.8.0_11 -XX:+UseCompressedOops -XX:+UseSerialGC

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

Error Message:
Timeout occured while waiting response from server at: https://127.0.0.1:54847/ed_pfk/mz/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:54847/ed_pfk/mz/collection1
	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.GeneratedMethodAccessor48.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 12184 lines...]
   [junit4] Suite: org.apache.solr.schema.TestCloudSchemaless
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/init-core-data-001
   [junit4]   2> 2825501 T8885 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 2825501 T8885 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /ed_pfk/mz
   [junit4]   2> 2825504 T8885 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 2825504 T8885 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2825505 T8886 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 2825605 T8885 oasc.ZkTestServer.run start zk server on port:46389
   [junit4]   2> 2825606 T8885 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2825608 T8892 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e9759e1 name:ZooKeeperConnection Watcher:127.0.0.1:46389 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2825608 T8885 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2825608 T8885 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 2825613 T8885 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2825614 T8894 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@21660033 name:ZooKeeperConnection Watcher:127.0.0.1:46389/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2825614 T8885 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2825615 T8885 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 2825616 T8885 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 2825617 T8885 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 2825618 T8885 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 2825620 T8885 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-schemaless.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2825620 T8885 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2825622 T8885 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema-add-schema-fields-update-processor.xml to /configs/conf1/schema.xml
   [junit4]   2> 2825622 T8885 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 2825623 T8885 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2825624 T8885 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2825625 T8885 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2825625 T8885 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2825626 T8885 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2825627 T8885 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2825628 T8885 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2825628 T8885 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 2825629 T8885 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2825630 T8885 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 2825631 T8885 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2825631 T8885 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2825633 T8885 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2825633 T8885 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2825634 T8885 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2825635 T8885 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2825636 T8885 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2825637 T8885 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2825638 T8885 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2825639 T8896 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2a7e3567 name:ZooKeeperConnection Watcher:127.0.0.1:46389/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2825639 T8885 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2825954 T8885 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2825957 T8885 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 2825958 T8885 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:55485
   [junit4]   2> 2825960 T8885 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2825960 T8885 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2825960 T8885 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-002
   [junit4]   2> 2825960 T8885 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-002/'
   [junit4]   2> 2825972 T8885 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-002/solr.xml
   [junit4]   2> 2825979 T8885 oasc.CoreContainer.<init> New CoreContainer 1074387795
   [junit4]   2> 2825979 T8885 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-002/]
   [junit4]   2> 2825980 T8885 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2825980 T8885 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2825980 T8885 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2825981 T8885 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2825981 T8885 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2825981 T8885 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2825981 T8885 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2825982 T8885 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2825982 T8885 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2825983 T8885 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2825984 T8885 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2825984 T8885 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2825984 T8885 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2825984 T8885 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:46389/solr
   [junit4]   2> 2825985 T8885 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2825985 T8885 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2825986 T8907 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@28722923 name:ZooKeeperConnection Watcher:127.0.0.1:46389 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2825986 T8885 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2825988 T8885 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2825988 T8909 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6492ec73 name:ZooKeeperConnection Watcher:127.0.0.1:46389/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2825989 T8885 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2825989 T8885 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 2825991 T8885 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 2825993 T8885 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 2825994 T8885 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 2825996 T8885 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 2825998 T8885 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 2825999 T8885 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55485_ed_pfk%2Fmz
   [junit4]   2> 2825999 T8885 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55485_ed_pfk%2Fmz
   [junit4]   2> 2826001 T8885 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 2826002 T8885 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 2826004 T8885 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:55485_ed_pfk%2Fmz
   [junit4]   2> 2826004 T8885 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 2826005 T8885 oasc.Overseer.start Overseer (id=92244181760868356-127.0.0.1:55485_ed_pfk%2Fmz-n_0000000000) starting
   [junit4]   2> 2826007 T8885 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 2826012 T8911 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 2826013 T8885 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 2826014 T8885 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 2826015 T8885 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2826016 T8910 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 2826019 T8912 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 2826019 T8912 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2826019 T8912 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2826019 T8913 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2826020 T8910 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2826021 T8910 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:55485/ed_pfk/mz",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:55485_ed_pfk%2Fmz",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 2826021 T8910 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 2826021 T8910 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 2826022 T8913 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> 2827019 T8912 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2827020 T8912 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 2827020 T8912 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2827021 T8912 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 2827021 T8912 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2827021 T8912 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-002/collection1/'
   [junit4]   2> 2827022 T8912 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 2827022 T8912 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 2827023 T8912 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 2827039 T8912 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 2827047 T8912 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2827047 T8912 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> 2827048 T8912 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2827050 T8912 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 2827055 T8912 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2827056 T8912 oass.ManagedIndexSchema.persistManagedSchemaToZooKeeper Created and persisted managed schema znode at /configs/conf1/managed-schema
   [junit4]   2> 2827057 T8912 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml.bak
   [junit4]   2> 2827059 T8912 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> 2827059 T8912 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 2827059 T8912 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 2827059 T8912 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-002/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-002/collection1/data/
   [junit4]   2> 2827059 T8912 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 2827060 T8912 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-002/collection1/data
   [junit4]   2> 2827060 T8912 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-002/collection1/data/index/
   [junit4]   2> 2827060 T8912 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-002/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2827061 T8912 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-002/collection1/data/index
   [junit4]   2> 2827061 T8912 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=67.6982421875, floorSegmentMB=0.9951171875, forceMergeDeletesPctAllowed=13.454031946870305, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2846833 T8912 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@731b7756; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2846834 T8912 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2846835 T8912 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 2846836 T8912 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2846836 T8912 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2846836 T8912 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2846836 T8912 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2846836 T8912 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2846836 T8912 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2846837 T8912 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2846837 T8912 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2846837 T8912 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2846837 T8912 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2846837 T8912 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2846837 T8912 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2846839 T8912 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2846840 T8912 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2846840 T8912 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2846841 T8912 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2846841 T8912 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2846842 T8912 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2846843 T8912 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2846843 T8912 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=55.0341796875, floorSegmentMB=1.162109375, forceMergeDeletesPctAllowed=20.418511391805534, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2846844 T8912 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@731b7756; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2846844 T8912 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2846844 T8912 oass.SolrIndexSearcher.<init> Opening Searcher@63e0028b[collection1] main
   [junit4]   2> 2846844 T8912 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 2846845 T8912 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2846845 T8912 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2846846 T8912 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2846846 T8912 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2846846 T8912 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2846847 T8912 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2846847 T8912 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2846847 T8912 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json
   [junit4]   2> 2846849 T8912 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2846849 T8912 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2846849 T8912 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2846850 T8912 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 2846869 T8914 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@63e0028b[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 2846869 T8912 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2846870 T8917 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:55485/ed_pfk/mz collection:control_collection shard:shard1
   [junit4]   2> 2846870 T8885 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 2846870 T8885 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2846871 T8917 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 2846873 T8885 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2846873 T8919 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@40edb6b7 name:ZooKeeperConnection Watcher:127.0.0.1:46389/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2846874 T8885 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2846874 T8917 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 2846874 T8885 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2846875 T8913 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2846875 T8917 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2846876 T8917 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 2846876 T8885 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2846876 T8910 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> ASYNC  NEW_CORE C3162 name=collection1 org.apache.solr.core.SolrCore@4465f2c3 url=https://127.0.0.1:55485/ed_pfk/mz/collection1 node=127.0.0.1:55485_ed_pfk%2Fmz C3162_STATE=coll:control_collection core:collection1 props:{state=down, base_url=https://127.0.0.1:55485/ed_pfk/mz, core=collection1, node_name=127.0.0.1:55485_ed_pfk%2Fmz}
   [junit4]   2> 2846876 T8917 C3162 P55485 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:55485/ed_pfk/mz/collection1/
   [junit4]   2> 2846876 T8917 C3162 P55485 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2846877 T8917 C3162 P55485 oasc.SyncStrategy.syncToMe https://127.0.0.1:55485/ed_pfk/mz/collection1/ has no replicas
   [junit4]   2> 2846877 T8917 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:55485/ed_pfk/mz/collection1/ shard1
   [junit4]   2> 2846877 T8917 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 2846878 T8913 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> 2846878 T8920 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> 2846880 T8913 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2846881 T8910 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2846983 T8913 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> 2846983 T8920 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> 2847042 T8917 oasc.ZkController.register We are https://127.0.0.1:55485/ed_pfk/mz/collection1/ and leader is https://127.0.0.1:55485/ed_pfk/mz/collection1/
   [junit4]   2> 2847043 T8917 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:55485/ed_pfk/mz
   [junit4]   2> 2847043 T8917 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2847043 T8917 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 2847043 T8917 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2847044 T8913 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2847045 T8917 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2847045 T8910 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2847046 T8910 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:55485/ed_pfk/mz",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:55485_ed_pfk%2Fmz",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 2847147 T8920 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> 2847148 T8913 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> 2847215 T8885 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 2847215 T8885 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2847218 T8885 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 2847219 T8885 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:39024
   [junit4]   2> 2847221 T8885 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2847222 T8885 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2847222 T8885 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-003
   [junit4]   2> 2847222 T8885 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-003/'
   [junit4]   2> 2847235 T8885 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-003/solr.xml
   [junit4]   2> 2847244 T8885 oasc.CoreContainer.<init> New CoreContainer 1974412040
   [junit4]   2> 2847244 T8885 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-003/]
   [junit4]   2> 2847245 T8885 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2847245 T8885 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2847246 T8885 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2847246 T8885 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2847246 T8885 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2847247 T8885 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2847247 T8885 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2847247 T8885 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2847248 T8885 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2847249 T8885 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2847250 T8885 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2847251 T8885 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2847251 T8885 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2847252 T8885 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:46389/solr
   [junit4]   2> 2847252 T8885 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2847253 T8885 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2847254 T8931 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@34d50d7f name:ZooKeeperConnection Watcher:127.0.0.1:46389 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2847254 T8885 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2847256 T8885 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2847257 T8933 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7fffffe1 name:ZooKeeperConnection Watcher:127.0.0.1:46389/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2847257 T8885 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2847262 T8885 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2848264 T8885 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39024_ed_pfk%2Fmz
   [junit4]   2> 2848265 T8885 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:39024_ed_pfk%2Fmz
   [junit4]   2> 2848271 T8935 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 2848271 T8935 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2848272 T8913 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2848272 T8935 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2848273 T8910 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2848273 T8910 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:39024/ed_pfk/mz",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:39024_ed_pfk%2Fmz",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 2848273 T8910 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3, shard4]
   [junit4]   2> 2848274 T8910 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 2848378 T8934 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> 2848378 T8920 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> 2848378 T8913 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> 2849272 T8935 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2849273 T8935 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 2849273 T8935 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2849274 T8935 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2849275 T8935 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2849275 T8935 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-003/collection1/'
   [junit4]   2> 2849276 T8935 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 2849276 T8935 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 2849277 T8935 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 2849303 T8935 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 2849310 T8935 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2849312 T8935 oass.IndexSchema.readSchema Reading Solr Schema from managed-schema
   [junit4]   2> 2849314 T8935 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 2849319 T8935 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2849319 T8935 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2849319 T8935 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 2849320 T8935 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-003/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-003/collection1/data/
   [junit4]   2> 2849320 T8935 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 2849320 T8935 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-003/collection1/data
   [junit4]   2> 2849320 T8935 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-003/collection1/data/index/
   [junit4]   2> 2849321 T8935 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-003/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2849321 T8935 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-003/collection1/data/index
   [junit4]   2> 2849321 T8935 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=67.6982421875, floorSegmentMB=0.9951171875, forceMergeDeletesPctAllowed=13.454031946870305, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2849329 T8935 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2d766676; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2849330 T8935 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2849332 T8935 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 2849333 T8935 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2849334 T8935 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2849334 T8935 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2849335 T8935 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2849335 T8935 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2849335 T8935 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2849336 T8935 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2849336 T8935 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2849336 T8935 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2849337 T8935 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2849337 T8935 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2849337 T8935 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2849340 T8935 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2849342 T8935 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2849342 T8935 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2849343 T8935 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2849344 T8935 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2849346 T8935 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2849346 T8935 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2849347 T8935 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=55.0341796875, floorSegmentMB=1.162109375, forceMergeDeletesPctAllowed=20.418511391805534, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2849348 T8935 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2d766676; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2849348 T8935 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2849348 T8935 oass.SolrIndexSearcher.<init> Opening Searcher@f95722f[collection1] main
   [junit4]   2> 2849349 T8935 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2849350 T8935 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2849351 T8935 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2849351 T8935 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2849352 T8935 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2849352 T8935 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2849354 T8935 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2849354 T8935 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2849354 T8935 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 2849354 T8935 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2849355 T8935 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 2849356 T8935 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2849356 T8936 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@f95722f[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 2849357 T8939 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:39024/ed_pfk/mz collection:collection1 shard:shard2
   [junit4]   2> 2849357 T8885 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 2849358 T8885 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2849358 T8939 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 2849361 T8939 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 2849362 T8913 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2849362 T8939 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2849362 T8939 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3163 name=collection1 org.apache.solr.core.SolrCore@1d4d6c37 url=https://127.0.0.1:39024/ed_pfk/mz/collection1 node=127.0.0.1:39024_ed_pfk%2Fmz C3163_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:39024/ed_pfk/mz, core=collection1, node_name=127.0.0.1:39024_ed_pfk%2Fmz}
   [junit4]   2> 2849362 T8939 C3163 P39024 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:39024/ed_pfk/mz/collection1/
   [junit4]   2> 2849363 T8939 C3163 P39024 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2849363 T8910 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2849363 T8939 C3163 P39024 oasc.SyncStrategy.syncToMe https://127.0.0.1:39024/ed_pfk/mz/collection1/ has no replicas
   [junit4]   2> 2849363 T8939 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:39024/ed_pfk/mz/collection1/ shard2
   [junit4]   2> 2849363 T8939 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 2849365 T8913 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2849468 T8934 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> 2849468 T8913 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> 2849468 T8920 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> 2849516 T8939 oasc.ZkController.register We are https://127.0.0.1:39024/ed_pfk/mz/collection1/ and leader is https://127.0.0.1:39024/ed_pfk/mz/collection1/
   [junit4]   2> 2849516 T8939 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:39024/ed_pfk/mz
   [junit4]   2> 2849517 T8939 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2849517 T8939 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 2849517 T8939 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2849539 T8913 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2849539 T8939 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2849540 T8910 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2849540 T8910 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:39024/ed_pfk/mz",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:39024_ed_pfk%2Fmz",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 2849644 T8920 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> 2849644 T8934 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> 2849644 T8913 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> 2849682 T8885 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 2849683 T8885 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2849685 T8885 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 2849686 T8885 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:54847
   [junit4]   2> 2849688 T8885 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2849688 T8885 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2849688 T8885 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-004
   [junit4]   2> 2849688 T8885 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-004/'
   [junit4]   2> 2849700 T8885 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-004/solr.xml
   [junit4]   2> 2849706 T8885 oasc.CoreContainer.<init> New CoreContainer 1215001439
   [junit4]   2> 2849707 T8885 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-004/]
   [junit4]   2> 2849707 T8885 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2849708 T8885 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2849708 T8885 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2849708 T8885 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2849708 T8885 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2849708 T8885 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2849709 T8885 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2849709 T8885 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2849709 T8885 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2849710 T8885 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2849711 T8885 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2849711 T8885 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2849711 T8885 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2849712 T8885 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:46389/solr
   [junit4]   2> 2849712 T8885 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2849713 T8885 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2849714 T8950 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7b37055d name:ZooKeeperConnection Watcher:127.0.0.1:46389 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2849714 T8885 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2849716 T8885 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2849717 T8952 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@419d9fa3 name:ZooKeeperConnection Watcher:127.0.0.1:46389/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2849717 T8885 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2849723 T8885 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2850726 T8885 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54847_ed_pfk%2Fmz
   [junit4]   2> 2850727 T8885 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54847_ed_pfk%2Fmz
   [junit4]   2> 2850737 T8954 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 2850738 T8954 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2850739 T8913 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2850739 T8954 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2850741 T8910 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2850742 T8910 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:54847/ed_pfk/mz",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54847_ed_pfk%2Fmz",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 2850742 T8910 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=4
   [junit4]   2> 2850742 T8910 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 2850846 T8934 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> 2850847 T8920 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> 2850847 T8913 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> 2850847 T8953 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> 2851740 T8954 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2851740 T8954 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 2851741 T8954 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2851741 T8954 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2851742 T8954 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2851742 T8954 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-004/collection1/'
   [junit4]   2> 2851743 T8954 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 2851744 T8954 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 2851744 T8954 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 2851768 T8954 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 2851775 T8954 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2851776 T8954 oass.IndexSchema.readSchema Reading Solr Schema from managed-schema
   [junit4]   2> 2851778 T8954 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 2851784 T8954 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2851784 T8954 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2851784 T8954 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 2851785 T8954 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-004/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-004/collection1/data/
   [junit4]   2> 2851785 T8954 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 2851785 T8954 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-004/collection1/data
   [junit4]   2> 2851786 T8954 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-004/collection1/data/index/
   [junit4]   2> 2851786 T8954 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-004/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2851786 T8954 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-004/collection1/data/index
   [junit4]   2> 2851787 T8954 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=67.6982421875, floorSegmentMB=0.9951171875, forceMergeDeletesPctAllowed=13.454031946870305, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2851794 T8954 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@35af5d21; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2851794 T8954 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2851795 T8954 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 2851796 T8954 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2851796 T8954 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2851796 T8954 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2851796 T8954 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2851797 T8954 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2851797 T8954 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2851797 T8954 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2851798 T8954 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2851798 T8954 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2851798 T8954 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2851798 T8954 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2851798 T8954 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2851800 T8954 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2851801 T8954 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2851802 T8954 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2851802 T8954 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2851803 T8954 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2851804 T8954 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2851805 T8954 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2851805 T8954 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=55.0341796875, floorSegmentMB=1.162109375, forceMergeDeletesPctAllowed=20.418511391805534, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2851806 T8954 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@35af5d21; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2851806 T8954 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2851806 T8954 oass.SolrIndexSearcher.<init> Opening Searcher@5f08e846[collection1] main
   [junit4]   2> 2851807 T8954 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2851808 T8954 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2851808 T8954 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2851809 T8954 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2851809 T8954 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2851809 T8954 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2851810 T8954 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2851811 T8954 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2851811 T8954 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 2851811 T8954 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2851811 T8954 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 2851812 T8955 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5f08e846[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 2851812 T8954 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2851813 T8958 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:54847/ed_pfk/mz collection:collection1 shard:shard3
   [junit4]   2> 2851813 T8885 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 2851814 T8885 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2851814 T8958 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 2851818 T8958 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 2851819 T8913 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2851819 T8958 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2851819 T8958 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3164 name=collection1 org.apache.solr.core.SolrCore@16f9d99b url=https://127.0.0.1:54847/ed_pfk/mz/collection1 node=127.0.0.1:54847_ed_pfk%2Fmz C3164_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:54847/ed_pfk/mz, core=collection1, node_name=127.0.0.1:54847_ed_pfk%2Fmz}
   [junit4]   2> 2851819 T8958 C3164 P54847 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:54847/ed_pfk/mz/collection1/
   [junit4]   2> 2851820 T8910 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2851820 T8958 C3164 P54847 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2851820 T8958 C3164 P54847 oasc.SyncStrategy.syncToMe https://127.0.0.1:54847/ed_pfk/mz/collection1/ has no replicas
   [junit4]   2> 2851820 T8958 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:54847/ed_pfk/mz/collection1/ shard3
   [junit4]   2> 2851820 T8958 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 2851823 T8913 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2851925 T8934 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> 2851925 T8913 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> 2851925 T8920 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> 2851925 T8953 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> 2851974 T8958 oasc.ZkController.register We are https://127.0.0.1:54847/ed_pfk/mz/collection1/ and leader is https://127.0.0.1:54847/ed_pfk/mz/collection1/
   [junit4]   2> 2851974 T8958 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:54847/ed_pfk/mz
   [junit4]   2> 2851974 T8958 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2851974 T8958 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 2851974 T8958 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2851975 T8913 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2851975 T8958 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2851976 T8910 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2851993 T8910 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:54847/ed_pfk/mz",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54847_ed_pfk%2Fmz",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 2852095 T8920 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> 2852095 T8913 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> 2852095 T8934 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> 2852095 T8953 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> 2852133 T8885 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 2852134 T8885 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2852136 T8885 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 2852137 T8885 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:36933
   [junit4]   2> 2852139 T8885 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2852139 T8885 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2852139 T8885 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-005
   [junit4]   2> 2852139 T8885 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-005/'
   [junit4]   2> 2852152 T8885 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-005/solr.xml
   [junit4]   2> 2852158 T8885 oasc.CoreContainer.<init> New CoreContainer 1211926672
   [junit4]   2> 2852158 T8885 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001/tempDir-005/]
   [junit4]   2> 2852159 T8885 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2852159 T8885 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2852159 T8885 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2852159 T8885 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2852159 T8885 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2852160 T8885 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2852160 T8885 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2852160 T8885 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2852160 T8885 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2852161 T8885 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2852162 T8885 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2852162 T8885 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2852162 T8885 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2852163 T8885 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:46389/solr
   [junit4]   2> 2852163 T8885 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2852164 T8885 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2852165 T8969 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6d2a3cf8 name:ZooKeeperConnection Watcher:127.0.0.1:46389 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2852165 T8885 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2852167 T8885 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2852168 T8971 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@64041f41 name:ZooKeeperConnection Watcher:127.0.0.1:46389/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2852169 T8885 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2852177 T8885 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2853180 T8885 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36933_ed_pfk%2Fmz
   [junit4]   2> 2853182 T8885 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:36933_ed_pfk%2Fmz
   [junit4]   2> 2853192 T8973 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 2853193 T8973 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2853193 T8913 oas

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

> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:449)
   [junit4]    > 	... 46 moreThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=9086, name=updateExecutor-1226-thread-2, state=RUNNABLE, group=TGRP-TestCloudSchemaless]
   [junit4]    > Caused by: java.util.concurrent.RejectedExecutionException: Task org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner@5e4d271c rejected from java.util.concurrent.ThreadPoolExecutor@1b4fa2b1[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 114]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([96B09B3C79C0A379]:0)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner.run(ConcurrentUpdateSolrServer.java:263)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 3138190 T8885 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-96B09B3C79C0A379-001
   [junit4]   2> NOTE: test params are: codec=Lucene46, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=mt, timezone=Asia/Irkutsk
   [junit4]   2> NOTE: Linux 3.13.0-32-generic amd64/Oracle Corporation 1.8.0_11 (64-bit)/cpus=8,threads=1,free=141387264,total=340295680
   [junit4]   2> NOTE: All tests run in this JVM: [TestConfig, TestStressUserVersions, AliasIntegrationTest, TestImplicitCoreProperties, CachingDirectoryFactoryTest, TestDocumentBuilder, TestStressVersions, StressHdfsTest, AddBlockUpdateTest, TestQuerySenderListener, UUIDUpdateProcessorFallbackTest, TestFastWriter, OpenExchangeRatesOrgProviderTest, TestDocSet, ShardSplitTest, NotRequiredUniqueKeyTest, TestCollationFieldDocValues, TestLRUCache, TermsComponentTest, DocValuesMultiTest, TestSearchPerf, TestCodecSupport, SignatureUpdateProcessorFactoryTest, TestJmxIntegration, TimeZoneUtilsTest, TestManagedResourceStorage, TestFoldingMultitermQuery, FileUtilsTest, AnalysisErrorHandlingTest, HttpPartitionTest, TestNRTOpen, BJQParserTest, TestSolrDeletionPolicy1, TestStressReorder, TestRandomDVFaceting, TestShortCircuitedRequests, QueryEqualityTest, CurrencyFieldOpenExchangeTest, DistribCursorPagingTest, DocumentBuilderTest, HdfsUnloadDistributedZkTest, DirectUpdateHandlerTest, ShowFileRequestHandlerTest, TestSolrIndexConfig, StandardRequestHandlerTest, FieldFacetExtrasTest, AnalyticsQueryTest, CustomCollectionTest, SuggesterTest, OverseerTest, TestClassNameShortening, TestManagedSchemaFieldResource, DistributedSpellCheckComponentTest, TestSort, TestDFRSimilarityFactory, DisMaxRequestHandlerTest, TestCopyFieldCollectionResource, DocumentAnalysisRequestHandlerTest, IndexBasedSpellCheckerTest, ClusterStateUpdateTest, TestHighFrequencyDictionaryFactory, FieldMutatingUpdateProcessorTest, TestSolrXmlPersistence, ReplicationFactorTest, TestSolrXmlPersistor, UpdateParamsTest, PrimitiveFieldTypeTest, SolrCmdDistributorTest, TestCoreDiscovery, TestReplicationHandler, TestLMJelinekMercerSimilarityFactory, TestSuggestSpellingConverter, TestTrie, WordBreakSolrSpellCheckerTest, HdfsLockFactoryTest, BlockCacheTest, AddSchemaFieldsUpdateProcessorFactoryTest, BadComponentTest, TestDefaultSimilarityFactory, MoreLikeThisHandlerTest, SuggesterTSTTest, DOMUtilTest, TestRemoteStreaming, TestDynamicFieldCollectionResource, NoCacheHeaderTest, XmlUpdateRequestHandlerTest, TestFastOutputStream, TestStressRecovery, TestSimpleQParserPlugin, JsonLoaderTest, BlockDirectoryTest, QueryFacetTest, TestManagedSynonymFilterFactory, SimpleFacetsTest, TestCloudInspectUtil, XsltUpdateRequestHandlerTest, BasicFunctionalityTest, HighlighterConfigTest, HdfsBasicDistributedZkTest, TestRestManager, BasicDistributedZkTest, UnloadDistributedZkTest, SyncSliceTest, ShardRoutingTest, BasicZkTest, RecoveryZkTest, LeaderElectionTest, ZkCLITest, ShardRoutingCustomTest, TestDistributedSearch, TestFaceting, TestRecovery, TestHashPartitioner, ZkControllerTest, TestRealTimeGet, TestMultiCoreConfBootstrap, TestReload, HardAutoCommitTest, TestRangeQuery, TestSolr4Spatial, StatsComponentTest, SpellCheckComponentTest, TestGroupingSearch, PeerSyncTest, BadIndexSchemaTest, ConvertedLegacyTest, TestFunctionQuery, TestLazyCores, TestBadConfig, OverseerCollectionProcessorTest, HighlighterTest, SoftAutoCommitTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, SpellCheckCollatorTest, CoreAdminHandlerTest, SolrRequestParserTest, DocValuesTest, TestStressLucene, SpatialFilterTest, SuggesterWFSTTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestUpdate, TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, SolrInfoMBeanTest, TestSurroundQueryParser, DirectSolrSpellCheckerTest, TestQueryTypes, PathHierarchyTokenizerFactoryTest, RequiredFieldsTest, FastVectorHighlighterTest, IndexSchemaTest, UpdateRequestProcessorFactoryTest, JSONWriterTest, TestAnalyzedSuggestions, TestPHPSerializedResponseWriter, TestComponentsName, TestBinaryResponseWriter, ResponseLogComponentTest, SampleTest, MinimalSchemaTest, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestSolrCoreProperties, ChaosMonkeyNothingIsSafeTest, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, TestTolerantSearch, ExpressionTest, RangeFacetTest, DeleteShardTest, MigrateRouteKeyTest, RollingRestartTest, HdfsBasicDistributedZk2Test, HdfsCollectionsAPIDistributedZkTest, HdfsRecoveryZkTest, HdfsSyncSliceTest, HdfsWriteToMultipleCollectionsTest, QueryResultKeyTest, TestConfigSets, TestInfoStreamLogging, TestNonNRTOpen, TestShardHandlerFactory, TestSolrXml, CoreAdminCreateDiscoverTest, CoreAdminRequestStatusTest, DistributedDebugComponentTest, DistributedExpandComponentTest, DistributedQueryComponentCustomSortTest, DistributedQueryComponentOptimizationTest, HighlighterMaxOffsetTest, TestManagedResource, TestFieldCollectionResource, TestFieldResource, TestSchemaNameResource, TestSchemaResource, TestSchemaSimilarityResource, TestSchemaVersionResource, TestUniqueKeyFieldResource, BadCopyFieldTest, ChangedSchemaMergeTest, DateRangeFieldTest, DocValuesMissingTest, EnumFieldTest, ModifyConfFileTest, TestCloudManagedSchema, TestCloudSchemaless]
   [junit4] Completed on J0 in 312.71s, 1 test, 1 error <<< FAILURES!

[...truncated 10 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:474: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:454: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:45: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:496: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1298: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:922: There were test failures: 421 suites, 1761 tests, 1 error, 39 ignored (18 assumptions)

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