You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/08/10 13:11:32 UTC

[JENKINS] Lucene-Solr-Tests-trunk-Java7 - Build # 4225 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java7/4225/

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

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:33570/_/lj

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:33570/_/lj
	at __randomizedtesting.SeedInfo.seed([250B72F696D9B91A:A4EDFCEEE186D926]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:431)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
	at org.apache.solr.cloud.SyncSliceTest.doTest(SyncSliceTest.java:139)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:150)
	at java.net.SocketInputStream.read(SocketInputStream.java:121)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:166)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:90)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:281)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:92)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:62)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:254)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:289)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:252)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:191)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:300)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:127)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:717)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:522)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
	... 43 more




Build Log:
[...truncated 9854 lines...]
   [junit4] Suite: org.apache.solr.cloud.SyncSliceTest
   [junit4]   2> 1363263 T3166 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_/lj
   [junit4]   2> 1363268 T3166 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./solrtest-SyncSliceTest-1376132246519
   [junit4]   2> 1363270 T3166 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 1363271 T3167 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1363372 T3166 oasc.ZkTestServer.run start zk server on port:48553
   [junit4]   2> 1363373 T3166 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1363377 T3173 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@49ff9126 name:ZooKeeperConnection Watcher:127.0.0.1:48553 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1363377 T3166 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1363377 T3166 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1363400 T3166 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1363406 T3175 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@24437f64 name:ZooKeeperConnection Watcher:127.0.0.1:48553/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1363406 T3166 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1363407 T3166 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1363420 T3166 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1363423 T3166 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1363425 T3166 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1363434 T3166 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1363434 T3166 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1363450 T3166 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1363451 T3166 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1363554 T3166 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1363555 T3166 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1363558 T3166 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1363559 T3166 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1363569 T3166 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1363570 T3166 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1363573 T3166 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1363573 T3166 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1363576 T3166 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1363577 T3166 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1363579 T3166 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1363580 T3166 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1363587 T3166 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1363588 T3166 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1363591 T3166 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1363592 T3166 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1363859 T3166 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1363864 T3166 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:28466
   [junit4]   2> 1363865 T3166 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1363866 T3166 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1363866 T3166 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-controljetty-1376132246850
   [junit4]   2> 1363867 T3166 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-controljetty-1376132246850/'
   [junit4]   2> 1363904 T3166 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-controljetty-1376132246850/solr.xml
   [junit4]   2> 1363996 T3166 oasc.CoreContainer.<init> New CoreContainer 1570179440
   [junit4]   2> 1363996 T3166 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-controljetty-1376132246850/]
   [junit4]   2> 1363998 T3166 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1363999 T3166 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1363999 T3166 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1364000 T3166 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1364000 T3166 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1364000 T3166 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1364001 T3166 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1364001 T3166 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1364002 T3166 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1364002 T3166 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1364020 T3166 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:48553/solr
   [junit4]   2> 1364020 T3166 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1364021 T3166 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1364024 T3186 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5525d355 name:ZooKeeperConnection Watcher:127.0.0.1:48553 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1364024 T3166 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1364034 T3166 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1364046 T3166 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1364048 T3188 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@12e57561 name:ZooKeeperConnection Watcher:127.0.0.1:48553/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1364048 T3166 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1364051 T3166 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1364059 T3166 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1364067 T3166 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1364069 T3166 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:28466__%2Flj
   [junit4]   2> 1364070 T3166 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:28466__%2Flj
   [junit4]   2> 1364080 T3166 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1364093 T3166 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1364100 T3166 oasc.Overseer.start Overseer (id=90186202908327939-127.0.0.1:28466__%2Flj-n_0000000000) starting
   [junit4]   2> 1364105 T3166 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1364118 T3190 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1364118 T3166 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1364120 T3166 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1364128 T3166 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1364130 T3189 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1364136 T3191 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 1364136 T3191 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1364137 T3191 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1365633 T3189 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1365634 T3189 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:28466__%2Flj",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:28466/_/lj"}
   [junit4]   2> 1365635 T3189 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 1365635 T3189 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1365651 T3188 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> 1366140 T3191 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1366140 T3191 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-controljetty-1376132246850/collection1
   [junit4]   2> 1366140 T3191 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1366141 T3191 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1366141 T3191 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1366142 T3191 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-controljetty-1376132246850/collection1/'
   [junit4]   2> 1366144 T3191 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-controljetty-1376132246850/collection1/lib/README' to classloader
   [junit4]   2> 1366144 T3191 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-controljetty-1376132246850/collection1/lib/classes/' to classloader
   [junit4]   2> 1366203 T3191 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1366269 T3191 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1366370 T3191 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1366381 T3191 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1367025 T3191 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1367038 T3191 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1367042 T3191 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1367055 T3191 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1367060 T3191 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1367064 T3191 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1367065 T3191 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1367065 T3191 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1367065 T3191 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1367066 T3191 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1367067 T3191 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1367067 T3191 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1367067 T3191 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-controljetty-1376132246850/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1376132246518/control/data/
   [junit4]   2> 1367068 T3191 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@17a51abe
   [junit4]   2> 1367068 T3191 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.SyncSliceTest-1376132246518/control/data
   [junit4]   2> 1367069 T3191 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1376132246518/control/data/index/
   [junit4]   2> 1367069 T3191 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1376132246518/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1367069 T3191 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.SyncSliceTest-1376132246518/control/data/index
   [junit4]   2> 1367074 T3191 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4df43440 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3bc24dd7),segFN=segments_1,generation=1}
   [junit4]   2> 1367074 T3191 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1367079 T3191 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1367079 T3191 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1367080 T3191 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1367081 T3191 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1367081 T3191 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1367081 T3191 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1367082 T3191 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1367082 T3191 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1367083 T3191 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1367098 T3191 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1367105 T3191 oass.SolrIndexSearcher.<init> Opening Searcher@37bd4fd6 main
   [junit4]   2> 1367106 T3191 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1367106 T3191 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1367110 T3192 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@37bd4fd6 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1367112 T3191 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1367112 T3191 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:28466/_/lj collection:control_collection shard:shard1
   [junit4]   2> 1367112 T3191 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 1367128 T3191 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1367147 T3191 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1367151 T3191 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1367151 T3191 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 1367151 T3191 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:28466/_/lj/collection1/
   [junit4]   2> 1367152 T3191 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1367152 T3191 oasc.SyncStrategy.syncToMe http://127.0.0.1:28466/_/lj/collection1/ has no replicas
   [junit4]   2> 1367152 T3191 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:28466/_/lj/collection1/ shard1
   [junit4]   2> 1367152 T3191 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1367164 T3189 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1367186 T3188 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> 1367224 T3191 oasc.ZkController.register We are http://127.0.0.1:28466/_/lj/collection1/ and leader is http://127.0.0.1:28466/_/lj/collection1/
   [junit4]   2> 1367224 T3191 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:28466/_/lj
   [junit4]   2> 1367224 T3191 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1367224 T3191 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 1367225 T3191 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1367226 T3191 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1367227 T3166 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0
   [junit4]   2> 1367228 T3166 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1367228 T3166 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1367239 T3166 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 1367240 T3166 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1367242 T3195 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5330e6fb name:ZooKeeperConnection Watcher:127.0.0.1:48553/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1367242 T3166 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1367244 T3166 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1367246 T3166 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 1367514 T3166 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1367517 T3166 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:38667
   [junit4]   2> 1367518 T3166 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1367518 T3166 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1367519 T3166 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty1-1376132250495
   [junit4]   2> 1367519 T3166 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty1-1376132250495/'
   [junit4]   2> 1367557 T3166 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty1-1376132250495/solr.xml
   [junit4]   2> 1367649 T3166 oasc.CoreContainer.<init> New CoreContainer 1739180025
   [junit4]   2> 1367649 T3166 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty1-1376132250495/]
   [junit4]   2> 1367651 T3166 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1367652 T3166 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1367652 T3166 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1367653 T3166 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1367653 T3166 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1367653 T3166 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1367654 T3166 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1367654 T3166 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1367655 T3166 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1367655 T3166 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1367672 T3166 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:48553/solr
   [junit4]   2> 1367673 T3166 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1367674 T3166 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1367677 T3206 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1298e4c4 name:ZooKeeperConnection Watcher:127.0.0.1:48553 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1367677 T3166 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1367694 T3166 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1367706 T3166 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1367708 T3208 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6960466 name:ZooKeeperConnection Watcher:127.0.0.1:48553/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1367708 T3166 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1367719 T3166 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1368691 T3189 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1368692 T3189 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:28466__%2Flj",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:28466/_/lj"}
   [junit4]   2> 1368732 T3188 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> 1368732 T3166 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38667__%2Flj
   [junit4]   2> 1368732 T3208 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> 1368732 T3195 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> 1368735 T3166 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:38667__%2Flj
   [junit4]   2> 1368745 T3195 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1368745 T3208 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1368745 T3188 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1368746 T3208 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1368746 T3195 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1368746 T3188 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1368754 T3209 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 1368754 T3209 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1368756 T3209 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1370237 T3189 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1370238 T3189 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:38667__%2Flj",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:38667/_/lj"}
   [junit4]   2> 1370239 T3189 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1]
   [junit4]   2> 1370239 T3189 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1370257 T3188 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> 1370257 T3208 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> 1370257 T3195 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> 1370758 T3209 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1370758 T3209 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty1-1376132250495/collection1
   [junit4]   2> 1370758 T3209 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1370759 T3209 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1370759 T3209 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1370760 T3209 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty1-1376132250495/collection1/'
   [junit4]   2> 1370762 T3209 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty1-1376132250495/collection1/lib/README' to classloader
   [junit4]   2> 1370762 T3209 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty1-1376132250495/collection1/lib/classes/' to classloader
   [junit4]   2> 1370823 T3209 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1370888 T3209 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1370989 T3209 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1371001 T3209 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1371640 T3209 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1371651 T3209 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1371655 T3209 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1371668 T3209 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1371673 T3209 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1371677 T3209 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1371678 T3209 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1371678 T3209 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1371678 T3209 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1371679 T3209 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1371679 T3209 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1371680 T3209 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1371680 T3209 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty1-1376132250495/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1376132246518/jetty1/
   [junit4]   2> 1371680 T3209 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@17a51abe
   [junit4]   2> 1371681 T3209 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.SyncSliceTest-1376132246518/jetty1
   [junit4]   2> 1371681 T3209 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1376132246518/jetty1/index/
   [junit4]   2> 1371682 T3209 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1376132246518/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 1371682 T3209 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.SyncSliceTest-1376132246518/jetty1/index
   [junit4]   2> 1371686 T3209 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@dcb1d5a lockFactory=org.apache.lucene.store.NativeFSLockFactory@6ea67a51),segFN=segments_1,generation=1}
   [junit4]   2> 1371686 T3209 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1371691 T3209 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1371692 T3209 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1371693 T3209 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1371693 T3209 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1371694 T3209 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1371694 T3209 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1371695 T3209 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1371695 T3209 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1371696 T3209 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1371711 T3209 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1371718 T3209 oass.SolrIndexSearcher.<init> Opening Searcher@adc5299 main
   [junit4]   2> 1371719 T3209 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1371719 T3209 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1371725 T3210 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@adc5299 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1371727 T3209 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1371728 T3209 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:38667/_/lj collection:collection1 shard:shard1
   [junit4]   2> 1371728 T3209 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 1371742 T3209 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1371760 T3209 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1371763 T3209 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1371763 T3209 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 1371763 T3209 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:38667/_/lj/collection1/
   [junit4]   2> 1371764 T3209 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1371764 T3209 oasc.SyncStrategy.syncToMe http://127.0.0.1:38667/_/lj/collection1/ has no replicas
   [junit4]   2> 1371764 T3209 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:38667/_/lj/collection1/ shard1
   [junit4]   2> 1371764 T3209 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1373263 T3189 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1373298 T3188 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> 1373298 T3208 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> 1373298 T3195 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> 1373351 T3209 oasc.ZkController.register We are http://127.0.0.1:38667/_/lj/collection1/ and leader is http://127.0.0.1:38667/_/lj/collection1/
   [junit4]   2> 1373351 T3209 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:38667/_/lj
   [junit4]   2> 1373351 T3209 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1373351 T3209 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 1373352 T3209 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1373357 T3209 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1373358 T3166 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0
   [junit4]   2> 1373359 T3166 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1373360 T3166 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1373630 T3166 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1373633 T3166 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:40334
   [junit4]   2> 1373634 T3166 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1373635 T3166 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1373635 T3166 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty2-1376132256618
   [junit4]   2> 1373635 T3166 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty2-1376132256618/'
   [junit4]   2> 1373674 T3166 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty2-1376132256618/solr.xml
   [junit4]   2> 1373772 T3166 oasc.CoreContainer.<init> New CoreContainer 244408051
   [junit4]   2> 1373773 T3166 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty2-1376132256618/]
   [junit4]   2> 1373775 T3166 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1373776 T3166 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1373776 T3166 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1373776 T3166 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1373777 T3166 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1373777 T3166 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1373778 T3166 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1373778 T3166 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1373779 T3166 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1373779 T3166 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1373795 T3166 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:48553/solr
   [junit4]   2> 1373796 T3166 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1373797 T3166 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1373830 T3222 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@fbbaeb3 name:ZooKeeperConnection Watcher:127.0.0.1:48553 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1373830 T3166 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1373833 T3166 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1373843 T3166 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1373845 T3224 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1394a22c name:ZooKeeperConnection Watcher:127.0.0.1:48553/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1373846 T3166 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1373857 T3166 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1374808 T3189 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1374809 T3189 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:38667__%2Flj",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:38667/_/lj"}
   [junit4]   2> 1374822 T3195 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> 1374822 T3208 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> 1374822 T3224 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> 1374822 T3188 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> 1374860 T3166 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40334__%2Flj
   [junit4]   2> 1374862 T3166 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:40334__%2Flj
   [junit4]   2> 1374864 T3195 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1374864 T3224 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1374865 T3208 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1374865 T3188 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1374865 T3208 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1374865 T3188 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1374866 T3195 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1374866 T3224 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1374879 T3225 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 1374880 T3225 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1374881 T3225 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1376328 T3189 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1376330 T3189 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:40334__%2Flj",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:40334/_/lj"}
   [junit4]   2> 1376330 T3189 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
   [junit4]   2> 1376330 T3189 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1376335 T3188 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> 1376335 T3224 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> 1376335 T3208 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> 1376335 T3195 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> 1376883 T3225 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1376883 T3225 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty2-1376132256618/collection1
   [junit4]   2> 1376883 T3225 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1376884 T3225 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1376884 T3225 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1376885 T3225 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty2-1376132256618/collection1/'
   [junit4]   2> 1376886 T3225 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty2-1376132256618/collection1/lib/classes/' to classloader
   [junit4]   2> 1376887 T3225 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty2-1376132256618/collection1/lib/README' to classloader
   [junit4]   2> 1376932 T3225 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1376982 T3225 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1377083 T3225 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1377091 T3225 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1377583 T3225 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1377592 T3225 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1377595 T3225 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1377605 T3225 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1377608 T3225 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1377612 T3225 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1377612 T3225 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1377613 T3225 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1377613 T3225 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1377613 T3225 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1377614 T3225 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1377614 T3225 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1377614 T3225 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty2-1376132256618/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1376132246518/jetty2/
   [junit4]   2> 1377614 T3225 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@17a51abe
   [junit4]   2> 1377616 T3225 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.SyncSliceTest-1376132246518/jetty2
   [junit4]   2> 1377616 T3225 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1376132246518/jetty2/index/
   [junit4]   2> 1377616 T3225 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1376132246518/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 1377616 T3225 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.SyncSliceTest-1376132246518/jetty2/index
   [junit4]   2> 1377620 T3225 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@18e6aba7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7e0d70b5),segFN=segments_1,generation=1}
   [junit4]   2> 1377620 T3225 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1377625 T3225 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1377625 T3225 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1377626 T3225 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1377626 T3225 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1377627 T3225 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1377627 T3225 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1377627 T3225 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1377628 T3225 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1377628 T3225 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1377642 T3225 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1377648 T3225 oass.SolrIndexSearcher.<init> Opening Searcher@62ef0ab0 main
   [junit4]   2> 1377649 T3225 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1377649 T3225 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1377653 T3226 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@62ef0ab0 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1377655 T3225 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1377655 T3225 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:40334/_/lj collection:collection1 shard:shard1
   [junit4]   2> 1377655 T3225 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 1377675 T3225 oasc.ZkController.register We are http://127.0.0.1:40334/_/lj/collection1/ and leader is http://127.0.0.1:38667/_/lj/collection1/
   [junit4]   2> 1377675 T3225 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:40334/_/lj
   [junit4]   2> 1377675 T3225 oasc.ZkController.checkRecovery Core needs to recover:collection1
   [junit4]   2> 1377675 T3225 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
   [junit4]   2> ASYNC  NEW_CORE C1048 name=collection1 org.apache.solr.core.SolrCore@52055179 url=http://127.0.0.1:40334/_/lj/collection1 node=127.0.0.1:40334__%2Flj C1048_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, node_name=127.0.0.1:40334__%2Flj, base_url=http://127.0.0.1:40334/_/lj}
   [junit4]   2> 1377676 T3227 C1048 P40334 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
   [junit4]   2> 1377676 T3225 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1377676 T3227 C1048 P40334 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
   [junit4]   2> 1377676 T3227 C1048 P40334 oasc.ZkController.publish publishing core=collection1 state=recovering
   [junit4]   2> 1377677 T3227 C1048 P40334 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1377677 T3166 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0
   [junit4]   2> 1377677 T3166 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1377678 T3166 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1377684 T3227 C1048 P40334 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1377693 T3198 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: core_node2, state: recovering, checkLive: true, onlyIfLeader: true
   [junit4]   2> 1377855 T3189 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1377857 T3189 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"recovering",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:40334__%2Flj",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:40334/_/lj"}
   [junit4]   2> 1377875 T3166 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1377877 T3166 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:33570
   [junit4]   2> 1377878 T3166 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1377878 T3166 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1377878 T3166 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty3-1376132260934
   [junit4]   2> 1377879 T3166 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty3-1376132260934/'
   [junit4]   2> 1377903 T3166 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty3-1376132260934/solr.xml
   [junit4]   2> 1377952 T3224 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> 1377952 T3188 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> 1377952 T3208 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> 1377952 T3195 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> 1377966 T3166 oasc.CoreContainer.<init> New CoreContainer 581919807
   [junit4]   2> 1377966 T3166 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty3-1376132260934/]
   [junit4]   2> 1377968 T3166 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1377968 T3166 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1377968 T3166 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1377968 T3166 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1377969 T3166 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1377969 T3166 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1377969 T3166 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1377970 T3166 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1377970 T3166 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1377970 T3166 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1377983 T3166 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:48553/solr
   [junit4]   2> 1377983 T3166 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1377984 T3166 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1377986 T3239 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@21449e2e name:ZooKeeperConnection Watcher:127.0.0.1:48553 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1377986 T3166 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1378035 T3166 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1378042 T3166 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1378044 T3241 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@715f5f51 name:ZooKeeperConnection Watcher:127.0.0.1:48553/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1378044 T3166 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1378076 T3166 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1378694 T3198 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: core_node2, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 1378694 T3198 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=core_node2&state=recovering&nodeName=127.0.0.1:40334__%252Flj&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1001 
   [junit4]   2> 1379079 T3166 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33570__%2Flj
   [junit4]   2> 1379109 T3166 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:33570__%2Flj
   [junit4]   2> 1379112 T3195 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1379113 T3224 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1379114 T3241 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1379114 T3208 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1379114 T3188 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1379114 T3208 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 1379115 T3188 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 1379115 T3195 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1379124 T3224 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1379131 T3242 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 1379132 T3242 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1379133 T3242 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1379456 T3189 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1379457 T3189 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node3",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:33570__%2Flj",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:33570/_/lj"}
   [junit4]   2> 1379458 T3189 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
   [junit4]   2> 1379458 T3189 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1379473 T3188 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> 1379473 T3208 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> 1379473 T3241 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> 1379473 T3224 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> 1379473 T3195 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> 1380134 T3242 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1380134 T3242 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty3-1376132260934/collection1
   [junit4]   2> 1380134 T3242 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1380135 T3242 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1380135 T3242 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1380136 T3242 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty3-1376132260934/collection1/'
   [junit4]   2> 1380138 T3242 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty3-1376132260934/collection1/lib/README' to classloader
   [junit4]   2> 1380139 T3242 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/org.apache.solr.cloud.SyncSliceTest-jetty3-1376132260934/collection1/lib/classes/' to classloader
   [junit4]   2> 1380205 T3242 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1380278 T3242 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1380379 T3242 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1380391 T3242 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2>  C1048_STATE=coll:collection1 core:collection1 props:{state=recovering, core=collection1, node_name=127.0.0.1:40334__%2Flj, base_url=http://127.0.0.1:40334/_/lj}
   [junit4]   2> 1380696 T3227 C1048 P40334 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:38667/_/lj/collection1/ core=collection1 - recoveringAfterStartup=true
   [junit4]   2> 1380696 T3227 C1048 P40334 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:40334/_/lj START replicas=[http://127.0.0.1:38667/_/lj/collection1/] nUpdates=100
   [junit4]   2> 1380697 T3227 C1048 P40334 oasu.PeerSync.sync WARN no frame of reference to tell of we've missed updates
   [junit4]   2> 1380697 T3227 C1048 P40334 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
   [junit4]   2> 1380697 T3227 C1048 P40334 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
   [junit4]   2> 1380697 T3227 C1048 P40334 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
   [junit4]   2> 1380698 T3227 C1048 P40334 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1380698 T3227 C1048 P40334 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:38667/_/lj/collection1/. core=collection1
   [junit4]   2> 1380698 T3227 C1048 P40334 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> ASYNC  NEW_CORE C1049 name=collection1 org.apache.solr.core.SolrCore@2eea1772 url=http://127.0.0.1:38667/_/lj/collection1 node=127.0.0.1:38667__%2Flj C1049_STATE=coll:collection1 core:collection1 props:{state=active, core=collection1, node_name=127.0.0.1:38667__%2Flj, base_url=http://127.0.0.1:38667/_/lj, leader=true}
   [junit4]   2> 1380704 T3199 C1049 P38667 oasc.SolrCore.execute [collection1] webapp=/_/lj path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
   [junit4]   2> 1380711 T3200 C1049 P38667 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1380713 T3200 C1049 P38667 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@dcb1d5a lockFactory=org.apache.lucene.store.NativeFSLockFactory@6ea67a51),segFN=segments_1,generation=1}
   [junit4]   2> 1380714 T3200 C1049 P38667 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1380715 T3200 C1049 P38667 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1380715 T3200 C1049 P38667 oass.SolrIndexSearcher.<init> Opening Searcher@5f991980 realtime
   [junit4]   2> 1380715 T3200 C1049 P38667 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1380715 T3200 C1049 P38667 oasup.LogUpdateProcessor.finish [collection1] webapp=/_/lj path=/update params={waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 4
   [junit4]   2> 1380716 T3227 C1048 P40334 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1380716 T3227 C1048 P40334 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
   [junit4]   2> 1380718 T3201 C1049 P38667 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1380719 T3201 C1049 P38667 oasc.SolrCore.execute [collection1] webapp=/_/lj path=/replication params={command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=1 
   [junit4]   2> 1380719 T3227 C1048 P40334 oasc.RecoveryStrategy.replay No replay needed. core=collection1
   [junit4]   2> 1380719 T3227 C1048 P40334 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
   [junit4]   2> 1380719 T3227 C1048 P40334 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 1380720 T3227 C1048 P40334 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1380721 T3227 C1048 P40334 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
   [junit4]   2> 1380977 T3189 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1380978 T3189 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:40334__%2Flj",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:40334/_/lj"}
   [junit4]   2> 1380993 T3195 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> 1380993 T3224 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> 1380993 T3208 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> 1380993 T3241 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> 1380993 T3188 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> 1381095 T3242 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1381107 T3242 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1381111 T3242 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1381123 T3242 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1381128 T3242 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1381132 T3242 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1381133 T3242 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1381134 T3242 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1381134 T3242 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1381135 T3242 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1381135 T3242 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1381135 T3242 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1381136 T3242 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SyncSliceTest-jetty3-1376132260934/collection1/, dataDir=./org.apache.solr.cloud.SyncSliceTest-1376132246518/jetty3/
   [junit4]   2> 1381136 T3242 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@17a51abe
   [junit4]   2> 1381137 T3242 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.SyncSliceTest-1376132246518/jetty3
   [junit4]   2> 1381137 T3242 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SyncSliceTest-1376132246518/jetty3/index/
   [junit4]   2> 1381137 T3242 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.SyncSliceTest-1376132246518/jetty3/index' doesn't exist. Creating new index...
   [junit4]   2> 1381138 T3242 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.SyncSliceTest-1376132246518/jetty3/index
   [junit4]   2> 1381141 T3242 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@66768eee lockFactory=org.apache.lucene.store.NativeFSLockFactory@3c1502ce),segFN=segments_1,generation=1}
   [junit4]   2> 1381142 T3242 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1381148 T3242 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1381148 T3242 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1381149 T3242 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1381150 T3242 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1381150 T3242 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1381150 T3242 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1381151 T3242 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1381152 T3242 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1381152 T3242 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1381176 T3242 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1381184 T3242 oass.SolrIndexSearcher.<init> Opening Searcher@2c861340 main
   [junit4]   2> 1381186 T3242 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1381186 T3242 oasu.CommitTrac

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

onn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:62)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:254)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:289)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:252)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:191)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:300)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:127)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:717)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:522)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
   [junit4]    > 	... 43 more
   [junit4]   2> 1429823 T3166 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 1456155 T3224 oasu.PeerSync.handleResponse WARN PeerSync: core=collection1 url=http://127.0.0.1:40334/_/lj  couldn't connect to http://127.0.0.1:38667/_/lj/collection1/, counting as success
   [junit4]   2> 1456155 T3224 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:40334/_/lj DONE. sync succeeded
   [junit4]   2> 1456156 T3224 oasc.SyncStrategy.syncReplicas We have been closed, won't attempt to sync replicas back to leader
   [junit4]   2> 1456156 T3224 oasc.ShardLeaderElectionContext.rejoinLeaderElection Not rejoining election because CoreContainer is shutdown
   [junit4]   2> 1456156 T3224 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@52055179
   [junit4]   2> 1456157 T3224 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=2,adds=2,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=4,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
   [junit4]   2> 1456158 T3224 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1456158 T3224 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1456159 T3224 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1456163 T3224 C1055 P40334 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@18e6aba7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7e0d70b5),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@18e6aba7 lockFactory=org.apache.lucene.store.NativeFSLockFactory@7e0d70b5),segFN=segments_3,generation=3}
   [junit4]   2> 1456163 T3224 C1055 P40334 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 1456167 T3224 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 1456167 T3224 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1456167 T3224 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.cloud.SyncSliceTest-1376132246518/jetty2 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.SyncSliceTest-1376132246518/jetty2;done=false>>]
   [junit4]   2> 1456168 T3224 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.SyncSliceTest-1376132246518/jetty2
   [junit4]   2> 1456168 T3224 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.cloud.SyncSliceTest-1376132246518/jetty2/index [CachedDir<<refCount=0;path=./org.apache.solr.cloud.SyncSliceTest-1376132246518/jetty2/index;done=false>>]
   [junit4]   2> 1456168 T3224 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.SyncSliceTest-1376132246518/jetty2/index
   [junit4]   2> 1456168 T3224 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:235)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:232)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:232)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:84)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> 1456169 T3224 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 1456169 T3224 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1456169 T3224 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: test params are: codec=Lucene41, sim=DefaultSimilarity, locale=no_NO, timezone=America/Fortaleza
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=16,threads=2,free=120076752,total=461373440
   [junit4]   2> NOTE: All tests run in this JVM: [LukeRequestHandlerTest, WordBreakSolrSpellCheckerTest, TestPHPSerializedResponseWriter, DistributedQueryElevationComponentTest, TestSolrXmlPersistence, SolrInfoMBeanTest, TestRemoteStreaming, TestCharFilters, TestPerFieldSimilarity, TestFieldResource, TestMergePolicyConfig, QueryEqualityTest, TermVectorComponentTest, TestSolrXMLSerializer, TestCloudManagedSchemaAddField, TestExtendedDismaxParser, BasicFunctionalityTest, SimpleFacetsTest, ShardRoutingTest, FieldMutatingUpdateProcessorTest, PrimitiveFieldTypeTest, SampleTest, TestFastLRUCache, ResponseLogComponentTest, LoggingHandlerTest, AddSchemaFieldsUpdateProcessorFactoryTest, ZkControllerTest, TestLMDirichletSimilarityFactory, MBeansHandlerTest, HdfsChaosMonkeySafeLeaderTest, TestSurroundQueryParser, MoreLikeThisHandlerTest, HdfsUnloadDistributedZkTest, TestValueSourceCache, TestElisionMultitermQuery, StressHdfsTest, SystemInfoHandlerTest, CSVRequestHandlerTest, TestFunctionQuery, LeaderElectionTest, CoreMergeIndexesAdminHandlerTest, TestDocumentBuilder, SynonymTokenizerTest, TestBM25SimilarityFactory, TestShardHandlerFactory, SolrIndexSplitterTest, HdfsDirectoryTest, TermsComponentTest, TestDefaultSearchFieldResource, SoftAutoCommitTest, ZkNodePropsTest, IndexSchemaTest, AnalysisAfterCoreReloadTest, DocumentBuilderTest, TestSolrXml, TestSolrQueryParserDefaultOperatorResource, SchemaVersionSpecificBehaviorTest, TestLMJelinekMercerSimilarityFactory, TestSolrQueryParser, JsonLoaderTest, ScriptEngineTest, TestPostingsSolrHighlighter, TestLFUCache, ParsingFieldUpdateProcessorsTest, BadComponentTest, TestSolrIndexConfig, CacheHeaderTest, BasicDistributedZkTest, TestSchemaNameResource, CopyFieldTest, TestRecoveryHdfs, SuggesterFSTTest, TestDocSet, SolrTestCaseJ4Test, URLClassifyProcessorTest, SOLR749Test, TestLuceneMatchVersion, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, SyncSliceTest]
   [junit4] Completed on J0 in 93.62s, 1 test, 1 error <<< FAILURES!

[...truncated 490 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:389: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:369: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build.xml:181: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/common-build.xml:449: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:1230: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:873: There were test failures: 318 suites, 1345 tests, 1 error, 35 ignored (6 assumptions)

Total time: 59 minutes 21 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure