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/05/08 11:32:33 UTC

[JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.8.0_05) - Build # 10147 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/10147/
Java: 64bit/jdk1.8.0_05 -XX:+UseCompressedOops -XX:+UseG1GC

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

Error Message:
collection already exists: migrate_multipleshardtest_targetCollection

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: collection already exists: migrate_multipleshardtest_targetCollection
	at __randomizedtesting.SeedInfo.seed([D90F9F9ECC573D57:58E91186BB085D6B]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:554)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.doRequest(LBHttpSolrServer.java:340)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:301)
	at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:636)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1512)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1467)
	at org.apache.solr.cloud.MigrateRouteKeyTest.createCollection(MigrateRouteKeyTest.java:153)
	at org.apache.solr.cloud.MigrateRouteKeyTest.multipleShardMigrateTest(MigrateRouteKeyTest.java:187)
	at org.apache.solr.cloud.AsyncMigrateRouteKeyTest.doTest(AsyncMigrateRouteKeyTest.java:46)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:865)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	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.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java: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:360)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:793)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:453)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:360)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11790 lines...]
   [junit4] Suite: org.apache.solr.cloud.AsyncMigrateRouteKeyTest
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/init-core-data-001
   [junit4]   2> 1106771 T5089 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 1106773 T5089 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 1106774 T5089 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1106774 T5090 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1106874 T5089 oasc.ZkTestServer.run start zk server on port:55528
   [junit4]   2> 1106876 T5089 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1106976 T5096 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@489f143b name:ZooKeeperConnection Watcher:127.0.0.1:55528 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1106977 T5089 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1106977 T5089 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1106984 T5089 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1106985 T5098 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c164e51 name:ZooKeeperConnection Watcher:127.0.0.1:55528/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1106986 T5089 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1106986 T5089 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1106989 T5089 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1106991 T5089 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1106993 T5089 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1106996 T5089 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1106997 T5089 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1107003 T5089 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 1107004 T5089 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1107008 T5089 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1107009 T5089 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1107013 T5089 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1107014 T5089 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1107017 T5089 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1107018 T5089 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1107021 T5089 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1107021 T5089 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1107024 T5089 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1107025 T5089 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1107028 T5089 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1107029 T5089 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1107031 T5089 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1107032 T5089 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1107034 T5089 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1107035 T5089 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1107038 T5089 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1107039 T5089 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1107290 T5089 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1107296 T5089 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:38016
   [junit4]   2> 1107296 T5089 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1107297 T5089 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1107297 T5089 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-002
   [junit4]   2> 1107297 T5089 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-002/'
   [junit4]   2> 1107309 T5089 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-002/solr.xml
   [junit4]   2> 1107335 T5089 oasc.CoreContainer.<init> New CoreContainer 525614865
   [junit4]   2> 1107335 T5089 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-002/]
   [junit4]   2> 1107336 T5089 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1107336 T5089 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1107336 T5089 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1107336 T5089 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1107337 T5089 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1107337 T5089 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1107337 T5089 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1107337 T5089 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1107337 T5089 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1107338 T5089 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1107338 T5089 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1107338 T5089 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1107339 T5089 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:55528/solr
   [junit4]   2> 1107339 T5089 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1107340 T5089 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1107342 T5109 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@57f447ab name:ZooKeeperConnection Watcher:127.0.0.1:55528 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1107342 T5089 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1107343 T5089 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1107344 T5111 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4501a527 name:ZooKeeperConnection Watcher:127.0.0.1:55528/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1107345 T5089 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1107346 T5089 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1107347 T5089 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1107349 T5089 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1107352 T5089 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1107354 T5089 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1107357 T5089 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1107357 T5089 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38016_
   [junit4]   2> 1107358 T5089 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:38016_
   [junit4]   2> 1107359 T5089 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1107360 T5089 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1107362 T5089 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:38016_
   [junit4]   2> 1107362 T5089 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1107363 T5089 oasc.Overseer.start Overseer (id=91720337154244611-127.0.0.1:38016_-n_0000000000) starting
   [junit4]   2> 1107371 T5089 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1107376 T5113 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1107376 T5089 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1107376 T5113 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes at 127.0.0.1:38016_
   [junit4]   2> 1107377 T5089 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1107378 T5089 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1107379 T5112 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1107381 T5114 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 1107381 T5114 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1107381 T5111 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1107381 T5114 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1107382 T5112 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1107382 T5112 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:38016",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:38016_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1107382 T5112 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 1107383 T5112 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1107384 T5111 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1107384 T5111 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> 1108382 T5114 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1108382 T5114 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1108383 T5114 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1108383 T5114 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1108385 T5114 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1108385 T5114 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-002/collection1/'
   [junit4]   2> 1108386 T5114 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 1108386 T5114 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 1108387 T5114 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 1108419 T5114 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_9
   [junit4]   2> 1108431 T5114 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1108432 T5114 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1108437 T5114 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1108517 T5114 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1108518 T5114 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1108519 T5114 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1108521 T5114 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1108543 T5114 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1108543 T5114 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1108544 T5114 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-002/collection1/, dataDir=./solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-001/control/data/
   [junit4]   2> 1108544 T5114 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@33acccb9
   [junit4]   2> 1108545 T5114 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-001/control/data
   [junit4]   2> 1108545 T5114 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-001/control/data/index/
   [junit4]   2> 1108545 T5114 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-001/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1108546 T5114 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-001/control/data/index
   [junit4]   2> 1108546 T5114 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=31, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.49587478765967796]
   [junit4]   2> 1108547 T5114 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=BaseDirectoryWrapper(RAMDirectory@abdab65 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3865cbd7),segFN=segments_1,generation=1}
   [junit4]   2> 1108547 T5114 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1108550 T5114 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1108551 T5114 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1108551 T5114 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1108551 T5114 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1108552 T5114 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1108552 T5114 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1108553 T5114 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1108553 T5114 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1108553 T5114 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1108554 T5114 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1108554 T5114 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1108555 T5114 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1108555 T5114 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1108555 T5114 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1108556 T5114 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1108556 T5114 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1108559 T5114 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1108561 T5114 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1108562 T5114 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1108562 T5114 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=55.9765625, floorSegmentMB=2.04296875, forceMergeDeletesPctAllowed=11.62808843487232, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.39835099377228567
   [junit4]   2> 1108563 T5114 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=BaseDirectoryWrapper(RAMDirectory@abdab65 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3865cbd7),segFN=segments_1,generation=1}
   [junit4]   2> 1108563 T5114 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1108563 T5114 oass.SolrIndexSearcher.<init> Opening Searcher@4b3c193d[collection1] main
   [junit4]   2> 1108564 T5114 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1108565 T5114 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1108566 T5114 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1108566 T5114 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1108567 T5114 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1108567 T5114 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1108568 T5114 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1108568 T5114 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1108568 T5114 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 1108569 T5114 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1108572 T5115 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4b3c193d[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1108573 T5114 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1108574 T5118 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:38016 collection:control_collection shard:shard1
   [junit4]   2> 1108575 T5089 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1108575 T5089 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1108575 T5118 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1108577 T5089 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1108579 T5120 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@778d5542 name:ZooKeeperConnection Watcher:127.0.0.1:55528/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1108579 T5089 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1108581 T5089 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1108583 T5118 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1108584 T5089 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1108585 T5111 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1108585 T5118 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1108586 T5118 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1029 name=collection1 org.apache.solr.core.SolrCore@53af461a url=http://127.0.0.1:38016/collection1 node=127.0.0.1:38016_ C1029_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:38016, core=collection1, node_name=127.0.0.1:38016_}
   [junit4]   2> 1108586 T5118 C1029 P38016 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:38016/collection1/
   [junit4]   2> 1108587 T5118 C1029 P38016 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1108587 T5118 C1029 P38016 oasc.SyncStrategy.syncToMe http://127.0.0.1:38016/collection1/ has no replicas
   [junit4]   2> 1108587 T5112 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1108587 T5118 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:38016/collection1/ shard1
   [junit4]   2> 1108588 T5118 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1108590 T5111 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1108595 T5111 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1108598 T5111 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1108699 T5111 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> 1108699 T5120 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> 1108745 T5118 oasc.ZkController.register We are http://127.0.0.1:38016/collection1/ and leader is http://127.0.0.1:38016/collection1/
   [junit4]   2> 1108746 T5118 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:38016
   [junit4]   2> 1108746 T5118 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1108746 T5118 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 1108746 T5118 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1108748 T5111 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1108748 T5111 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1108748 T5111 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1108748 T5118 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1108749 T5112 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1108750 T5112 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:38016",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:38016_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 1108752 T5111 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1108840 T5089 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 1108841 T5089 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1108843 T5089 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:36656
   [junit4]   2> 1108843 T5089 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1108844 T5089 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1108844 T5089 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-003
   [junit4]   2> 1108844 T5089 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-003/'
   [junit4]   2> 1108853 T5111 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> 1108854 T5120 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> 1108857 T5089 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-003/solr.xml
   [junit4]   2> 1108902 T5089 oasc.CoreContainer.<init> New CoreContainer 499367476
   [junit4]   2> 1108902 T5089 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-003/]
   [junit4]   2> 1108903 T5089 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1108903 T5089 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1108904 T5089 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1108904 T5089 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1108905 T5089 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1108905 T5089 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1108906 T5089 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1108906 T5089 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1108906 T5089 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1108907 T5089 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1108908 T5089 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1108908 T5089 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1108909 T5089 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:55528/solr
   [junit4]   2> 1108909 T5089 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1108911 T5089 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1108919 T5131 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@46a9f565 name:ZooKeeperConnection Watcher:127.0.0.1:55528 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1108919 T5089 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1109027 T5089 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1109050 T5133 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5dd6bd86 name:ZooKeeperConnection Watcher:127.0.0.1:55528/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1109050 T5089 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1109056 T5089 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1110058 T5089 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36656_
   [junit4]   2> 1110059 T5089 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:36656_
   [junit4]   2> 1110061 T5133 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1110061 T5111 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1110061 T5120 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1110066 T5134 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1110067 T5134 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1110068 T5111 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1110068 T5111 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1110068 T5111 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1110068 T5134 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1110070 T5112 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1110071 T5112 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:36656",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:36656_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1110072 T5112 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 1110072 T5112 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 1110075 T5111 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1110178 T5133 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> 1110178 T5111 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> 1110178 T5120 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> 1111069 T5134 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1111070 T5134 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1111071 T5134 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1111071 T5134 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1111073 T5134 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1111073 T5134 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-003/collection1/'
   [junit4]   2> 1111074 T5134 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 1111074 T5134 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 1111075 T5134 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 1111099 T5134 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_9
   [junit4]   2> 1111107 T5134 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1111109 T5134 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1111113 T5134 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1111191 T5134 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1111193 T5134 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1111193 T5134 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1111196 T5134 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1111218 T5134 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1111219 T5134 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1111219 T5134 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-003/collection1/, dataDir=./solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-001/jetty1/
   [junit4]   2> 1111219 T5134 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@33acccb9
   [junit4]   2> 1111220 T5134 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-001/jetty1
   [junit4]   2> 1111221 T5134 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-001/jetty1/index/
   [junit4]   2> 1111221 T5134 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-001/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 1111221 T5134 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-001/jetty1/index
   [junit4]   2> 1111222 T5134 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=31, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.49587478765967796]
   [junit4]   2> 1111223 T5134 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=BaseDirectoryWrapper(RAMDirectory@484f9171 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3eaa8b70),segFN=segments_1,generation=1}
   [junit4]   2> 1111223 T5134 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1111227 T5134 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1111227 T5134 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1111228 T5134 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1111228 T5134 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1111228 T5134 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1111228 T5134 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1111229 T5134 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1111229 T5134 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1111229 T5134 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1111229 T5134 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1111230 T5134 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1111230 T5134 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1111230 T5134 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1111230 T5134 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1111230 T5134 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1111231 T5134 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1111232 T5134 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1111233 T5134 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1111233 T5134 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1111234 T5134 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=55.9765625, floorSegmentMB=2.04296875, forceMergeDeletesPctAllowed=11.62808843487232, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.39835099377228567
   [junit4]   2> 1111234 T5134 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=BaseDirectoryWrapper(RAMDirectory@484f9171 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3eaa8b70),segFN=segments_1,generation=1}
   [junit4]   2> 1111234 T5134 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1111234 T5134 oass.SolrIndexSearcher.<init> Opening Searcher@49d74879[collection1] main
   [junit4]   2> 1111235 T5134 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1111236 T5134 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1111236 T5134 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1111236 T5134 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1111237 T5134 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1111237 T5134 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1111237 T5134 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1111238 T5134 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1111238 T5134 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 1111238 T5134 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1111239 T5135 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@49d74879[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1111240 T5134 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1111241 T5138 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:36656 collection:collection1 shard:shard2
   [junit4]   2> 1111242 T5089 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1111242 T5089 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1111242 T5138 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 1111247 T5138 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 1111248 T5111 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1111249 T5111 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1111249 T5138 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1111249 T5138 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1030 name=collection1 org.apache.solr.core.SolrCore@3f6044e2 url=http://127.0.0.1:36656/collection1 node=127.0.0.1:36656_ C1030_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:36656, core=collection1, node_name=127.0.0.1:36656_}
   [junit4]   2> 1111249 T5138 C1030 P36656 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:36656/collection1/
   [junit4]   2> 1111249 T5111 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1111249 T5138 C1030 P36656 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1111249 T5138 C1030 P36656 oasc.SyncStrategy.syncToMe http://127.0.0.1:36656/collection1/ has no replicas
   [junit4]   2> 1111250 T5138 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:36656/collection1/ shard2
   [junit4]   2> 1111250 T5138 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 1111250 T5112 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1111252 T5111 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1111252 T5111 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1111255 T5111 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1111361 T5133 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> 1111361 T5111 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> 1111361 T5120 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> 1111403 T5138 oasc.ZkController.register We are http://127.0.0.1:36656/collection1/ and leader is http://127.0.0.1:36656/collection1/
   [junit4]   2> 1111403 T5138 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:36656
   [junit4]   2> 1111403 T5138 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1111403 T5138 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 1111403 T5138 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1111404 T5111 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1111404 T5111 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1111404 T5111 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1111404 T5138 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1111405 T5112 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1111406 T5112 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:36656",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:36656_",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 1111407 T5111 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1111482 T5089 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 1111483 T5089 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1111484 T5089 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56333
   [junit4]   2> 1111485 T5089 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1111485 T5089 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1111485 T5089 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-004
   [junit4]   2> 1111485 T5089 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-004/'
   [junit4]   2> 1111497 T5089 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-004/solr.xml
   [junit4]   2> 1111515 T5120 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> 1111515 T5111 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> 1111515 T5133 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> 1111515 T5089 oasc.CoreContainer.<init> New CoreContainer 897910297
   [junit4]   2> 1111516 T5089 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-004/]
   [junit4]   2> 1111516 T5089 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1111516 T5089 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1111517 T5089 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1111517 T5089 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1111517 T5089 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1111517 T5089 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1111518 T5089 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1111518 T5089 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1111518 T5089 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1111519 T5089 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1111519 T5089 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1111519 T5089 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1111519 T5089 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:55528/solr
   [junit4]   2> 1111520 T5089 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1111520 T5089 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1111521 T5149 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7279a570 name:ZooKeeperConnection Watcher:127.0.0.1:55528 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1111522 T5089 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1111523 T5089 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1111524 T5151 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@56eb25d9 name:ZooKeeperConnection Watcher:127.0.0.1:55528/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1111524 T5089 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1111528 T5089 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1112530 T5089 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56333_
   [junit4]   2> 1112532 T5089 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56333_
   [junit4]   2> 1112535 T5120 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1112535 T5151 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1112535 T5111 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1112535 T5133 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1112540 T5152 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1112541 T5152 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1112542 T5111 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1112542 T5111 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1112542 T5111 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1112542 T5152 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1112544 T5112 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1112545 T5112 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56333",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:56333_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1112545 T5112 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 1112546 T5112 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1112552 T5111 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1112655 T5133 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> 1112655 T5111 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> 1112655 T5120 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> 1112655 T5151 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> 1113543 T5152 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1113544 T5152 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1113545 T5152 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1113545 T5152 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1113547 T5152 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1113547 T5152 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-004/collection1/'
   [junit4]   2> 1113549 T5152 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 1113549 T5152 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 1113550 T5152 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 1113577 T5152 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_9
   [junit4]   2> 1113585 T5152 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1113586 T5152 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1113591 T5152 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1113675 T5152 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1113676 T5152 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1113677 T5152 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1113679 T5152 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1113690 T5152 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1113690 T5152 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1113691 T5152 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-004/collection1/, dataDir=./solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-001/jetty2/
   [junit4]   2> 1113691 T5152 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@33acccb9
   [junit4]   2> 1113692 T5152 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-001/jetty2
   [junit4]   2> 1113692 T5152 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-001/jetty2/index/
   [junit4]   2> 1113693 T5152 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-001/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 1113693 T5152 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-001/jetty2/index
   [junit4]   2> 1113693 T5152 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=31, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.49587478765967796]
   [junit4]   2> 1113693 T5152 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=BaseDirectoryWrapper(RAMDirectory@78931fc5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@619c0a3a),segFN=segments_1,generation=1}
   [junit4]   2> 1113694 T5152 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1113696 T5152 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1113696 T5152 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1113696 T5152 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1113696 T5152 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1113696 T5152 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1113697 T5152 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1113697 T5152 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1113697 T5152 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1113697 T5152 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1113697 T5152 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1113698 T5152 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1113698 T5152 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1113698 T5152 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1113698 T5152 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1113699 T5152 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1113699 T5152 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1113700 T5152 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1113701 T5152 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1113702 T5152 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1113702 T5152 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=55.9765625, floorSegmentMB=2.04296875, forceMergeDeletesPctAllowed=11.62808843487232, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.39835099377228567
   [junit4]   2> 1113702 T5152 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=BaseDirectoryWrapper(RAMDirectory@78931fc5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@619c0a3a),segFN=segments_1,generation=1}
   [junit4]   2> 1113702 T5152 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1113703 T5152 oass.SolrIndexSearcher.<init> Opening Searcher@3721d4d[collection1] main
   [junit4]   2> 1113703 T5152 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1113704 T5152 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1113704 T5152 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1113704 T5152 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1113704 T5152 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1113704 T5152 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1113705 T5152 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1113705 T5152 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1113705 T5152 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 1113706 T5152 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1113708 T5153 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3721d4d[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1113709 T5152 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1113710 T5156 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:56333 collection:collection1 shard:shard1
   [junit4]   2> 1113710 T5089 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1113710 T5089 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1113711 T5156 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1113714 T5156 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1113715 T5111 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1113715 T5111 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1113715 T5156 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1113715 T5111 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1113716 T5156 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1031 name=collection1 org.apache.solr.core.SolrCore@c6b7fd1 url=http://127.0.0.1:56333/collection1 node=127.0.0.1:56333_ C1031_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:56333, core=collection1, node_name=127.0.0.1:56333_}
   [junit4]   2> 1113716 T5156 C1031 P56333 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:56333/collection1/
   [junit4]   2> 1113716 T5112 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1113716 T5156 C1031 P56333 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1113717 T5156 C1031 P56333 oasc.SyncStrategy.syncToMe http://127.0.0.1:56333/collection1/ has no replicas
   [junit4]   2> 1113717 T5156 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:56333/collection1/ shard1
   [junit4]   2> 1113717 T5156 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1113719 T5111 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1113721 T5111 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1113722 T5111 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1113834 T5133 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> 1113834 T5111 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> 1113834 T5120 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> 1113834 T5151 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> 1113872 T5156 oasc.ZkController.register We are http://127.0.0.1:56333/collection1/ and leader is http://127.0.0.1:56333/collection1/
   [junit4]   2> 1113872 T5156 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:56333
   [junit4]   2> 1113872 T5156 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1113872 T5156 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 1113872 T5156 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1113873 T5111 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1113874 T5111 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1113874 T5111 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1113874 T5156 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1113875 T5112 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1113876 T5112 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56333",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:56333_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 1113889 T5111 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1113991 T5151 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> 1113991 T5120 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> 1113991 T5111 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> 1113991 T5133 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> 1114011 T5089 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 1114012 T5089 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1114013 T5089 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53839
   [junit4]   2> 1114014 T5089 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1114014 T5089 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1114014 T5089 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-005
   [junit4]   2> 1114015 T5089 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-005/'
   [junit4]   2> 1114027 T5089 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-005/solr.xml
   [junit4]   2> 1114037 T5089 oasc.CoreContainer.<init> New CoreContainer 430213285
   [junit4]   2> 1114037 T5089 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-005/]
   [junit4]   2> 1114038 T5089 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1114038 T5089 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1114039 T5089 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1114039 T5089 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1114039 T5089 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1114039 T5089 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1114040 T5089 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1114040 T5089 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1114040 T5089 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1114041 T5089 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1114041 T5089 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1114042 T5089 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1114042 T5089 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:55528/solr
   [junit4]   2> 1114042 T5089 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1114043 T5089 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1114132 T5167 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5996c26f name:ZooKeeperConnection Watcher:127.0.0.1:55528 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1114132 T5089 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1114170 T5089 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1114229 T5169 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@51bb09f7 name:ZooKeeperConnection Watcher:127.0.0.1:55528/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1114229 T5089 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1114241 T5089 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1115244 T5089 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53839_
   [junit4]   2> 1115246 T5089 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53839_
   [junit4]   2> 1115249 T5120 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1115249 T5133 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1115249 T5169 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1115249 T5111 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1115250 T5151 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1115255 T5170 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1115255 T5170 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1115257 T5111 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1115257 T5170 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1115257 T5111 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1115258 T5111 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1115259 T5112 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1115260 T5112 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53839",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53839_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1115261 T5112 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 1115261 T5112 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 1115280 T5111 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1115382 T5151 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 1115382 T5169 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 1115382 T5111 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating.

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

osing main searcher on request.
   [junit4]   2> 1147604 T5189 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1147604 T5189 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-001/jetty4 [CachedDir<<refCount=0;path=./solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-001/jetty4;done=false>>]
   [junit4]   2> 1147605 T5189 oasc.CachingDirectoryFactory.close Closing directory: ./solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-001/jetty4
   [junit4]   2> 1147605 T5189 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-001/jetty4/index [CachedDir<<refCount=0;path=./solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-001/jetty4/index;done=false>>]
   [junit4]   2> 1147605 T5189 oasc.CachingDirectoryFactory.close Closing directory: ./solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001/tempDir-001/jetty4/index
   [junit4]   2> 1147607 T5189 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:260)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:303)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 1147608 T5189 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AsyncMigrateRouteKeyTest -Dtests.method=testDistribSearch -Dtests.seed=D90F9F9ECC573D57 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=it_IT -Dtests.timezone=America/Santarem -Dtests.file.encoding=UTF-8
   [junit4] ERROR   40.8s J0 | AsyncMigrateRouteKeyTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: collection already exists: migrate_multipleshardtest_targetCollection
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D90F9F9ECC573D57:58E91186BB085D6B]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:554)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.doRequest(LBHttpSolrServer.java:340)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:301)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:636)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1512)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1467)
   [junit4]    > 	at org.apache.solr.cloud.MigrateRouteKeyTest.createCollection(MigrateRouteKeyTest.java:153)
   [junit4]    > 	at org.apache.solr.cloud.MigrateRouteKeyTest.multipleShardMigrateTest(MigrateRouteKeyTest.java:187)
   [junit4]    > 	at org.apache.solr.cloud.AsyncMigrateRouteKeyTest.doTest(AsyncMigrateRouteKeyTest.java:46)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:865)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1147612 T5089 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.cloud.AsyncMigrateRouteKeyTest-D90F9F9ECC573D57-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=it_IT, timezone=America/Santarem
   [junit4]   2> NOTE: Linux 3.8.0-39-generic amd64/Oracle Corporation 1.8.0_05 (64-bit)/cpus=8,threads=1,free=72199736,total=456130560
   [junit4]   2> NOTE: All tests run in this JVM: [TestCursorMarkWithoutUniqueKey, ResponseLogComponentTest, UUIDFieldTest, DistributedQueryComponentCustomSortTest, TestPostingsSolrHighlighter, ConnectionManagerTest, ReturnFieldsTest, TestNoOpRegenerator, SpatialFilterTest, TestSolrIndexConfig, SyncSliceTest, TestConfig, DirectUpdateHandlerOptimizeTest, ScriptEngineTest, MBeansHandlerTest, TestBlendedInfixSuggestions, SchemaVersionSpecificBehaviorTest, RegexBoostProcessorTest, SolrTestCaseJ4Test, TestSystemIdResolver, TestPerFieldSimilarity, TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, CircularListTest, ShardSplitTest, TestSearchPerf, UpdateRequestProcessorFactoryTest, ZkControllerTest, TestFieldSortValues, TestCoreContainer, LukeRequestHandlerTest, TestNonNRTOpen, QueryEqualityTest, UnloadDistributedZkTest, DistributedDebugComponentTest, TestClassNameShortening, SOLR749Test, MoreLikeThisHandlerTest, TestElisionMultitermQuery, SliceStateTest, TestJoin, LeaderElectionTest, ShowFileRequestHandlerTest, TestRestManager, TestManagedResource, DocExpirationUpdateProcessorFactoryTest, WordBreakSolrSpellCheckerTest, TestUniqueKeyFieldResource, HdfsBasicDistributedZkTest, TestRealTimeGet, TestPseudoReturnFields, TestReplicationHandler, TestNRTOpen, DeleteShardTest, FastVectorHighlighterTest, TestWriterPerf, TestFaceting, TestDocBasedVersionConstraints, CoreAdminRequestStatusTest, CoreAdminHandlerTest, IndexSchemaTest, TestReloadAndDeleteDocs, TestLFUCache, AutoCommitTest, TestSort, TestSearcherReuse, TestExceedMaxTermLength, BinaryUpdateRequestHandlerTest, TestSurroundQueryParser, TestSimpleQParserPlugin, TestAnalyzeInfixSuggestions, OverseerCollectionProcessorTest, SoftAutoCommitTest, TermVectorComponentTest, JsonLoaderTest, TestLMDirichletSimilarityFactory, OverseerTest, TestFieldResource, DocumentBuilderTest, SliceStateUpdateTest, RecoveryZkTest, ZkCLITest, SolrInfoMBeanTest, TestFunctionQuery, TestSuggestSpellingConverter, TestExpandComponent, TestShardHandlerFactory, TestFieldCollectionResource, TestValueSourceCache, TestSerializedLuceneMatchVersion, TestRequestStatusCollectionAPI, LoggingHandlerTest, TestSchemaVersionResource, HdfsSyncSliceTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, ShardRoutingTest, BasicZkTest, ClusterStateUpdateTest, TestRandomFaceting, DistributedTermsComponentTest, SolrCoreTest, QueryElevationComponentTest, PeerSyncTest, ConvertedLegacyTest, TestFiltering, TestAtomicUpdateErrorCases, DefaultValueUpdateProcessorTest, SortByFunctionTest, TestRemoteStreaming, TestSolrDeletionPolicy1, DebugComponentTest, CacheHeaderTest, TestQueryUtils, DocumentAnalysisRequestHandlerTest, PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, PathHierarchyTokenizerFactoryTest, FieldAnalysisRequestHandlerTest, IndexSchemaRuntimeFieldTest, TestCSVResponseWriter, TestAnalyzedSuggestions, TestPHPSerializedResponseWriter, CSVRequestHandlerTest, CoreContainerCoreInitFailuresTest, HighlighterConfigTest, AlternateDirectoryTest, BadComponentTest, TestStressRecovery, TestSolrXMLSerializer, PreAnalyzedFieldTest, PrimUtilsTest, SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, ClusterStateTest, TestSolrJ, TestLRUCache, TestDocumentBuilder, SystemInfoHandlerTest, FileUtilsTest, TestRTGBase, TestHighlightDedupGrouping, TestCollationKeyRangeQueries, AssignTest, AsyncMigrateRouteKeyTest]
   [junit4] Completed on J0 in 40.86s, 1 test, 1 error <<< FAILURES!

[...truncated 202 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:467: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:447: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:45: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:496: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1297: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:921: There were test failures: 389 suites, 1630 tests, 1 error, 37 ignored (16 assumptions)

Total time: 59 minutes 55 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.8.0_05 -XX:+UseCompressedOops -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.7.0_60-ea-b15) - Build # 10149 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/10149/
Java: 64bit/jdk1.7.0_60-ea-b15 -XX:+UseCompressedOops -XX:+UseParallelGC

All tests passed

Build Log:
[...truncated 20706 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:467: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:92: The following files contain @author tags, tabs or nocommits:
* solr/core/src/test/org/apache/solr/handler/TestReplicationHandler.java

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



[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.8.0_20-ea-b11) - Build # 10148 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/10148/
Java: 32bit/jdk1.8.0_20-ea-b11 -server -XX:+UseConcMarkSweepGC

All tests passed

Build Log:
[...truncated 20627 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:467: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:92: The following files contain @author tags, tabs or nocommits:
* solr/core/src/test/org/apache/solr/handler/TestReplicationHandler.java

Total time: 69 minutes 14 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.8.0_20-ea-b11 -server -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure