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

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1770/
Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseG1GC

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

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

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




Build Log:
[...truncated 12066 lines...]
   [junit4] Suite: org.apache.solr.schema.TestCloudSchemaless
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/init-core-data-001
   [junit4]   2> 7461615 T15726 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 7461615 T15726 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 7461622 T15726 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 7461623 T15726 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 7461625 T15727 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 7461726 T15726 oasc.ZkTestServer.run start zk server on port:53334
   [junit4]   2> 7461728 T15726 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 7461735 T15733 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2c8d9198 name:ZooKeeperConnection Watcher:127.0.0.1:53334 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 7461736 T15726 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 7461737 T15726 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 7461749 T15726 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 7461752 T15735 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3bdc9156 name:ZooKeeperConnection Watcher:127.0.0.1:53334/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 7461752 T15726 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 7461753 T15726 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 7461762 T15726 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 7461770 T15726 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 7461775 T15726 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 7461784 T15726 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-schemaless.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 7461784 T15726 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 7461796 T15726 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema-add-schema-fields-update-processor.xml to /configs/conf1/schema.xml
   [junit4]   2> 7461796 T15726 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 7461804 T15726 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 7461805 T15726 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 7461813 T15726 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 7461814 T15726 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 7461822 T15726 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 7461823 T15726 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 7461833 T15726 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 7461833 T15726 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 7461842 T15726 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 7461844 T15726 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 7461852 T15726 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 7461852 T15726 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 7461861 T15726 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 7461861 T15726 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 7461869 T15726 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 7461870 T15726 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 7461879 T15726 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 7461879 T15726 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 7461891 T15726 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 7461895 T15737 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@40a8d299 name:ZooKeeperConnection Watcher:127.0.0.1:53334/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 7461895 T15726 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 7464394 T15726 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 7464406 T15726 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 7464410 T15726 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:53338
   [junit4]   2> 7464416 T15726 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 7464417 T15726 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 7464417 T15726 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-002
   [junit4]   2> 7464418 T15726 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-002/'
   [junit4]   2> 7464487 T15726 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-002/solr.xml
   [junit4]   2> 7464647 T15726 oasc.CoreContainer.<init> New CoreContainer 1497233130
   [junit4]   2> 7464647 T15726 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-002/]
   [junit4]   2> 7464649 T15726 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 7464649 T15726 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 7464650 T15726 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 7464650 T15726 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 7464650 T15726 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 7464651 T15726 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 7464652 T15726 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 7464652 T15726 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 7464653 T15726 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 7464656 T15726 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 7464658 T15726 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 7464658 T15726 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 7464659 T15726 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 7464659 T15726 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53334/solr
   [junit4]   2> 7464660 T15726 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 7464662 T15726 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 7464668 T15748 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@374e3daa name:ZooKeeperConnection Watcher:127.0.0.1:53334 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 7464668 T15726 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 7464674 T15726 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 7464677 T15750 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a69b066 name:ZooKeeperConnection Watcher:127.0.0.1:53334/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 7464677 T15726 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 7464681 T15726 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 7464691 T15726 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 7464700 T15726 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 7464712 T15726 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 7464725 T15726 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 7464738 T15726 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 7464743 T15726 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53338_
   [junit4]   2> 7464745 T15726 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53338_
   [junit4]   2> 7464754 T15726 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 7464760 T15726 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 7464767 T15726 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 7464773 T15726 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:53338_
   [junit4]   2> 7464774 T15726 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 7464779 T15726 oasc.Overseer.start Overseer (id=92276903204487172-127.0.0.1:53338_-n_0000000000) starting
   [junit4]   2> 7464788 T15726 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 7464818 T15726 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 7464820 T15752 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 7464823 T15726 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 7464830 T15726 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 7464836 T15726 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 7464846 T15751 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 7464861 T15754 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 7464861 T15754 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 7464863 T15754 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 7464864 T15755 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7464871 T15751 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53338",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "node_name":"127.0.0.1:53338_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 7464872 T15751 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 7464872 T15751 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 7464880 T15755 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> 7465866 T15754 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 7465866 T15754 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 7465869 T15754 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 7465870 T15754 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 7465873 T15754 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 7465874 T15754 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-002/collection1/'
   [junit4]   2> 7465875 T15754 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 7465876 T15754 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 7465876 T15754 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 7465957 T15754 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 7466027 T15754 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 7466031 T15754 oass.ManagedIndexSchemaFactory.create The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 7466035 T15754 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 7466043 T15754 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 7466095 T15754 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 7466099 T15754 oass.ManagedIndexSchema.persistManagedSchemaToZooKeeper Created and persisted managed schema znode at /configs/conf1/managed-schema
   [junit4]   2> 7466104 T15754 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml.bak
   [junit4]   2> 7466116 T15754 oass.ManagedIndexSchemaFactory.zkUgradeToManagedSchema After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/conf1/schema.xml to /configs/conf1/schema.xml.bak
   [junit4]   2> 7466117 T15754 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 7466117 T15754 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 7466118 T15754 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-002/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-002/collection1/data/
   [junit4]   2> 7466118 T15754 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 7466119 T15754 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-002/collection1/data
   [junit4]   2> 7466120 T15754 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-002/collection1/data/index/
   [junit4]   2> 7466121 T15754 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-002/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 7466121 T15754 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-002/collection1/data/index
   [junit4]   2> 7466122 T15754 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 7466129 T15754 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3c183dca; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 7466129 T15754 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 7466132 T15754 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 7466137 T15754 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 7466139 T15754 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 7466140 T15754 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 7466140 T15754 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 7466140 T15754 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 7466141 T15754 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 7466142 T15754 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 7466143 T15754 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 7466143 T15754 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 7466144 T15754 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 7466144 T15754 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 7466144 T15754 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 7466161 T15754 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 7466163 T15754 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 7466165 T15754 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 7466167 T15754 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 7466170 T15754 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 7466179 T15754 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 7466179 T15754 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 7466181 T15754 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=94.0224609375, floorSegmentMB=0.806640625, forceMergeDeletesPctAllowed=9.828564510375632, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 7466183 T15754 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3c183dca; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 7466183 T15754 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 7466183 T15754 oass.SolrIndexSearcher.<init> Opening Searcher@1c25dab4[collection1] main
   [junit4]   2> 7466184 T15754 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 7466187 T15754 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 7466187 T15754 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 7466190 T15754 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 7466190 T15754 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 7466190 T15754 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 7466192 T15754 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 7466192 T15754 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 7466194 T15754 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json
   [junit4]   2> 7466205 T15754 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json
   [junit4]   2> 7466205 T15754 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 7466206 T15754 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 7466206 T15754 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 7466215 T15754 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 7466215 T15756 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1c25dab4[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 7466219 T15759 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:53338 collection:control_collection shard:shard1
   [junit4]   2> 7466219 T15726 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 7466221 T15726 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 7466223 T15759 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 7466231 T15726 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 7466234 T15761 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@76bfd6e1 name:ZooKeeperConnection Watcher:127.0.0.1:53334/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 7466235 T15726 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 7466239 T15726 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 7466242 T15759 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 7466248 T15726 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 7466248 T15755 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7466250 T15759 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 7466250 T15759 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3144 name=collection1 org.apache.solr.core.SolrCore@1f5d9464 url=https://127.0.0.1:53338/collection1 node=127.0.0.1:53338_ C3144_STATE=coll:control_collection core:collection1 props:{base_url=https://127.0.0.1:53338, state=down, node_name=127.0.0.1:53338_, core=collection1}
   [junit4]   2> 7466250 T15759 C3144 P53338 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:53338/collection1/
   [junit4]   2> 7466250 T15759 C3144 P53338 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 7466251 T15759 C3144 P53338 oasc.SyncStrategy.syncToMe https://127.0.0.1:53338/collection1/ has no replicas
   [junit4]   2> 7466251 T15759 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:53338/collection1/ shard1
   [junit4]   2> 7466251 T15759 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 7466280 T15755 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7466291 T15755 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> 7466292 T15762 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> 7466316 T15759 oasc.ZkController.register We are https://127.0.0.1:53338/collection1/ and leader is https://127.0.0.1:53338/collection1/
   [junit4]   2> 7466316 T15759 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:53338
   [junit4]   2> 7466316 T15759 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 7466317 T15759 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 7466317 T15759 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 7466323 T15755 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7466328 T15751 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53338",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "node_name":"127.0.0.1:53338_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 7466439 T15762 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> 7466440 T15755 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> 7468680 T15726 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 7468681 T15726 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 7468692 T15726 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 7468693 T15726 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:53342
   [junit4]   2> 7468699 T15726 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 7468700 T15726 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 7468700 T15726 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-003
   [junit4]   2> 7468701 T15726 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-003/'
   [junit4]   2> 7468760 T15726 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-003/solr.xml
   [junit4]   2> 7468842 T15726 oasc.CoreContainer.<init> New CoreContainer 420773577
   [junit4]   2> 7468842 T15726 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-003/]
   [junit4]   2> 7468846 T15726 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 7468847 T15726 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 7468847 T15726 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 7468847 T15726 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 7468848 T15726 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 7468848 T15726 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 7468848 T15726 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 7468849 T15726 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 7468849 T15726 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 7468852 T15726 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 7468854 T15726 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 7468855 T15726 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 7468856 T15726 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 7468856 T15726 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53334/solr
   [junit4]   2> 7468857 T15726 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 7468858 T15726 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 7468862 T15773 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18dfb23a name:ZooKeeperConnection Watcher:127.0.0.1:53334 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 7468863 T15726 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 7468869 T15726 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 7468871 T15775 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5fbad71 name:ZooKeeperConnection Watcher:127.0.0.1:53334/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 7468872 T15726 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 7468893 T15726 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 7469904 T15726 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53342_
   [junit4]   2> 7469906 T15726 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53342_
   [junit4]   2> 7469919 T15726 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 7470276 T15777 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 7470276 T15777 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 7470278 T15777 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 7470278 T15755 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7470286 T15751 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53342",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "node_name":"127.0.0.1:53342_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 7470286 T15751 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3, shard4]
   [junit4]   2> 7470286 T15751 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 7470295 T15776 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> 7470296 T15762 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> 7470296 T15755 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> 7471280 T15777 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 7471281 T15777 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 7471283 T15777 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 7471283 T15777 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 7471287 T15777 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 7471287 T15777 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-003/collection1/'
   [junit4]   2> 7471289 T15777 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 7471289 T15777 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 7471290 T15777 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 7471381 T15777 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 7471448 T15777 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 7471454 T15777 oass.IndexSchema.readSchema Reading Solr Schema from managed-schema
   [junit4]   2> 7471463 T15777 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 7471512 T15777 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 7471514 T15777 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 7471515 T15777 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 7471516 T15777 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-003/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-003/collection1/data/
   [junit4]   2> 7471516 T15777 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 7471518 T15777 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-003/collection1/data
   [junit4]   2> 7471519 T15777 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-003/collection1/data/index/
   [junit4]   2> 7471520 T15777 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-003/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 7471520 T15777 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-003/collection1/data/index
   [junit4]   2> 7471521 T15777 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 7471528 T15777 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16ba63eb; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 7471529 T15777 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 7471531 T15777 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 7471533 T15777 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 7471534 T15777 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 7471534 T15777 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 7471535 T15777 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 7471535 T15777 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 7471538 T15777 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 7471538 T15777 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 7471539 T15777 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 7471539 T15777 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 7471539 T15777 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 7471540 T15777 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 7471540 T15777 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 7471556 T15777 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 7471559 T15777 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 7471562 T15777 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 7471564 T15777 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 7471567 T15777 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 7471576 T15777 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 7471577 T15777 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 7471579 T15777 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=94.0224609375, floorSegmentMB=0.806640625, forceMergeDeletesPctAllowed=9.828564510375632, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 7471582 T15777 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16ba63eb; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 7471583 T15777 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 7471583 T15777 oass.SolrIndexSearcher.<init> Opening Searcher@5e351d88[collection1] main
   [junit4]   2> 7471584 T15777 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 7471588 T15777 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 7471588 T15777 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 7471590 T15777 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 7471591 T15777 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 7471591 T15777 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 7471594 T15777 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 7471595 T15777 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 7471595 T15777 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 7471595 T15777 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 7471595 T15777 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 7471600 T15777 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 7471600 T15778 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5e351d88[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 7471603 T15781 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:53342 collection:collection1 shard:shard3
   [junit4]   2> 7471603 T15726 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 7471604 T15726 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 7471605 T15781 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 7471620 T15781 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 7471624 T15755 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7471625 T15781 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 7471625 T15781 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3145 name=collection1 org.apache.solr.core.SolrCore@423f01e5 url=https://127.0.0.1:53342/collection1 node=127.0.0.1:53342_ C3145_STATE=coll:collection1 core:collection1 props:{base_url=https://127.0.0.1:53342, state=down, node_name=127.0.0.1:53342_, core=collection1}
   [junit4]   2> 7471626 T15781 C3145 P53342 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:53342/collection1/
   [junit4]   2> 7471626 T15781 C3145 P53342 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 7471627 T15781 C3145 P53342 oasc.SyncStrategy.syncToMe https://127.0.0.1:53342/collection1/ has no replicas
   [junit4]   2> 7471627 T15781 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:53342/collection1/ shard3
   [junit4]   2> 7471627 T15781 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 7471661 T15755 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7471672 T15755 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> 7471672 T15762 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> 7471677 T15776 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> 7471693 T15781 oasc.ZkController.register We are https://127.0.0.1:53342/collection1/ and leader is https://127.0.0.1:53342/collection1/
   [junit4]   2> 7471694 T15781 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:53342
   [junit4]   2> 7471694 T15781 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 7471694 T15781 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 7471695 T15781 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 7471699 T15755 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7471707 T15751 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53342",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "node_name":"127.0.0.1:53342_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 7471833 T15755 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> 7471834 T15776 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> 7471834 T15762 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> 7473727 T15726 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 7473728 T15726 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 7473735 T15726 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 7473739 T15726 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:53345
   [junit4]   2> 7473744 T15726 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 7473745 T15726 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 7473745 T15726 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-004
   [junit4]   2> 7473745 T15726 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-004/'
   [junit4]   2> 7473803 T15726 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-004/solr.xml
   [junit4]   2> 7473882 T15726 oasc.CoreContainer.<init> New CoreContainer 2101729582
   [junit4]   2> 7473887 T15726 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-004/]
   [junit4]   2> 7473888 T15726 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 7473888 T15726 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 7473888 T15726 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 7473888 T15726 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 7473889 T15726 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 7473889 T15726 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 7473889 T15726 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 7473890 T15726 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 7473890 T15726 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 7473892 T15726 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 7473900 T15726 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 7473900 T15726 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 7473901 T15726 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 7473902 T15726 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53334/solr
   [junit4]   2> 7473902 T15726 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 7473904 T15726 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 7473909 T15792 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1843ef13 name:ZooKeeperConnection Watcher:127.0.0.1:53334 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 7473909 T15726 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 7473914 T15726 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 7473917 T15794 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4546efe9 name:ZooKeeperConnection Watcher:127.0.0.1:53334/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 7473918 T15726 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 7473947 T15726 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 7474961 T15726 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53345_
   [junit4]   2> 7474964 T15726 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53345_
   [junit4]   2> 7474978 T15726 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 7475002 T15796 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 7475003 T15796 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 7475007 T15755 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7475007 T15796 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 7475017 T15751 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53345",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "node_name":"127.0.0.1:53345_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 7475017 T15751 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=4
   [junit4]   2> 7475017 T15751 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 7475029 T15755 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> 7475029 T15776 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> 7475030 T15795 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> 7475030 T15762 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> 7476010 T15796 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 7476011 T15796 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 7476012 T15796 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 7476013 T15796 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 7476016 T15796 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 7476017 T15796 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-004/collection1/'
   [junit4]   2> 7476018 T15796 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 7476018 T15796 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 7476019 T15796 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 7476101 T15796 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 7476204 T15796 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 7476208 T15796 oass.IndexSchema.readSchema Reading Solr Schema from managed-schema
   [junit4]   2> 7476214 T15796 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 7476262 T15796 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 7476264 T15796 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 7476264 T15796 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 7476265 T15796 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-004/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-004/collection1/data/
   [junit4]   2> 7476266 T15796 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 7476268 T15796 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-004/collection1/data
   [junit4]   2> 7476269 T15796 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-004/collection1/data/index/
   [junit4]   2> 7476270 T15796 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-004/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 7476270 T15796 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-004/collection1/data/index
   [junit4]   2> 7476271 T15796 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 7476277 T15796 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2e42df74; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 7476277 T15796 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 7476280 T15796 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 7476282 T15796 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 7476282 T15796 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 7476283 T15796 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 7476283 T15796 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 7476283 T15796 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 7476284 T15796 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 7476284 T15796 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 7476286 T15796 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 7476286 T15796 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 7476287 T15796 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 7476287 T15796 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 7476288 T15796 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 7476302 T15796 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 7476304 T15796 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 7476307 T15796 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 7476309 T15796 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 7476312 T15796 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 7476319 T15796 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 7476320 T15796 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 7476321 T15796 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=94.0224609375, floorSegmentMB=0.806640625, forceMergeDeletesPctAllowed=9.828564510375632, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 7476323 T15796 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2e42df74; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 7476323 T15796 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 7476324 T15796 oass.SolrIndexSearcher.<init> Opening Searcher@16a1acad[collection1] main
   [junit4]   2> 7476324 T15796 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 7476328 T15796 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 7476328 T15796 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 7476333 T15796 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 7476333 T15796 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 7476333 T15796 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 7476337 T15796 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 7476337 T15796 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 7476337 T15796 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 7476337 T15796 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 7476338 T15796 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 7476341 T15796 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 7476341 T15797 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@16a1acad[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 7476345 T15800 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:53345 collection:collection1 shard:shard1
   [junit4]   2> 7476346 T15726 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 7476346 T15726 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 7476348 T15800 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 7476360 T15800 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 7476367 T15800 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 7476367 T15800 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3146 name=collection1 org.apache.solr.core.SolrCore@d0ab067 url=https://127.0.0.1:53345/collection1 node=127.0.0.1:53345_ C3146_STATE=coll:collection1 core:collection1 props:{base_url=https://127.0.0.1:53345, state=down, node_name=127.0.0.1:53345_, core=collection1}
   [junit4]   2> 7476367 T15800 C3146 P53345 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:53345/collection1/
   [junit4]   2> 7476368 T15800 C3146 P53345 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 7476368 T15800 C3146 P53345 oasc.SyncStrategy.syncToMe https://127.0.0.1:53345/collection1/ has no replicas
   [junit4]   2> 7476368 T15800 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:53345/collection1/ shard1
   [junit4]   2> 7476368 T15800 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 7476379 T15755 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7476413 T15755 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7476417 T15755 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> 7476419 T15776 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> 7476420 T15795 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> 7476422 T15762 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> 7476435 T15800 oasc.ZkController.register We are https://127.0.0.1:53345/collection1/ and leader is https://127.0.0.1:53345/collection1/
   [junit4]   2> 7476435 T15800 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:53345
   [junit4]   2> 7476436 T15800 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 7476436 T15800 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 7476437 T15800 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 7476441 T15755 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7476450 T15751 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53345",
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "node_name":"127.0.0.1:53345_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 7476570 T15762 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> 7476573 T15795 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> 7476574 T15755 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> 7476574 T15776 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> 7478481 T15726 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 7478483 T15726 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 7478491 T15726 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 7478493 T15726 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:53348
   [junit4]   2> 7478497 T15726 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 7478497 T15726 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 7478498 T15726 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-005
   [junit4]   2> 7478498 T15726 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-005/'
   [junit4]   2> 7478550 T15726 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-005/solr.xml
   [junit4]   2> 7478639 T15726 oasc.CoreContainer.<init> New CoreContainer 25289832
   [junit4]   2> 7478640 T15726 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-4A6F028C67071AA1-001/tempDir-005/]
   [junit4]   2> 7478641 T15726 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 7478642 T15726 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 7478642 T15726 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 7478644 T15726 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 7478644 T15726 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 7478644 T15726 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 7478645 T15726 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 7478645 T15726 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 7478645 T15726 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 7478649 T15726 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 7478652 T15726 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 7478653 T15726 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 7478654 T15726 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 7478654 T15726 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53334/solr
   [junit4]   2> 7478654 T15726 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 7478656 T15726 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 7478660 T15811 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@76f1ec09 name:ZooKeeperConnection Watcher:127.0.0.1:53334 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 7478660 T15726 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 7478665 T15726 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 7478670 T15813 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@20e29e name:ZooKeeperConnection Watcher:127.0.0.1:53334/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 7478670 T15726 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 7478696 T15726 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 7479708 T15726 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53348_
   [junit4]   2> 7479712 T15726 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53348_
   [junit4]   2> 7479724 T15726 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 7479740 T15815 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 7479741 T15815 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 7479743 T15755 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 7479743 T15815 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 7479749 T15751 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "base_url":"https://127.0.0.1:53348",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "node_name":"127.0.0.1:53348_",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 7479750 T15751 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=4
   [junit4]   2> 7479750 T15751 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 7479759 T15755 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 7479760 T15814 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 7479759 T15762 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 7479760 T15776 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataCh

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

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

[...truncated 75 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:474: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:454: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:45: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:37: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:189: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:496: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1307: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:922: There were test failures: 429 suites, 1780 tests, 1 error, 45 ignored (18 assumptions)

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



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

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

2 tests failed.
REGRESSION:  org.apache.solr.update.SolrCmdDistributorTest.testDistribSearch

Error Message:
expected:<4> but was:<3>

Stack Trace:
java.lang.AssertionError: expected:<4> but was:<3>
	at __randomizedtesting.SeedInfo.seed([60AA239DB0AFFE8F:E14CAD85C7F09EB3]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.update.SolrCmdDistributorTest.doTest(SolrCmdDistributorTest.java:312)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
	at sun.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.schema.TestCloudSchemaless.testDistribSearch

Error Message:
Timeout occured while waiting response from server at: https://127.0.0.1:51268/y/p/collection1

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




Build Log:
[...truncated 11336 lines...]
   [junit4] Suite: org.apache.solr.update.SolrCmdDistributorTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/init-core-data-001
   [junit4]   2> 3663084 T7529 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 3663085 T7529 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_zas/
   [junit4]   2> 3663086 T7529 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=0&connTimeout=0&retry=false
   [junit4]   2> 3663098 T7529 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 3663103 T7529 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3663113 T7529 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 3663116 T7529 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:51233
   [junit4]   2> 3663126 T7529 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 3663130 T7529 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3663135 T7529 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 3663136 T7529 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/'
   [junit4]   2> 3663235 T7529 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/solr.xml
   [junit4]   2> 3663419 T7529 oasc.CoreContainer.<init> New CoreContainer 157710233
   [junit4]   2> 3663419 T7529 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/]
   [junit4]   2> 3663421 T7529 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3663421 T7529 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 3663421 T7529 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3663422 T7529 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3663422 T7529 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3663423 T7529 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3663423 T7529 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3663424 T7529 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3663424 T7529 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3663426 T7529 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 3663429 T7529 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3663429 T7529 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3663429 T7529 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 3663441 T7539 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 3663444 T7539 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 3663444 T7539 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 3663445 T7539 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 3663542 T7539 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 3663600 T7539 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-tlog.xml
   [junit4]   2> 3663601 T7539 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 3663686 T7539 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3664178 T7539 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3664191 T7539 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3664195 T7539 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3664206 T7539 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3664209 T7539 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3664215 T7539 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3664215 T7539 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3664218 T7539 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3664218 T7539 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3664219 T7539 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3664219 T7539 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3664219 T7539 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 3664220 T7539 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3664220 T7539 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/control/data/
   [junit4]   2> 3664220 T7539 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7126a8f0
   [junit4]   2> 3664222 T7539 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/control/data
   [junit4]   2> 3664222 T7539 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/control/data/index/
   [junit4]   2> 3664222 T7539 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 3664223 T7539 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/control/data/index
   [junit4]   2> 3664224 T7539 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@448ff884 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3c0b2c5d),segFN=segments_1,generation=1}
   [junit4]   2> 3664225 T7539 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3664232 T7539 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3664233 T7539 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3664233 T7539 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3664233 T7539 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3664234 T7539 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3664235 T7539 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3664236 T7539 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3664236 T7539 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3664236 T7539 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3664237 T7539 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3664238 T7539 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3664239 T7539 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3664239 T7539 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3664240 T7539 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 3664241 T7539 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 3664241 T7539 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 3664241 T7539 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 3664242 T7539 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3664242 T7539 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 3664243 T7539 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 3664244 T7539 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 3664245 T7539 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 3664264 T7539 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3664267 T7539 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3664271 T7539 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3664274 T7539 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3664277 T7539 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3664283 T7539 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3664283 T7539 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3664284 T7539 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@448ff884 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3c0b2c5d),segFN=segments_1,generation=1}
   [junit4]   2> 3664285 T7539 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3664285 T7539 oass.SolrIndexSearcher.<init> Opening Searcher@39b2e2ce[collection1] main
   [junit4]   2> 3664286 T7539 oasr.ManagedResourceStorage.newStorageIO WARN Cannot write to config directory /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 3664286 T7539 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 3664287 T7539 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 3664287 T7539 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 3664287 T7539 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using InMemoryStorage
   [junit4]   2> 3664287 T7539 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3664297 T7540 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@39b2e2ce[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 3664300 T7539 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3664301 T7529 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 3664302 T7529 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3664310 T7529 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3664319 T7529 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 3664323 T7529 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:51234
   [junit4]   2> 3664335 T7529 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 3664335 T7529 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3664336 T7529 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 3664336 T7529 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/'
   [junit4]   2> 3664414 T7529 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/solr.xml
   [junit4]   2> 3664506 T7529 oasc.CoreContainer.<init> New CoreContainer 1352108667
   [junit4]   2> 3664507 T7529 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/]
   [junit4]   2> 3664508 T7529 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3664509 T7529 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 3664509 T7529 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3664509 T7529 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3664510 T7529 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3664510 T7529 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3664510 T7529 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3664511 T7529 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3664511 T7529 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3664515 T7529 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 3664518 T7529 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3664518 T7529 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3664518 T7529 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 3664526 T7551 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 3664531 T7551 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 3664539 T7551 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 3664540 T7551 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 3664647 T7551 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 3664725 T7551 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-tlog.xml
   [junit4]   2> 3664728 T7551 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 3664750 T7551 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3665434 T7551 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3665442 T7551 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3665448 T7551 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3665466 T7551 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3665474 T7551 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3665486 T7551 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3665488 T7551 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3665495 T7551 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3665496 T7551 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3665497 T7551 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3665498 T7551 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3665498 T7551 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 3665499 T7551 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3665499 T7551 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/shard0/data/
   [junit4]   2> 3665499 T7551 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7126a8f0
   [junit4]   2> 3665501 T7551 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/shard0/data
   [junit4]   2> 3665501 T7551 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/shard0/data/index/
   [junit4]   2> 3665501 T7551 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/shard0/data/index' doesn't exist. Creating new index...
   [junit4]   2> 3665502 T7551 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/shard0/data/index
   [junit4]   2> 3665504 T7551 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5c870ebc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7aafde72),segFN=segments_1,generation=1}
   [junit4]   2> 3665504 T7551 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3665512 T7551 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3665512 T7551 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3665514 T7551 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3665514 T7551 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3665514 T7551 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3665515 T7551 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3665516 T7551 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3665516 T7551 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3665517 T7551 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3665518 T7551 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3665519 T7551 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3665519 T7551 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3665520 T7551 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3665521 T7551 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 3665522 T7551 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 3665522 T7551 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 3665523 T7551 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 3665524 T7551 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3665524 T7551 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 3665528 T7551 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 3665530 T7551 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 3665531 T7551 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 3665560 T7551 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3665565 T7551 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3665570 T7551 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3665572 T7551 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3665575 T7551 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3665585 T7551 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3665586 T7551 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3665588 T7551 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5c870ebc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7aafde72),segFN=segments_1,generation=1}
   [junit4]   2> 3665589 T7551 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3665589 T7551 oass.SolrIndexSearcher.<init> Opening Searcher@78ede70e[collection1] main
   [junit4]   2> 3665591 T7551 oasr.ManagedResourceStorage.newStorageIO WARN Cannot write to config directory /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 3665592 T7551 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 3665592 T7551 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 3665593 T7551 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 3665593 T7551 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using InMemoryStorage
   [junit4]   2> 3665594 T7551 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3665603 T7552 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@78ede70e[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 3665606 T7551 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3665608 T7529 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 3665609 T7529 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3665614 T7529 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3665627 T7529 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 3665630 T7529 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:51235
   [junit4]   2> 3665634 T7529 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 3665635 T7529 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3665635 T7529 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 3665636 T7529 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/'
   [junit4]   2> 3665708 T7529 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/solr.xml
   [junit4]   2> 3665800 T7529 oasc.CoreContainer.<init> New CoreContainer 276273188
   [junit4]   2> 3665800 T7529 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/]
   [junit4]   2> 3665801 T7529 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3665802 T7529 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 3665803 T7529 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3665803 T7529 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3665804 T7529 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3665804 T7529 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3665804 T7529 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3665805 T7529 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3665805 T7529 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3665808 T7529 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 3665812 T7529 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3665813 T7529 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3665813 T7529 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 3665820 T7563 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 3665822 T7563 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 3665823 T7563 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 3665823 T7563 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 3665906 T7563 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 3665980 T7563 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-tlog.xml
   [junit4]   2> 3665981 T7563 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 3665998 T7563 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3666599 T7563 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3666615 T7563 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3666620 T7563 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3666634 T7563 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3666642 T7563 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3666646 T7563 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3666649 T7563 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3666651 T7563 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3666651 T7563 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3666652 T7563 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3666652 T7563 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3666653 T7563 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 3666654 T7563 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3666655 T7563 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/shard1/data/
   [junit4]   2> 3666656 T7563 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7126a8f0
   [junit4]   2> 3666657 T7563 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/shard1/data
   [junit4]   2> 3666657 T7563 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/shard1/data/index/
   [junit4]   2> 3666658 T7563 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/shard1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 3666659 T7563 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/shard1/data/index
   [junit4]   2> 3666660 T7563 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@581cd70d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6dce1786),segFN=segments_1,generation=1}
   [junit4]   2> 3666660 T7563 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3666668 T7563 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3666669 T7563 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3666669 T7563 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3666670 T7563 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3666671 T7563 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3666671 T7563 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3666672 T7563 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3666672 T7563 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3666673 T7563 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3666674 T7563 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3666676 T7563 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3666677 T7563 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3666678 T7563 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3666678 T7563 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 3666679 T7563 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 3666679 T7563 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 3666680 T7563 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 3666680 T7563 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3666681 T7563 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 3666681 T7563 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 3666682 T7563 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 3666683 T7563 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 3666703 T7563 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3666708 T7563 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3666711 T7563 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3666716 T7563 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3666721 T7563 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3666730 T7563 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3666730 T7563 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3666732 T7563 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@581cd70d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6dce1786),segFN=segments_1,generation=1}
   [junit4]   2> 3666732 T7563 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3666733 T7563 oass.SolrIndexSearcher.<init> Opening Searcher@3560e9a0[collection1] main
   [junit4]   2> 3666733 T7563 oasr.ManagedResourceStorage.newStorageIO WARN Cannot write to config directory /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 3666734 T7563 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 3666734 T7563 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 3666735 T7563 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 3666735 T7563 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using InMemoryStorage
   [junit4]   2> 3666735 T7563 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3666742 T7564 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3560e9a0[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 3666746 T7563 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3666748 T7529 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 3666748 T7529 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3666753 T7529 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3666762 T7529 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 3666763 T7529 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:51236
   [junit4]   2> 3666766 T7529 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 3666766 T7529 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3666767 T7529 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 3666767 T7529 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/'
   [junit4]   2> 3666839 T7529 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/solr.xml
   [junit4]   2> 3666943 T7529 oasc.CoreContainer.<init> New CoreContainer 290551087
   [junit4]   2> 3666943 T7529 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/]
   [junit4]   2> 3666945 T7529 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3666945 T7529 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 3666945 T7529 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3666946 T7529 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3666946 T7529 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3666946 T7529 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3666946 T7529 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3666947 T7529 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3666950 T7529 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3666955 T7529 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 3666960 T7529 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3666961 T7529 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3666962 T7529 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 3666970 T7575 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 3666975 T7575 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 3666976 T7575 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 3666977 T7575 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 3667080 T7575 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 3667154 T7575 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-tlog.xml
   [junit4]   2> 3667156 T7575 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 3667178 T7575 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3667807 T7575 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3667818 T7575 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3667821 T7575 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3667844 T7575 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3667857 T7575 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3667865 T7575 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3667867 T7575 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3667870 T7575 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3667870 T7575 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3667871 T7575 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3667872 T7575 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3667872 T7575 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 3667873 T7575 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3667874 T7575 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/shard2/data/
   [junit4]   2> 3667874 T7575 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7126a8f0
   [junit4]   2> 3667875 T7575 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/shard2/data
   [junit4]   2> 3667876 T7575 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/shard2/data/index/
   [junit4]   2> 3667876 T7575 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/shard2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 3667877 T7575 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/shard2/data/index
   [junit4]   2> 3667878 T7575 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@266fd1c1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@23b87daf),segFN=segments_1,generation=1}
   [junit4]   2> 3667879 T7575 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3667889 T7575 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3667891 T7575 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3667891 T7575 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3667891 T7575 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3667891 T7575 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3667892 T7575 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3667897 T7575 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3667898 T7575 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3667899 T7575 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3667903 T7575 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3667904 T7575 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3667905 T7575 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3667907 T7575 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3667908 T7575 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 3667909 T7575 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 3667909 T7575 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 3667909 T7575 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 3667910 T7575 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3667910 T7575 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 3667911 T7575 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 3667911 T7575 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 3667912 T7575 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 3667929 T7575 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3667932 T7575 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3667936 T7575 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3667939 T7575 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3667940 T7575 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3667946 T7575 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3667946 T7575 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3667947 T7575 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@266fd1c1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@23b87daf),segFN=segments_1,generation=1}
   [junit4]   2> 3667948 T7575 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3667948 T7575 oass.SolrIndexSearcher.<init> Opening Searcher@e5ce717[collection1] main
   [junit4]   2> 3667948 T7575 oasr.ManagedResourceStorage.newStorageIO WARN Cannot write to config directory /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 3667949 T7575 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 3667949 T7575 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 3667949 T7575 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 3667950 T7575 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using InMemoryStorage
   [junit4]   2> 3667950 T7575 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3667958 T7576 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@e5ce717[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 3667962 T7575 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3667963 T7529 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 3667964 T7529 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3667970 T7529 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3667979 T7529 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 3667981 T7529 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:51237
   [junit4]   2> 3667985 T7529 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 3667985 T7529 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3667985 T7529 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
   [junit4]   2> 3667986 T7529 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/'
   [junit4]   2> 3668049 T7529 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/solr.xml
   [junit4]   2> 3668138 T7529 oasc.CoreContainer.<init> New CoreContainer 2143151265
   [junit4]   2> 3668138 T7529 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/]
   [junit4]   2> 3668139 T7529 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3668140 T7529 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 3668140 T7529 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3668141 T7529 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3668141 T7529 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3668142 T7529 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3668142 T7529 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3668142 T7529 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3668143 T7529 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3668146 T7529 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 3668149 T7529 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3668149 T7529 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3668150 T7529 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 3668156 T7587 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 3668161 T7587 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/.svn/' to classloader
   [junit4]   2> 3668162 T7587 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 3668163 T7587 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 3668257 T7587 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 3668324 T7587 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-tlog.xml
   [junit4]   2> 3668325 T7587 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 3668346 T7587 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3668886 T7587 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3668900 T7587 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3668905 T7587 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3668917 T7587 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3668923 T7587 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3668928 T7587 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3668929 T7587 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3668930 T7587 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3668931 T7587 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3668931 T7587 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3668931 T7587 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3668932 T7587 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 3668932 T7587 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3668932 T7587 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/shard3/data/
   [junit4]   2> 3668932 T7587 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7126a8f0
   [junit4]   2> 3668933 T7587 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/shard3/data
   [junit4]   2> 3668933 T7587 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/shard3/data/index/
   [junit4]   2> 3668934 T7587 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/shard3/data/index' doesn't exist. Creating new index...
   [junit4]   2> 3668934 T7587 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.update.SolrCmdDistributorTest-60AA239DB0AFFE8F-001/tempDir-001/shard3/data/index
   [junit4]   2> 3668935 T7587 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@53b8a216 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6164c93c),segFN=segments_1,generation=1}
   [junit4]   2> 3668935 T7587 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3668943 T7587 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3668943 T7587 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3668944 T7587 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3668944 T7587 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3668944 T7587 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3668944 T7587 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3668945 T7587 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3668946 T7587 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3668946 T7587 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3668947 T7587 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3668947 T7587 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3668948 T7587 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3668949 T7587 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3668951 T7587 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 3668951 T7587 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 3668951 T7587 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 3668952 T7587 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 3668953 T7587 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 3668953 T7587 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 3668954 T7587 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 3668955 T7587 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 3668955 T7587 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 3668973 T7587 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3668975 T7587 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3668978 T7587 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3668981 T7587 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3668983 T7587 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3668989 T7587 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3668989 T7587 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3668991 T7587 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@53b8a216 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6164c93c),segFN=segments_1,generation=1}
   [junit4]   2> 3668991 T7587 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3668992 T7587 oass.SolrIndexSearcher.<init> Opening Searcher@73f6371[collection1] main
   [junit4]   2> 3668993 T7587 oasr.ManagedResourceStorage.newStorageIO WARN Cannot write to config directory /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 3668993 T7587 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 3668994 T7587 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 3668994 T7587 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 3668994 T7587 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using InMemoryStorage
   [junit4]   2> 3668994 T7587 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3669005 T7588 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@73f6371[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 3669009 T7587 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3669010 T7529 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 3669010 T7529 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C1041 name=collection1 org.apache.solr.core.SolrCore@1aa31777
   [junit4]   2> 3669055 T7537 C1041 oasup.LogUpdateProcessor.finish [collection1] webapp=/_zas path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1476523959100899328)} 0 7
   [junit4]   2> ASYNC  NEW_CORE C1042 name=collection1 org.apache.solr.core.SolrCore@6070f4d5
   [junit4]   2> 3669090 T7546 C1042 oasup.LogUpdateProcessor.finish [collection1] webapp=/_zas path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1476523959140745216)} 0 4
   [junit4]   2> ASYNC  NEW_CORE C1043 name=collection1 org.apache.solr.core.SolrCore@216a1ed3
   [junit4]   2> 3669132 T7561 C1043 oasup.LogUpdateProcessor.finish [collection1] webapp=/_zas path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1476523959184785408)} 0 5
   [junit4]   2> ASYNC  NEW_CORE C1044 name=collection1 org.apache.solr.core.SolrCore@5f0940f9
   [junit4]   2> 3669172 T7570 C1044 oasup.LogUpdateProcessor.finish [collection1] webapp=/_zas path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1476523959226728448)} 0 4
   [junit4]   2> ASYNC  NEW_CORE C1045 name=collection1 org.apache.solr.core.SolrCore@28d67227
   [junit4]   2> 3669211 T7586 C1045 oasup.LogUpdateProcessor.finish [collection1] webapp=/_zas path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1476523959266574336)} 0 5
   [junit4]   2> 3669253 T7535 C1041 oasup.LogUpdateProcessor.finish [collection1] webapp=/_zas path=/update params={wt=javabin&version=2} {add=[1 (1476523959315857408)]} 0 0
   [junit4]   2> 3669260 T7536 C1041 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3669262 T7536 C1041 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@448ff884 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3c0b2c5d),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@448ff884 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3c0b2c5d),segFN=segments_2,generation=2}
   [junit4]   2> 3669264 T7536 C1041 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 3669265 T7536 C1041 oass.SolrIndexSearcher.<init> Opening Searcher@2e229ff2[collection1] main
   [junit4]   2> 3669266 T7536 C1041 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 3669267 T7540 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2e229ff2[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):C1))}
   [junit4]   2> 3669268 T7536 C1041 oasup.LogUpdateProcessor.finish [collection1] webapp=/_zas path=/update params={commit=true&wt=javabin&version=2&softCommit=false&commit_end_point=true&openSearcher=true&expungeDeletes=false&waitSearcher=true} {commit=} 0 8
   [junit4]   2> 3669273 T7537 C1041 oasc.SolrCore.execute [collection1] webapp=/_zas path=/select params={wt=javabin&version=2&q=*:*} hits=1 status=0 QTime=0 
   [junit4]   2> 3669285 T7538 C1041 oasup.LogUpdateProcessor.finish [collection1] webapp=/_zas path=/update params={wt=javabin&version=2&commit_end_point=true} {add=[2 (1476523959343120384), 3 (1476523959349411840)]} 0 6
   [junit4]   2> 3669314 T7545 C1042 oasup.LogUpdateProcessor.finish [collection1] webapp=/_zas path=/update params={wt=javabin&version=2&commit_end_point=true} {add=[2 (1476523959377723392), 3 (1476523959377723393), 4 (1476523959378771968)]} 0 2
   [junit4]   2> 3669318 T7546 C1042 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3669318 T7533 C1041 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3669324 T7546 C1042 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5c870ebc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7aafde72),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5c870ebc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7aafde72),segFN=segments_2,generation=2}
   [junit4]   2> 3669324 T7533 C1041 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@448ff884 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3c0b2c5d),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@448ff884 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3c0b2c5d),segFN=segments_3,generation=3}
   [junit4]   2> 3669326 T7533 C1041 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 3669325 T7546 C1042 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 3669329 T7546 C1042 oass.SolrIndexSearcher.<init> Opening Searcher@6937eba0[collection1] main
   [junit4]   2> 3669332 T7546 C1042 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 3669332 T7552 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6937eba0[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):C3))}
   [junit4]   2> 3669334 T7546 C1042 oasup.LogUpdateProcessor.finish [collection1] webapp=/_zas path=/update params={commit=true&wt=javabin&version=2&softCommit=false&commit_end_point=true&openSearcher=true&expungeDeletes=false&waitSearcher=true} {commit=} 0 17
   [junit4]   2> 3669380 T7533 C1041 oass.SolrIndexSearcher.<init> Opening Searcher@2a524152[collection1] main
   [junit4]   2> 3669381 T7533 C1041 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 3669383 T7540 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2a524152[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):C1) Uninverting(_1(5.0):C2))}
   [junit4]   2> 3669385 T7533 C1041 oasup.LogUpdateProcessor.finish [collection1] webapp=/_zas path=/update params={commit=true&wt=javabin&version=2&softCommit=false&commit_end_point=true&openSearcher=true&expungeDeletes=false&waitSearcher=true} {commit=} 0 67
   [junit4]   2> 3669395 T7534 C1041 oasc.SolrCore.execute [collection1] webapp=/_zas path=/select params={wt=javabin&version=2&q=*:*} hits=3 status=0 QTime=2 
   [junit4]   2> 3669406 T7547 C1042 oasc.SolrCore.execute [collection1] webapp=/_zas path=/select params={wt=javabin&version=2&q=*:*} hits=3 status=0 QTime=1 
   [junit4]   2> 3669415 T7548 C1042 oasup.LogUpdateProcessor.finish [collection1] webapp=/_zas path=/update params={wt=javabin&version=2&commit_end_point=true} {delete=[3 (-1476523959483629568)]} 0 2
   [junit4]   2> 3669416 T7535 C1041 oasup.LogUpdateProcessor.finish [collection1] webapp=/_zas path=/update params={wt=javabin&version=2&commit_end_point=true} {delete=[3 (-1476523959484678144)]} 0 2
   [junit4]   2> 3669422 T7536 C1041 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3669422 T7549 C1042 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3669428 T7536 C1041 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@448ff884 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3c0b2c5d),segFN=segments_3,generation=3}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@448ff884 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3c0b2c5d),segFN=segments_4,generation=4}
   [junit4]   2> 3669428 T7549 C1042 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5c870ebc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7aafde72),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5c870ebc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7aafde72),segFN=segments_3,generation=3}
   [junit4]   2> 3669429 T7549 C1042 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 3669428 T7536 C1041 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
   [junit4]   2> 3669431 T7549 C1042 oass.SolrIndexSearcher.<init> Opening Searcher@7a2631a7[collection1] main
   [junit4]   2> 3669432 T7536 C1041 oass.SolrIndexSearcher.<init> Opening Searcher@7cc7e5e6[collection1] main
   [junit4]   2> 3669432 T7549 C1042 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 3669433 T7552 oasc.JmxMonitoredMap.put WARN Failed to register info bean: searcher javax.management.InstanceAlreadyExistsException: solr/collection1:type=searcher,id=org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 	at com.sun.jmx.mbeanserver.Repository.addMBean(Repository.java:437)
   [junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerWithRepository(DefaultMBeanServerInterceptor.java:1898)
   [junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerDynamicMBean(DefaultMBeanServerInterceptor.java:966)
   [junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerObject(DefaultMBeanServerInterceptor.java:900)
   [junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.java:324)
   [junit4]   2> 	at com.sun.jmx.mbeanserver.JmxMBeanServer.registerMBean(JmxMBeanServer.java:522)
   [junit4]   2> 	at org.apache.solr.core.JmxMonitoredMap.put(JmxMonitoredMap.java:140)
   [junit4]   2> 	at org.apache.solr.core.JmxMonitoredMap.put(JmxMonitoredMap.java:51)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.register(SolrIndexSearcher.java:369)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.registerSearcher(SolrCore.java:1936)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.access$100(SolrCore.java:146)
   [junit4]   2> 	at org.apache.solr.core.SolrCore$7.call(SolrCore.java:1803)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 3669432 T7536 C1041 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 3669434 T7540 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7cc7e5e6[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):C1) Uninverting(_1(5.0):C2/1:delGen=1))}
   [junit4]   2> 3669435 T7552 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7a2631a7[collection1] main{UninvertingDirectoryReader(Uninverting(_0(5.0):C3/1:delGen=1))}
   [junit4]   2> 3669436 T7536 C1041 oasup.LogUpdateProcessor.finish [collection1] webapp=/_zas path=/update params={commit=true&wt=javabin&version=2&softCommit=false&commit_end_point=true&openSearcher=true&expungeDeletes=false&waitSearcher=true} {commit=} 0 14
   [junit4]   2> 3669437 T7549 C1042 oasup.LogUpdateProcessor.finish [collection1] webapp=/_zas path=/update params={commit=true&wt=javabin&version=2&softCommit=false&commit_end_point=true&openSearcher=true&expungeDeletes=false&waitSearcher=true} {commit=} 0 15
   [junit4]   2> 3669444 T7537 C1041 oasc.SolrCore.execute [collection1] webapp=/_zas path=/select params={wt=javabin&version=2&q=*

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

a:210)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
   [junit4]    > 	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:68)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:54)
   [junit4]    > 	at org.apache.solr.schema.TestCloudSchemaless.doTest(TestCloudSchemaless.java:140)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:152)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:122)
   [junit4]    > 	at sun.security.ssl.InputRecord.readFully(InputRecord.java:442)
   [junit4]    > 	at sun.security.ssl.InputRecord.read(InputRecord.java:480)
   [junit4]    > 	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927)
   [junit4]    > 	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:884)
   [junit4]    > 	at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
   [junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
   [junit4]    > 	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
   [junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:448)
   [junit4]    > 	... 46 more
   [junit4]   2> 4076234 T7605 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.schema.TestCloudSchemaless-60AA239DB0AFFE8F-001
   [junit4]   2> 173248 T7604 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene45, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=ja_JP_JP_#u-ca-japanese, timezone=America/Porto_Velho
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_65 (64-bit)/cpus=2,threads=1,free=265940416,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestPivotHelperCode, TestPhraseSuggestions, TermVectorComponentTest, FunctionTest, TestFieldResource, SOLR749Test, BadIndexSchemaTest, TestCoreContainer, TestSchemaNameResource, HighlighterMaxOffsetTest, CachingDirectoryFactoryTest, TestJmxIntegration, DisMaxRequestHandlerTest, HighlighterConfigTest, CoreContainerCoreInitFailuresTest, StressHdfsTest, ResponseLogComponentTest, HighlighterTest, DistributedFacetPivotLongTailTest, ExternalFileFieldSortTest, DistributedTermsComponentTest, BlockCacheTest, TestFunctionQuery, SolrIndexConfigTest, TestNoOpRegenerator, CoreAdminRequestStatusTest, TestLMDirichletSimilarityFactory, TestSchemaVersionResource, DistributedExpandComponentTest, RemoteQueryErrorTest, RAMDirectoryFactoryTest, SolrPluginUtilsTest, TestDefaultSimilarityFactory, AnalyticsQueryTest, TestSearcherReuse, AsyncMigrateRouteKeyTest, DocValuesMultiTest, SuggesterFSTTest, TestXIncludeConfig, DocumentAnalysisRequestHandlerTest, BasicDistributedZkTest, CursorMarkTest, DistributedSpellCheckComponentTest, TestSchemaResource, TestCSVResponseWriter, ScriptEngineTest, AlternateDirectoryTest, TestDistributedSearch, TestSolrDeletionPolicy1, ShardRoutingTest, SearchHandlerTest, TriLevelCompositeIdRoutingTest, TestExtendedDismaxParser, CoreMergeIndexesAdminHandlerTest, CollectionsAPIDistributedZkTest, CoreAdminCreateDiscoverTest, BasicDistributedZk2Test, TestSolr4Spatial, UpdateRequestProcessorFactoryTest, TestNonDefinedSimilarityFactory, DistribCursorPagingTest, SchemaVersionSpecificBehaviorTest, TestRequestStatusCollectionAPI, ChaosMonkeySafeLeaderTest, TestDocBasedVersionConstraints, TestDynamicFieldResource, TestRTGBase, AliasIntegrationTest, CircularListTest, TestFieldCollectionResource, TestFiltering, TestTrie, DistributedFacetPivotSmallTest, PolyFieldTest, TestDocSet, TestSolrXmlPersistence, TestRangeQuery, TestManagedSchemaFieldResource, FileUtilsTest, ParsingFieldUpdateProcessorsTest, MinimalSchemaTest, CSVRequestHandlerTest, DirectUpdateHandlerOptimizeTest, IndexBasedSpellCheckerTest, TestSort, SharedFSAutoReplicaFailoverUtilsTest, RollingRestartTest, SampleTest, DocValuesTest, SSLMigrationTest, TestStressUserVersions, SpellingQueryConverterTest, TestCloudInspectUtil, HdfsDirectoryTest, FieldFacetTest, HardAutoCommitTest, HdfsUnloadDistributedZkTest, DocumentBuilderTest, StandardRequestHandlerTest, UUIDFieldTest, ExpressionTest, CollectionsAPIAsyncDistributedZkTest, TestBinaryResponseWriter, RecoveryZkTest, StatelessScriptUpdateProcessorFactoryTest, MBeansHandlerTest, EnumFieldTest, HdfsBasicDistributedZkTest, BinaryUpdateRequestHandlerTest, OverseerRolesTest, PrimUtilsTest, TestDocumentBuilder, AutoCommitTest, DistributedIntervalFacetingTest, TestConfig, TestLazyCores, QueryEqualityTest, TestSimpleQParserPlugin, HdfsCollectionsAPIDistributedZkTest, TestMaxScoreQueryParser, NumericFieldsTest, OverseerCollectionProcessorTest, WordBreakSolrSpellCheckerTest, TestCodecSupport, TestSolrCoreProperties, DeleteInactiveReplicaTest, TestMergePolicyConfig, TestBlendedInfixSuggestions, JsonLoaderTest, MultiThreadedOCPTest, QueryParsingTest, TestOrdValues, TestTolerantSearch, FileBasedSpellCheckerTest, TestUniqueKeyFieldResource, TestAtomicUpdateErrorCases, XsltUpdateRequestHandlerTest, TestDistributedMissingSort, FieldMutatingUpdateProcessorTest, SolrCoreCheckLockOnStartupTest, SynonymTokenizerTest, TestReload, SolrInfoMBeanTest, DirectUpdateHandlerTest, SuggesterWFSTTest, SignatureUpdateProcessorFactoryTest, TestStandardQParsers, SliceStateTest, TestOverriddenPrefixQueryForCustomFieldType, TestUpdate, ClusterStateTest, TestChildDocTransformer, TestCollectionAPI, DocExpirationUpdateProcessorFactoryTest, TestShortCircuitedRequests, TestFieldTypeResource, ResourceLoaderTest, BasicZkTest, TestAnalyzedSuggestions, MigrateRouteKeyTest, DistributedQueryComponentOptimizationTest, AnalyticsMergeStrategyTest, SolrCoreTest, TestQueryTypes, TestExpandComponent, OutputWriterTest, TestSolr4Spatial2, TestBM25SimilarityFactory, ShardRoutingCustomTest, PingRequestHandlerTest, TestSerializedLuceneMatchVersion, XmlUpdateRequestHandlerTest, DocValuesMissingTest, CurrencyFieldOpenExchangeTest, TestMissingGroups, SolrCmdDistributorTest, SuggestComponentTest, TestFuzzyAnalyzedSuggestions, TestCloudSchemaless]
   [junit4] Completed in 173.83s, 1 test, 1 error <<< FAILURES!

[...truncated 765 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:474: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:454: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:45: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:37: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:189: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:496: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1307: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:922: There were test failures: 430 suites, 1782 tests, 1 error, 1 failure, 45 ignored (18 assumptions)

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



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

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

2 tests failed.
REGRESSION:  org.apache.solr.cloud.RollingRestartTest.testDistribSearch

Error Message:
addrole the collection time out:180s

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: addrole the collection time out:180s
	at __randomizedtesting.SeedInfo.seed([1CFFFBC34E7D01FE:9D1975DB392261C2]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:550)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.invokeCollectionApi(AbstractFullDistribZkTestBase.java:1747)
	at org.apache.solr.cloud.RollingRestartTest.restartWithRolesTest(RollingRestartTest.java:85)
	at org.apache.solr.cloud.RollingRestartTest.doTest(RollingRestartTest.java:64)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
	at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.schema.TestCloudSchemaless.testDistribSearch

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

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




Build Log:
[...truncated 11889 lines...]
   [junit4] Suite: org.apache.solr.cloud.RollingRestartTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/init-core-data-001
   [junit4]   2> 5859635 T13093 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 5859636 T13093 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 5859645 T13093 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 5859646 T13093 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 5859647 T13094 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 5859749 T13093 oasc.ZkTestServer.run start zk server on port:52651
   [junit4]   2> 5859751 T13093 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5859760 T13100 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2e347f5f name:ZooKeeperConnection Watcher:127.0.0.1:52651 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5859761 T13093 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5859762 T13093 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 5859775 T13093 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5859779 T13102 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6d4c78da name:ZooKeeperConnection Watcher:127.0.0.1:52651/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5859780 T13093 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5859781 T13093 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 5859793 T13093 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 5859800 T13093 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 5859806 T13093 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 5859813 T13093 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 5859814 T13093 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 5859824 T13093 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 5859825 T13093 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 5859835 T13093 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 5859836 T13093 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 5859846 T13093 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 5859847 T13093 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 5859855 T13093 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 5859855 T13093 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 5859862 T13093 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 5859862 T13093 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 5859869 T13093 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 5859870 T13093 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 5859878 T13093 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 5859878 T13093 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 5859885 T13093 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 5859886 T13093 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 5859896 T13093 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 5859897 T13093 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 5859905 T13093 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 5859905 T13093 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 5859920 T13093 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5859925 T13104 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@435486d7 name:ZooKeeperConnection Watcher:127.0.0.1:52651/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5859926 T13093 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5862469 T13093 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 5862480 T13093 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 5862485 T13093 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:52655
   [junit4]   2> 5862489 T13093 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 5862490 T13093 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 5862491 T13093 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-002
   [junit4]   2> 5862491 T13093 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-002/'
   [junit4]   2> 5862556 T13093 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-002/solr.xml
   [junit4]   2> 5862656 T13093 oasc.CoreContainer.<init> New CoreContainer 919573002
   [junit4]   2> 5862656 T13093 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-002/]
   [junit4]   2> 5862658 T13093 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 5862658 T13093 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 5862659 T13093 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 5862659 T13093 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 5862660 T13093 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 5862660 T13093 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 5862661 T13093 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 5862661 T13093 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 5862662 T13093 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 5862667 T13093 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 5862670 T13093 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 5862671 T13093 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 5862671 T13093 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 5862672 T13093 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52651/solr
   [junit4]   2> 5862672 T13093 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 5862674 T13093 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5862678 T13115 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6feadeb3 name:ZooKeeperConnection Watcher:127.0.0.1:52651 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5862679 T13093 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5862686 T13093 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5862690 T13117 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3b4a94af name:ZooKeeperConnection Watcher:127.0.0.1:52651/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5862691 T13093 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5862695 T13093 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 5862705 T13093 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 5862717 T13093 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 5862729 T13093 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 5862741 T13093 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 5862757 T13093 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 5862768 T13093 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52655_
   [junit4]   2> 5862773 T13093 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52655_
   [junit4]   2> 5862784 T13093 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 5862792 T13093 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 5862799 T13093 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 5862805 T13093 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:52655_
   [junit4]   2> 5862805 T13093 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 5862813 T13093 oasc.Overseer.start Overseer (id=92279742447943684-127.0.0.1:52655_-n_0000000000) starting
   [junit4]   2> 5862824 T13093 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 5862861 T13093 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 5862863 T13119 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 5862866 T13093 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 5862874 T13093 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 5862883 T13093 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 5862897 T13118 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 5862935 T13121 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 5862935 T13121 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5862937 T13121 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 5862938 T13122 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 5862947 T13118 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:52655",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:52655_",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null}
   [junit4]   2> 5862947 T13118 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 5862947 T13118 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 5862957 T13122 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> 5863940 T13121 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 5863941 T13121 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 5863943 T13121 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 5863944 T13121 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 5863950 T13121 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5863950 T13121 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-002/collection1/'
   [junit4]   2> 5863952 T13121 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 5863953 T13121 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 5863954 T13121 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 5864092 T13121 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 5864168 T13121 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 5864174 T13121 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 5864188 T13121 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 5864760 T13121 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 5864772 T13121 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 5864778 T13121 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 5864859 T13121 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5864867 T13121 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5864879 T13121 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5864885 T13121 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5864885 T13121 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5864886 T13121 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5864889 T13121 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5864890 T13121 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5864890 T13121 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 5864891 T13121 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 5864891 T13121 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-002/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-001/control/data/
   [junit4]   2> 5864892 T13121 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7ccea5c6
   [junit4]   2> 5864895 T13121 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-001/control/data
   [junit4]   2> 5864918 T13121 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-001/control/data/index/
   [junit4]   2> 5864919 T13121 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-001/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 5864922 T13121 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-001/control/data/index
   [junit4]   2> 5864923 T13121 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=39.396484375, floorSegmentMB=1.1640625, forceMergeDeletesPctAllowed=7.803120114905675, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6967167350999959
   [junit4]   2> 5864931 T13121 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-001/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 5864932 T13121 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5864941 T13121 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 5864942 T13121 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 5864942 T13121 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 5864943 T13121 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5864943 T13121 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5864944 T13121 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 5864945 T13121 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5864945 T13121 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5864945 T13121 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 5864947 T13121 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5864947 T13121 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5864948 T13121 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5864949 T13121 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5864950 T13121 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 5864950 T13121 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 5864951 T13121 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 5864952 T13121 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 5864953 T13121 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5864953 T13121 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 5864954 T13121 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 5864955 T13121 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 5864956 T13121 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 5864973 T13121 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5864976 T13121 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5864980 T13121 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5864982 T13121 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5864985 T13121 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5864989 T13121 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 5864989 T13121 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 5864990 T13121 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=43, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6158813491303066]
   [junit4]   2> 5864993 T13121 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-001/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 5864993 T13121 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5864993 T13121 oass.SolrIndexSearcher.<init> Opening Searcher@19fa942d[collection1] main
   [junit4]   2> 5864995 T13121 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 5864998 T13121 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5864998 T13121 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 5865000 T13121 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 5865000 T13121 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 5865001 T13121 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5865003 T13121 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 5865004 T13121 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5865005 T13121 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json
   [junit4]   2> 5865014 T13121 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json
   [junit4]   2> 5865014 T13121 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5865015 T13121 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 5865019 T13123 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@19fa942d[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 5865022 T13121 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 5865026 T13126 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:52655 collection:control_collection shard:shard1
   [junit4]   2> 5865027 T13093 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 5865028 T13093 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 5865029 T13126 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 5865035 T13093 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5865040 T13128 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6bb8dd33 name:ZooKeeperConnection Watcher:127.0.0.1:52651/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5865040 T13093 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5865044 T13093 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 5865044 T13126 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 5865048 T13122 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 5865049 T13126 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 5865050 T13126 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3540 name=collection1 org.apache.solr.core.SolrCore@4334dae0 url=https://127.0.0.1:52655/collection1 node=127.0.0.1:52655_ C3540_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=https://127.0.0.1:52655, node_name=127.0.0.1:52655_, state=down}
   [junit4]   2> 5865050 T13126 C3540 P52655 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:52655/collection1/
   [junit4]   2> 5865050 T13126 C3540 P52655 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 5865050 T13126 C3540 P52655 oasc.SyncStrategy.syncToMe https://127.0.0.1:52655/collection1/ has no replicas
   [junit4]   2> 5865051 T13126 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:52655/collection1/ shard1
   [junit4]   2> 5865051 T13126 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 5865050 T13093 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 5865059 T13122 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> 5865073 T13129 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> 5865078 T13122 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 5865194 T13122 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> 5865200 T13129 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> 5865235 T13126 oasc.ZkController.register We are https://127.0.0.1:52655/collection1/ and leader is https://127.0.0.1:52655/collection1/
   [junit4]   2> 5865236 T13126 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:52655
   [junit4]   2> 5865236 T13126 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 5865237 T13126 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 5865237 T13126 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5865245 T13122 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 5865256 T13118 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:52655",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:52655_",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "shard":"shard1"}
   [junit4]   2> 5865372 T13129 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> 5865373 T13122 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> 5867521 T13093 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 5867522 T13093 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 5867533 T13093 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 5867535 T13093 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:52659
   [junit4]   2> 5867542 T13093 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 5867547 T13093 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 5867549 T13093 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-003
   [junit4]   2> 5867550 T13093 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-003/'
   [junit4]   2> 5867617 T13093 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-003/solr.xml
   [junit4]   2> 5867734 T13093 oasc.CoreContainer.<init> New CoreContainer 1330015279
   [junit4]   2> 5867735 T13093 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-003/]
   [junit4]   2> 5867737 T13093 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 5867739 T13093 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 5867739 T13093 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 5867740 T13093 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 5867740 T13093 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 5867741 T13093 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 5867741 T13093 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 5867742 T13093 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 5867742 T13093 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 5867746 T13093 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 5867751 T13093 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 5867752 T13093 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 5867752 T13093 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 5867753 T13093 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52651/solr
   [junit4]   2> 5867754 T13093 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 5867756 T13093 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5867760 T13140 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7453bcf3 name:ZooKeeperConnection Watcher:127.0.0.1:52651 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5867762 T13093 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5867767 T13093 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5867770 T13142 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d495579 name:ZooKeeperConnection Watcher:127.0.0.1:52651/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5867771 T13093 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5867800 T13093 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 5868815 T13093 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52659_
   [junit4]   2> 5868819 T13093 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52659_
   [junit4]   2> 5868833 T13093 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 5868859 T13144 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 5868860 T13144 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5868862 T13122 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 5868862 T13144 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 5868869 T13118 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:52659",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:52659_",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null}
   [junit4]   2> 5868870 T13118 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 5868870 T13118 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 5868881 T13143 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> 5868881 T13129 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> 5868881 T13122 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> 5869867 T13144 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 5869867 T13144 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 5869870 T13144 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 5869870 T13144 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 5869875 T13144 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5869876 T13144 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-003/collection1/'
   [junit4]   2> 5869880 T13144 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 5869882 T13144 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 5869884 T13144 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 5869985 T13144 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 5870057 T13144 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 5870061 T13144 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 5870076 T13144 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 5870628 T13144 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 5870648 T13144 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 5870652 T13144 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 5870701 T13144 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5870715 T13144 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5870727 T13144 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5870731 T13144 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5870731 T13144 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5870732 T13144 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5870735 T13144 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5870736 T13144 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5870737 T13144 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 5870738 T13144 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 5870739 T13144 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-003/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-001/jetty1/
   [junit4]   2> 5870739 T13144 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7ccea5c6
   [junit4]   2> 5870742 T13144 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-001/jetty1
   [junit4]   2> 5870744 T13144 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-001/jetty1/index/
   [junit4]   2> 5870747 T13144 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-001/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 5870749 T13144 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-001/jetty1/index
   [junit4]   2> 5870750 T13144 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=39.396484375, floorSegmentMB=1.1640625, forceMergeDeletesPctAllowed=7.803120114905675, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6967167350999959
   [junit4]   2> 5870758 T13144 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-001/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 5870759 T13144 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5870775 T13144 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 5870776 T13144 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 5870777 T13144 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 5870777 T13144 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5870779 T13144 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5870780 T13144 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 5870781 T13144 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5870781 T13144 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5870782 T13144 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 5870783 T13144 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5870785 T13144 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5870786 T13144 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5870788 T13144 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5870789 T13144 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 5870790 T13144 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 5870791 T13144 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 5870792 T13144 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 5870793 T13144 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5870794 T13144 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 5870796 T13144 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 5870797 T13144 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 5870798 T13144 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 5870827 T13144 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5870832 T13144 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5870837 T13144 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5870841 T13144 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5870843 T13144 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5870849 T13144 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 5870849 T13144 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 5870850 T13144 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=43, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6158813491303066]
   [junit4]   2> 5870853 T13144 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-001/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 5870854 T13144 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5870854 T13144 oass.SolrIndexSearcher.<init> Opening Searcher@5cf55902[collection1] main
   [junit4]   2> 5870855 T13144 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 5870860 T13144 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5870860 T13144 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 5870863 T13144 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 5870863 T13144 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 5870864 T13144 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5870867 T13144 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 5870868 T13144 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5870868 T13144 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 5870868 T13144 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 5870875 T13145 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5cf55902[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 5870878 T13144 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 5870881 T13148 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:52659 collection:collection1 shard:shard1
   [junit4]   2> 5870882 T13093 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 5870883 T13093 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 5870884 T13148 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 5870901 T13148 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 5870906 T13122 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 5870907 T13148 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 5870908 T13148 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3541 name=collection1 org.apache.solr.core.SolrCore@2b14f201 url=https://127.0.0.1:52659/collection1 node=127.0.0.1:52659_ C3541_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=https://127.0.0.1:52659, node_name=127.0.0.1:52659_, state=down}
   [junit4]   2> 5870908 T13148 C3541 P52659 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:52659/collection1/
   [junit4]   2> 5870908 T13148 C3541 P52659 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 5870909 T13148 C3541 P52659 oasc.SyncStrategy.syncToMe https://127.0.0.1:52659/collection1/ has no replicas
   [junit4]   2> 5870909 T13148 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:52659/collection1/ shard1
   [junit4]   2> 5870909 T13148 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 5870935 T13122 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> 5870935 T13143 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> 5870937 T13129 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> 5870960 T13122 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 5870967 T13129 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> 5870968 T13143 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> 5870967 T13122 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> 5870994 T13148 oasc.ZkController.register We are https://127.0.0.1:52659/collection1/ and leader is https://127.0.0.1:52659/collection1/
   [junit4]   2> 5870994 T13148 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:52659
   [junit4]   2> 5870995 T13148 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 5870995 T13148 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 5870995 T13148 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5870999 T13122 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 5871006 T13118 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:52659",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:52659_",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "shard":"shard1"}
   [junit4]   2> 5871119 T13143 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> 5871119 T13129 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> 5871119 T13122 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> 5873444 T13093 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 5873445 T13093 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 5873455 T13093 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 5873456 T13093 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:52662
   [junit4]   2> 5873462 T13093 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 5873462 T13093 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 5873463 T13093 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-004
   [junit4]   2> 5873463 T13093 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-004/'
   [junit4]   2> 5873531 T13093 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-004/solr.xml
   [junit4]   2> 5873668 T13093 oasc.CoreContainer.<init> New CoreContainer 401494333
   [junit4]   2> 5873669 T13093 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-004/]
   [junit4]   2> 5873672 T13093 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 5873673 T13093 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 5873674 T13093 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 5873674 T13093 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 5873675 T13093 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 5873675 T13093 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 5873676 T13093 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 5873677 T13093 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 5873677 T13093 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 5873683 T13093 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 5873687 T13093 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 5873687 T13093 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 5873687 T13093 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 5873688 T13093 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52651/solr
   [junit4]   2> 5873689 T13093 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 5873691 T13093 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5873695 T13159 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5084c2ac name:ZooKeeperConnection Watcher:127.0.0.1:52651 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5873697 T13093 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5873703 T13093 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5873707 T13161 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3a72b394 name:ZooKeeperConnection Watcher:127.0.0.1:52651/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5873707 T13093 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5873730 T13093 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 5874743 T13093 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52662_
   [junit4]   2> 5874747 T13093 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52662_
   [junit4]   2> 5874762 T13093 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 5874787 T13163 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 5874788 T13163 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5874791 T13163 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 5874791 T13122 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 5874801 T13118 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:52662",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:52662_",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null}
   [junit4]   2> 5874802 T13118 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 5874802 T13118 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 5874812 T13129 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> 5874814 T13143 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> 5874812 T13162 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> 5874812 T13122 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> 5875793 T13163 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 5875794 T13163 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 5875796 T13163 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 5875796 T13163 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 5875801 T13163 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5875801 T13163 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-004/collection1/'
   [junit4]   2> 5875805 T13163 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 5875806 T13163 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 5875806 T13163 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 5875892 T13163 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 5875959 T13163 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 5875965 T13163 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 5875979 T13163 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 5876495 T13163 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 5876515 T13163 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 5876520 T13163 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 5876569 T13163 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5876580 T13163 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5876590 T13163 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5876595 T13163 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5876597 T13163 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5876598 T13163 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 5876602 T13163 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 5876603 T13163 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 5876603 T13163 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 5876604 T13163 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 5876604 T13163 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-004/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-001/jetty2/
   [junit4]   2> 5876605 T13163 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7ccea5c6
   [junit4]   2> 5876607 T13163 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-001/jetty2
   [junit4]   2> 5876609 T13163 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-001/jetty2/index/
   [junit4]   2> 5876610 T13163 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-001/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 5876612 T13163 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-001/jetty2/index
   [junit4]   2> 5876614 T13163 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=39.396484375, floorSegmentMB=1.1640625, forceMergeDeletesPctAllowed=7.803120114905675, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6967167350999959
   [junit4]   2> 5876619 T13163 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-001/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 5876620 T13163 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5876630 T13163 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 5876631 T13163 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 5876632 T13163 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 5876633 T13163 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5876633 T13163 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5876634 T13163 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 5876635 T13163 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5876635 T13163 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5876636 T13163 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 5876639 T13163 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5876640 T13163 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5876641 T13163 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5876642 T13163 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5876643 T13163 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 5876644 T13163 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 5876644 T13163 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 5876645 T13163 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 5876646 T13163 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5876647 T13163 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 5876649 T13163 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 5876650 T13163 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 5876651 T13163 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 5876676 T13163 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5876683 T13163 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5876688 T13163 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5876693 T13163 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5876696 T13163 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5876700 T13163 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 5876701 T13163 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 5876702 T13163 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=43, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6158813491303066]
   [junit4]   2> 5876706 T13163 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest-1CFFFBC34E7D01FE-001/tempDir-001/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 5876706 T13163 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5876707 T13163 oass.SolrIndexSearcher.<init> Opening Searcher@c1b8260[collection1] main
   [junit4]   2> 5876708 T13163 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 5876712 T13163 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5876712 T13163 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 5876716 T13163 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 5876716 T13163 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 5876716 T13163 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5876718 T13163 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 5876718 T13163 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5876718 T13163 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 5876719 T13163 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 5876727 T13163 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 5876728 T13164 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@c1b8260[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 5876731 T13167 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:52662 collection:collection1 shard:shard2
   [junit4]   2> 5876732 T13093 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 5876732 T13093 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 5876734 T13167 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 5876738 T13093 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:t

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

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

[...truncated 103 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:474: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:454: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:45: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:37: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:189: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:496: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1307: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:922: There were test failures: 430 suites, 1782 tests, 2 errors, 45 ignored (18 assumptions)

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