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/02/14 06:20:10 UTC

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.7.0_51) - Build # 9467 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/9467/
Java: 64bit/jdk1.7.0_51 -XX:+UseCompressedOops -XX:+UseSerialGC

1 tests failed.
REGRESSION:  org.apache.solr.cloud.BasicDistributedZkTest.testDistribSearch

Error Message:
Timeout occured while waiting response from server at: https://127.0.0.1:60736/_jgw/b/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:60736/_jgw/b/collection1
	at __randomizedtesting.SeedInfo.seed([5FDD464572ED398A:DE3BC85D05B259B6]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:503)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:199)
	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
	at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:168)
	at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:146)
	at org.apache.solr.cloud.BasicDistributedZkTest.testUpdateProcessorsRunOnlyOnce(BasicDistributedZkTest.java:663)
	at org.apache.solr.cloud.BasicDistributedZkTest.doTest(BasicDistributedZkTest.java:373)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:870)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:152)
	at java.net.SocketInputStream.read(SocketInputStream.java:122)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:442)
	at sun.security.ssl.InputRecord.read(InputRecord.java:480)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:884)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:395)
	... 47 more




Build Log:
[...truncated 10221 lines...]
   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
   [junit4]   2> 168595 T1101 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 168596 T1101 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_jgw/b
   [junit4]   2> 168601 T1101 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZkTest-1392353710340
   [junit4]   2> 168602 T1101 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 168603 T1102 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 168703 T1101 oasc.ZkTestServer.run start zk server on port:37019
   [junit4]   2> 168704 T1101 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 168734 T1108 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@78dea2ae name:ZooKeeperConnection Watcher:127.0.0.1:37019 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 168734 T1101 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 168734 T1101 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 168742 T1101 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 168744 T1110 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@74c382d name:ZooKeeperConnection Watcher:127.0.0.1:37019/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 168744 T1101 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 168744 T1101 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 168747 T1101 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 168762 T1101 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 168765 T1101 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 168768 T1101 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 168768 T1101 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 168774 T1101 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 168774 T1101 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 168778 T1101 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 168778 T1101 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 168782 T1101 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 168783 T1101 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 168786 T1101 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 168787 T1101 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 168790 T1101 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 168791 T1101 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 168794 T1101 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 168795 T1101 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 168798 T1101 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 168799 T1101 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 168801 T1101 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 168802 T1101 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 168805 T1101 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 168811 T1101 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 168815 T1101 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 168816 T1101 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 168823 T1101 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 168824 T1112 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6a0b4f90 name:ZooKeeperConnection Watcher:127.0.0.1:37019/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 168824 T1101 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 168943 T1101 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 168947 T1101 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 168951 T1101 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:59622
   [junit4]   2> 168953 T1101 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 168953 T1101 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 168954 T1101 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1392353710564
   [junit4]   2> 168954 T1101 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1392353710564/'
   [junit4]   2> 168967 T1101 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1392353710564/solr.xml
   [junit4]   2> 169016 T1101 oasc.CoreContainer.<init> New CoreContainer 205014406
   [junit4]   2> 169017 T1101 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1392353710564/]
   [junit4]   2> 169018 T1101 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 169018 T1101 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 169018 T1101 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 169018 T1101 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 169018 T1101 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 169019 T1101 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 169019 T1101 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 169019 T1101 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 169019 T1101 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 169024 T1101 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 169024 T1101 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 169025 T1101 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 169025 T1101 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:37019/solr
   [junit4]   2> 169026 T1101 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 169031 T1101 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 169033 T1123 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5b6ebc0a name:ZooKeeperConnection Watcher:127.0.0.1:37019 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 169033 T1101 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 169040 T1101 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 169045 T1125 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6b7eed82 name:ZooKeeperConnection Watcher:127.0.0.1:37019/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 169046 T1101 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 169048 T1101 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 169051 T1101 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 169057 T1101 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 169059 T1101 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59622__jgw%2Fb
   [junit4]   2> 169060 T1101 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59622__jgw%2Fb
   [junit4]   2> 169063 T1101 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 169065 T1101 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 169069 T1101 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:59622__jgw%2Fb
   [junit4]   2> 169069 T1101 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 169071 T1101 oasc.Overseer.start Overseer (id=91249292761038852-127.0.0.1:59622__jgw%2Fb-n_0000000000) starting
   [junit4]   2> 169074 T1101 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 169078 T1127 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 169078 T1101 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 169079 T1127 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 169081 T1101 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 169083 T1101 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 169089 T1126 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 169092 T1128 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 169093 T1128 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 169094 T1125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 169094 T1128 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 169097 T1126 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 169098 T1126 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:59622/_jgw/b",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:59622__jgw%2Fb",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 169098 T1126 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 169098 T1126 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 169100 T1125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 169101 T1125 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> 170094 T1128 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 170095 T1128 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1392353710564/collection1
   [junit4]   2> 170095 T1128 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 170096 T1128 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 170096 T1128 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 170098 T1128 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 170098 T1128 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1392353710564/collection1/'
   [junit4]   2> 170099 T1128 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1392353710564/collection1/lib/classes/' to classloader
   [junit4]   2> 170099 T1128 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1392353710564/collection1/lib/README' to classloader
   [junit4]   2> 170136 T1128 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 170173 T1128 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 170174 T1128 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 170180 T1128 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 170501 T1128 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 170506 T1128 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 170509 T1128 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 170525 T1128 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 170529 T1128 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 170533 T1128 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 170535 T1128 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 170535 T1128 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 170535 T1128 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 170536 T1128 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 170536 T1128 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 170537 T1128 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 170537 T1128 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1392353710564/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1392353710340/control/data/
   [junit4]   2> 170537 T1128 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@548e0fd5
   [junit4]   2> 170538 T1128 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1392353710340/control/data
   [junit4]   2> 170538 T1128 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1392353710340/control/data/index/
   [junit4]   2> 170539 T1128 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1392353710340/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 170539 T1128 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1392353710340/control/data/index
   [junit4]   2> 170539 T1128 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=93.896484375, floorSegmentMB=0.8828125, forceMergeDeletesPctAllowed=28.427428477695187, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 170540 T1128 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@15e39292 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b496c9a),segFN=segments_1,generation=1}
   [junit4]   2> 170540 T1128 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 170545 T1128 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 170545 T1128 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 170546 T1128 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 170546 T1128 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 170546 T1128 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 170546 T1128 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 170547 T1128 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 170547 T1128 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 170548 T1128 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 170548 T1128 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 170549 T1128 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 170549 T1128 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 170549 T1128 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 170550 T1128 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 170550 T1128 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 170550 T1128 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 170551 T1128 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 170553 T1128 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 170555 T1128 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 170555 T1128 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 170556 T1128 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=78.4990234375, floorSegmentMB=1.8017578125, forceMergeDeletesPctAllowed=9.251104178147186, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 170556 T1128 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@15e39292 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b496c9a),segFN=segments_1,generation=1}
   [junit4]   2> 170556 T1128 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 170557 T1128 oass.SolrIndexSearcher.<init> Opening Searcher@2f13a328[collection1] main
   [junit4]   2> 170565 T1129 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2f13a328[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 170566 T1128 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 170567 T1101 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 170567 T1101 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 170567 T1132 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:59622/_jgw/b collection:control_collection shard:shard1
   [junit4]   2> 170570 T1101 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 170571 T1132 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 170572 T1134 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3877c43f name:ZooKeeperConnection Watcher:127.0.0.1:37019/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 170572 T1101 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 170573 T1101 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 170576 T1101 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 170578 T1132 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 170581 T1125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 170581 T1132 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 170581 T1132 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C434 name=collection1 org.apache.solr.core.SolrCore@7bb649a url=https://127.0.0.1:59622/_jgw/b/collection1 node=127.0.0.1:59622__jgw%2Fb C434_STATE=coll:control_collection core:collection1 props:{state=down, base_url=https://127.0.0.1:59622/_jgw/b, core=collection1, node_name=127.0.0.1:59622__jgw%2Fb}
   [junit4]   2> 170582 T1132 C434 P59622 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:59622/_jgw/b/collection1/
   [junit4]   2> 170582 T1132 C434 P59622 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 170582 T1132 C434 P59622 oasc.SyncStrategy.syncToMe https://127.0.0.1:59622/_jgw/b/collection1/ has no replicas
   [junit4]   2> 170582 T1132 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:59622/_jgw/b/collection1/ shard1
   [junit4]   2> 170582 T1132 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 170584 T1126 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 170589 T1125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 170594 T1125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 170598 T1125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 170651 T1101 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 170653 T1101 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 170656 T1101 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 170658 T1101 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:55652
   [junit4]   2> 170660 T1101 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 170660 T1101 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 170660 T1101 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1392353712315
   [junit4]   2> 170660 T1101 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1392353712315/'
   [junit4]   2> 170670 T1101 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1392353712315/solr.xml
   [junit4]   2> 170700 T1101 oasc.CoreContainer.<init> New CoreContainer 1831338670
   [junit4]   2> 170700 T1101 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1392353712315/]
   [junit4]   2> 170701 T1125 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> 170701 T1101 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 170701 T1101 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 170701 T1134 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> 170701 T1101 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 170702 T1101 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 170702 T1101 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 170703 T1101 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 170703 T1101 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 170703 T1101 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 170704 T1101 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 170709 T1101 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 170709 T1101 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 170709 T1101 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 170709 T1101 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:37019/solr
   [junit4]   2> 170710 T1101 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 170710 T1101 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 170712 T1145 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3346e99a name:ZooKeeperConnection Watcher:127.0.0.1:37019 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 170712 T1101 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 170714 T1101 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 170715 T1147 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@74904d13 name:ZooKeeperConnection Watcher:127.0.0.1:37019/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 170715 T1101 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 170720 T1101 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 170745 T1132 oasc.ZkController.register We are https://127.0.0.1:59622/_jgw/b/collection1/ and leader is https://127.0.0.1:59622/_jgw/b/collection1/
   [junit4]   2> 170745 T1132 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:59622/_jgw/b
   [junit4]   2> 170745 T1132 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 170745 T1132 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 170745 T1132 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 170746 T1125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 170747 T1125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 170747 T1125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 170747 T1132 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 170748 T1126 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 170749 T1126 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:59622/_jgw/b",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:59622__jgw%2Fb",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 170752 T1125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 170854 T1147 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> 170854 T1134 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> 170854 T1125 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> 171723 T1101 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55652__jgw%2Fb
   [junit4]   2> 171724 T1101 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:55652__jgw%2Fb
   [junit4]   2> 171727 T1134 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 171727 T1125 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 171727 T1147 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 171734 T1148 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 171734 T1148 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 171736 T1125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 171736 T1148 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 171736 T1125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 171737 T1125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 171738 T1126 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 171739 T1126 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:55652/_jgw/b",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:55652__jgw%2Fb",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 171739 T1126 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 171739 T1126 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 171743 T1125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 171845 T1125 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> 171845 T1134 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> 171845 T1147 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> 172737 T1148 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 172737 T1148 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1392353712315/collection1
   [junit4]   2> 172737 T1148 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 172738 T1148 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 172738 T1148 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 172739 T1148 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 172740 T1148 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1392353712315/collection1/'
   [junit4]   2> 172740 T1148 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1392353712315/collection1/lib/classes/' to classloader
   [junit4]   2> 172740 T1148 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1392353712315/collection1/lib/README' to classloader
   [junit4]   2> 172776 T1148 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 172806 T1148 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 172807 T1148 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 172813 T1148 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 173108 T1148 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 173113 T1148 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 173115 T1148 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 173128 T1148 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 173131 T1148 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 173134 T1148 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 173135 T1148 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 173135 T1148 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 173135 T1148 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 173136 T1148 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 173136 T1148 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 173136 T1148 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 173137 T1148 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1392353712315/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1392353710340/jetty1/
   [junit4]   2> 173137 T1148 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@548e0fd5
   [junit4]   2> 173137 T1148 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1392353710340/jetty1
   [junit4]   2> 173138 T1148 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1392353710340/jetty1/index/
   [junit4]   2> 173138 T1148 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1392353710340/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 173138 T1148 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1392353710340/jetty1/index
   [junit4]   2> 173138 T1148 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=93.896484375, floorSegmentMB=0.8828125, forceMergeDeletesPctAllowed=28.427428477695187, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 173139 T1148 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c531aa2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1b746ec0),segFN=segments_1,generation=1}
   [junit4]   2> 173139 T1148 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 173142 T1148 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 173142 T1148 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 173143 T1148 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 173143 T1148 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 173143 T1148 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 173143 T1148 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 173143 T1148 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 173144 T1148 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 173144 T1148 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 173144 T1148 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 173144 T1148 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 173145 T1148 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 173145 T1148 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 173145 T1148 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 173145 T1148 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 173146 T1148 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 173146 T1148 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 173154 T1148 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 173156 T1148 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 173156 T1148 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 173157 T1148 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=78.4990234375, floorSegmentMB=1.8017578125, forceMergeDeletesPctAllowed=9.251104178147186, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 173157 T1148 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c531aa2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1b746ec0),segFN=segments_1,generation=1}
   [junit4]   2> 173157 T1148 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 173157 T1148 oass.SolrIndexSearcher.<init> Opening Searcher@261ee2d1[collection1] main
   [junit4]   2> 173160 T1149 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@261ee2d1[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 173163 T1148 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 173164 T1101 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 173164 T1101 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 173164 T1152 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:55652/_jgw/b collection:collection1 shard:shard2
   [junit4]   2> 173167 T1152 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 173178 T1152 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 173179 T1125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 173180 T1125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 173180 T1125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 173180 T1152 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 173180 T1152 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C435 name=collection1 org.apache.solr.core.SolrCore@33ca6705 url=https://127.0.0.1:55652/_jgw/b/collection1 node=127.0.0.1:55652__jgw%2Fb C435_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:55652/_jgw/b, core=collection1, node_name=127.0.0.1:55652__jgw%2Fb}
   [junit4]   2> 173180 T1152 C435 P55652 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:55652/_jgw/b/collection1/
   [junit4]   2> 173181 T1152 C435 P55652 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 173181 T1152 C435 P55652 oasc.SyncStrategy.syncToMe https://127.0.0.1:55652/_jgw/b/collection1/ has no replicas
   [junit4]   2> 173181 T1126 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 173181 T1152 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:55652/_jgw/b/collection1/ shard2
   [junit4]   2> 173181 T1152 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 173184 T1125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 173187 T1125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 173189 T1125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 173241 T1101 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 173242 T1101 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 173246 T1101 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 173247 T1101 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:60736
   [junit4]   2> 173249 T1101 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 173250 T1101 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 173250 T1101 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1392353714904
   [junit4]   2> 173250 T1101 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1392353714904/'
   [junit4]   2> 173260 T1101 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/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1392353714904/solr.xml
   [junit4]   2> 173290 T1101 oasc.CoreContainer.<init> New CoreContainer 978596858
   [junit4]   2> 173290 T1101 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1392353714904/]
   [junit4]   2> 173291 T1101 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 173291 T1101 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 173291 T1101 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 173291 T1101 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 173292 T1101 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 173292 T1101 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 173292 T1101 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 173292 T1101 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 173292 T1101 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 173293 T1125 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> 173293 T1134 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> 173293 T1147 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> 173297 T1101 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 173298 T1101 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 173298 T1101 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 173298 T1101 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:37019/solr
   [junit4]   2> 173298 T1101 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 173299 T1101 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 173300 T1163 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4e8101c1 name:ZooKeeperConnection Watcher:127.0.0.1:37019 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 173300 T1101 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 173303 T1101 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 173305 T1165 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@118187f7 name:ZooKeeperConnection Watcher:127.0.0.1:37019/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 173305 T1101 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 173310 T1101 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 173337 T1152 oasc.ZkController.register We are https://127.0.0.1:55652/_jgw/b/collection1/ and leader is https://127.0.0.1:55652/_jgw/b/collection1/
   [junit4]   2> 173338 T1152 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:55652/_jgw/b
   [junit4]   2> 173338 T1152 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 173338 T1152 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 173338 T1152 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 173339 T1125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 173339 T1125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 173339 T1125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 173340 T1152 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 173342 T1126 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 173343 T1126 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:55652/_jgw/b",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:55652__jgw%2Fb",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 173345 T1125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 173448 T1125 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> 173448 T1147 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> 173448 T1134 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> 173448 T1165 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> 174313 T1101 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60736__jgw%2Fb
   [junit4]   2> 174314 T1101 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60736__jgw%2Fb
   [junit4]   2> 174317 T1147 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 174317 T1125 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 174317 T1134 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 174317 T1165 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 174324 T1166 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 174324 T1166 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 174326 T1125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 174326 T1166 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 174326 T1125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 174326 T1125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 174328 T1126 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 174329 T1126 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:60736/_jgw/b",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:60736__jgw%2Fb",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 174329 T1126 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 174329 T1126 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 174332 T1125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 174435 T1125 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> 174435 T1134 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> 174435 T1147 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> 174435 T1165 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> 175326 T1166 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 175327 T1166 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1392353714904/collection1
   [junit4]   2> 175327 T1166 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 175328 T1166 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 175328 T1166 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 175329 T1166 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 175329 T1166 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1392353714904/collection1/'
   [junit4]   2> 175330 T1166 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1392353714904/collection1/lib/classes/' to classloader
   [junit4]   2> 175331 T1166 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1392353714904/collection1/lib/README' to classloader
   [junit4]   2> 175376 T1166 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 175426 T1166 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 175427 T1166 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 175444 T1166 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 175738 T1166 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 175743 T1166 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 175745 T1166 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 175757 T1166 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 175765 T1166 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 175768 T1166 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 175769 T1166 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 175770 T1166 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 175770 T1166 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 175771 T1166 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 175771 T1166 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 175771 T1166 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 175772 T1166 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1392353714904/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1392353710340/jetty2/
   [junit4]   2> 175772 T1166 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@548e0fd5
   [junit4]   2> 175773 T1166 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1392353710340/jetty2
   [junit4]   2> 175773 T1166 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1392353710340/jetty2/index/
   [junit4]   2> 175773 T1166 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1392353710340/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 175773 T1166 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1392353710340/jetty2/index
   [junit4]   2> 175774 T1166 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=93.896484375, floorSegmentMB=0.8828125, forceMergeDeletesPctAllowed=28.427428477695187, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 175774 T1166 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@d43c6ad lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37a08276),segFN=segments_1,generation=1}
   [junit4]   2> 175775 T1166 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 175778 T1166 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 175779 T1166 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 175779 T1166 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 175779 T1166 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 175779 T1166 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 175779 T1166 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 175779 T1166 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 175780 T1166 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 175780 T1166 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 175780 T1166 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 175781 T1166 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 175781 T1166 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 175781 T1166 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 175781 T1166 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 175781 T1166 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 175782 T1166 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 175782 T1166 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 175784 T1166 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 175786 T1166 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 175786 T1166 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 175787 T1166 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=78.4990234375, floorSegmentMB=1.8017578125, forceMergeDeletesPctAllowed=9.251104178147186, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 175787 T1166 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@d43c6ad lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37a08276),segFN=segments_1,generation=1}
   [junit4]   2> 175787 T1166 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 175787 T1166 oass.SolrIndexSearcher.<init> Opening Searcher@24c360d5[collection1] main
   [junit4]   2> 175790 T1167 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@24c360d5[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 175792 T1166 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 175793 T1101 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 175793 T1101 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 175793 T1170 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:60736/_jgw/b collection:collection1 shard:shard1
   [junit4]   2> 175794 T1170 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 175800 T1170 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 175801 T1125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 175802 T1125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 175802 T1125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 175802 T1170 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 175802 T1170 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C436 name=collection1 org.apache.solr.core.SolrCore@3747ddf url=https://127.0.0.1:60736/_jgw/b/collection1 node=127.0.0.1:60736__jgw%2Fb C436_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:60736/_jgw/b, core=collection1, node_name=127.0.0.1:60736__jgw%2Fb}
   [junit4]   2> 175802 T1170 C436 P60736 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:60736/_jgw/b/collection1/
   [junit4]   2> 175802 T1170 C436 P60736 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 175802 T1170 C436 P60736 oasc.SyncStrategy.syncToMe https://127.0.0.1:60736/_jgw/b/collection1/ has no replicas
   [junit4]   2> 175803 T1170 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:60736/_jgw/b/collection1/ shard1
   [junit4]   2> 175803 T1170 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 175803 T1126 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 175806 T1125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 175808 T1125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 175811 T1125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 175864 T1101 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 175864 T1101 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 175868 T1101 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 175870 T1101 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:44202
   [junit4]   2> 175872 T1101 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 175873 T1101 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 175873 T1101 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1392353717532
   [junit4]   2> 175873 T1101 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1392353717532/'
   [junit4]   2> 175882 T1101 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1392353717532/solr.xml
   [junit4]   2> 175911 T1101 oasc.CoreContainer.<init> New CoreContainer 1146668893
   [junit4]   2> 175911 T1101 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1392353717532/]
   [junit4]   2> 175912 T1101 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 175912 T1101 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 175912 T1101 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 175912 T1101 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 175913 T1101 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 175913 T1101 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 175913 T1101 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 175913 T1101 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 175914 T1101 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 175914 T1147 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> 175914 T1134 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> 175914 T1125 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> 175914 T1165 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> 175919 T1101 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 175919 T1101 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 175919 T1101 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 175919 T1101 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:37019/solr
   [junit4]   2> 175920 T1101 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 175920 T1101 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 175923 T1181 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7f85ed8d name:ZooKeeperConnection Watcher:127.0.0.1:37019 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 175923 T1101 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 175958 T1170 oasc.ZkController.register We are https://127.0.0.1:60736/_jgw/b/collection1/ and leader is https://127.0.0.1:60736/_jgw/b/collection1/
   [junit4]   2> 175959 T1170 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:60736/_jgw/b
   [junit4]   2> 175959 T1170 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 175959 T1170 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 175959 T1170 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 175998 T1125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 175999 T1125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 175999 T1125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 175999 T1170 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 175999 T1101 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 176000 T1183 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4022759e name:ZooKeeperConnection Watcher:127.0.0.1:37019/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 176000 T1101 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 176001 T1126 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 176002 T1126 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:60736/_jgw/b",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:60736__jgw%2Fb",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 176013 T1125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 176014 T1101 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 176116 T1183 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> 176117 T1134 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> 176117 T1165 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> 176116 T1125 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> 176117 T1147 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> 177017 T1101 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44202__jgw%2Fb
   [junit4]   2> 177018 T1101 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:44202__jgw%2Fb
   [junit4]   2> 177021 T1134 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 177021 T1125 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 177021 T1165 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 177021 T1183 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 177021 T1147 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 177028 T1184 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 177028 T1184 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 177029 T1125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 177029 T1125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 177029 T1125 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 177029 T1184 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 177031 T1126 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 177031 T1126 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:44202/_jgw/b",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:44202__jgw%2Fb",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "sha

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

on24/index;done=false>>]
   [junit4]   2> 305425 T1202 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZkTest-1392353710340/collection24/index
   [junit4]   2> 305425 T1202 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZkTest-1392353710340/collection24 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZkTest-1392353710340/collection24;done=false>>]
   [junit4]   2> 305425 T1202 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZkTest-1392353710340/collection24
   [junit4]   2> 305426 T1202 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:254)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:254)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:92)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> 305426 T1202 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 305426 T1202 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection3/leader_elect/shard1/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:254)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:254)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:92)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> 305427 T1202 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:254)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:254)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:92)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> NOTE: test params are: codec=Lucene46: {multiDefault=Pulsing41(freqCutoff=3 minBlockSize=80 maxBlockSize=250), foo_d=PostingsFormat(name=MockSep), author_t=Pulsing41(freqCutoff=3 minBlockSize=80 maxBlockSize=250), n_tl1=Pulsing41(freqCutoff=3 minBlockSize=80 maxBlockSize=250), other_tl1=PostingsFormat(name=Memory doPackFST= false), text=PostingsFormat(name=FSTOrdPulsing41), genre_s=PostingsFormat(name=FSTOrdPulsing41), timestamp=PostingsFormat(name=Memory doPackFST= false), price=PostingsFormat(name=FSTOrdPulsing41), _version_=PostingsFormat(name=Memory doPackFST= false), range_facet_si=Pulsing41(freqCutoff=3 minBlockSize=80 maxBlockSize=250), n_d1=PostingsFormat(name=Memory doPackFST= false), regex_dup_A_s=PostingsFormat(name=FSTOrdPulsing41), a_t=PostingsFormat(name=Memory doPackFST= false), foo_i=Pulsing41(freqCutoff=3 minBlockSize=80 maxBlockSize=250), n_td1=Pulsing41(freqCutoff=3 minBlockSize=80 maxBlockSize=250), series_t=Pulsing41(freqCutoff=3 minBlockSize=80 maxBlockSize=250), sequence_i=PostingsFormat(name=FSTOrdPulsing41), foo_f=PostingsFormat(name=FSTOrdPulsing41), n_dt1=Pulsing41(freqCutoff=3 minBlockSize=80 maxBlockSize=250), cat=PostingsFormat(name=Memory doPackFST= false), n_tf1=PostingsFormat(name=Memory doPackFST= false), id=PostingsFormat(name=MockSep), regex_dup_B_s=PostingsFormat(name=Memory doPackFST= false), inStock=PostingsFormat(name=FSTOrdPulsing41), intDefault=PostingsFormat(name=Memory doPackFST= false), val_i=PostingsFormat(name=MockSep), name=PostingsFormat(name=MockSep), oddField_s=PostingsFormat(name=FSTOrdPulsing41), n_f1=Pulsing41(freqCutoff=3 minBlockSize=80 maxBlockSize=250), SubjectTerms_mfacet=PostingsFormat(name=Memory doPackFST= false), range_facet_l=PostingsFormat(name=Memory doPackFST= false), range_facet_sl=PostingsFormat(name=FSTOrdPulsing41), n_l1=PostingsFormat(name=Memory doPackFST= false), n_tdt1=PostingsFormat(name=Memory doPackFST= false), a_si=Pulsing41(freqCutoff=3 minBlockSize=80 maxBlockSize=250), foo_b=PostingsFormat(name=FSTOrdPulsing41), n_ti1=PostingsFormat(name=MockSep), rnd_b=PostingsFormat(name=MockSep)}, docValues:{timestamp=DocValuesFormat(name=Disk)}, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=es_CL, timezone=Atlantic/Bermuda
   [junit4]   2> NOTE: Linux 3.8.0-35-generic amd64/Oracle Corporation 1.7.0_51 (64-bit)/cpus=8,threads=1,free=61527072,total=174931968
   [junit4]   2> NOTE: All tests run in this JVM: [HdfsDirectoryTest, TestDocBasedVersionConstraints, ReturnFieldsTest, LeaderElectionTest, SynonymTokenizerTest, TestDefaultSearchFieldResource, FieldMutatingUpdateProcessorTest, TestTrie, TestSolrQueryParserResource, TestDistributedMissingSort, TestNonNRTOpen, AutoCommitTest, TermsComponentTest, SpatialFilterTest, TestLMDirichletSimilarityFactory, TestElisionMultitermQuery, ExpressionTest, TestFreeTextSuggestions, TestQueryUtils, NoFacetTest, TestLMJelinekMercerSimilarityFactory, TestRandomMergePolicy, SliceStateTest, QueryEqualityTest, MoreLikeThisHandlerTest, BlockCacheTest, BadComponentTest, SuggesterFSTTest, PolyFieldTest, BinaryUpdateRequestHandlerTest, CoreAdminCreateDiscoverTest, CopyFieldTest, TestAnalyzeInfixSuggestions, TestStressVersions, TestSchemaVersionResource, BJQParserTest, RemoteQueryErrorTest, TestSort, TestCoreContainer, ClusterStateTest, TestInfoStreamLogging, ClusterStateUpdateTest, TestDynamicFieldResource, TestDocumentBuilder, SchemaVersionSpecificBehaviorTest, BasicDistributedZkTest]
   [junit4] Completed on J0 in 137.06s, 1 test, 1 error <<< FAILURES!

[...truncated 912 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:453: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:433: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: 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:491: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1268: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:901: There were test failures: 372 suites, 1603 tests, 1 error, 35 ignored (7 assumptions)

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