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/12/01 11:16:03 UTC

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-MacOSX/1924/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC (asserts: true)

1 tests failed.
FAILED:  org.apache.solr.cloud.ShardSplitTest.testDistribSearch

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:58475

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:58475
	at __randomizedtesting.SeedInfo.seed([328FD7933F12EDCB:B369598B484D8DF7]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:581)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
	at org.apache.solr.cloud.ShardSplitTest.splitShard(ShardSplitTest.java:532)
	at org.apache.solr.cloud.ShardSplitTest.incompleteOrOverlappingCustomRangeTest(ShardSplitTest.java:138)
	at org.apache.solr.cloud.ShardSplitTest.doTest(ShardSplitTest.java:103)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
	at sun.reflect.GeneratedMethodAccessor99.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:150)
	at java.net.SocketInputStream.read(SocketInputStream.java:121)
	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:465)
	... 45 more




Build Log:
[...truncated 9204 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardSplitTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/init-core-data-001
   [junit4]   2> 2234594 T7590 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 2234615 T7590 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 2234616 T7590 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2234617 T7591 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 2234719 T7590 oasc.ZkTestServer.run start zk server on port:58465
   [junit4]   2> 2234720 T7590 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2234722 T7590 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2234733 T7598 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@12dd108d name:ZooKeeperConnection Watcher:127.0.0.1:58465 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2234734 T7590 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2234735 T7590 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2234737 T7590 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 2234747 T7590 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2234750 T7590 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2234760 T7601 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@36503f93 name:ZooKeeperConnection Watcher:127.0.0.1:58465/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2234761 T7590 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2234761 T7590 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2234762 T7590 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 2234773 T7590 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 2234780 T7590 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 2234785 T7590 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 2234791 T7590 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2234792 T7590 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2234801 T7590 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 2234802 T7590 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 2234808 T7590 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2234809 T7590 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2234816 T7590 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2234816 T7590 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2234823 T7590 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2234823 T7590 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2234830 T7590 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2234831 T7590 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 2234837 T7590 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2234838 T7590 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 2234845 T7590 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2234846 T7590 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2234853 T7590 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2234854 T7590 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2234860 T7590 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2234860 T7590 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2234877 T7590 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2234882 T7590 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2236792 T7590 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2236822 T7590 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:58468
   [junit4]   2> 2236823 T7590 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2236823 T7590 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2236824 T7590 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-002
   [junit4]   2> 2236824 T7590 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-002/'
   [junit4]   2> 2236872 T7590 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-002/solr.xml
   [junit4]   2> 2236908 T7590 oasc.CoreContainer.<init> New CoreContainer 106430080
   [junit4]   2> 2236909 T7590 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-002/]
   [junit4]   2> 2236910 T7590 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2236911 T7590 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2236912 T7590 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2236912 T7590 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2236913 T7590 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2236920 T7590 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2236921 T7590 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2236922 T7590 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2236922 T7590 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2236922 T7590 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2236924 T7590 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2236925 T7590 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2236925 T7590 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2236925 T7590 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2236925 T7590 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58465/solr
   [junit4]   2> 2236926 T7590 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2236927 T7590 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2236929 T7590 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2236932 T7613 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4cc71d08 name:ZooKeeperConnection Watcher:127.0.0.1:58465 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2236934 T7590 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2236935 T7590 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2236941 T7590 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2236942 T7616 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6ef5f91e name:ZooKeeperConnection Watcher:127.0.0.1:58465/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2236943 T7590 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2236946 T7590 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 2236954 T7590 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 2236959 T7590 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 2236966 T7590 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 2236973 T7590 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 2236979 T7590 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 2236983 T7590 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58468_
   [junit4]   2> 2236985 T7590 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58468_
   [junit4]   2> 2236993 T7590 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 2236998 T7590 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 2237003 T7590 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2237008 T7590 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:58468_
   [junit4]   2> 2237008 T7590 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 2237014 T7590 oasc.Overseer.start Overseer (id=92892221607313411-127.0.0.1:58468_-n_0000000000) starting
   [junit4]   2> 2237023 T7590 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 2237051 T7590 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2237052 T7618 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 2237058 T7590 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 2237063 T7590 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 2237068 T7590 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2237084 T7617 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 2237090 T7620 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 2237090 T7620 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2237095 T7620 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2237095 T7616 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2237108 T7617 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58468",
   [junit4]   2> 	  "node_name":"127.0.0.1:58468_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 2237108 T7617 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 2237109 T7617 oasc.Overseer$ClusterStateUpdater.createCollection state version control_collection 1
   [junit4]   2> 2237109 T7617 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 2237116 T7616 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> 2238096 T7620 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2238097 T7620 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 2238098 T7620 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2238098 T7620 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 2238102 T7620 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2238102 T7620 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-002/collection1/'
   [junit4]   2> 2238104 T7620 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 2238104 T7620 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 2238105 T7620 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 2238148 T7620 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 2238154 T7620 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 2238183 T7620 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 2238205 T7620 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2238210 T7620 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 2238216 T7620 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2238448 T7620 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2238449 T7620 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2238450 T7620 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2238463 T7620 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2238538 T7620 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 2238538 T7620 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2238539 T7620 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-002/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-001/control/data/
   [junit4]   2> 2238539 T7620 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c2478a
   [junit4]   2> 2238540 T7620 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-001/control/data
   [junit4]   2> 2238540 T7620 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-001/control/data/index/
   [junit4]   2> 2238540 T7620 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-001/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2238541 T7620 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-001/control/data/index
   [junit4]   2> 2238541 T7620 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=42.8955078125, floorSegmentMB=2.1279296875, forceMergeDeletesPctAllowed=22.677461448870567, segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4567791156759723
   [junit4]   2> 2238542 T7620 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@daf106c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@40829b29),segFN=segments_1,generation=1}
   [junit4]   2> 2238543 T7620 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2238549 T7620 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2238550 T7620 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2238550 T7620 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2238550 T7620 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2238552 T7620 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2238552 T7620 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2238553 T7620 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2238553 T7620 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2238553 T7620 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2238554 T7620 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2238555 T7620 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2238556 T7620 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2238557 T7620 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2238558 T7620 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2238559 T7620 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2238559 T7620 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2238560 T7620 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2238561 T7620 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2238562 T7620 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2238562 T7620 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2238563 T7620 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2238564 T7620 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2238564 T7620 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2238565 T7620 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2238565 T7620 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2238567 T7620 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2238568 T7620 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 2238589 T7620 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2238591 T7620 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2238593 T7620 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2238596 T7620 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2238603 T7620 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2238603 T7620 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2238604 T7620 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=63.6533203125, floorSegmentMB=0.50390625, forceMergeDeletesPctAllowed=17.167102472619487, segmentsPerTier=3.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2238605 T7620 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@daf106c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@40829b29),segFN=segments_1,generation=1}
   [junit4]   2> 2238605 T7620 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2238606 T7620 oass.SolrIndexSearcher.<init> Opening Searcher@1b97e953[collection1] main
   [junit4]   2> 2238606 T7620 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 2238610 T7620 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2238611 T7620 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2238612 T7620 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2238612 T7620 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2238614 T7620 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2238616 T7620 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2238616 T7620 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2238618 T7620 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json
   [junit4]   2> 2238630 T7620 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2238630 T7620 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2238630 T7620 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2238630 T7620 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 2238632 T7621 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1b97e953[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2238639 T7620 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2238642 T7624 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:58468 collection:control_collection shard:shard1
   [junit4]   2> 2238643 T7590 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2238644 T7590 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2238644 T7624 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 2238645 T7590 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2238648 T7590 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2238661 T7627 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5bdfdb3d name:ZooKeeperConnection Watcher:127.0.0.1:58465/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2238662 T7590 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2238663 T7590 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2238667 T7590 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2238671 T7624 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 2238676 T7616 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2238689 T7590 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2238700 T7624 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2238700 T7624 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C7156 name=collection1 org.apache.solr.core.SolrCore@3d9be934 url=http://127.0.0.1:58468/collection1 node=127.0.0.1:58468_ C7156_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:58468, node_name=127.0.0.1:58468_, state=down}
   [junit4]   2> 2238701 T7624 C7156 P58468 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:58468/collection1/
   [junit4]   2> 2238701 T7624 C7156 P58468 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2238702 T7624 C7156 P58468 oasc.SyncStrategy.syncToMe http://127.0.0.1:58468/collection1/ has no replicas
   [junit4]   2> 2238702 T7624 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:58468/collection1/ shard1
   [junit4]   2> 2238702 T7624 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 2238712 T7617 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"}
   [junit4]   2> 2238733 T7627 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> 2238748 T7616 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> 2238791 T7616 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2238825 T7617 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58468",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"}
   [junit4]   2> 2238965 T7627 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> 2238965 T7616 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> 2239007 T7624 oasc.ZkController.register We are http://127.0.0.1:58468/collection1/ and leader is http://127.0.0.1:58468/collection1/
   [junit4]   2> 2239008 T7624 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:58468
   [junit4]   2> 2239009 T7624 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2239010 T7624 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 2239024 T7624 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2239027 T7616 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2239049 T7617 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58468",
   [junit4]   2> 	  "node_name":"127.0.0.1:58468_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 2239162 T7627 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> 2239163 T7616 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> 2240701 T7590 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 2240703 T7590 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2240708 T7590 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:58472
   [junit4]   2> 2240710 T7590 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2240710 T7590 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2240710 T7590 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-003
   [junit4]   2> 2240711 T7590 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-003/'
   [junit4]   2> 2240762 T7590 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-003/solr.xml
   [junit4]   2> 2240804 T7590 oasc.CoreContainer.<init> New CoreContainer 104601881
   [junit4]   2> 2240804 T7590 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-003/]
   [junit4]   2> 2240806 T7590 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2240807 T7590 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2240807 T7590 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2240808 T7590 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2240808 T7590 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2240809 T7590 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2240810 T7590 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2240810 T7590 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2240811 T7590 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2240812 T7590 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2240813 T7590 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2240813 T7590 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2240814 T7590 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2240814 T7590 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2240814 T7590 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58465/solr
   [junit4]   2> 2240815 T7590 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2240815 T7590 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2240818 T7590 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2240823 T7639 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@76c8df9f name:ZooKeeperConnection Watcher:127.0.0.1:58465 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2240824 T7590 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2240824 T7590 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2240829 T7590 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2240832 T7642 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@65a4a22e name:ZooKeeperConnection Watcher:127.0.0.1:58465/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2240833 T7590 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2240849 T7590 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2241860 T7590 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58472_
   [junit4]   2> 2241861 T7590 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58472_
   [junit4]   2> 2241871 T7590 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2241882 T7643 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 2241882 T7643 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2241884 T7616 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2241884 T7643 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2241894 T7617 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58472",
   [junit4]   2> 	  "node_name":"127.0.0.1:58472_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 2241895 T7617 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 2241895 T7617 oasc.Overseer$ClusterStateUpdater.createCollection state version collection1 1
   [junit4]   2> 2241896 T7617 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 2241905 T7616 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> 2241905 T7627 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> 2241905 T7642 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> 2242886 T7643 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2242887 T7643 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 2242888 T7643 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2242889 T7643 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2242893 T7643 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2242894 T7643 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-003/collection1/'
   [junit4]   2> 2242897 T7643 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 2242898 T7643 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 2242901 T7643 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 2242952 T7643 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 2242957 T7643 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 2242982 T7643 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 2243005 T7643 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2243008 T7643 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 2243011 T7643 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2243258 T7643 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2243259 T7643 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2243262 T7643 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2243268 T7643 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2243326 T7643 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2243326 T7643 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2243326 T7643 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-003/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-001/jetty1/
   [junit4]   2> 2243327 T7643 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c2478a
   [junit4]   2> 2243327 T7643 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-001/jetty1
   [junit4]   2> 2243327 T7643 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-001/jetty1/index/
   [junit4]   2> 2243328 T7643 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-001/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 2243329 T7643 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-001/jetty1/index
   [junit4]   2> 2243329 T7643 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=42.8955078125, floorSegmentMB=2.1279296875, forceMergeDeletesPctAllowed=22.677461448870567, segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4567791156759723
   [junit4]   2> 2243330 T7643 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7671d366 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4a53afb7),segFN=segments_1,generation=1}
   [junit4]   2> 2243330 T7643 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2243333 T7643 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2243334 T7643 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2243334 T7643 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2243334 T7643 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2243334 T7643 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2243334 T7643 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2243335 T7643 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2243335 T7643 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2243335 T7643 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2243336 T7643 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2243336 T7643 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2243336 T7643 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2243337 T7643 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2243337 T7643 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2243339 T7643 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2243339 T7643 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2243340 T7643 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2243341 T7643 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2243341 T7643 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2243342 T7643 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2243343 T7643 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2243343 T7643 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2243344 T7643 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2243344 T7643 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2243345 T7643 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2243345 T7643 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2243351 T7643 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 2243358 T7643 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2243360 T7643 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2243362 T7643 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2243363 T7643 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2243366 T7643 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2243366 T7643 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2243367 T7643 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=63.6533203125, floorSegmentMB=0.50390625, forceMergeDeletesPctAllowed=17.167102472619487, segmentsPerTier=3.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2243367 T7643 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7671d366 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4a53afb7),segFN=segments_1,generation=1}
   [junit4]   2> 2243368 T7643 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2243368 T7643 oass.SolrIndexSearcher.<init> Opening Searcher@2e9b7c5d[collection1] main
   [junit4]   2> 2243368 T7643 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2243371 T7643 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2243372 T7643 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2243373 T7643 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2243373 T7643 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2243373 T7643 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2243376 T7643 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2243376 T7643 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2243376 T7643 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 2243376 T7643 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2243377 T7643 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 2243378 T7644 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2e9b7c5d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2243378 T7643 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2243381 T7647 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:58472 collection:collection1 shard:shard2
   [junit4]   2> 2243383 T7590 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2243383 T7590 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2243386 T7647 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 2243402 T7647 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 2243409 T7616 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2243412 T7647 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2243412 T7647 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C7157 name=collection1 org.apache.solr.core.SolrCore@a60c4fe url=http://127.0.0.1:58472/collection1 node=127.0.0.1:58472_ C7157_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:58472, node_name=127.0.0.1:58472_, state=down}
   [junit4]   2> 2243412 T7647 C7157 P58472 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:58472/collection1/
   [junit4]   2> 2243412 T7647 C7157 P58472 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2243413 T7647 C7157 P58472 oasc.SyncStrategy.syncToMe http://127.0.0.1:58472/collection1/ has no replicas
   [junit4]   2> 2243413 T7647 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:58472/collection1/ shard2
   [junit4]   2> 2243414 T7647 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 2243425 T7617 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"}
   [junit4]   2> 2243448 T7616 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> 2243450 T7627 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> 2243454 T7642 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> 2243492 T7617 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58472",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"}
   [junit4]   2> 2243496 T7616 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2243599 T7616 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> 2243600 T7642 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> 2243601 T7627 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> 2243651 T7647 oasc.ZkController.register We are http://127.0.0.1:58472/collection1/ and leader is http://127.0.0.1:58472/collection1/
   [junit4]   2> 2243652 T7647 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:58472
   [junit4]   2> 2243652 T7647 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2243652 T7647 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 2243652 T7647 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2243661 T7616 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2243669 T7617 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58472",
   [junit4]   2> 	  "node_name":"127.0.0.1:58472_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 2243780 T7616 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> 2243780 T7627 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> 2243780 T7642 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> 2245379 T7590 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 2245380 T7590 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2245385 T7590 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:58475
   [junit4]   2> 2245387 T7590 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2245388 T7590 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2245389 T7590 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-004
   [junit4]   2> 2245389 T7590 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-004/'
   [junit4]   2> 2245446 T7590 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-004/solr.xml
   [junit4]   2> 2245475 T7590 oasc.CoreContainer.<init> New CoreContainer 655660363
   [junit4]   2> 2245475 T7590 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-004/]
   [junit4]   2> 2245476 T7590 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2245476 T7590 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2245477 T7590 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2245477 T7590 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2245478 T7590 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2245478 T7590 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2245478 T7590 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2245478 T7590 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2245479 T7590 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2245479 T7590 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2245479 T7590 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2245481 T7590 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2245481 T7590 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2245481 T7590 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2245482 T7590 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58465/solr
   [junit4]   2> 2245482 T7590 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2245482 T7590 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 2245483 T7590 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2245487 T7659 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7189cdc4 name:ZooKeeperConnection Watcher:127.0.0.1:58465 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2245489 T7590 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2245490 T7590 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 2245501 T7590 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2245508 T7662 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7dee7b14 name:ZooKeeperConnection Watcher:127.0.0.1:58465/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2245508 T7590 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2245529 T7590 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2246547 T7590 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58475_
   [junit4]   2> 2246549 T7590 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58475_
   [junit4]   2> 2246561 T7590 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2246570 T7663 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 2246571 T7663 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2246572 T7616 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2246572 T7663 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2246582 T7617 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58475",
   [junit4]   2> 	  "node_name":"127.0.0.1:58475_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 2246582 T7617 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 2246582 T7617 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 2246590 T7616 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> 2246590 T7642 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> 2246591 T7662 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> 2246590 T7627 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> 2247575 T7663 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2247575 T7663 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 2247577 T7663 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2247577 T7663 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2247579 T7663 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2247580 T7663 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-004/collection1/'
   [junit4]   2> 2247581 T7663 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 2247581 T7663 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 2247582 T7663 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 2247614 T7663 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 2247622 T7663 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 2247655 T7663 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 2247696 T7663 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2247700 T7663 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 2247708 T7663 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2247940 T7663 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2247940 T7663 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2247942 T7663 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2247947 T7663 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2248024 T7663 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2248024 T7663 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2248025 T7663 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-004/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-001/jetty2/
   [junit4]   2> 2248025 T7663 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c2478a
   [junit4]   2> 2248026 T7663 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-001/jetty2
   [junit4]   2> 2248026 T7663 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-001/jetty2/index/
   [junit4]   2> 2248026 T7663 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-001/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 2248027 T7663 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-001/jetty2/index
   [junit4]   2> 2248028 T7663 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=42.8955078125, floorSegmentMB=2.1279296875, forceMergeDeletesPctAllowed=22.677461448870567, segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4567791156759723
   [junit4]   2> 2248029 T7663 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@58790967 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6e3eead),segFN=segments_1,generation=1}
   [junit4]   2> 2248029 T7663 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2248041 T7663 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2248042 T7663 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2248042 T7663 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2248042 T7663 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2248042 T7663 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2248043 T7663 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2248043 T7663 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2248043 T7663 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2248043 T7663 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2248045 T7663 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2248045 T7663 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2248052 T7663 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2248053 T7663 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2248053 T7663 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2248055 T7663 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2248056 T7663 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2248057 T7663 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2248061 T7663 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2248061 T7663 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2248062 T7663 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2248062 T7663 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2248063 T7663 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2248063 T7663 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2248064 T7663 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2248064 T7663 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2248065 T7663 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2248065 T7663 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 2248074 T7663 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2248076 T7663 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2248077 T7663 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2248080 T7663 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2248084 T7663 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2248084 T7663 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2248085 T7663 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=63.6533203125, floorSegmentMB=0.50390625, forceMergeDeletesPctAllowed=17.167102472619487, segmentsPerTier=3.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2248085 T7663 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@58790967 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6e3eead),segFN=segments_1,generation=1}
   [junit4]   2> 2248085 T7663 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2248086 T7663 oass.SolrIndexSearcher.<init> Opening Searcher@708ecb38[collection1] main
   [junit4]   2> 2248086 T7663 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2248090 T7663 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2248090 T7663 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2248092 T7663 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2248092 T7663 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 2248092 T7663 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2248095 T7663 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2248095 T7663 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2248096 T7663 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 2248096 T7663 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2248096 T7663 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 2248097 T7664 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@708ecb38[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2248098 T7663 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2248100 T7667 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:58475 collection:collection1 shard:shard1
   [junit4]   2> 2248101 T7590 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2248103 T7590 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2248105 T7667 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 2248119 T7667 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 2248125 T7667 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2248126 T7667 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 2248126 T7616 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> ASYNC  NEW_CORE C7158 name=collection1 org.apache.solr.core.SolrCore@73127d68 url=http://127.0.0.1:58475/collection1 node=127.0.0.1:58475_ C7158_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:58475, node_name=127.0.0.1:58475_, state=down}
   [junit4]   2> 2248126 T7667 C7158 P58475 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:58475/collection1/
   [junit4]   2> 2248128 T7667 C7158 P58475 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2248128 T7667 C7158 P58475 oasc.SyncStrategy.syncToMe http://127.0.0.1:58475/collection1/ has no replicas
   [junit4]   2> 2248129 T7667 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:58475/collection1/ shard1
   [junit4]   2> 2248129 T7667 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 2248153 T7617 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1"}
   [junit4]   2> 2248161 T7642 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> 2248162 T7662 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> 2248165 T7616 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> 2248167 T7627 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> 2248222 T7617 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58475",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"}
   [junit4]   2> 2248229 T7616 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2248334 T7616 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> 2248335 T7627 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> 2248335 T7642 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> 2248335 T7662 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> 2248356 T7667 oasc.ZkController.register We are http://127.0.0.1:58475/collection1/ and leader is http://127.0.0.1:58475/collection1/
   [junit4]   2> 2248356 T7667 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:58475
   [junit4]   2> 2248357 T7667 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2248357 T7667 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 2248358 T7667 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2248363 T7668 oasc.DistributedQueue$LatchWatcher

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

2> 2587218 T7590 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001/tempDir-001/jetty4
   [junit4]   2> 2587219 T7590 oasc.Overseer.close Overseer (id=92892221607313420-127.0.0.1:58482_-n_0000000004) closing
   [junit4]   2> 2587220 T7749 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:58482_
   [junit4]   2> 2587227 T7742 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 2587247 T7590 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 2592232 T7590 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 2592235 T7590 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:58465 58465
   [junit4]   2> 2592248 T7591 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:58465 58465
   [junit4]   2> 2592450 T7591 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN Watch limit violations: 
   [junit4]   2> 	Maximum concurrent create/delete watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		6	/solr/aliases.json
   [junit4]   2> 		6	/solr/clusterstate.json
   [junit4]   2> 		5	/solr/configs/conf1
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent children watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		6	/solr/live_nodes
   [junit4]   2> 		4	/solr/overseer/collection-queue-work
   [junit4]   2> 		3	/solr/overseer/queue
   [junit4]   2> 	
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ShardSplitTest -Dtests.method=testDistribSearch -Dtests.seed=328FD7933F12EDCB -Dtests.slow=true -Dtests.locale=sl_SI -Dtests.timezone=Europe/Stockholm -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR    358s | ShardSplitTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:58475
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([328FD7933F12EDCB:B369598B484D8DF7]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:581)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
   [junit4]    > 	at org.apache.solr.cloud.ShardSplitTest.splitShard(ShardSplitTest.java:532)
   [junit4]    > 	at org.apache.solr.cloud.ShardSplitTest.incompleteOrOverlappingCustomRangeTest(ShardSplitTest.java:138)
   [junit4]    > 	at org.apache.solr.cloud.ShardSplitTest.doTest(ShardSplitTest.java:103)
   [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:150)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:121)
   [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:465)
   [junit4]    > 	... 45 more
   [junit4]   2> 2592500 T7590 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest-328FD7933F12EDCB-001
   [junit4]   2> 357917 T7589 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {}, docValues:{}, sim=DefaultSimilarity, locale=sl_SI, timezone=Europe/Stockholm
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_20 (64-bit)/cpus=2,threads=1,free=156772312,total=295170048
   [junit4]   2> NOTE: All tests run in this JVM: [TestCoreContainer, TermsComponentTest, SimpleCollectionCreateDeleteTest, CoreAdminCreateDiscoverTest, TestClassNameShortening, SuggesterTSTTest, ChangedSchemaMergeTest, TestSolrXmlPersistor, CachingDirectoryFactoryTest, SharedFSAutoReplicaFailoverTest, HdfsBasicDistributedZkTest, OpenExchangeRatesOrgProviderTest, TestSolrQueryParserResource, SolrCoreTest, HdfsBasicDistributedZk2Test, ConvertedLegacyTest, DeleteLastCustomShardedReplicaTest, MinimalSchemaTest, TestRecoveryHdfs, OverseerTest, TestAddFieldRealTimeGet, AutoCommitTest, TestZkChroot, SimplePostToolTest, TestQueryUtils, TestQueryTypes, DocValuesTest, CustomCollectionTest, StressHdfsTest, BadComponentTest, TestDefaultSearchFieldResource, ZkNodePropsTest, StandardRequestHandlerTest, TestDFRSimilarityFactory, TestSolrDeletionPolicy1, TestFieldSortValues, HardAutoCommitTest, SOLR749Test, TestSolrDeletionPolicy2, TestIndexSearcher, TestDistributedSearch, SolrPluginUtilsTest, TestCSVLoader, TestFreeTextSuggestions, TestBulkSchemaAPI, TestHighFrequencyDictionaryFactory, TestImplicitCoreProperties, TestMultiCoreConfBootstrap, UUIDUpdateProcessorFallbackTest, VMParamsZkACLAndCredentialsProvidersTest, DistributedFacetPivotSmallTest, HdfsChaosMonkeySafeLeaderTest, TestNonNRTOpen, DeleteReplicaTest, TestBulkSchemaConcurrent, TestUtils, DistributedDebugComponentTest, SolrCoreCheckLockOnStartupTest, TestStressRecovery, EnumFieldTest, RequiredFieldsTest, TestQuerySenderNoQuery, DefaultValueUpdateProcessorTest, SuggesterTest, DeleteInactiveReplicaTest, OutputWriterTest, AnalyticsMergeStrategyTest, PreAnalyzedFieldTest, DistributedFacetPivotSmallAdvancedTest, TestSystemIdResolver, BasicZkTest, TestRemoteStreaming, TestShortCircuitedRequests, TermVectorComponentTest, TestSolrJ, DistribDocExpirationUpdateProcessorTest, TestCSVResponseWriter, DistributedTermsComponentTest, UpdateRequestProcessorFactoryTest, QueryParsingTest, DateRangeFieldTest, LeaderFailoverAfterPartitionTest, PolyFieldTest, TestRawResponseWriter, ShardRoutingCustomTest, FullSolrCloudDistribCmdsTest, TestManagedSynonymFilterFactory, TestFastLRUCache, TestConfigReload, DistributedIntervalFacetingTest, TestLeaderElectionZkExpiry, TestManagedSchemaFieldTypeResource, TestCloudSchemaless, TestWordDelimiterFilterFactory, TestReversedWildcardFilterFactory, StatelessScriptUpdateProcessorFactoryTest, LeaderInitiatedRecoveryOnCommitTest, TestManagedStopFilterFactory, TestDynamicFieldCollectionResource, TestConfig, ShardSplitTest]
   [junit4] Completed in 358.26s, 1 test, 1 error <<< FAILURES!

[...truncated 1096 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:529: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:477: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:61: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/extra-targets.xml:39: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build.xml:192: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/common-build.xml:508: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1363: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:970: There were test failures: 450 suites, 1842 tests, 1 error, 36 ignored (21 assumptions)

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



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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-MacOSX/1925/
Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseParallelGC (asserts: true)

1 tests failed.
FAILED:  org.apache.solr.handler.TestReplicationHandler.doTestDetails

Error Message:
java.io.IOException: MockDirectoryWrapper: file "replication.properties" is still open for writing

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: java.io.IOException: MockDirectoryWrapper: file "replication.properties" is still open for writing
	at __randomizedtesting.SeedInfo.seed([8AC9644324F9D2CD:F0944736B2A1FB45]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:569)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
	at org.apache.solr.handler.TestReplicationHandler.getDetails(TestReplicationHandler.java:218)
	at org.apache.solr.handler.TestReplicationHandler.doTestDetails(TestReplicationHandler.java:294)
	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:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 9292 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/init-core-data-001
   [junit4]   2> 2749733 T6378 oas.SolrTestCaseJ4.setUp ###Starting doTestSnapPullWithMasterUrl
   [junit4]   2> 2749768 T6378 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2749777 T6378 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57613
   [junit4]   2> 2749778 T6378 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2749778 T6378 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2749779 T6378 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-001
   [junit4]   2> 2749780 T6378 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-001/'
   [junit4]   2> 2749850 T6378 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-001/solr.xml
   [junit4]   2> 2749981 T6378 oasc.CoreContainer.<init> New CoreContainer 1826875209
   [junit4]   2> 2749982 T6378 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-001/]
   [junit4]   2> 2749983 T6378 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2749985 T6378 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2749989 T6378 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2750000 T6378 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2750000 T6378 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2750000 T6378 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2750001 T6378 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2750001 T6378 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2750002 T6378 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2750002 T6378 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2750003 T6378 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2750003 T6378 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2750004 T6378 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2750005 T6378 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2750013 T6388 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-001/collection1/'
   [junit4]   2> 2750137 T6388 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 2750255 T6388 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2750256 T6388 oass.IndexSchema.readSchema Reading Solr Schema from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-001/collection1/conf/schema.xml
   [junit4]   2> 2750264 T6388 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2750282 T6388 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2750284 T6388 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-001/collection1/
   [junit4]   2> 2750284 T6388 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2750284 T6388 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-001/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-001/collection1/data/
   [junit4]   2> 2750284 T6388 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 2750285 T6388 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-001/collection1/data
   [junit4]   2> 2750285 T6388 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-001/collection1/data/index/
   [junit4]   2> 2750285 T6388 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-001/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2750285 T6388 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-001/collection1/data/index
   [junit4]   2> 2750286 T6388 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=23.5771484375, floorSegmentMB=1.623046875, forceMergeDeletesPctAllowed=21.014983618417908, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5068395909532784
   [junit4]   2> 2750287 T6388 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@35c1c213 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@43ac88f7),segFN=segments_1,generation=1}
   [junit4]   2> 2750288 T6388 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2750294 T6388 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2750295 T6388 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2750295 T6388 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2750295 T6388 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2750296 T6388 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2750296 T6388 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2750296 T6388 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2750297 T6388 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2750298 T6388 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2750298 T6388 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2750298 T6388 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2750299 T6388 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2750299 T6388 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2750299 T6388 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 2750300 T6388 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2750300 T6388 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2750321 T6388 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2750321 T6388 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 2750321 T6388 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 2750321 T6388 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 2750322 T6388 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2750339 T6388 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2750345 T6388 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2750356 T6388 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2750358 T6388 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2750363 T6388 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2750363 T6388 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2750364 T6388 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.638141468685773]
   [junit4]   2> 2750364 T6388 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@35c1c213 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@43ac88f7),segFN=segments_1,generation=1}
   [junit4]   2> 2750364 T6388 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2750365 T6388 oass.SolrIndexSearcher.<init> Opening Searcher@234f0b62[collection1] main
   [junit4]   2> 2750366 T6388 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-001/collection1/conf
   [junit4]   2> 2750366 T6388 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-001/collection1/conf}
   [junit4]   2> 2750366 T6388 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-001/collection1/conf
   [junit4]   2> 2750367 T6388 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 2750367 T6388 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-001/collection1/conf
   [junit4]   2> 2750368 T6388 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2750368 T6388 oash.ReplicationHandler.inform Replication enabled for following config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 2750369 T6388 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 2750370 T6388 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2750370 T6389 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@234f0b62[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2750372 T6378 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2750372 T6378 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2750396 T6378 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2750408 T6378 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57614
   [junit4]   2> 2750410 T6378 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2750411 T6378 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2750411 T6378 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002
   [junit4]   2> 2750412 T6378 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/'
   [junit4]   2> 2750479 T6378 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/solr.xml
   [junit4]   2> 2750574 T6378 oasc.CoreContainer.<init> New CoreContainer 859405261
   [junit4]   2> 2750575 T6378 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/]
   [junit4]   2> 2750577 T6378 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2750577 T6378 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2750578 T6378 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2750578 T6378 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2750578 T6378 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2750578 T6378 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2750578 T6378 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2750579 T6378 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2750579 T6378 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2750580 T6378 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2750580 T6378 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2750581 T6378 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2750582 T6378 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2750582 T6378 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2750589 T6400 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/collection1/'
   [junit4]   2> 2750648 T6400 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 2750711 T6400 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2750712 T6400 oass.IndexSchema.readSchema Reading Solr Schema from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/collection1/conf/schema.xml
   [junit4]   2> 2750720 T6400 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2750740 T6400 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2750741 T6400 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/collection1/
   [junit4]   2> 2750742 T6400 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2750742 T6400 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/collection1/data/
   [junit4]   2> 2750742 T6400 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 2750743 T6400 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/collection1/data
   [junit4]   2> 2750743 T6400 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/collection1/data/index/
   [junit4]   2> 2750743 T6400 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2750744 T6400 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/collection1/data/index
   [junit4]   2> 2750745 T6400 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=23.5771484375, floorSegmentMB=1.623046875, forceMergeDeletesPctAllowed=21.014983618417908, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5068395909532784
   [junit4]   2> 2750746 T6400 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7d0cc522 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@51627b51),segFN=segments_1,generation=1}
   [junit4]   2> 2750747 T6400 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2750748 T6400 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2750749 T6400 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2750749 T6400 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2750750 T6400 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2750750 T6400 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2750751 T6400 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2750751 T6400 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2750752 T6400 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2750753 T6400 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2750754 T6400 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2750754 T6400 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2750754 T6400 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2750755 T6400 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2750755 T6400 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2750756 T6400 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 2750756 T6400 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2750757 T6400 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2750757 T6400 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 2750757 T6400 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 2750757 T6400 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 2750758 T6400 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2750762 T6400 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2750765 T6400 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2750767 T6400 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2750770 T6400 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2750773 T6400 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2750774 T6400 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2750774 T6400 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.638141468685773]
   [junit4]   2> 2750775 T6400 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7d0cc522 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@51627b51),segFN=segments_1,generation=1}
   [junit4]   2> 2750775 T6400 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2750775 T6400 oass.SolrIndexSearcher.<init> Opening Searcher@2d3b6dbe[collection1] main
   [junit4]   2> 2750776 T6400 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/collection1/conf
   [junit4]   2> 2750776 T6400 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/collection1/conf}
   [junit4]   2> 2750776 T6400 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/collection1/conf
   [junit4]   2> 2750777 T6400 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /rest/managed
   [junit4]   2> 2750778 T6400 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/collection1/conf
   [junit4]   2> 2750778 T6400 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2750786 T6400 oash.SnapPuller.startExecutorService Poll Scheduled at an interval of 1000ms
   [junit4]   2> 2750787 T6401 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2d3b6dbe[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2750787 T6400 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2750789 T6378 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2750790 T6378 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2750812 T6378 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=859405261
   [junit4]   2> 2750820 T6378 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@67a389a4
   [junit4]   2> 2750822 T6378 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 2750822 T6378 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 2750823 T6378 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2750823 T6378 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 2750827 T6378 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 2750828 T6378 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 2750828 T6378 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/collection1/data/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/collection1/data/index;done=false>>]
   [junit4]   2> 2750828 T6378 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/collection1/data/index
   [junit4]   2> 2750829 T6378 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/collection1/data [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/collection1/data;done=false>>]
   [junit4]   2> 2750829 T6378 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/collection1/data
   [junit4]   2> 2750829 T6378 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 2755804 T6378 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2755816 T6378 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57615
   [junit4]   2> 2755818 T6378 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2755818 T6378 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2755819 T6378 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002
   [junit4]   2> 2755819 T6378 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/'
   [junit4]   2> 2755842 T6378 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/solr.xml
   [junit4]   2> 2755887 T6378 oasc.CoreContainer.<init> New CoreContainer 2107371133
   [junit4]   2> 2755888 T6378 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/]
   [junit4]   2> 2755889 T6378 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2755889 T6378 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2755890 T6378 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2755890 T6378 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2755891 T6378 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2755891 T6378 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2755891 T6378 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2755892 T6378 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2755892 T6378 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2755892 T6378 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2755893 T6378 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2755893 T6378 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2755893 T6378 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2755894 T6378 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2755903 T6413 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/collection1/'
   [junit4]   2> 2755969 T6413 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 2756010 T6413 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2756012 T6413 oass.IndexSchema.readSchema Reading Solr Schema from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/collection1/conf/schema.xml
   [junit4]   2> 2756019 T6413 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2756029 T6413 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2756031 T6413 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/collection1/
   [junit4]   2> 2756031 T6413 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2756032 T6413 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/collection1/data/
   [junit4]   2> 2756032 T6413 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 2756032 T6413 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/collection1/data
   [junit4]   2> 2756033 T6413 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/collection1/data/index/
   [junit4]   2> 2756033 T6413 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2756034 T6413 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/collection1/data/index
   [junit4]   2> 2756034 T6413 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=23.5771484375, floorSegmentMB=1.623046875, forceMergeDeletesPctAllowed=21.014983618417908, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5068395909532784
   [junit4]   2> 2756035 T6413 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@51f32031 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@30c69aff),segFN=segments_1,generation=1}
   [junit4]   2> 2756036 T6413 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2756037 T6413 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2756038 T6413 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2756038 T6413 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2756038 T6413 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2756038 T6413 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2756039 T6413 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2756039 T6413 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2756039 T6413 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2756039 T6413 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2756041 T6413 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2756041 T6413 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2756042 T6413 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2756042 T6413 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2756043 T6413 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2756043 T6413 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2756043 T6413 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
   [junit4]   2> 2756044 T6413 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2756044 T6413 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2756044 T6413 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 2756045 T6413 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 2756045 T6413 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 2756057 T6413 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2756060 T6413 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2756062 T6413 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2756065 T6413 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2756067 T6413 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2756069 T6413 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2756069 T6413 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.638141468685773]
   [junit4]   2> 2756070 T6413 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@51f32031 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@30c69aff),segFN=segments_1,generation=1}
   [junit4]   2> 2756070 T6413 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2756071 T6413 oass.SolrIndexSearcher.<init> Opening Searcher@73dcfc5[collection1] main
   [junit4]   2> 2756072 T6413 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/collection1/conf
   [junit4]   2> 2756072 T6413 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/collection1/conf}
   [junit4]   2> 2756073 T6413 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/collection1/conf
   [junit4]   2> 2756073 T6413 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/collection1/conf
   [junit4]   2> 2756074 T6413 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 2756074 T6413 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 2756074 T6413 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 2756075 T6414 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@73dcfc5[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2756075 T6413 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2756077 T6378 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2756077 T6378 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> ASYNC  NEW_CORE C1532 name=collection1 org.apache.solr.core.SolrCore@60feedc0
   [junit4]   2> 2756081 T6385 C1532 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2756082 T6385 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {deleteByQuery=*:*} 0 1
   [junit4]   2> ASYNC  NEW_CORE C1533 name=collection1 org.apache.solr.core.SolrCore@2234b6ef
   [junit4]   2> 2756087 T6407 C1533 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2756088 T6407 C1533 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {deleteByQuery=*:*} 0 1
   [junit4]   2> 2756092 T6408 C1533 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2756095 T6408 C1533 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@51f32031 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@30c69aff),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@51f32031 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@30c69aff),segFN=segments_2,generation=2}
   [junit4]   2> 2756096 T6408 C1533 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 2756097 T6408 C1533 oass.SolrIndexSearcher.<init> Opening Searcher@4839e076[collection1] main
   [junit4]   2> 2756098 T6408 C1533 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 2756098 T6414 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4839e076[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2756100 T6408 C1533 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&commit=true&waitSearcher=true&wt=javabin&softCommit=false} {commit=} 0 8
   [junit4]   2> 2756105 T6386 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[0]} 0 1
   [junit4]   2> 2756109 T6387 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[1]} 0 0
   [junit4]   2> 2756113 T6382 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[2]} 0 0
   [junit4]   2> 2756117 T6383 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[3]} 0 0
   [junit4]   2> 2756121 T6384 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[4]} 0 0
   [junit4]   2> 2756133 T6385 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[5]} 0 0
   [junit4]   2> 2756139 T6386 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[6]} 0 0
   [junit4]   2> 2756143 T6387 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[7]} 0 1
   [junit4]   2> 2756146 T6382 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[8]} 0 0
   [junit4]   2> 2756150 T6383 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[9]} 0 0
   [junit4]   2> 2756153 T6384 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[10]} 0 0
   [junit4]   2> 2756157 T6385 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[11]} 0 0
   [junit4]   2> 2756166 T6386 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[12]} 0 1
   [junit4]   2> 2756173 T6387 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[13]} 0 0
   [junit4]   2> 2756182 T6382 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[14]} 0 1
   [junit4]   2> 2756190 T6383 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[15]} 0 0
   [junit4]   2> 2756197 T6384 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[16]} 0 0
   [junit4]   2> 2756201 T6386 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[17]} 0 1
   [junit4]   2> 2756205 T6387 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[18]} 0 0
   [junit4]   2> 2756210 T6382 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[19]} 0 1
   [junit4]   2> 2756213 T6383 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[20]} 0 0
   [junit4]   2> 2756217 T6384 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[21]} 0 0
   [junit4]   2> 2756221 T6385 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[22]} 0 0
   [junit4]   2> 2756225 T6386 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[23]} 0 0
   [junit4]   2> 2756229 T6387 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[24]} 0 0
   [junit4]   2> 2756233 T6382 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[25]} 0 0
   [junit4]   2> 2756237 T6383 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[26]} 0 0
   [junit4]   2> 2756241 T6384 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[27]} 0 0
   [junit4]   2> 2756245 T6385 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[28]} 0 1
   [junit4]   2> 2756248 T6386 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[29]} 0 0
   [junit4]   2> 2756253 T6387 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[30]} 0 0
   [junit4]   2> 2756257 T6382 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[31]} 0 0
   [junit4]   2> 2756262 T6383 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[32]} 0 1
   [junit4]   2> 2756265 T6384 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[33]} 0 0
   [junit4]   2> 2756268 T6385 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[34]} 0 0
   [junit4]   2> 2756272 T6386 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[35]} 0 0
   [junit4]   2> 2756275 T6387 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[36]} 0 0
   [junit4]   2> 2756279 T6382 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[37]} 0 0
   [junit4]   2> 2756283 T6383 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[38]} 0 1
   [junit4]   2> 2756287 T6384 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[39]} 0 0
   [junit4]   2> 2756298 T6385 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[40]} 0 1
   [junit4]   2> 2756303 T6386 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[41]} 0 0
   [junit4]   2> 2756308 T6387 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[42]} 0 0
   [junit4]   2> 2756313 T6382 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[43]} 0 1
   [junit4]   2> 2756316 T6383 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[44]} 0 0
   [junit4]   2> 2756321 T6384 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[45]} 0 0
   [junit4]   2> 2756330 T6385 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[46]} 0 0
   [junit4]   2> 2756342 T6386 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[47]} 0 1
   [junit4]   2> 2756349 T6387 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[48]} 0 0
   [junit4]   2> 2756354 T6382 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[49]} 0 0
   [junit4]   2> 2756358 T6383 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[50]} 0 0
   [junit4]   2> 2756363 T6384 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[51]} 0 0
   [junit4]   2> 2756368 T6385 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[52]} 0 0
   [junit4]   2> 2756371 T6386 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[53]} 0 0
   [junit4]   2> 2756375 T6387 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[54]} 0 0
   [junit4]   2> 2756380 T6382 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[55]} 0 0
   [junit4]   2> 2756385 T6383 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[56]} 0 0
   [junit4]   2> 2756388 T6384 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[57]} 0 0
   [junit4]   2> 2756393 T6385 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[58]} 0 0
   [junit4]   2> 2756397 T6386 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[59]} 0 0
   [junit4]   2> 2756400 T6387 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[60]} 0 0
   [junit4]   2> 2756404 T6382 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[61]} 0 0
   [junit4]   2> 2756408 T6383 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[62]} 0 0
   [junit4]   2> 2756412 T6384 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[63]} 0 0
   [junit4]   2> 2756416 T6385 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[64]} 0 0
   [junit4]   2> 2756419 T6386 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[65]} 0 0
   [junit4]   2> 2756423 T6387 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[66]} 0 1
   [junit4]   2> 2756426 T6382 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[67]} 0 0
   [junit4]   2> 2756430 T6383 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[68]} 0 0
   [junit4]   2> 2756434 T6384 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[69]} 0 0
   [junit4]   2> 2756438 T6385 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[70]} 0 0
   [junit4]   2> 2756442 T6386 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[71]} 0 0
   [junit4]   2> 2756446 T6387 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[72]} 0 0
   [junit4]   2> 2756450 T6382 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[73]} 0 0
   [junit4]   2> 2756459 T6383 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[74]} 0 0
   [junit4]   2> 2756464 T6384 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[75]} 0 0
   [junit4]   2> 2756471 T6385 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[76]} 0 1
   [junit4]   2> 2756477 T6386 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[77]} 0 0
   [junit4]   2> 2756482 T6387 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[78]} 0 1
   [junit4]   2> 2756486 T6382 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[79]} 0 1
   [junit4]   2> 2756491 T6383 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[80]} 0 1
   [junit4]   2> 2756495 T6384 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[81]} 0 0
   [junit4]   2> 2756500 T6385 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[82]} 0 0
   [junit4]   2> 2756506 T6386 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[83]} 0 0
   [junit4]   2> 2756510 T6387 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[84]} 0 0
   [junit4]   2> 2756515 T6382 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[85]} 0 0
   [junit4]   2> 2756522 T6383 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[86]} 0 1
   [junit4]   2> 2756527 T6384 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[87]} 0 0
   [junit4]   2> 2756532 T6385 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[88]} 0 0
   [junit4]   2> 2756540 T6386 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[89]} 0 0
   [junit4]   2> 2756545 T6387 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[90]} 0 0
   [junit4]   2> 2756549 T6382 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[91]} 0 1
   [junit4]   2> 2756552 T6383 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[92]} 0 0
   [junit4]   2> 2756555 T6384 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[93]} 0 0
   [junit4]   2> 2756560 T6385 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[94]} 0 0
   [junit4]   2> 2756563 T6386 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[95]} 0 0
   [junit4]   2> 2756567 T6387 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[96]} 0 1
   [junit4]   2> 2756570 T6382 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[97]} 0 0
   [junit4]   2> 2756574 T6383 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[98]} 0 1
   [junit4]   2> 2756578 T6384 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[99]} 0 1
   [junit4]   2> 2756581 T6385 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[100]} 0 0
   [junit4]   2> 2756587 T6386 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[101]} 0 1
   [junit4]   2> 2756591 T6387 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[102]} 0 0
   [junit4]   2> 2756595 T6382 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[103]} 0 0
   [junit4]   2> 2756599 T6383 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[104]} 0 0
   [junit4]   2> 2756602 T6385 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[105]} 0 0
   [junit4]   2> 2756607 T6386 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[106]} 0 1
   [junit4]   2> 2756610 T6387 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[107]} 0 0
   [junit4]   2> 2756614 T6382 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[108]} 0 0
   [junit4]   2> 2756618 T6383 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[109]} 0 0
   [junit4]   2> 2756622 T6384 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[110]} 0 0
   [junit4]   2> 2756626 T6385 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[111]} 0 1
   [junit4]   2> 2756630 T6386 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[112]} 0 1
   [junit4]   2> 2756634 T6387 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[113]} 0 0
   [junit4]   2> 2756640 T6382 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[114]} 0 0
   [junit4]   2> 2756653 T6383 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[115]} 0 0
   [junit4]   2> 2756657 T6384 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[116]} 0 0
   [junit4]   2> 2756661 T6385 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[117]} 0 0
   [junit4]   2> 2756665 T6386 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[118]} 0 1
   [junit4]   2> 2756668 T6387 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[119]} 0 0
   [junit4]   2> 2756679 T6382 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[120]} 0 0
   [junit4]   2> 2756688 T6383 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[121]} 0 0
   [junit4]   2> 2756693 T6384 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[122]} 0 0
   [junit4]   2> 2756703 T6385 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[123]} 0 0
   [junit4]   2> 2756708 T6386 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[124]} 0 0
   [junit4]   2> 2756713 T6387 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[125]} 0 0
   [junit4]   2> 2756717 T6382 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[126]} 0 0
   [junit4]   2> 2756721 T6383 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[127]} 0 1
   [junit4]   2> 2756725 T6384 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[128]} 0 1
   [junit4]   2> 2756728 T6385 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[129]} 0 0
   [junit4]   2> 2756732 T6386 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[130]} 0 0
   [junit4]   2> 2756736 T6387 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[131]} 0 0
   [junit4]   2> 2756740 T6382 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[132]} 0 0
   [junit4]   2> 2756744 T6383 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[133]} 0 0
   [junit4]   2> 2756748 T6384 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[134]} 0 0
   [junit4]   2> 2756752 T6385 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[135]} 0 0
   [junit4]   2> 2756756 T6386 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[136]} 0 0
   [junit4]   2> 2756759 T6387 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[137]} 0 0
   [junit4]   2> 2756763 T6382 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[138]} 0 0
   [junit4]   2> 2756767 T6383 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[139]} 0 1
   [junit4]   2> 2756770 T6384 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[140]} 0 0
   [junit4]   2> 2756775 T6385 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[141]} 0 0
   [junit4]   2> 2756779 T6386 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[142]} 0 0
   [junit4]   2> 2756783 T6387 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[143]} 0 0
   [junit4]   2> 2756787 T6382 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[144]} 0 1
   [junit4]   2> 2756792 T6383 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[145]} 0 0
   [junit4]   2> 2756796 T6384 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[146]} 0 0
   [junit4]   2> 2756800 T6385 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[147]} 0 1
   [junit4]   2> 2756803 T6386 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[148]} 0 0
   [junit4]   2> 2756809 T6387 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[149]} 0 0
   [junit4]   2> 2756814 T6382 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[150]} 0 0
   [junit4]   2> 2756820 T6383 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[151]} 0 0
   [junit4]   2> 2756825 T6384 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[152]} 0 0
   [junit4]   2> 2756829 T6385 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[153]} 0 0
   [junit4]   2> 2756833 T6386 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[154]} 0 0
   [junit4]   2> 2756837 T6387 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[155]} 0 0
   [junit4]   2> 2756846 T6382 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[156]} 0 0
   [junit4]   2> 2756850 T6383 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[157]} 0 0
   [junit4]   2> 2756855 T6384 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[158]} 0 1
   [junit4]   2> 2756860 T6385 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[159]} 0 0
   [junit4]   2> 2756864 T6386 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[160]} 0 0
   [junit4]   2> 2756868 T6387 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[161]} 0 0
   [junit4]   2> 2756872 T6382 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[162]} 0 0
   [junit4]   2> 2756881 T6383 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[163]} 0 0
   [junit4]   2> 2756885 T6384 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[164]} 0 0
   [junit4]   2> 2756888 T6385 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[165]} 0 0
   [junit4]   2> 2756892 T6386 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[166]} 0 1
   [junit4]   2> 2756895 T6387 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[167]} 0 0
   [junit4]   2> 2756899 T6382 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[168]} 0 0
   [junit4]   2> 2756902 T6383 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[169]} 0 0
   [junit4]   2> 2756906 T6384 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[170]} 0 0
   [junit4]   2> 2756910 T6385 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[171]} 0 0
   [junit4]   2> 2756914 T6386 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[172]} 0 1
   [junit4]   2> 2756918 T6387 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[173]} 0 1
   [junit4]   2> 2756921 T6382 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[174]} 0 0
   [junit4]   2> 2756924 T6383 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[175]} 0 0
   [junit4]   2> 2756928 T6384 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[176]} 0 1
   [junit4]   2> 2756931 T6385 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[177]} 0 0
   [junit4]   2> 2756936 T6386 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[178]} 0 1
   [junit4]   2> 2756940 T6387 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[179]} 0 0
   [junit4]   2> 2756944 T6382 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[180]} 0 0
   [junit4]   2> 2756948 T6383 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[181]} 0 1
   [junit4]   2> 2756952 T6384 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[182]} 0 0
   [junit4]   2> 2756956 T6385 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[183]} 0 0
   [junit4]   2> 2756961 T6386 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[184]} 0 1
   [junit4]   2> 2756965 T6387 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[185]} 0 0
   [junit4]   2> 2756970 T6382 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[186]} 0 0
   [junit4]   2> 2756974 T6383 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[187]} 0 0
   [junit4]   2> 2756978 T6384 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[188]} 0 1
   [junit4]   2> 2756981 T6385 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[189]} 0 0
   [junit4]   2> 2756985 T6386 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[190]} 0 1
   [junit4]   2> 2756990 T6387 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[191]} 0 1
   [junit4]   2> 2756994 T6382 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[192]} 0 0
   [junit4]   2> 2756998 T6383 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[193]} 0 0
   [junit4]   2> 2757006 T6384 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[194]} 0 1
   [junit4]   2> 2757010 T6386 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[195]} 0 0
   [junit4]   2> 2757014 T6387 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[196]} 0 0
   [junit4]   2> 2757019 T6382 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[197]} 0 1
   [junit4]   2> 2757022 T6383 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[198]} 0 0
   [junit4]   2> 2757030 T6385 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[199]} 0 1
   [junit4]   2> 2757051 T6384 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[200]} 0 0
   [junit4]   2> 2757060 T6386 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[201]} 0 0
   [junit4]   2> 2757064 T6387 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[202]} 0 0
   [junit4]   2> 2757071 T6382 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[203]} 0 1
   [junit4]   2> 2757075 T6383 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[204]} 0 0
   [junit4]   2> 2757078 T6385 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[205]} 0 0
   [junit4]   2> 2757081 T6384 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[206]} 0 0
   [junit4]   2> 2757085 T6386 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[207]} 0 0
   [junit4]   2> 2757089 T6387 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[208]} 0 1
   [junit4]   2> 2757094 T6382 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[209]} 0 0
   [junit4]   2> 2757102 T6383 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[210]} 0 0
   [junit4]   2> 2757105 T6385 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[211]} 0 0
   [junit4]   2> 2757110 T6384 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[212]} 0 0
   [junit4]   2> 2757117 T6386 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[213]} 0 0
   [junit4]   2> 2757122 T6387 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[214]} 0 0
   [junit4]   2> 2757126 T6382 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[215]} 0 1
   [junit4]   2> 2757129 T6383 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[216]} 0 0
   [junit4]   2> 2757134 T6385 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[217]} 0 0
   [junit4]   2> 2757138 T6384 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[218]} 0 1
   [junit4]   2> 2757142 T6386 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[219]} 0 0
   [junit4]   2> 2757146 T6387 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[220]} 0 0
   [junit4]   2> 2757151 T6382 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[221]} 0 0
   [junit4]   2> 2757155 T6383 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[222]} 0 0
   [junit4]   2> 2757168 T6385 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[223]} 0 0
   [junit4]   2> 2757173 T6384 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[224]} 0 1
   [junit4]   2> 2757176 T6386 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[225]} 0 0
   [junit4]   2> 2757180 T6387 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[226]} 0 0
   [junit4]   2> 2757185 T6382 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[227]} 0 0
   [junit4]   2> 2757193 T6383 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[228]} 0 2
   [junit4]   2> 2757198 T6385 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[229]} 0 0
   [junit4]   2> 2757207 T6384 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[230]} 0 1
   [junit4]   2> 2757215 T6386 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[231]} 0 0
   [junit4]   2> 2757224 T6387 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[232]} 0 0
   [junit4]   2> 2757229 T6382 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[233]} 0 0
   [junit4]   2> 2757234 T6383 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[234]} 0 1
   [junit4]   2> 2757238 T6385 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[235]} 0 0
   [junit4]   2> 2757242 T6384 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[236]} 0 0
   [junit4]   2> 2757245 T6386 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[237]} 0 0
   [junit4]   2> 2757249 T6387 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[238]} 0 0
   [junit4]   2> 2757253 T6382 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[239]} 0 1
   [junit4]   2> 2757256 T6383 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[240]} 0 0
   [junit4]   2> 2757260 T6385 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[241]} 0 0
   [junit4]   2> 2757265 T6384 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[242]} 0 1
   [junit4]   2> 2757268 T6386 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[243]} 0 0
   [junit4]   2> 2757272 T6387 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[244]} 0 0
   [junit4]   2> 2757276 T6382 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[245]} 0 0
   [junit4]   2> 2757279 T6383 C1532 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[246]} 0 0
   [junit4]   2> ASYNC  NEW_CORE C1534 name=collection1 org.apache.solr.core.SolrCore@60feedc0
   [junit4]   2> 2757299 T6385 C1534 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[247]} 0 0
   [junit4]   2> 2757307 T6384 C1534 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[248]} 0 0
   [junit4]   2> 2757311 T6386 C1534 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[249]} 0 1
   [junit4]   2> 2757317 T6387 C1534 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[250]} 0 0
   [junit4]   2> 2757321 T6382 C1534 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[251]} 0 1
   [junit4]   2> 2757326 T6383 C1534 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[252]} 0 1
   [junit4]   2> 2757331 T6385 C1534 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[253]} 0 1
   [junit4]   2> 2757342 T6384 C1534 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[254]} 0 0
   [junit4]   2> 2757349 T6386 C1534 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[255]} 0 1
   [junit4]   2> 2757353 T6387 C1534 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[256]} 0 0
   [junit4]   2> 2757360 T6382 C1534 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[257]} 0 0
   [junit4]   2> 2757364 T6383 C1534 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[258]} 0 0
   [junit4]   2> 2757369 T6385 C1534 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={version=2&wt=javabin} {add=[259]} 0 1
   [junit4]   2> 27

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

ild/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-001/collection1/data [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-001/collection1/data;done=false>>]
   [junit4]   2> 3051269 T6378 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-001/collection1/data
   [junit4]   2> 3051269 T6378 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 3052127 T7082 oash.SnapPuller.fetchLatestIndex ERROR Master at: http://127.0.0.1:57796/solr is not available. Index fetch failed. Exception: Server refused connection at: http://127.0.0.1:57796/solr
   [junit4]   2> 3053125 T7082 oash.SnapPuller.fetchLatestIndex ERROR Master at: http://127.0.0.1:57796/solr is not available. Index fetch failed. Exception: Server refused connection at: http://127.0.0.1:57796/solr
   [junit4]   2> 3054126 T7082 oash.SnapPuller.fetchLatestIndex ERROR Master at: http://127.0.0.1:57796/solr is not available. Index fetch failed. Exception: Server refused connection at: http://127.0.0.1:57796/solr
   [junit4]   2> 3055128 T7082 oash.SnapPuller.fetchLatestIndex ERROR Master at: http://127.0.0.1:57796/solr is not available. Index fetch failed. Exception: Server refused connection at: http://127.0.0.1:57796/solr
   [junit4]   2> 3056125 T7082 oash.SnapPuller.fetchLatestIndex ERROR Master at: http://127.0.0.1:57796/solr is not available. Index fetch failed. Exception: Server refused connection at: http://127.0.0.1:57796/solr
   [junit4]   2> 3056267 T6378 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=165546858
   [junit4]   2> 3056268 T6378 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@56fd3777
   [junit4]   2> 3056269 T6378 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 3056270 T6378 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 3056270 T6378 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 3056271 T6378 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 3056273 T6378 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 3056273 T6378 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 3056274 T6378 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/collection1/data/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/collection1/data/index;done=false>>]
   [junit4]   2> 3056275 T6378 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/collection1/data/index
   [junit4]   2> 3056275 T6378 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/collection1/data [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/collection1/data;done=false>>]
   [junit4]   2> 3056275 T6378 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001/solr-instance-002/collection1/data
   [junit4]   2> 3056276 T6378 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 3061265 T6378 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler-8AC9644324F9D2CD-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {id=BlockTreeOrds(blocksize=128), name=BlockTreeOrds(blocksize=128), newname=BlockTreeOrds(blocksize=128)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=uk, timezone=Pacific/Apia
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_67 (64-bit)/cpus=2,threads=1,free=79797448,total=408944640
   [junit4]   2> NOTE: All tests run in this JVM: [TestWriterPerf, TestCollationField, SolrXmlInZkTest, TestDefaultSearchFieldResource, TestPartialUpdateDeduplication, CursorPagingTest, TestReversedWildcardFilterFactory, TestJmxIntegration, DocValuesMissingTest, OpenExchangeRatesOrgProviderTest, ExternalFileFieldSortTest, AnalysisErrorHandlingTest, TestFastWriter, MinimalSchemaTest, TestElisionMultitermQuery, HighlighterTest, TestCloudPivotFacet, TestStressRecovery, DistributedTermsComponentTest, ZkControllerTest, TestSystemIdResolver, TestCustomSort, FileBasedSpellCheckerTest, SortByFunctionTest, TestIBSimilarityFactory, LeaderElectionIntegrationTest, MultiThreadedOCPTest, DistributedQueryComponentCustomSortTest, ReplicationFactorTest, TestSolrDynamicMBean, QueryParsingTest, SuggesterTest, TestBadConfig, DeleteInactiveReplicaTest, TestLMDirichletSimilarityFactory, TestHighFrequencyDictionaryFactory, CollectionsAPIDistributedZkTest, TestRTGBase, DeleteLastCustomShardedReplicaTest, TestSortingResponseWriter, DistributedExpandComponentTest, TestShardHandlerFactory, HdfsLockFactoryTest, FileUtilsTest, TestLuceneMatchVersion, UpdateParamsTest, TestRecoveryHdfs, TestTrie, TestSolr4Spatial2, TestShortCircuitedRequests, CloudMLTQParserTest, TestMaxScoreQueryParser, SharedFSAutoReplicaFailoverUtilsTest, CoreAdminCreateDiscoverTest, OverriddenZkACLAndCredentialsProvidersTest, TermsComponentTest, TestHighlightDedupGrouping, TestDistributedSearch, SolrCoreTest, StressHdfsTest, TestFastLRUCache, TestUniqueKeyFieldResource, CustomCollectionTest, TestUtils, TestAnalyzeInfixSuggestions, SpellCheckCollatorTest, TestQueryUtils, ExitableDirectoryReaderTest, TestNoOpRegenerator, AsyncMigrateRouteKeyTest, DistributedFacetPivotLargeTest, RecoveryZkTest, TestQueryTypes, SpellCheckComponentTest, TestJmxMonitoredMap, HighlighterMaxOffsetTest, CursorMarkTest, TestFileDictionaryLookup, TestMergePolicyConfig, TestArbitraryIndexDir, IndexSchemaRuntimeFieldTest, TestBinaryField, ConnectionManagerTest, FieldMutatingUpdateProcessorTest, SearchHandlerTest, TestRangeQuery, LoggingHandlerTest, JsonLoaderTest, SSLMigrationTest, SyncSliceTest, CircularListTest, IndexSchemaTest, DistributedFacetPivotLongTailTest, AliasIntegrationTest, TestManagedResourceStorage, TestInitQParser, TestDocSet, TestWordDelimiterFilterFactory, TestUpdate, CoreAdminRequestStatusTest, DistribDocExpirationUpdateProcessorTest, SuggestComponentTest, TestBM25SimilarityFactory, TestMiniSolrCloudCluster, TestRealTimeGet, IndexBasedSpellCheckerTest, TestStressReorder, ShowFileRequestHandlerTest, TestPostingsSolrHighlighter, SuggesterFSTTest, WordBreakSolrSpellCheckerTest, TestSimpleQParserPlugin, TestDFRSimilarityFactory, TestLazyCores, TestSolrXmlPersistor, BasicZkTest, TestExpandComponent, TestSolr4Spatial, DistributedSpellCheckComponentTest, StatsComponentTest, TestTolerantSearch, SolrCoreCheckLockOnStartupTest, NumericFieldsTest, ChaosMonkeySafeLeaderTest, SimpleMLTQParserTest, TestFiltering, TestIntervalFaceting, HardAutoCommitTest, HdfsRecoveryZkTest, TestSearcherReuse, TestFaceting, TestStressLucene, SoftAutoCommitTest, OverseerCollectionProcessorTest, URLClassifyProcessorTest, TestSolrDeletionPolicy2, TestChildDocTransformer, DateFieldTest, LeaderElectionTest, BasicFunctionalityTest, TestReplicationHandler]
   [junit4] Completed in 311.58s, 14 tests, 1 error <<< FAILURES!

[...truncated 978 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:529: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:477: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:61: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/extra-targets.xml:39: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build.xml:192: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/common-build.xml:508: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1363: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:970: There were test failures: 450 suites, 1842 tests, 1 error, 51 ignored (21 assumptions)

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