[prev in list] [next in list] [prev in thread] [next in thread] 

List:       lucene-dev
Subject:    [JENKINS] Lucene-Solr-Tests-trunk-java7 - Build # 3596 - Still Failing
From:       Apache Jenkins Server <jenkins () builds ! apache ! org>
Date:       2012-12-31 23:00:40
Message-ID: 1955919973.3936.1356994873740.JavaMail.hudson () aegis
[Download RAW message or body]

Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-java7/3596/

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

Error Message:
No registered leader was found, collection:unloadcollection slice:shard1

Stack Trace:
org.apache.solr.common.SolrException: No registered leader was found, \
collection:unloadcollection slice:shard1  at \
__randomizedtesting.SeedInfo.seed([FBAA0BC75E96ACF:8E5C2EA402B60AF3]:0)  at \
org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:429)  at \
org.apache.solr.common.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:403)  at \
org.apache.solr.cloud.BasicDistributedZkTest.testCoreUnloadAndLeaders(BasicDistributedZkTest.java:564)
  at org.apache.solr.cloud.BasicDistributedZkTest.doTest(BasicDistributedZkTest.java:337)
  at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:794)
  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:601)
	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:722)


REGRESSION:  org.apache.solr.cloud.SyncSliceTest.testDistribSearch

Error Message:
shard1 should have just been set up to be inconsistent - but it's still consistent

Stack Trace:
java.lang.AssertionError: shard1 should have just been set up to be inconsistent - \
but it's still consistent  at \
__randomizedtesting.SeedInfo.seed([FBAA0BC75E96ACF:8E5C2EA402B60AF3]:0)  at \
org.junit.Assert.fail(Assert.java:93)  at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.SyncSliceTest.doTest(SyncSliceTest.java:214)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:794)
  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:601)
	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:722)




Build Log:
[...truncated 9084 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
[junit4:junit4]   2> 0 T847 oas.BaseDistributedSearchTestCase.initHostContext Setting \
hostContext system property: /yz_g/ [junit4:junit4]   2> 8 T847 \
oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch [junit4:junit4]   2> Creating \
dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZkTest-1356994150580
 [junit4:junit4]   2> 9 T847 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 10 T848 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting \
server [junit4:junit4]   2> 16 T848 oazs.ZooKeeperServer.setTickTime tickTime set to \
1000 [junit4:junit4]   2> 16 T848 oazs.ZooKeeperServer.setMinSessionTimeout \
minSessionTimeout set to -1 [junit4:junit4]   2> 16 T848 \
oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1 [junit4:junit4] \
2> 17 T848 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0 \
[junit4:junit4]   2> 19 T848 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to \
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr- \
core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/zookeeper/server1/data/version-2/snapshot.0
 [junit4:junit4]   2> 111 T847 oasc.ZkTestServer.run start zk server on port:34875
[junit4:junit4]   2> 112 T847 oaz.ZooKeeper.<init> Initiating client connection, \
connectString=127.0.0.1:34875 sessionTimeout=10000 \
watcher=org.apache.solr.common.cloud.ConnectionManager@7beadf67 [junit4:junit4]   2> \
113 T847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to \
ZooKeeper [junit4:junit4]   2> 114 T853 oaz.ClientCnxn$SendThread.logStartConnect \
Opening socket connection to server localhost/127.0.0.1:34875. Will not attempt to \
authenticate using SASL (access denied ("javax.security.auth.AuthPermission" \
"getLoginConfiguration")) [junit4:junit4]   2> 115 T853 \
oaz.ClientCnxn$SendThread.primeConnection Socket connection established to \
localhost/127.0.0.1:34875, initiating session [junit4:junit4]   2> 115 T849 \
oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:34876 \
[junit4:junit4]   2> 116 T849 oazs.ZooKeeperServer.processConnectRequest Client \
attempting to establish new session at /140.211.11.196:34876 [junit4:junit4]   2> 116 \
T851 oazsp.FileTxnLog.append Creating new log file: log.1 [junit4:junit4]   2> 121 \
T851 oazs.ZooKeeperServer.finishSessionInit Established session 0x13bf32780c00000 \
with negotiated timeout 10000 for client /140.211.11.196:34876 [junit4:junit4]   2> \
121 T853 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on \
server localhost/127.0.0.1:34875, sessionid = 0x13bf32780c00000, negotiated timeout = \
10000 [junit4:junit4]   2> 122 T854 oascc.ConnectionManager.process Watcher \
org.apache.solr.common.cloud.ConnectionManager@7beadf67 name:ZooKeeperConnection \
Watcher:127.0.0.1:34875 got event WatchedEvent state:SyncConnected type:None \
path:null path:null type:None [junit4:junit4]   2> 123 T847 \
oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper \
[junit4:junit4]   2> 124 T847 oascc.SolrZkClient.makePath makePath: /solr \
[junit4:junit4]   2> 130 T852 oazs.PrepRequestProcessor.pRequest2Txn Processed \
session termination for sessionid: 0x13bf32780c00000 [junit4:junit4]   2> 137 T854 \
oaz.ClientCnxn$EventThread.run EventThread shut down [junit4:junit4]   2> 138 T849 \
oazs.NIOServerCnxn.closeSock Closed socket connection for client \
/140.211.11.196:34876 which had sessionid 0x13bf32780c00000 [junit4:junit4]   2> 137 \
T847 oaz.ZooKeeper.close Session: 0x13bf32780c00000 closed [junit4:junit4]   2> 139 \
T847 oaz.ZooKeeper.<init> Initiating client connection, \
connectString=127.0.0.1:34875/solr sessionTimeout=10000 \
watcher=org.apache.solr.common.cloud.ConnectionManager@695aca95 [junit4:junit4]   2> \
140 T847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to \
ZooKeeper [junit4:junit4]   2> 141 T855 oaz.ClientCnxn$SendThread.logStartConnect \
Opening socket connection to server localhost/127.0.0.1:34875. Will not attempt to \
authenticate using SASL (access denied ("javax.security.auth.AuthPermission" \
"getLoginConfiguration")) [junit4:junit4]   2> 142 T855 \
oaz.ClientCnxn$SendThread.primeConnection Socket connection established to \
localhost/127.0.0.1:34875, initiating session [junit4:junit4]   2> 142 T849 \
oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:34877 \
[junit4:junit4]   2> 143 T849 oazs.ZooKeeperServer.processConnectRequest Client \
attempting to establish new session at /140.211.11.196:34877 [junit4:junit4]   2> 145 \
T851 oazs.ZooKeeperServer.finishSessionInit Established session 0x13bf32780c00001 \
with negotiated timeout 10000 for client /140.211.11.196:34877 [junit4:junit4]   2> \
145 T855 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on \
server localhost/127.0.0.1:34875, sessionid = 0x13bf32780c00001, negotiated timeout = \
10000 [junit4:junit4]   2> 146 T856 oascc.ConnectionManager.process Watcher \
org.apache.solr.common.cloud.ConnectionManager@695aca95 name:ZooKeeperConnection \
Watcher:127.0.0.1:34875/solr got event WatchedEvent state:SyncConnected type:None \
path:null path:null type:None [junit4:junit4]   2> 146 T847 \
oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper \
[junit4:junit4]   2> 147 T847 oascc.SolrZkClient.makePath makePath: \
/collections/collection1 [junit4:junit4]   2> 157 T847 oascc.SolrZkClient.makePath \
makePath: /collections/collection1/shards [junit4:junit4]   2> 168 T847 \
oascc.SolrZkClient.makePath makePath: /collections/control_collection [junit4:junit4] \
2> 172 T847 oascc.SolrZkClient.makePath makePath: \
/collections/control_collection/shards [junit4:junit4]   2> 178 T847 \
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.xml \
to /configs/conf1/solrconfig.xml [junit4:junit4]   2> 180 T847 \
oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml [junit4:junit4]   \
2> 196 T847 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:junit4]   2> 198 T847 \
oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml [junit4:junit4]   2> \
305 T847 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:junit4]   2> 306 T847 \
oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt [junit4:junit4]   \
2> 310 T847 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:junit4]   2> 311 T847 \
oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt [junit4:junit4]   \
2> 318 T847 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:junit4]   2> 319 T847 \
oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml [junit4:junit4]   \
2> 324 T847 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:junit4]   2> 325 T847 \
oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json \
[junit4:junit4]   2> 330 T847 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:junit4]   2> 332 T847 \
oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt \
[junit4:junit4]   2> 338 T847 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:junit4]   2> 339 T847 \
oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt [junit4:junit4] \
2> 344 T847 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:junit4]   2> 345 T847 \
oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt [junit4:junit4]   \
2> 350 T852 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for \
sessionid: 0x13bf32780c00001 [junit4:junit4]   2> 351 T856 \
oaz.ClientCnxn$EventThread.run EventThread shut down [junit4:junit4]   2> 351 T849 \
oazs.NIOServerCnxn.closeSock Closed socket connection for client \
/140.211.11.196:34877 which had sessionid 0x13bf32780c00001 [junit4:junit4]   2> 351 \
T847 oaz.ZooKeeper.close Session: 0x13bf32780c00001 closed [junit4:junit4]   2> 588 \
T847 oejs.Server.doStart jetty-8.1.8.v20121106 [junit4:junit4]   2> 594 T847 \
oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:34878 \
[junit4:junit4]   2> 595 T847 oasc.SolrResourceLoader.locateSolrHome JNDI not \
configured for solr (NoInitialContextEx) [junit4:junit4]   2> 596 T847 \
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.BasicDistributedZkTest-controljetty-1356994150923
 [junit4:junit4]   2> 596 T847 oasc.SolrResourceLoader.<init> new SolrResourceLoader \
for deduced Solr Home: \
'/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr \
-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1356994150923/'
 [junit4:junit4]   2> 648 T847 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 649 T847 oasc.SolrResourceLoader.locateSolrHome JNDI not \
configured for solr (NoInitialContextEx) [junit4:junit4]   2> 649 T847 \
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.BasicDistributedZkTest-controljetty-1356994150923
 [junit4:junit4]   2> 650 T847 oasc.CoreContainer$Initializer.initialize looking for \
solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/b \
uild/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1356994150923/solr.xml
 [junit4:junit4]   2> 651 T847 oasc.CoreContainer.<init> New CoreContainer 55533036
[junit4:junit4]   2> 651 T847 oasc.CoreContainer.load Loading CoreContainer using \
Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr \
/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1356994150923/'
 [junit4:junit4]   2> 652 T847 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.BasicDistributedZkTest-controljetty-1356994150923/'
 [junit4:junit4]   2> 689 T847 oashc.HttpShardHandlerFactory.getParameter Setting \
socketTimeout to: 30000 [junit4:junit4]   2> 690 T847 \
oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http:// \
[junit4:junit4]   2> 690 T847 oashc.HttpShardHandlerFactory.getParameter Setting \
connTimeout to: 15000 [junit4:junit4]   2> 691 T847 \
oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 \
[junit4:junit4]   2> 691 T847 oashc.HttpShardHandlerFactory.getParameter Setting \
corePoolSize to: 0 [junit4:junit4]   2> 692 T847 \
oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 \
[junit4:junit4]   2> 692 T847 oashc.HttpShardHandlerFactory.getParameter Setting \
maxThreadIdleTime to: 5 [junit4:junit4]   2> 693 T847 \
oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4:junit4] \
2> 693 T847 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: \
false [junit4:junit4]   2> 694 T847 oascsi.HttpClientUtil.createClient Creating new \
http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=30000&connTimeout=15000&retry=false
 [junit4:junit4]   2> 723 T847 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 749 T847 oasc.CoreContainer.initZooKeeper Zookeeper \
client=127.0.0.1:34875/solr [junit4:junit4]   2> 750 T847 \
oasc.ZkController.checkChrootPath zkHost includes chroot [junit4:junit4]   2> 751 \
T847 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34875 \
sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@5374ae9b \
[junit4:junit4]   2> 752 T847 oascc.ConnectionManager.waitForConnected Waiting for \
client to connect to ZooKeeper [junit4:junit4]   2> 752 T866 \
oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server \
localhost/127.0.0.1:34875. Will not attempt to authenticate using SASL (access denied \
("javax.security.auth.AuthPermission" "getLoginConfiguration")) [junit4:junit4]   2> \
753 T866 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to \
localhost/127.0.0.1:34875, initiating session [junit4:junit4]   2> 754 T849 \
oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:34879 \
[junit4:junit4]   2> 754 T849 oazs.ZooKeeperServer.processConnectRequest Client \
attempting to establish new session at /140.211.11.196:34879 [junit4:junit4]   2> 756 \
T851 oazs.ZooKeeperServer.finishSessionInit Established session 0x13bf32780c00002 \
with negotiated timeout 20000 for client /140.211.11.196:34879 [junit4:junit4]   2> \
756 T866 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on \
server localhost/127.0.0.1:34875, sessionid = 0x13bf32780c00002, negotiated timeout = \
20000 [junit4:junit4]   2> 757 T867 oascc.ConnectionManager.process Watcher \
org.apache.solr.common.cloud.ConnectionManager@5374ae9b name:ZooKeeperConnection \
Watcher:127.0.0.1:34875 got event WatchedEvent state:SyncConnected type:None \
path:null path:null type:None [junit4:junit4]   2> 757 T847 \
oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper \
[junit4:junit4]   2> 759 T852 oazs.PrepRequestProcessor.pRequest2Txn Processed \
session termination for sessionid: 0x13bf32780c00002 [junit4:junit4]   2> 760 T867 \
oaz.ClientCnxn$EventThread.run EventThread shut down [junit4:junit4]   2> 760 T849 \
oazs.NIOServerCnxn.closeSock Closed socket connection for client \
/140.211.11.196:34879 which had sessionid 0x13bf32780c00002 [junit4:junit4]   2> 760 \
T847 oaz.ZooKeeper.close Session: 0x13bf32780c00002 closed [junit4:junit4]   2> 761 \
T847 oascsi.HttpClientUtil.createClient Creating new http client, \
config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=15000&connTimeout=30000
 [junit4:junit4]   2> 776 T847 oaz.ZooKeeper.<init> Initiating client connection, \
connectString=127.0.0.1:34875/solr sessionTimeout=30000 \
watcher=org.apache.solr.common.cloud.ConnectionManager@16a75d1b [junit4:junit4]   2> \
778 T847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to \
ZooKeeper [junit4:junit4]   2> 778 T868 oaz.ClientCnxn$SendThread.logStartConnect \
Opening socket connection to server localhost/127.0.0.1:34875. Will not attempt to \
authenticate using SASL (access denied ("javax.security.auth.AuthPermission" \
"getLoginConfiguration")) [junit4:junit4]   2> 779 T868 \
oaz.ClientCnxn$SendThread.primeConnection Socket connection established to \
localhost/127.0.0.1:34875, initiating session [junit4:junit4]   2> 779 T849 \
oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:34880 \
[junit4:junit4]   2> 780 T849 oazs.ZooKeeperServer.processConnectRequest Client \
attempting to establish new session at /140.211.11.196:34880 [junit4:junit4]   2> 782 \
T851 oazs.ZooKeeperServer.finishSessionInit Established session 0x13bf32780c00003 \
with negotiated timeout 20000 for client /140.211.11.196:34880 [junit4:junit4]   2> \
782 T868 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on \
server localhost/127.0.0.1:34875, sessionid = 0x13bf32780c00003, negotiated timeout = \
20000 [junit4:junit4]   2> 782 T869 oascc.ConnectionManager.process Watcher \
org.apache.solr.common.cloud.ConnectionManager@16a75d1b name:ZooKeeperConnection \
Watcher:127.0.0.1:34875/solr got event WatchedEvent state:SyncConnected type:None \
path:null path:null type:None [junit4:junit4]   2> 782 T847 \
oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper \
[junit4:junit4]   2> 785 T852 oazs.PrepRequestProcessor.pRequest Got user-level \
KeeperException when processing sessionid:0x13bf32780c00003 type:create cxid:0x2 \
zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = \
NodeExists for /solr/overseer [junit4:junit4]   2> 793 T847 \
oascc.SolrZkClient.makePath makePath: /live_nodes [junit4:junit4]   2> 797 T847 \
oasc.ZkController.createEphemeralLiveNode Register node as live in \
ZooKeeper:/live_nodes/127.0.0.1:34878_yz_g [junit4:junit4]   2> 798 T852 \
oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing \
sessionid:0x13bf32780c00003 type:delete cxid:0x7 zxid:0x1c txntype:-1 reqpath:n/a \
Error Path:/solr/live_nodes/127.0.0.1:34878_yz_g Error:KeeperErrorCode = NoNode for \
/solr/live_nodes/127.0.0.1:34878_yz_g [junit4:junit4]   2> 799 T847 \
oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:34878_yz_g \
[junit4:junit4]   2> 805 T847 oascc.SolrZkClient.makePath makePath: \
/overseer_elect/election [junit4:junit4]   2> 826 T852 \
oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing \
sessionid:0x13bf32780c00003 type:delete cxid:0x15 zxid:0x21 txntype:-1 reqpath:n/a \
Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for \
/solr/overseer_elect/leader [junit4:junit4]   2> 828 T847 oascc.SolrZkClient.makePath \
makePath: /overseer_elect/leader [junit4:junit4]   2> 835 T847 oasc.Overseer.start \
Overseer (id=88931968653197315-127.0.0.1:34878_yz_g-n_0000000000) starting \
[junit4:junit4]   2> 836 T852 oazs.PrepRequestProcessor.pRequest Got user-level \
KeeperException when processing sessionid:0x13bf32780c00003 type:create cxid:0x1a \
zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = \
NodeExists for /solr/overseer [junit4:junit4]   2> 838 T852 \
oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing \
sessionid:0x13bf32780c00003 type:create cxid:0x1b zxid:0x24 txntype:-1 reqpath:n/a \
Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer \
[junit4:junit4]   2> 841 T852 oazs.PrepRequestProcessor.pRequest Got user-level \
KeeperException when processing sessionid:0x13bf32780c00003 type:create cxid:0x1c \
zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = \
NodeExists for /solr/overseer [junit4:junit4]   2> 849 T852 \
oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing \
sessionid:0x13bf32780c00003 type:create cxid:0x1d zxid:0x26 txntype:-1 reqpath:n/a \
Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer \
[junit4:junit4]   2> 851 T871 oasc.OverseerCollectionProcessor.run Process current \
queue of collection messages [junit4:junit4]   2> 853 T847 \
oascc.SolrZkClient.makePath makePath: /clusterstate.json [junit4:junit4]   2> 859 \
T847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state \
from ZooKeeper...  [junit4:junit4]   2> 865 T870 \
oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue \
[junit4:junit4]   2> 872 T872 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.BasicDistributedZkTest-controljetty-1356994150923/collection1
 [junit4:junit4]   2> 872 T872 oasc.ZkController.createCollectionZkNode Check for \
collection zkNode:control_collection [junit4:junit4]   2> 874 T872 \
oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4:junit4]   \
2> 874 T872 oasc.ZkController.readConfigName Load collection config \
from:/collections/control_collection [junit4:junit4]   2> 879 T872 \
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.BasicDistributedZkTest-controljetty-1356994150923/collection1/'
 [junit4:junit4]   2> 881 T872 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.BasicDistributedZkTest-controljetty-1356994150923/collection1/lib/README' \
to classloader [junit4:junit4]   2> 882 T872 \
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.BasicDistributedZkTest-controljetty-1356994150923/collection1/lib/classes/' \
to classloader [junit4:junit4]   2> 959 T872 oasc.SolrConfig.<init> Using Lucene \
MatchVersion: LUCENE_50 [junit4:junit4]   2> 1045 T872 oasc.SolrConfig.<init> Loaded \
SolrConfig: solrconfig.xml [junit4:junit4]   2> 1146 T872 oass.IndexSchema.readSchema \
Reading Solr Schema [junit4:junit4]   2> 1156 T872 oass.IndexSchema.readSchema Schema \
name=test [junit4:junit4]   2> 2035 T872 oass.OpenExchangeRatesOrgProvider.init \
Initialized with rates=open-exchange-rates.json, refreshInterval=1440. \
[junit4:junit4]   2> 2049 T872 oass.IndexSchema.readSchema default search field in \
schema is text [junit4:junit4]   2> 2054 T872 oass.IndexSchema.readSchema unique key \
field: id [junit4:junit4]   2> 2098 T872 oass.FileExchangeRateProvider.reload \
Reloading exchange rates from file currency.xml [junit4:junit4]   2> 2119 T872 \
oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml \
[junit4:junit4]   2> 2138 T872 oass.OpenExchangeRatesOrgProvider.reload Reloading \
exchange rates from open-exchange-rates.json [junit4:junit4]   2> 2141 T872 \
oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from \
open-exchange-rates.json [junit4:junit4]   2> 2143 T872 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.BasicDistributedZkTest-controljetty-1356994150923/collection1/, \
dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/control/data/ \
[junit4:junit4]   2> 2144 T872 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. \
Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6a2e90d0 \
[junit4:junit4]   2> 2145 T872 oasc.SolrCore.initDirectoryFactory \
solr.NRTCachingDirectoryFactory [junit4:junit4]   2> 2150 T872 \
oasc.CachingDirectoryFactory.get return new directory for \
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr- \
core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/control/data \
forceNew:false [junit4:junit4]   2> 2154 T872 oasc.CachingDirectoryFactory.close \
Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-ja \
va7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/control/data
 [junit4:junit4]   2> 2155 T872 oasc.SolrCore.getNewIndexDir New index directory \
detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/control/data/index/
 [junit4:junit4]   2> 2156 T872 oasc.SolrCore.initIndex WARNING [collection1] Solr \
index directory './org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/control/data/index' \
doesn't exist. Creating new index... [junit4:junit4]   2> 2159 T872 \
oasc.CachingDirectoryFactory.get return new directory for \
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr- \
core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/control/data/index \
forceNew:false [junit4:junit4]   2> 2200 T872 oasc.SolrDeletionPolicy.onCommit \
SolrDeletionPolicy.onCommit: commits:num=1 [junit4:junit4]   2> \
commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIO \
FSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr \
/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/control/data/index \
lockFactory=org.apache.lucene.store.NativeFSLockFactory@8f2c9d4; maxCacheMB=48.0 \
maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1] \
[junit4:junit4]   2> 2200 T872 oasc.SolrDeletionPolicy.updateCommits newest commit = \
1[segments_1] [junit4:junit4]   2> 2202 T872 oasc.CachingDirectoryFactory.close \
Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-ja \
va7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/control/data/index
 [junit4:junit4]   2> 2202 T872 oasc.SolrCore.initWriters created xml: \
solr.XMLResponseWriter [junit4:junit4]   2> 2205 T872 \
oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory \
into updateRequestProcessorChain "dedupe" [junit4:junit4]   2> 2205 T872 \
oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory \
into updateRequestProcessorChain "dedupe-allfields" [junit4:junit4]   2> 2205 T872 \
oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory \
into updateRequestProcessorChain "stored_sig" [junit4:junit4]   2> 2206 T872 \
oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory \
into updateRequestProcessorChain "uniq-fields" [junit4:junit4]   2> 2206 T872 \
oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory \
into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4:junit4]   \
2> 2207 T872 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: \
solr.ReplicationHandler [junit4:junit4]   2> 2207 T872 \
oasc.RequestHandlers.initHandlersFromConfig created /replication: \
solr.ReplicationHandler [junit4:junit4]   2> 2208 T872 \
oasc.RequestHandlers.initHandlersFromConfig created standard: \
solr.StandardRequestHandler [junit4:junit4]   2> 2208 T872 \
oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler \
[junit4:junit4]   2> 2209 T872 oasc.RequestHandlers.initHandlersFromConfig created \
dismax: solr.SearchHandler [junit4:junit4]   2> 2209 T872 \
oasc.RequestHandlers.initHandlersFromConfig created mock: \
org.apache.solr.core.MockQuerySenderListenerReqHandler [junit4:junit4]   2> 2209 T872 \
oasc.RequestHandlers.initHandlersFromConfig created /admin/: \
org.apache.solr.handler.admin.AdminHandlers [junit4:junit4]   2> 2210 T872 \
oasc.RequestHandlers.initHandlersFromConfig created defaults: \
solr.StandardRequestHandler [junit4:junit4]   2> 2210 T872 \
oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: \
solr.StandardRequestHandler [junit4:junit4]   2> 2211 T872 \
oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler \
[junit4:junit4]   2> 2211 T872 oasc.RequestHandlers.initHandlersFromConfig created \
/update: solr.UpdateRequestHandler [junit4:junit4]   2> 2211 T872 \
oasc.RequestHandlers.initHandlersFromConfig created /terms: \
org.apache.solr.handler.component.SearchHandler [junit4:junit4]   2> 2212 T872 \
oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: \
org.apache.solr.handler.component.SearchHandler [junit4:junit4]   2> 2212 T872 \
oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: \
org.apache.solr.handler.component.SearchHandler [junit4:junit4]   2> 2213 T872 \
oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: \
org.apache.solr.handler.component.SearchHandler [junit4:junit4]   2> 2213 T872 \
oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: \
[junit4:junit4]   2> 2214 T872 oasc.RequestHandlers.initHandlersFromConfig created \
mltrh: org.apache.solr.handler.component.SearchHandler [junit4:junit4]   2> 2215 T872 \
oasc.RequestHandlers.initHandlersFromConfig created tvrh: \
org.apache.solr.handler.component.SearchHandler [junit4:junit4]   2> 2215 T872 \
oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler \
[junit4:junit4]   2> 2215 T872 oasc.RequestHandlers.initHandlersFromConfig created \
/debug/dump: solr.DumpRequestHandler [junit4:junit4]   2> 2230 T872 \
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4:junit4]   2> 2235 T872 \
oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated \
<admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler. \
[junit4:junit4]   2> 2237 T872 oasc.SolrCore.initDeprecatedSupport WARNING adding \
ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, \
STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, \
MAPPING-ISOLATIN1ACCENT.TXT] [junit4:junit4]   2> 2241 T872 \
oasc.CachingDirectoryFactory.close Releasing \
directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/b \
uild/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/control/data
 [junit4:junit4]   2> 2243 T872 oass.SolrIndexSearcher.<init> Opening \
Searcher@224dbab main [junit4:junit4]   2> 2245 T872 oasu.CommitTracker.<init> Hard \
AutoCommit: disabled [junit4:junit4]   2> 2245 T872 oasu.CommitTracker.<init> Soft \
AutoCommit: disabled [junit4:junit4]   2> 2246 T872 oashc.SpellCheckComponent.inform \
Initializing spell checkers [junit4:junit4]   2> 2255 T872 \
oass.DirectSolrSpellChecker.init init: \
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3} \
[junit4:junit4]   2> 2320 T873 oasc.SolrCore.registerSearcher [collection1] \
Registered new searcher Searcher@224dbab main{StandardDirectoryReader(segments_1:1)} \
[junit4:junit4]   2> 2326 T872 oasc.ZkController.publish publishing core=collection1 \
state=down [junit4:junit4]   2> 2327 T872 oasc.ZkController.publish numShards not \
found on descriptor - reading it from system property [junit4:junit4]   2> 2328 T852 \
oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing \
sessionid:0x13bf32780c00003 type:create cxid:0x50 zxid:0x29 txntype:-1 reqpath:n/a \
Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for \
/solr/overseer/queue [junit4:junit4]   2> 2374 T870 \
oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper...  \
[junit4:junit4]   2> 2375 T870 oasc.Overseer$ClusterStateUpdater.updateState Update \
state numShards=1 message={ [junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:34878_yz_g",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:34878/yz_g"}
[junit4:junit4]   2> 2375 T870 oasc.Overseer$ClusterStateUpdater.createCollection \
Create collection control_collection with numShards 1 [junit4:junit4]   2> 2376 T870 \
oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard \
shard=shard1 [junit4:junit4]   2> 2377 T852 oazs.PrepRequestProcessor.pRequest Got \
user-level KeeperException when processing sessionid:0x13bf32780c00003 type:create \
cxid:0x58 zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work \
Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work [junit4:junit4]   2> \
2394 T869 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - \
updating... (live nodes size: 1) [junit4:junit4]   2> 3337 T872 \
oasc.CoreContainer.registerCore registering core: collection1 [junit4:junit4]   2> \
3337 T872 oasc.ZkController.register Register replica - core:collection1 \
address:http://127.0.0.1:34878/yz_g collection:control_collection shard:shard1 \
[junit4:junit4]   2> 3339 T872 oascc.SolrZkClient.makePath makePath: \
/collections/control_collection/leader_elect/shard1/election [junit4:junit4]   2> \
3390 T852 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when \
processing sessionid:0x13bf32780c00003 type:delete cxid:0x72 zxid:0x36 txntype:-1 \
reqpath:n/a Error Path:/solr/collections/control_collection/leaders \
Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders \
[junit4:junit4]   2> 3391 T872 oasc.ShardLeaderElectionContext.runLeaderProcess \
Running the leader process. [junit4:junit4]   2> 3392 T852 \
oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing \
sessionid:0x13bf32780c00003 type:create cxid:0x73 zxid:0x37 txntype:-1 reqpath:n/a \
Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer \
[junit4:junit4]   2> 3402 T872 \
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to \
continue. [junit4:junit4]   2> 3403 T872 \
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and \
sync [junit4:junit4]   2> 3403 T872 oasc.SyncStrategy.sync Sync replicas to \
http://127.0.0.1:34878/yz_g/collection1/ [junit4:junit4]   2> 3403 T872 \
oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4:junit4] \
2> 3404 T872 oasc.SyncStrategy.syncToMe http://127.0.0.1:34878/yz_g/collection1/ has \
no replicas [junit4:junit4]   2> 3404 T872 \
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: \
http://127.0.0.1:34878/yz_g/collection1/ [junit4:junit4]   2> 3405 T872 \
oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1 \
[junit4:junit4]   2> 3411 T852 oazs.PrepRequestProcessor.pRequest Got user-level \
KeeperException when processing sessionid:0x13bf32780c00003 type:create cxid:0x7d \
zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = \
NodeExists for /solr/overseer [junit4:junit4]   2> 3911 T870 \
oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper...  \
[junit4:junit4]   2> 3937 T869 oascc.ZkStateReader$2.process A cluster state change: \
WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has \
occurred - updating... (live nodes size: 1) [junit4:junit4]   2> 3985 T872 \
oasc.ZkController.register We are http://127.0.0.1:34878/yz_g/collection1/ and leader \
is http://127.0.0.1:34878/yz_g/collection1/ [junit4:junit4]   2> 3985 T872 \
oasc.ZkController.register No LogReplay needed for core=collection1 \
baseURL=http://127.0.0.1:34878/yz_g [junit4:junit4]   2> 3985 T872 \
oasc.ZkController.checkRecovery I am the leader, no recovery necessary \
[junit4:junit4]   2> 3986 T872 oasc.ZkController.publish publishing core=collection1 \
state=active [junit4:junit4]   2> 3986 T872 oasc.ZkController.publish numShards not \
found on descriptor - reading it from system property [junit4:junit4]   2> 3990 T872 \
oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper...  \
[junit4:junit4]   2> 3992 T847 oass.SolrDispatchFilter.init \
user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0
 [junit4:junit4]   2> 3992 T847 oass.SolrDispatchFilter.init \
SolrDispatchFilter.init() done [junit4:junit4]   2> 3993 T847 \
oascsi.HttpClientUtil.createClient Creating new http client, \
config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false \
[junit4:junit4]   2> 4014 T847 oascsi.HttpClientUtil.createClient Creating new http \
client, config: [junit4:junit4]   2> 4028 T847 oaz.ZooKeeper.<init> Initiating client \
connection, connectString=127.0.0.1:34875/solr sessionTimeout=10000 \
watcher=org.apache.solr.common.cloud.ConnectionManager@69512cb [junit4:junit4]   2> \
4030 T847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to \
ZooKeeper [junit4:junit4]   2> 4030 T874 oaz.ClientCnxn$SendThread.logStartConnect \
Opening socket connection to server localhost/127.0.0.1:34875. Will not attempt to \
authenticate using SASL (access denied ("javax.security.auth.AuthPermission" \
"getLoginConfiguration")) [junit4:junit4]   2> 4031 T874 \
oaz.ClientCnxn$SendThread.primeConnection Socket connection established to \
localhost/127.0.0.1:34875, initiating session [junit4:junit4]   2> 4031 T849 \
oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:15255 \
[junit4:junit4]   2> 4032 T849 oazs.ZooKeeperServer.processConnectRequest Client \
attempting to establish new session at /140.211.11.196:15255 [junit4:junit4]   2> \
4034 T851 oazs.ZooKeeperServer.finishSessionInit Established session \
0x13bf32780c00004 with negotiated timeout 10000 for client /140.211.11.196:15255 \
[junit4:junit4]   2> 4034 T874 oaz.ClientCnxn$SendThread.onConnected Session \
establishment complete on server localhost/127.0.0.1:34875, sessionid = \
0x13bf32780c00004, negotiated timeout = 10000 [junit4:junit4]   2> 4034 T875 \
oascc.ConnectionManager.process Watcher \
org.apache.solr.common.cloud.ConnectionManager@69512cb name:ZooKeeperConnection \
Watcher:127.0.0.1:34875/solr got event WatchedEvent state:SyncConnected type:None \
path:null path:null type:None [junit4:junit4]   2> 4035 T847 \
oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper \
[junit4:junit4]   2> 4037 T847 \
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from \
ZooKeeper...  [junit4:junit4]   2> 4040 T847 oasc.ChaosMonkey.monkeyLog monkey: init \
- expire sessions:true cause connection loss:true [junit4:junit4]   2> 4265 T847 \
oejs.Server.doStart jetty-8.1.8.v20121106 [junit4:junit4]   2> 4269 T847 \
oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:32747 \
[junit4:junit4]   2> 4270 T847 oasc.SolrResourceLoader.locateSolrHome JNDI not \
configured for solr (NoInitialContextEx) [junit4:junit4]   2> 4271 T847 \
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.BasicDistributedZkTest-jetty1-1356994154612
 [junit4:junit4]   2> 4271 T847 oasc.SolrResourceLoader.<init> new SolrResourceLoader \
for deduced Solr Home: \
'/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr \
-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1356994154612/' \
[junit4:junit4]   2> 4342 T847 oass.SolrDispatchFilter.init SolrDispatchFilter.init() \
[junit4:junit4]   2> 4343 T847 oasc.SolrResourceLoader.locateSolrHome JNDI not \
configured for solr (NoInitialContextEx) [junit4:junit4]   2> 4343 T847 \
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.BasicDistributedZkTest-jetty1-1356994154612
 [junit4:junit4]   2> 4344 T847 oasc.CoreContainer$Initializer.initialize looking for \
solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/b \
uild/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1356994154612/solr.xml
 [junit4:junit4]   2> 4344 T847 oasc.CoreContainer.<init> New CoreContainer 191948971
[junit4:junit4]   2> 4345 T847 oasc.CoreContainer.load Loading CoreContainer using \
Solr Home: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr \
/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1356994154612/'
 [junit4:junit4]   2> 4345 T847 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.BasicDistributedZkTest-jetty1-1356994154612/'
 [junit4:junit4]   2> 4381 T847 oashc.HttpShardHandlerFactory.getParameter Setting \
socketTimeout to: 30000 [junit4:junit4]   2> 4381 T847 \
oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http:// \
[junit4:junit4]   2> 4382 T847 oashc.HttpShardHandlerFactory.getParameter Setting \
connTimeout to: 15000 [junit4:junit4]   2> 4382 T847 \
oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 \
[junit4:junit4]   2> 4383 T847 oashc.HttpShardHandlerFactory.getParameter Setting \
corePoolSize to: 0 [junit4:junit4]   2> 4383 T847 \
oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 \
[junit4:junit4]   2> 4384 T847 oashc.HttpShardHandlerFactory.getParameter Setting \
maxThreadIdleTime to: 5 [junit4:junit4]   2> 4384 T847 \
oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4:junit4] \
2> 4385 T847 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: \
false [junit4:junit4]   2> 4385 T847 oascsi.HttpClientUtil.createClient Creating new \
http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=30000&connTimeout=15000&retry=false
 [junit4:junit4]   2> 4407 T847 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4428 T847 oasc.CoreContainer.initZooKeeper Zookeeper \
client=127.0.0.1:34875/solr [junit4:junit4]   2> 4429 T847 \
oasc.ZkController.checkChrootPath zkHost includes chroot [junit4:junit4]   2> 4430 \
T847 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34875 \
sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@75fd6a75 \
[junit4:junit4]   2> 4432 T847 oascc.ConnectionManager.waitForConnected Waiting for \
client to connect to ZooKeeper [junit4:junit4]   2> 4432 T885 \
oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server \
localhost/127.0.0.1:34875. Will not attempt to authenticate using SASL (access denied \
("javax.security.auth.AuthPermission" "getLoginConfiguration")) [junit4:junit4]   2> \
4433 T885 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to \
localhost/127.0.0.1:34875, initiating session [junit4:junit4]   2> 4433 T849 \
oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:24818 \
[junit4:junit4]   2> 4434 T849 oazs.ZooKeeperServer.processConnectRequest Client \
attempting to establish new session at /140.211.11.196:24818 [junit4:junit4]   2> \
4436 T851 oazs.ZooKeeperServer.finishSessionInit Established session \
0x13bf32780c00005 with negotiated timeout 20000 for client /140.211.11.196:24818 \
[junit4:junit4]   2> 4436 T885 oaz.ClientCnxn$SendThread.onConnected Session \
establishment complete on server localhost/127.0.0.1:34875, sessionid = \
0x13bf32780c00005, negotiated timeout = 20000 [junit4:junit4]   2> 4436 T886 \
oascc.ConnectionManager.process Watcher \
org.apache.solr.common.cloud.ConnectionManager@75fd6a75 name:ZooKeeperConnection \
Watcher:127.0.0.1:34875 got event WatchedEvent state:SyncConnected type:None \
path:null path:null type:None [junit4:junit4]   2> 4437 T847 \
oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper \
[junit4:junit4]   2> 4438 T852 oazs.PrepRequestProcessor.pRequest2Txn Processed \
session termination for sessionid: 0x13bf32780c00005 [junit4:junit4]   2> 4451 T886 \
oaz.ClientCnxn$EventThread.run EventThread shut down [junit4:junit4]   2> 4451 T849 \
oazs.NIOServerCnxn.closeSock Closed socket connection for client \
/140.211.11.196:24818 which had sessionid 0x13bf32780c00005 [junit4:junit4]   2> 4451 \
T847 oaz.ZooKeeper.close Session: 0x13bf32780c00005 closed [junit4:junit4]   2> 4452 \
T847 oascsi.HttpClientUtil.createClient Creating new http client, \
config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=15000&connTimeout=30000
 [junit4:junit4]   2> 4463 T847 oaz.ZooKeeper.<init> Initiating client connection, \
connectString=127.0.0.1:34875/solr sessionTimeout=30000 \
watcher=org.apache.solr.common.cloud.ConnectionManager@353a561f [junit4:junit4]   2> \
4464 T847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to \
ZooKeeper [junit4:junit4]   2> 4464 T887 oaz.ClientCnxn$SendThread.logStartConnect \
Opening socket connection to server localhost/127.0.0.1:34875. Will not attempt to \
authenticate using SASL (access denied ("javax.security.auth.AuthPermission" \
"getLoginConfiguration")) [junit4:junit4]   2> 4465 T887 \
oaz.ClientCnxn$SendThread.primeConnection Socket connection established to \
localhost/127.0.0.1:34875, initiating session [junit4:junit4]   2> 4465 T849 \
oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:30380 \
[junit4:junit4]   2> 4466 T849 oazs.ZooKeeperServer.processConnectRequest Client \
attempting to establish new session at /140.211.11.196:30380 [junit4:junit4]   2> \
4467 T851 oazs.ZooKeeperServer.finishSessionInit Established session \
0x13bf32780c00006 with negotiated timeout 20000 for client /140.211.11.196:30380 \
[junit4:junit4]   2> 4467 T887 oaz.ClientCnxn$SendThread.onConnected Session \
establishment complete on server localhost/127.0.0.1:34875, sessionid = \
0x13bf32780c00006, negotiated timeout = 20000 [junit4:junit4]   2> 4468 T888 \
oascc.ConnectionManager.process Watcher \
org.apache.solr.common.cloud.ConnectionManager@353a561f name:ZooKeeperConnection \
Watcher:127.0.0.1:34875/solr got event WatchedEvent state:SyncConnected type:None \
path:null path:null type:None [junit4:junit4]   2> 4468 T847 \
oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper \
[junit4:junit4]   2> 4469 T852 oazs.PrepRequestProcessor.pRequest Got user-level \
KeeperException when processing sessionid:0x13bf32780c00006 type:create cxid:0x1 \
zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = \
NodeExists for /solr/overseer [junit4:junit4]   2> 4470 T852 \
oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing \
sessionid:0x13bf32780c00006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a \
Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer \
[junit4:junit4]   2> 4478 T847 oasc.ZkController.createEphemeralLiveNode Register \
node as live in ZooKeeper:/live_nodes/127.0.0.1:32747_yz_g [junit4:junit4]   2> 4479 \
T852 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when \
processing sessionid:0x13bf32780c00006 type:delete cxid:0x4 zxid:0x4b txntype:-1 \
reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:32747_yz_g Error:KeeperErrorCode = \
NoNode for /solr/live_nodes/127.0.0.1:32747_yz_g [junit4:junit4]   2> 4480 T847 \
oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:32747_yz_g \
[junit4:junit4]   2> 4484 T875 oascc.ZkStateReader$3.process Updating live nodes... \
(2) [junit4:junit4]   2> 4484 T869 oascc.ZkStateReader$3.process Updating live \
nodes... (2) [junit4:junit4]   2> 4484 T869 oascc.ZkStateReader$2.process A cluster \
state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged \
path:/live_nodes, has occurred - updating... (live nodes size: 2) [junit4:junit4]   \
2> 4493 T847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster \
state from ZooKeeper...  [junit4:junit4]   2> 4500 T889 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.BasicDistributedZkTest-jetty1-1356994154612/collection1
 [junit4:junit4]   2> 4501 T889 oasc.ZkController.createCollectionZkNode Check for \
collection zkNode:collection1 [junit4:junit4]   2> 4501 T889 \
oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4:junit4]   \
2> 4502 T889 oasc.ZkController.readConfigName Load collection config \
from:/collections/collection1 [junit4:junit4]   2> 4503 T889 \
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.BasicDistributedZkTest-jetty1-1356994154612/collection1/'
 [junit4:junit4]   2> 4505 T889 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.BasicDistributedZkTest-jetty1-1356994154612/collection1/lib/README' \
to classloader [junit4:junit4]   2> 4505 T889 \
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.BasicDistributedZkTest-jetty1-1356994154612/collection1/lib/classes/' \
to classloader [junit4:junit4]   2> 4565 T889 oasc.SolrConfig.<init> Using Lucene \
MatchVersion: LUCENE_50 [junit4:junit4]   2> 4640 T889 oasc.SolrConfig.<init> Loaded \
SolrConfig: solrconfig.xml [junit4:junit4]   2> 4741 T889 oass.IndexSchema.readSchema \
Reading Solr Schema [junit4:junit4]   2> 4748 T889 oass.IndexSchema.readSchema Schema \
name=test [junit4:junit4]   2> 5369 T889 oass.OpenExchangeRatesOrgProvider.init \
Initialized with rates=open-exchange-rates.json, refreshInterval=1440. \
[junit4:junit4]   2> 5377 T889 oass.IndexSchema.readSchema default search field in \
schema is text [junit4:junit4]   2> 5380 T889 oass.IndexSchema.readSchema unique key \
field: id [junit4:junit4]   2> 5392 T889 oass.FileExchangeRateProvider.reload \
Reloading exchange rates from file currency.xml [junit4:junit4]   2> 5397 T889 \
oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml \
[junit4:junit4]   2> 5400 T889 oass.OpenExchangeRatesOrgProvider.reload Reloading \
exchange rates from open-exchange-rates.json [junit4:junit4]   2> 5401 T889 \
oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from \
open-exchange-rates.json [junit4:junit4]   2> 5402 T889 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.BasicDistributedZkTest-jetty1-1356994154612/collection1/, \
dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty1/ \
[junit4:junit4]   2> 5403 T889 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. \
Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6a2e90d0 \
[junit4:junit4]   2> 5403 T889 oasc.SolrCore.initDirectoryFactory \
solr.NRTCachingDirectoryFactory [junit4:junit4]   2> 5404 T889 \
oasc.CachingDirectoryFactory.get return new directory for \
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty1 \
forceNew:false [junit4:junit4]   2> 5404 T889 oasc.CachingDirectoryFactory.close \
Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-ja \
va7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty1
 [junit4:junit4]   2> 5404 T889 oasc.SolrCore.getNewIndexDir New index directory \
detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty1/index/
 [junit4:junit4]   2> 5405 T889 oasc.SolrCore.initIndex WARNING [collection1] Solr \
index directory './org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty1/index' \
doesn't exist. Creating new index... [junit4:junit4]   2> 5406 T889 \
oasc.CachingDirectoryFactory.get return new directory for \
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr- \
core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty1/index \
forceNew:false [junit4:junit4]   2> 5411 T889 oasc.SolrDeletionPolicy.onCommit \
SolrDeletionPolicy.onCommit: commits:num=1 [junit4:junit4]   2> \
commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIO \
FSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr \
/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty1/index \
lockFactory=org.apache.lucene.store.NativeFSLockFactory@4fbb4e0c; maxCacheMB=48.0 \
maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1] \
[junit4:junit4]   2> 5411 T889 oasc.SolrDeletionPolicy.updateCommits newest commit = \
1[segments_1] [junit4:junit4]   2> 5412 T889 oasc.CachingDirectoryFactory.close \
Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-ja \
va7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty1/index
 [junit4:junit4]   2> 5412 T889 oasc.SolrCore.initWriters created xml: \
solr.XMLResponseWriter [junit4:junit4]   2> 5414 T889 \
oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory \
into updateRequestProcessorChain "dedupe" [junit4:junit4]   2> 5414 T889 \
oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory \
into updateRequestProcessorChain "dedupe-allfields" [junit4:junit4]   2> 5414 T889 \
oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory \
into updateRequestProcessorChain "stored_sig" [junit4:junit4]   2> 5415 T889 \
oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory \
into updateRequestProcessorChain "uniq-fields" [junit4:junit4]   2> 5415 T889 \
oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory \
into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4:junit4]   \
2> 5415 T889 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: \
solr.ReplicationHandler [junit4:junit4]   2> 5416 T889 \
oasc.RequestHandlers.initHandlersFromConfig created /replication: \
solr.ReplicationHandler [junit4:junit4]   2> 5416 T889 \
oasc.RequestHandlers.initHandlersFromConfig created standard: \
solr.StandardRequestHandler [junit4:junit4]   2> 5416 T889 \
oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler \
[junit4:junit4]   2> 5417 T889 oasc.RequestHandlers.initHandlersFromConfig created \
dismax: solr.SearchHandler [junit4:junit4]   2> 5417 T889 \
oasc.RequestHandlers.initHandlersFromConfig created mock: \
org.apache.solr.core.MockQuerySenderListenerReqHandler [junit4:junit4]   2> 5418 T889 \
oasc.RequestHandlers.initHandlersFromConfig created /admin/: \
org.apache.solr.handler.admin.AdminHandlers [junit4:junit4]   2> 5418 T889 \
oasc.RequestHandlers.initHandlersFromConfig created defaults: \
solr.StandardRequestHandler [junit4:junit4]   2> 5418 T889 \
oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: \
solr.StandardRequestHandler [junit4:junit4]   2> 5418 T889 \
oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler \
[junit4:junit4]   2> 5419 T889 oasc.RequestHandlers.initHandlersFromConfig created \
/update: solr.UpdateRequestHandler [junit4:junit4]   2> 5419 T889 \
oasc.RequestHandlers.initHandlersFromConfig created /terms: \
org.apache.solr.handler.component.SearchHandler [junit4:junit4]   2> 5419 T889 \
oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: \
org.apache.solr.handler.component.SearchHandler [junit4:junit4]   2> 5420 T889 \
oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: \
org.apache.solr.handler.component.SearchHandler [junit4:junit4]   2> 5420 T889 \
oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: \
org.apache.solr.handler.component.SearchHandler [junit4:junit4]   2> 5420 T889 \
oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: \
org.apache.solr.handler.component.SearchHandler [junit4:junit4]   2> 5421 T889 \
oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: \
org.apache.solr.handler.component.SearchHandler [junit4:junit4]   2> 5421 T889 \
oasc.RequestHandlers.initHandlersFromConfig created mltrh: \
org.apache.solr.handler.component.SearchHandler [junit4:junit4]   2> 5421 T889 \
oasc.RequestHandlers.initHandlersFromConfig created tvrh: \
org.apache.solr.handler.component.SearchHandler [junit4:junit4]   2> 5422 T889 \
oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler \
[junit4:junit4]   2> 5422 T889 oasc.RequestHandlers.initHandlersFromConfig created \
/debug/dump: solr.DumpRequestHandler [junit4:junit4]   2> 5432 T889 \
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4:junit4]   2> 5436 T889 \
oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated \
<admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler. \
[junit4:junit4]   2> 5437 T889 oasc.SolrCore.initDeprecatedSupport WARNING adding \
ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, \
STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, \
MAPPING-ISOLATIN1ACCENT.TXT] [junit4:junit4]   2> 5439 T889 \
oasc.CachingDirectoryFactory.close Releasing \
directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/b \
[junit4:junit4]   2> 5440 T889 oass.SolrIndexSearcher.<init> Opening \
Searcher@502eca9c main [junit4:junit4]   2> 5441 T889 oasu.CommitTracker.<init> Hard \
AutoCommit: disabled [junit4:junit4]   2> 5442 T889 oasu.CommitTracker.<init> Soft \
AutoCommit: disabled [junit4:junit4]   2> 5442 T889 oashc.SpellCheckComponent.inform \
Initializing spell checkers [junit4:junit4]   2> 5448 T889 \
oass.DirectSolrSpellChecker.init init: \
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3} \
[junit4:junit4]   2> 5452 T870 oascc.ZkStateReader.updateClusterState Updating cloud \
state from ZooKeeper...  [junit4:junit4]   2> 5452 T870 \
oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={ \
[junit4:junit4]   2> 	  "operation":"state", [junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:34878_yz_g",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:34878/yz_g"}
[junit4:junit4]   2> 5480 T869 oascc.ZkStateReader$2.process A cluster state change: \
WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has \
occurred - updating... (live nodes size: 2) [junit4:junit4]   2> 5480 T875 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - \
updating... (live nodes size: 2) [junit4:junit4]   2> 5480 T888 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - \
updating... (live nodes size: 2) [junit4:junit4]   2> 5508 T890 \
oasc.SolrCore.registerSearcher [collection1] Registered new searcher \
Searcher@502eca9c main{StandardDirectoryReader(segments_1:1)} [junit4:junit4]   2> \
5512 T889 oasc.ZkController.publish publishing core=collection1 state=down \
[junit4:junit4]   2> 5512 T889 oasc.ZkController.publish numShards not found on \
descriptor - reading it from system property [junit4:junit4]   2> 6994 T870 \
oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper...  \
[junit4:junit4]   2> 6995 T870 oasc.Overseer$ClusterStateUpdater.updateState Update \
state numShards=2 message={ [junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:32747_yz_g",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:32747/yz_g"}
[junit4:junit4]   2> 6996 T870 oasc.Overseer$ClusterStateUpdater.createCollection \
Create collection collection1 with numShards 2 [junit4:junit4]   2> 6996 T870 \
oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard \
shard=shard1 [junit4:junit4]   2> 7012 T875 oascc.ZkStateReader$2.process A cluster \
state change: WatchedEvent state:SyncConnected type:NodeDataChanged \
path:/clusterstate.json, has occurred - updating... (live nodes size: 2) \
[junit4:junit4]   2> 7012 T869 oascc.ZkStateReader$2.process A cluster state change: \
WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has \
occurred - updating... (live nodes size: 2) [junit4:junit4]   2> 7012 T888 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - \
updating... (live nodes size: 2) [junit4:junit4]   2> 7515 T889 \
oasc.CoreContainer.registerCore registering core: collection1 [junit4:junit4]   2> \
7515 T889 oasc.ZkController.register Register replica - core:collection1 \
address:http://127.0.0.1:32747/yz_g collection:collection1 shard:shard1 \
[junit4:junit4]   2> 7516 T889 oascc.SolrZkClient.makePath makePath: \
/collections/collection1/leader_elect/shard1/election [junit4:junit4]   2> 7540 T852 \
oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing \
sessionid:0x13bf32780c00006 type:delete cxid:0x45 zxid:0x5b txntype:-1 reqpath:n/a \
Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for \
/solr/collections/collection1/leaders [junit4:junit4]   2> 7546 T889 \
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process. \
[junit4:junit4]   2> 7547 T852 oazs.PrepRequestProcessor.pRequest Got user-level \
KeeperException when processing sessionid:0x13bf32780c00006 type:create cxid:0x46 \
zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = \
NodeExists for /solr/overseer [junit4:junit4]   2> 7550 T889 \
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to \
continue. [junit4:junit4]   2> 7550 T889 \
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and \
sync [junit4:junit4]   2> 7550 T889 oasc.SyncStrategy.sync Sync replicas to \
http://127.0.0.1:32747/yz_g/collection1/ [junit4:junit4]   2> 7551 T889 \
oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4:junit4] \
2> 7551 T889 oasc.SyncStrategy.syncToMe http://127.0.0.1:32747/yz_g/collection1/ has \
no replicas [junit4:junit4]   2> 7551 T889 \
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: \
http://127.0.0.1:32747/yz_g/collection1/ [junit4:junit4]   2> 7551 T889 \
oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1 \
[junit4:junit4]   2> 7563 T852 oazs.PrepRequestProcessor.pRequest Got user-level \
KeeperException when processing sessionid:0x13bf32780c00006 type:create cxid:0x50 \
zxid:0x60 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = \
NodeExists for /solr/overseer [junit4:junit4]   2> 8518 T870 \
oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper...  \
[junit4:junit4]   2> 8564 T869 oascc.ZkStateReader$2.process A cluster state change: \
WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has \
occurred - updating... (live nodes size: 2) [junit4:junit4]   2> 8564 T888 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - \
updating... (live nodes size: 2) [junit4:junit4]   2> 8564 T875 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - \
updating... (live nodes size: 2) [junit4:junit4]   2> 8587 T889 \
oasc.ZkController.register We are http://127.0.0.1:32747/yz_g/collection1/ and leader \
is http://127.0.0.1:32747/yz_g/collection1/ [junit4:junit4]   2> 8587 T889 \
oasc.ZkController.register No LogReplay needed for core=collection1 \
baseURL=http://127.0.0.1:32747/yz_g [junit4:junit4]   2> 8587 T889 \
oasc.ZkController.checkRecovery I am the leader, no recovery necessary \
[junit4:junit4]   2> 8587 T889 oasc.ZkController.publish publishing core=collection1 \
state=active [junit4:junit4]   2> 8588 T889 oasc.ZkController.publish numShards not \
found on descriptor - reading it from system property [junit4:junit4]   2> 8589 T889 \
oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper...  \
[junit4:junit4]   2> 8590 T847 oass.SolrDispatchFilter.init \
user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0
 [junit4:junit4]   2> 8591 T847 oass.SolrDispatchFilter.init \
SolrDispatchFilter.init() done [junit4:junit4]   2> 8591 T847 \
oascsi.HttpClientUtil.createClient Creating new http client, \
config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false \
[junit4:junit4]   2> 8782 T847 oejs.Server.doStart jetty-8.1.8.v20121106 \
[junit4:junit4]   2> 8785 T847 oejs.AbstractConnector.doStart Started \
SocketConnector@127.0.0.1:65122 [junit4:junit4]   2> 8786 T847 \
oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr \
(NoInitialContextEx) [junit4:junit4]   2> 8786 T847 \
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.BasicDistributedZkTest-jetty2-1356994159179
 [junit4:junit4]   2> 8787 T847 oasc.SolrResourceLoader.<init> new SolrResourceLoader \
for deduced Solr Home: \
'/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr \
-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1356994159179/' \
[junit4:junit4]   2> 8832 T847 oass.SolrDispatchFilter.init SolrDispatchFilter.init() \
[junit4:junit4]   2> 8832 T847 oasc.SolrResourceLoader.locateSolrHome JNDI not \
configured for solr (NoInitialContextEx) [junit4:junit4]   2> 8833 T847 \
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.BasicDistributedZkTest-jetty2-1356994159179
 [junit4:junit4]   2> 8833 T847 oasc.CoreContainer$Initializer.initialize looking for \
solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/b \
uild/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1356994159179/solr.xml
 [junit4:junit4]   2> 8834 T847 oasc.CoreContainer.<init> New CoreContainer \
1408903031 [junit4:junit4]   2> 8834 T847 oasc.CoreContainer.load Loading \
CoreContainer using Solr Home: \
'/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr \
-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1356994159179/' \
[junit4:junit4]   2> 8835 T847 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.BasicDistributedZkTest-jetty2-1356994159179/'
 [junit4:junit4]   2> 8865 T847 oashc.HttpShardHandlerFactory.getParameter Setting \
socketTimeout to: 30000 [junit4:junit4]   2> 8866 T847 \
oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http:// \
[junit4:junit4]   2> 8866 T847 oashc.HttpShardHandlerFactory.getParameter Setting \
connTimeout to: 15000 [junit4:junit4]   2> 8867 T847 \
oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 \
[junit4:junit4]   2> 8867 T847 oashc.HttpShardHandlerFactory.getParameter Setting \
corePoolSize to: 0 [junit4:junit4]   2> 8868 T847 \
oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 \
[junit4:junit4]   2> 8868 T847 oashc.HttpShardHandlerFactory.getParameter Setting \
maxThreadIdleTime to: 5 [junit4:junit4]   2> 8868 T847 \
oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4:junit4] \
2> 8869 T847 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: \
false [junit4:junit4]   2> 8869 T847 oascsi.HttpClientUtil.createClient Creating new \
http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=30000&connTimeout=15000&retry=false
 [junit4:junit4]   2> 8892 T847 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8912 T847 oasc.CoreContainer.initZooKeeper Zookeeper \
client=127.0.0.1:34875/solr [junit4:junit4]   2> 8913 T847 \
oasc.ZkController.checkChrootPath zkHost includes chroot [junit4:junit4]   2> 8914 \
T847 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34875 \
sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@716b5514 \
[junit4:junit4]   2> 8915 T847 oascc.ConnectionManager.waitForConnected Waiting for \
client to connect to ZooKeeper [junit4:junit4]   2> 8915 T900 \
oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server \
localhost/127.0.0.1:34875. Will not attempt to authenticate using SASL (access denied \
("javax.security.auth.AuthPermission" "getLoginConfiguration")) [junit4:junit4]   2> \
8916 T900 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to \
localhost/127.0.0.1:34875, initiating session [junit4:junit4]   2> 8916 T849 \
oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:14378 \
[junit4:junit4]   2> 8917 T849 oazs.ZooKeeperServer.processConnectRequest Client \
attempting to establish new session at /140.211.11.196:14378 [junit4:junit4]   2> \
8919 T851 oazs.ZooKeeperServer.finishSessionInit Established session \
0x13bf32780c00007 with negotiated timeout 20000 for client /140.211.11.196:14378 \
[junit4:junit4]   2> 8919 T900 oaz.ClientCnxn$SendThread.onConnected Session \
establishment complete on server localhost/127.0.0.1:34875, sessionid = \
0x13bf32780c00007, negotiated timeout = 20000 [junit4:junit4]   2> 8919 T901 \
oascc.ConnectionManager.process Watcher \
org.apache.solr.common.cloud.ConnectionManager@716b5514 name:ZooKeeperConnection \
Watcher:127.0.0.1:34875 got event WatchedEvent state:SyncConnected type:None \
path:null path:null type:None [junit4:junit4]   2> 8920 T847 \
oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper \
[junit4:junit4]   2> 8921 T852 oazs.PrepRequestProcessor.pRequest2Txn Processed \
session termination for sessionid: 0x13bf32780c00007 [junit4:junit4]   2> 8922 T901 \
oaz.ClientCnxn$EventThread.run EventThread shut down [junit4:junit4]   2> 8922 T849 \
oazs.NIOServerCnxn.closeSock Closed socket connection for client \
/140.211.11.196:14378 which had sessionid 0x13bf32780c00007 [junit4:junit4]   2> 8922 \
T847 oaz.ZooKeeper.close Session: 0x13bf32780c00007 closed [junit4:junit4]   2> 8923 \
T847 oascsi.HttpClientUtil.createClient Creating new http client, \
config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=15000&connTimeout=30000
 [junit4:junit4]   2> 8935 T847 oaz.ZooKeeper.<init> Initiating client connection, \
connectString=127.0.0.1:34875/solr sessionTimeout=30000 \
watcher=org.apache.solr.common.cloud.ConnectionManager@2ae507b6 [junit4:junit4]   2> \
8936 T847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to \
ZooKeeper [junit4:junit4]   2> 8936 T902 oaz.ClientCnxn$SendThread.logStartConnect \
Opening socket connection to server localhost/127.0.0.1:34875. Will not attempt to \
authenticate using SASL (access denied ("javax.security.auth.AuthPermission" \
"getLoginConfiguration")) [junit4:junit4]   2> 8937 T902 \
oaz.ClientCnxn$SendThread.primeConnection Socket connection established to \
localhost/127.0.0.1:34875, initiating session [junit4:junit4]   2> 8937 T849 \
oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:64108 \
[junit4:junit4]   2> 8938 T849 oazs.ZooKeeperServer.processConnectRequest Client \
attempting to establish new session at /140.211.11.196:64108 [junit4:junit4]   2> \
8939 T851 oazs.ZooKeeperServer.finishSessionInit Established session \
0x13bf32780c00008 with negotiated timeout 20000 for client /140.211.11.196:64108 \
[junit4:junit4]   2> 8939 T902 oaz.ClientCnxn$SendThread.onConnected Session \
establishment complete on server localhost/127.0.0.1:34875, sessionid = \
0x13bf32780c00008, negotiated timeout = 20000 [junit4:junit4]   2> 8940 T903 \
oascc.ConnectionManager.process Watcher \
org.apache.solr.common.cloud.ConnectionManager@2ae507b6 name:ZooKeeperConnection \
Watcher:127.0.0.1:34875/solr got event WatchedEvent state:SyncConnected type:None \
path:null path:null type:None [junit4:junit4]   2> 8940 T847 \
oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper \
[junit4:junit4]   2> 8941 T852 oazs.PrepRequestProcessor.pRequest Got user-level \
KeeperException when processing sessionid:0x13bf32780c00008 type:create cxid:0x1 \
zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = \
NodeExists for /solr/overseer [junit4:junit4]   2> 8943 T852 \
oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing \
sessionid:0x13bf32780c00008 type:create cxid:0x2 zxid:0x6e txntype:-1 reqpath:n/a \
Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer \
[junit4:junit4]   2> 8944 T847 oasc.ZkController.createEphemeralLiveNode Register \
node as live in ZooKeeper:/live_nodes/127.0.0.1:65122_yz_g [junit4:junit4]   2> 8945 \
T852 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when \
processing sessionid:0x13bf32780c00008 type:delete cxid:0x4 zxid:0x6f txntype:-1 \
reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:65122_yz_g Error:KeeperErrorCode = \
NoNode for /solr/live_nodes/127.0.0.1:65122_yz_g [junit4:junit4]   2> 8953 T847 \
oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:65122_yz_g \
[junit4:junit4]   2> 8956 T875 oascc.ZkStateReader$2.process A cluster state change: \
WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has \
occurred - updating... (live nodes size: 2) [junit4:junit4]   2> 8957 T869 \
oascc.ZkStateReader$3.process Updating live nodes... (3) [junit4:junit4]   2> 8957 \
T888 oascc.ZkStateReader$3.process Updating live nodes... (3) [junit4:junit4]   2> \
8957 T869 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - \
updating... (live nodes size: 3) [junit4:junit4]   2> 8957 T888 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - \
updating... (live nodes size: 3) [junit4:junit4]   2> 8958 T875 \
oascc.ZkStateReader$3.process Updating live nodes... (3) [junit4:junit4]   2> 8961 \
T847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state \
from ZooKeeper...  [junit4:junit4]   2> 8968 T904 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.BasicDistributedZkTest-jetty2-1356994159179/collection1
 [junit4:junit4]   2> 8968 T904 oasc.ZkController.createCollectionZkNode Check for \
collection zkNode:collection1 [junit4:junit4]   2> 8969 T904 \
oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4:junit4]   \
2> 8969 T904 oasc.ZkController.readConfigName Load collection config \
from:/collections/collection1 [junit4:junit4]   2> 8971 T904 \
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.BasicDistributedZkTest-jetty2-1356994159179/collection1/'
 [junit4:junit4]   2> 8972 T904 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.BasicDistributedZkTest-jetty2-1356994159179/collection1/lib/classes/' \
to classloader [junit4:junit4]   2> 8973 T904 \
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.BasicDistributedZkTest-jetty2-1356994159179/collection1/lib/README' \
to classloader [junit4:junit4]   2> 9027 T904 oasc.SolrConfig.<init> Using Lucene \
MatchVersion: LUCENE_50 [junit4:junit4]   2> 9101 T904 oasc.SolrConfig.<init> Loaded \
SolrConfig: solrconfig.xml [junit4:junit4]   2> 9202 T904 oass.IndexSchema.readSchema \
Reading Solr Schema [junit4:junit4]   2> 9210 T904 oass.IndexSchema.readSchema Schema \
name=test [junit4:junit4]   2> 9894 T904 oass.OpenExchangeRatesOrgProvider.init \
Initialized with rates=open-exchange-rates.json, refreshInterval=1440. \
[junit4:junit4]   2> 9906 T904 oass.IndexSchema.readSchema default search field in \
schema is text [junit4:junit4]   2> 9911 T904 oass.IndexSchema.readSchema unique key \
field: id [junit4:junit4]   2> 9927 T904 oass.FileExchangeRateProvider.reload \
Reloading exchange rates from file currency.xml [junit4:junit4]   2> 9932 T904 \
oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml \
[junit4:junit4]   2> 9937 T904 oass.OpenExchangeRatesOrgProvider.reload Reloading \
exchange rates from open-exchange-rates.json [junit4:junit4]   2> 9938 T904 \
oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from \
open-exchange-rates.json [junit4:junit4]   2> 9940 T904 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.BasicDistributedZkTest-jetty2-1356994159179/collection1/, \
dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty2/ \
[junit4:junit4]   2> 9940 T904 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. \
Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6a2e90d0 \
[junit4:junit4]   2> 9941 T904 oasc.SolrCore.initDirectoryFactory \
solr.NRTCachingDirectoryFactory [junit4:junit4]   2> 9942 T904 \
oasc.CachingDirectoryFactory.get return new directory for \
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty2 \
forceNew:false [junit4:junit4]   2> 9943 T904 oasc.CachingDirectoryFactory.close \
Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-ja \
va7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty2
 [junit4:junit4]   2> 9943 T904 oasc.SolrCore.getNewIndexDir New index directory \
detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty2/index/
 [junit4:junit4]   2> 9944 T904 oasc.SolrCore.initIndex WARNING [collection1] Solr \
index directory './org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty2/index' \
doesn't exist. Creating new index... [junit4:junit4]   2> 9945 T904 \
oasc.CachingDirectoryFactory.get return new directory for \
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr- \
core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty2/index \
forceNew:false [junit4:junit4]   2> 9980 T904 oasc.SolrDeletionPolicy.onCommit \
SolrDeletionPolicy.onCommit: commits:num=1 [junit4:junit4]   2> \
commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIO \
FSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr \
/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty2/index \
lockFactory=org.apache.lucene.store.NativeFSLockFactory@5e46612d; maxCacheMB=48.0 \
maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1] \
[junit4:junit4]   2> 9980 T904 oasc.SolrDeletionPolicy.updateCommits newest commit = \
1[segments_1] [junit4:junit4]   2> 9981 T904 oasc.CachingDirectoryFactory.close \
Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-ja \
va7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty2/index
 [junit4:junit4]   2> 9982 T904 oasc.SolrCore.initWriters created xml: \
solr.XMLResponseWriter [junit4:junit4]   2> 9984 T904 \
oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory \
into updateRequestProcessorChain "dedupe" [junit4:junit4]   2> 9984 T904 \
oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory \
into updateRequestProcessorChain "dedupe-allfields" [junit4:junit4]   2> 9985 T904 \
oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory \
into updateRequestProcessorChain "stored_sig" [junit4:junit4]   2> 9985 T904 \
oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory \
into updateRequestProcessorChain "uniq-fields" [junit4:junit4]   2> 9986 T904 \
oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory \
into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4:junit4]   \
2> 9986 T904 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: \
solr.ReplicationHandler [junit4:junit4]   2> 9986 T904 \
oasc.RequestHandlers.initHandlersFromConfig created /replication: \
solr.ReplicationHandler [junit4:junit4]   2> 9987 T904 \
oasc.RequestHandlers.initHandlersFromConfig created standard: \
solr.StandardRequestHandler [junit4:junit4]   2> 9988 T904 \
oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler \
[junit4:junit4]   2> 9988 T904 oasc.RequestHandlers.initHandlersFromConfig created \
dismax: solr.SearchHandler [junit4:junit4]   2> 9989 T904 \
oasc.RequestHandlers.initHandlersFromConfig created mock: \
org.apache.solr.core.MockQuerySenderListenerReqHandler [junit4:junit4]   2> 9989 T904 \
oasc.RequestHandlers.initHandlersFromConfig created /admin/: \
org.apache.solr.handler.admin.AdminHandlers [junit4:junit4]   2> 9990 T904 \
oasc.RequestHandlers.initHandlersFromConfig created defaults: \
solr.StandardRequestHandler [junit4:junit4]   2> 9990 T904 \
oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: \
solr.StandardRequestHandler [junit4:junit4]   2> 9990 T904 \
oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler \
[junit4:junit4]   2> 9991 T904 oasc.RequestHandlers.initHandlersFromConfig created \
/update: solr.UpdateRequestHandler [junit4:junit4]   2> 9991 T904 \
oasc.RequestHandlers.initHandlersFromConfig created /terms: \
org.apache.solr.handler.component.SearchHandler [junit4:junit4]   2> 9992 T904 \
oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: \
org.apache.solr.handler.component.SearchHandler [junit4:junit4]   2> 9992 T904 \
oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: \
org.apache.solr.handler.component.SearchHandler [junit4:junit4]   2> 9993 T904 \
oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: \
org.apache.solr.handler.component.SearchHandler [junit4:junit4]   2> 9993 T904 \
oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: \
org.apache.solr.handler.component.SearchHandler [junit4:junit4]   2> 9994 T904 \
oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: \
org.apache.solr.handler.component.SearchHandler [junit4:junit4]   2> 9994 T904 \
oasc.RequestHandlers.initHandlersFromConfig created mltrh: \
org.apache.solr.handler.component.SearchHandler [junit4:junit4]   2> 9995 T904 \
oasc.RequestHandlers.initHandlersFromConfig created tvrh: \
org.apache.solr.handler.component.SearchHandler [junit4:junit4]   2> 9995 T904 \
oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler \
[junit4:junit4]   2> 9996 T904 oasc.RequestHandlers.initHandlersFromConfig created \
/debug/dump: solr.DumpRequestHandler [junit4:junit4]   2> 10012 T904 \
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4:junit4]   2> 10018 T904 \
oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated \
[junit4:junit4]   2> 10022 T904 oasc.CachingDirectoryFactory.close Releasing \
directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/b \
uild/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty2
 [junit4:junit4]   2> 10024 T904 oass.SolrIndexSearcher.<init> Opening \
Searcher@1daececc main [junit4:junit4]   2> 10025 T904 oasu.CommitTracker.<init> Hard \
AutoCommit: disabled [junit4:junit4]   2> 10025 T904 oasu.CommitTracker.<init> Soft \
AutoCommit: disabled [junit4:junit4]   2> 10026 T904 oashc.SpellCheckComponent.inform \
Initializing spell checkers [junit4:junit4]   2> 10033 T904 \
oass.DirectSolrSpellChecker.init init: \
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3} \
[junit4:junit4]   2> 10079 T870 oascc.ZkStateReader.updateClusterState Updating cloud \
state from ZooKeeper...  [junit4:junit4]   2> 10080 T870 \
oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={ \
[junit4:junit4]   2> 	  "operation":"state", [junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:32747_yz_g",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:32747/yz_g"}
[junit4:junit4]   2> 10099 T903 oascc.ZkStateReader$2.process A cluster state change: \
WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has \
occurred - updating... (live nodes size: 3) [junit4:junit4]   2> 10099 T888 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - \
updating... (live nodes size: 3) [junit4:junit4]   2> 10099 T875 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - \
updating... (live nodes size: 3) [junit4:junit4]   2> 10099 T869 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - \
updating... (live nodes size: 3) [junit4:junit4]   2> 10118 T905 \
oasc.SolrCore.registerSearcher [collection1] Registered new searcher \
Searcher@1daececc main{StandardDirectoryReader(segments_1:1)} [junit4:junit4]   2> \
10121 T904 oasc.ZkController.publish publishing core=collection1 state=down \
[junit4:junit4]   2> 10121 T904 oasc.ZkController.publish numShards not found on \
descriptor - reading it from system property [junit4:junit4]   2> 11605 T870 \
oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper...  \
[junit4:junit4]   2> 11606 T870 oasc.Overseer$ClusterStateUpdater.updateState Update \
state numShards=2 message={ [junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:65122_yz_g",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:65122/yz_g"}
[junit4:junit4]   2> 11606 T870 oasc.Overseer$ClusterStateUpdater.updateState \
Collection already exists with numShards=2 [junit4:junit4]   2> 11606 T870 \
oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard \
shard=shard2 [junit4:junit4]   2> 11625 T888 oascc.ZkStateReader$2.process A cluster \
state change: WatchedEvent state:SyncConnected type:NodeDataChanged \
path:/clusterstate.json, has occurred - updating... (live nodes size: 3) \
[junit4:junit4]   2> 11625 T875 oascc.ZkStateReader$2.process A cluster state change: \
WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has \
occurred - updating... (live nodes size: 3) [junit4:junit4]   2> 11625 T903 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - \
updating... (live nodes size: 3) [junit4:junit4]   2> 11625 T869 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - \
updating... (live nodes size: 3) [junit4:junit4]   2> 12129 T904 \
oasc.CoreContainer.registerCore registering core: collection1 [junit4:junit4]   2> \
12129 T904 oasc.ZkController.register Register replica - core:collection1 \
address:http://127.0.0.1:65122/yz_g collection:collection1 shard:shard2 \
[junit4:junit4]   2> 12130 T904 oascc.SolrZkClient.makePath makePath: \
/collections/collection1/leader_elect/shard2/election [junit4:junit4]   2> 12152 T852 \
oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing \
sessionid:0x13bf32780c00008 type:delete cxid:0x44 zxid:0x7e txntype:-1 reqpath:n/a \
Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = \
NoNode for /solr/collections/collection1/leaders/shard2 [junit4:junit4]   2> 12153 \
T904 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process. \
[junit4:junit4]   2> 12153 T852 oazs.PrepRequestProcessor.pRequest Got user-level \
KeeperException when processing sessionid:0x13bf32780c00008 type:create cxid:0x45 \
zxid:0x7f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = \
NodeExists for /solr/overseer [junit4:junit4]   2> 12164 T904 \
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to \
continue. [junit4:junit4]   2> 12164 T904 \
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and \
sync [junit4:junit4]   2> 12165 T904 oasc.SyncStrategy.sync Sync replicas to \
http://127.0.0.1:65122/yz_g/collection1/ [junit4:junit4]   2> 12165 T904 \
oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me [junit4:junit4] \
2> 12165 T904 oasc.SyncStrategy.syncToMe http://127.0.0.1:65122/yz_g/collection1/ has \
no replicas [junit4:junit4]   2> 12165 T904 \
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: \
http://127.0.0.1:65122/yz_g/collection1/ [junit4:junit4]   2> 12166 T904 \
oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2 \
[junit4:junit4]   2> 12170 T852 oazs.PrepRequestProcessor.pRequest Got user-level \
KeeperException when processing sessionid:0x13bf32780c00008 type:create cxid:0x4e \
zxid:0x82 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = \
NodeExists for /solr/overseer [junit4:junit4]   2> 13131 T870 \
oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper...  \
[junit4:junit4]   2> 13174 T903 oascc.ZkStateReader$2.process A cluster state change: \
WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has \
occurred - updating... (live nodes size: 3) [junit4:junit4]   2> 13174 T888 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - \
updating... (live nodes size: 3) [junit4:junit4]   2> 13174 T869 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - \
updating... (live nodes size: 3) [junit4:junit4]   2> 13174 T875 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - \
updating... (live nodes size: 3) [junit4:junit4]   2> 13201 T904 \
oasc.ZkController.register We are http://127.0.0.1:65122/yz_g/collection1/ and leader \
is http://127.0.0.1:65122/yz_g/collection1/ [junit4:junit4]   2> 13201 T904 \
oasc.ZkController.register No LogReplay needed for core=collection1 \
baseURL=http://127.0.0.1:65122/yz_g [junit4:junit4]   2> 13201 T904 \
oasc.ZkController.checkRecovery I am the leader, no recovery necessary \
[junit4:junit4]   2> 13201 T904 oasc.ZkController.publish publishing core=collection1 \
state=active [junit4:junit4]   2> 13202 T904 oasc.ZkController.publish numShards not \
found on descriptor - reading it from system property [junit4:junit4]   2> 13204 T904 \
oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper...  \
[junit4:junit4]   2> 13205 T847 oass.SolrDispatchFilter.init \
user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0
 [junit4:junit4]   2> 13206 T847 oass.SolrDispatchFilter.init \
SolrDispatchFilter.init() done [junit4:junit4]   2> 13206 T847 \
oascsi.HttpClientUtil.createClient Creating new http client, \
config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false \
[junit4:junit4]   2> 13412 T847 oejs.Server.doStart jetty-8.1.8.v20121106 \
[junit4:junit4]   2> 13415 T847 oejs.AbstractConnector.doStart Started \
SocketConnector@127.0.0.1:52121 [junit4:junit4]   2> 13416 T847 \
oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr \
(NoInitialContextEx) [junit4:junit4]   2> 13417 T847 \
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.BasicDistributedZkTest-jetty3-1356994163793
 [junit4:junit4]   2> 13417 T847 oasc.SolrResourceLoader.<init> new \
SolrResourceLoader for deduced Solr Home: \
'/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr \
-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1356994163793/' \
[junit4:junit4]   2> 13465 T847 oass.SolrDispatchFilter.init \
SolrDispatchFilter.init() [junit4:junit4]   2> 13466 T847 \
oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr \
(NoInitialContextEx) [junit4:junit4]   2> 13467 T847 \
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.BasicDistributedZkTest-jetty3-1356994163793
 [junit4:junit4]   2> 13467 T847 oasc.CoreContainer$Initializer.initialize looking \
for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/so \
lr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1356994163793/solr.xml
 [junit4:junit4]   2> 13467 T847 oasc.CoreContainer.<init> New CoreContainer \
812457614 [junit4:junit4]   2> 13468 T847 oasc.CoreContainer.load Loading \
CoreContainer using Solr Home: \
'/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr \
-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1356994163793/' \
[junit4:junit4]   2> 13469 T847 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.BasicDistributedZkTest-jetty3-1356994163793/'
 [junit4:junit4]   2> 13501 T847 oashc.HttpShardHandlerFactory.getParameter Setting \
socketTimeout to: 30000 [junit4:junit4]   2> 13502 T847 \
oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http:// \
[junit4:junit4]   2> 13502 T847 oashc.HttpShardHandlerFactory.getParameter Setting \
connTimeout to: 15000 [junit4:junit4]   2> 13503 T847 \
oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 \
[junit4:junit4]   2> 13503 T847 oashc.HttpShardHandlerFactory.getParameter Setting \
corePoolSize to: 0 [junit4:junit4]   2> 13504 T847 \
oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 \
[junit4:junit4]   2> 13504 T847 oashc.HttpShardHandlerFactory.getParameter Setting \
maxThreadIdleTime to: 5 [junit4:junit4]   2> 13505 T847 \
oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4:junit4] \
2> 13505 T847 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: \
false [junit4:junit4]   2> 13506 T847 oascsi.HttpClientUtil.createClient Creating new \
http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=30000&connTimeout=15000&retry=false
 [junit4:junit4]   2> 13528 T847 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 13550 T847 oasc.CoreContainer.initZooKeeper Zookeeper \
client=127.0.0.1:34875/solr [junit4:junit4]   2> 13551 T847 \
oasc.ZkController.checkChrootPath zkHost includes chroot [junit4:junit4]   2> 13551 \
T847 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34875 \
sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@2884e0 \
[junit4:junit4]   2> 13552 T847 oascc.ConnectionManager.waitForConnected Waiting for \
client to connect to ZooKeeper [junit4:junit4]   2> 13553 T915 \
oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server \
localhost/127.0.0.1:34875. Will not attempt to authenticate using SASL (access denied \
("javax.security.auth.AuthPermission" "getLoginConfiguration")) [junit4:junit4]   2> \
13554 T915 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to \
localhost/127.0.0.1:34875, initiating session [junit4:junit4]   2> 13554 T849 \
oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:33109 \
[junit4:junit4]   2> 13554 T849 oazs.ZooKeeperServer.processConnectRequest Client \
attempting to establish new session at /140.211.11.196:33109 [junit4:junit4]   2> \
13556 T851 oazs.ZooKeeperServer.finishSessionInit Established session \
0x13bf32780c00009 with negotiated timeout 20000 for client /140.211.11.196:33109 \
[junit4:junit4]   2> 13556 T915 oaz.ClientCnxn$SendThread.onConnected Session \
establishment complete on server localhost/127.0.0.1:34875, sessionid = \
0x13bf32780c00009, negotiated timeout = 20000 [junit4:junit4]   2> 13557 T916 \
oascc.ConnectionManager.process Watcher \
org.apache.solr.common.cloud.ConnectionManager@2884e0 name:ZooKeeperConnection \
Watcher:127.0.0.1:34875 got event WatchedEvent state:SyncConnected type:None \
path:null path:null type:None [junit4:junit4]   2> 13557 T847 \
oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper \
[junit4:junit4]   2> 13558 T852 oazs.PrepRequestProcessor.pRequest2Txn Processed \
session termination for sessionid: 0x13bf32780c00009 [junit4:junit4]   2> 13560 T916 \
oaz.ClientCnxn$EventThread.run EventThread shut down [junit4:junit4]   2> 13560 T849 \
oazs.NIOServerCnxn.closeSock Closed socket connection for client \
/140.211.11.196:33109 which had sessionid 0x13bf32780c00009 [junit4:junit4]   2> \
13560 T847 oaz.ZooKeeper.close Session: 0x13bf32780c00009 closed [junit4:junit4]   2> \
13560 T847 oascsi.HttpClientUtil.createClient Creating new http client, \
config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=15000&connTimeout=30000
 [junit4:junit4]   2> 13571 T847 oaz.ZooKeeper.<init> Initiating client connection, \
connectString=127.0.0.1:34875/solr sessionTimeout=30000 \
watcher=org.apache.solr.common.cloud.ConnectionManager@5bf2545c [junit4:junit4]   2> \
13572 T847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to \
ZooKeeper [junit4:junit4]   2> 13573 T917 oaz.ClientCnxn$SendThread.logStartConnect \
Opening socket connection to server localhost/127.0.0.1:34875. Will not attempt to \
authenticate using SASL (access denied ("javax.security.auth.AuthPermission" \
"getLoginConfiguration")) [junit4:junit4]   2> 13573 T917 \
oaz.ClientCnxn$SendThread.primeConnection Socket connection established to \
localhost/127.0.0.1:34875, initiating session [junit4:junit4]   2> 13574 T849 \
oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:32736 \
[junit4:junit4]   2> 13574 T849 oazs.ZooKeeperServer.processConnectRequest Client \
attempting to establish new session at /140.211.11.196:32736 [junit4:junit4]   2> \
13575 T851 oazs.ZooKeeperServer.finishSessionInit Established session \
0x13bf32780c0000a with negotiated timeout 20000 for client /140.211.11.196:32736 \
[junit4:junit4]   2> 13576 T917 oaz.ClientCnxn$SendThread.onConnected Session \
establishment complete on server localhost/127.0.0.1:34875, sessionid = \
0x13bf32780c0000a, negotiated timeout = 20000 [junit4:junit4]   2> 13576 T918 \
oascc.ConnectionManager.process Watcher \
org.apache.solr.common.cloud.ConnectionManager@5bf2545c name:ZooKeeperConnection \
Watcher:127.0.0.1:34875/solr got event WatchedEvent state:SyncConnected type:None \
path:null path:null type:None [junit4:junit4]   2> 13576 T847 \
oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper \
[junit4:junit4]   2> 13577 T852 oazs.PrepRequestProcessor.pRequest Got user-level \
KeeperException when processing sessionid:0x13bf32780c0000a type:create cxid:0x1 \
zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = \
NodeExists for /solr/overseer [junit4:junit4]   2> 13579 T852 \
oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing \
sessionid:0x13bf32780c0000a type:create cxid:0x2 zxid:0x90 txntype:-1 reqpath:n/a \
Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer \
[junit4:junit4]   2> 13581 T847 oasc.ZkController.createEphemeralLiveNode Register \
node as live in ZooKeeper:/live_nodes/127.0.0.1:52121_yz_g [junit4:junit4]   2> 13581 \
T852 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when \
processing sessionid:0x13bf32780c0000a type:delete cxid:0x4 zxid:0x91 txntype:-1 \
reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:52121_yz_g Error:KeeperErrorCode = \
NoNode for /solr/live_nodes/127.0.0.1:52121_yz_g [junit4:junit4]   2> 13590 T847 \
oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52121_yz_g \
[junit4:junit4]   2> 13593 T903 oascc.ZkStateReader$2.process A cluster state change: \
WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has \
occurred - updating... (live nodes size: 3) [junit4:junit4]   2> 13593 T875 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - \
updating... (live nodes size: 3) [junit4:junit4]   2> 13593 T888 \
oascc.ZkStateReader$3.process Updating live nodes... (4) [junit4:junit4]   2> 13593 \
T869 oascc.ZkStateReader$3.process Updating live nodes... (4) [junit4:junit4]   2> \
13593 T888 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - \
updating... (live nodes size: 4) [junit4:junit4]   2> 13594 T869 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - \
updating... (live nodes size: 4) [junit4:junit4]   2> 13595 T875 \
oascc.ZkStateReader$3.process Updating live nodes... (4) [junit4:junit4]   2> 13595 \
T903 oascc.ZkStateReader$3.process Updating live nodes... (4) [junit4:junit4]   2> \
13598 T847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster \
state from ZooKeeper...  [junit4:junit4]   2> 13605 T919 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.BasicDistributedZkTest-jetty3-1356994163793/collection1
 [junit4:junit4]   2> 13605 T919 oasc.ZkController.createCollectionZkNode Check for \
collection zkNode:collection1 [junit4:junit4]   2> 13606 T919 \
oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4:junit4]   \
2> 13606 T919 oasc.ZkController.readConfigName Load collection config \
from:/collections/collection1 [junit4:junit4]   2> 13608 T919 \
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.BasicDistributedZkTest-jetty3-1356994163793/collection1/'
 [junit4:junit4]   2> 13609 T919 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.BasicDistributedZkTest-jetty3-1356994163793/collection1/lib/classes/' \
to classloader [junit4:junit4]   2> 13610 T919 \
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.BasicDistributedZkTest-jetty3-1356994163793/collection1/lib/README' \
to classloader [junit4:junit4]   2> 13667 T919 oasc.SolrConfig.<init> Using Lucene \
MatchVersion: LUCENE_50 [junit4:junit4]   2> 13741 T919 oasc.SolrConfig.<init> Loaded \
SolrConfig: solrconfig.xml [junit4:junit4]   2> 13842 T919 \
oass.IndexSchema.readSchema Reading Solr Schema [junit4:junit4]   2> 13849 T919 \
oass.IndexSchema.readSchema Schema name=test [junit4:junit4]   2> 14534 T919 \
oass.OpenExchangeRatesOrgProvider.init Initialized with \
rates=open-exchange-rates.json, refreshInterval=1440. [junit4:junit4]   2> 14550 T919 \
oass.IndexSchema.readSchema default search field in schema is text [junit4:junit4]   \
2> 14554 T919 oass.IndexSchema.readSchema unique key field: id [junit4:junit4]   2> \
14576 T919 oass.FileExchangeRateProvider.reload Reloading exchange rates from file \
currency.xml [junit4:junit4]   2> 14582 T919 oass.FileExchangeRateProvider.reload \
Reloading exchange rates from file currency.xml [junit4:junit4]   2> 14589 T919 \
oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from \
open-exchange-rates.json [junit4:junit4]   2> 14590 T919 \
oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from \
open-exchange-rates.json [junit4:junit4]   2> 14591 T919 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.BasicDistributedZkTest-jetty3-1356994163793/collection1/, \
dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3/ \
[junit4:junit4]   2> 14592 T919 oasc.JmxMonitoredMap.<init> JMX monitoring is \
enabled. Adding Solr mbeans to JMX Server: \
com.sun.jmx.mbeanserver.JmxMBeanServer@6a2e90d0 [junit4:junit4]   2> 14592 T919 \
oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory [junit4:junit4]   \
2> 14593 T919 oasc.CachingDirectoryFactory.get return new directory for \
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3 \
forceNew:false [junit4:junit4]   2> 14594 T919 oasc.CachingDirectoryFactory.close \
Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-ja \
va7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3
 [junit4:junit4]   2> 14594 T919 oasc.SolrCore.getNewIndexDir New index directory \
detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3/index/
 [junit4:junit4]   2> 14595 T919 oasc.SolrCore.initIndex WARNING [collection1] Solr \
index directory './org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3/index' \
doesn't exist. Creating new index... [junit4:junit4]   2> 14596 T919 \
oasc.CachingDirectoryFactory.get return new directory for \
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr- \
core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3/index \
forceNew:false [junit4:junit4]   2> 14616 T919 oasc.SolrDeletionPolicy.onCommit \
SolrDeletionPolicy.onCommit: commits:num=1 [junit4:junit4]   2> \
commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIO \
FSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr \
/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3/index \
lockFactory=org.apache.lucene.store.NativeFSLockFactory@66e536a3; maxCacheMB=48.0 \
maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1] \
[junit4:junit4]   2> 14617 T919 oasc.SolrDeletionPolicy.updateCommits newest commit = \
1[segments_1] [junit4:junit4]   2> 14618 T919 oasc.CachingDirectoryFactory.close \
Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-ja \
va7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3/index
 [junit4:junit4]   2> 14618 T919 oasc.SolrCore.initWriters created xml: \
solr.XMLResponseWriter [junit4:junit4]   2> 14621 T919 \
oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory \
into updateRequestProcessorChain "dedupe" [junit4:junit4]   2> 14622 T919 \
oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory \
into updateRequestProcessorChain "dedupe-allfields" [junit4:junit4]   2> 14623 T919 \
oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory \
into updateRequestProcessorChain "stored_sig" [junit4:junit4]   2> 14623 T919 \
oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory \
into updateRequestProcessorChain "uniq-fields" [junit4:junit4]   2> 14624 T919 \
oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory \
into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4:junit4]   \
2> 14625 T919 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: \
solr.ReplicationHandler [junit4:junit4]   2> 14626 T919 \
oasc.RequestHandlers.initHandlersFromConfig created /replication: \
solr.ReplicationHandler [junit4:junit4]   2> 14626 T919 \
oasc.RequestHandlers.initHandlersFromConfig created standard: \
solr.StandardRequestHandler [junit4:junit4]   2> 14627 T919 \
oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler \
[junit4:junit4]   2> 14627 T919 oasc.RequestHandlers.initHandlersFromConfig created \
dismax: solr.SearchHandler [junit4:junit4]   2> 14628 T919 \
oasc.RequestHandlers.initHandlersFromConfig created mock: \
org.apache.solr.core.MockQuerySenderListenerReqHandler [junit4:junit4]   2> 14628 \
T919 oasc.RequestHandlers.initHandlersFromConfig created /admin/: \
org.apache.solr.handler.admin.AdminHandlers [junit4:junit4]   2> 14629 T919 \
oasc.RequestHandlers.initHandlersFromConfig created defaults: \
solr.StandardRequestHandler [junit4:junit4]   2> 14629 T919 \
oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: \
solr.StandardRequestHandler [junit4:junit4]   2> 14630 T919 \
oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler \
[junit4:junit4]   2> 14630 T919 oasc.RequestHandlers.initHandlersFromConfig created \
/update: solr.UpdateRequestHandler [junit4:junit4]   2> 14631 T919 \
oasc.RequestHandlers.initHandlersFromConfig created /terms: \
org.apache.solr.handler.component.SearchHandler [junit4:junit4]   2> 14631 T919 \
oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: \
org.apache.solr.handler.component.SearchHandler [junit4:junit4]   2> 14632 T919 \
oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: \
org.apache.solr.handler.component.SearchHandler [junit4:junit4]   2> 14632 T919 \
oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: \
org.apache.solr.handler.component.SearchHandler [junit4:junit4]   2> 14633 T919 \
oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: \
org.apache.solr.handler.component.SearchHandler [junit4:junit4]   2> 14633 T919 \
oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: \
org.apache.solr.handler.component.SearchHandler [junit4:junit4]   2> 14634 T919 \
oasc.RequestHandlers.initHandlersFromConfig created mltrh: \
org.apache.solr.handler.component.SearchHandler [junit4:junit4]   2> 14634 T919 \
oasc.RequestHandlers.initHandlersFromConfig created tvrh: \
org.apache.solr.handler.component.SearchHandler [junit4:junit4]   2> 14635 T919 \
[junit4:junit4]   2> 14648 T919 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 14653 T919 oasc.SolrCore.initDeprecatedSupport WARNING \
solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to \
use the ShowFileRequestHandler. [junit4:junit4]   2> 14654 T919 \
oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden \
files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, \
OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT] \
[junit4:junit4]   2> 14657 T919 oasc.CachingDirectoryFactory.close Releasing \
directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/b \
uild/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3
 [junit4:junit4]   2> 14659 T919 oass.SolrIndexSearcher.<init> Opening \
Searcher@183b70a2 main [junit4:junit4]   2> 14660 T919 oasu.CommitTracker.<init> Hard \
AutoCommit: disabled [junit4:junit4]   2> 14660 T919 oasu.CommitTracker.<init> Soft \
AutoCommit: disabled [junit4:junit4]   2> 14661 T919 oashc.SpellCheckComponent.inform \
Initializing spell checkers [junit4:junit4]   2> 14668 T919 \
oass.DirectSolrSpellChecker.init init: \
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3} \
[junit4:junit4]   2> 14689 T870 oascc.ZkStateReader.updateClusterState Updating cloud \
state from ZooKeeper...  [junit4:junit4]   2> 14690 T870 \
oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={ \
[junit4:junit4]   2> 	  "operation":"state", [junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:65122_yz_g",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:65122/yz_g"}
[junit4:junit4]   2> 14709 T918 oascc.ZkStateReader$2.process A cluster state change: \
WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has \
occurred - updating... (live nodes size: 4) [junit4:junit4]   2> 14709 T875 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - \
updating... (live nodes size: 4) [junit4:junit4]   2> 14709 T869 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - \
updating... (live nodes size: 4) [junit4:junit4]   2> 14709 T903 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - \
updating... (live nodes size: 4) [junit4:junit4]   2> 14709 T888 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - \
updating... (live nodes size: 4) [junit4:junit4]   2> 14723 T920 \
oasc.SolrCore.registerSearcher [collection1] Registered new searcher \
Searcher@183b70a2 main{StandardDirectoryReader(segments_1:1)} [junit4:junit4]   2> \
14728 T919 oasc.ZkController.publish publishing core=collection1 state=down \
[junit4:junit4]   2> 14728 T919 oasc.ZkController.publish numShards not found on \
descriptor - reading it from system property [junit4:junit4]   2> 16215 T870 \
oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper...  \
[junit4:junit4]   2> 16216 T870 oasc.Overseer$ClusterStateUpdater.updateState Update \
state numShards=2 message={ [junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52121_yz_g",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52121/yz_g"}
[junit4:junit4]   2> 16216 T870 oasc.Overseer$ClusterStateUpdater.updateState \
Collection already exists with numShards=2 [junit4:junit4]   2> 16216 T870 \
oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard \
shard=shard1 [junit4:junit4]   2> 16235 T903 oascc.ZkStateReader$2.process A cluster \
state change: WatchedEvent state:SyncConnected type:NodeDataChanged \
path:/clusterstate.json, has occurred - updating... (live nodes size: 4) \
[junit4:junit4]   2> 16235 T875 oascc.ZkStateReader$2.process A cluster state change: \
WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has \
occurred - updating... (live nodes size: 4) [junit4:junit4]   2> 16235 T888 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - \
updating... (live nodes size: 4) [junit4:junit4]   2> 16235 T918 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - \
updating... (live nodes size: 4) [junit4:junit4]   2> 16235 T869 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - \
updating... (live nodes size: 4) [junit4:junit4]   2> 16732 T919 \
oasc.CoreContainer.registerCore registering core: collection1 [junit4:junit4]   2> \
16732 T919 oasc.ZkController.register Register replica - core:collection1 \
address:http://127.0.0.1:52121/yz_g collection:collection1 shard:shard1 \
[junit4:junit4]   2> 16739 T919 oasc.ZkController.register We are \
http://127.0.0.1:52121/yz_g/collection1/ and leader is \
http://127.0.0.1:32747/yz_g/collection1/ [junit4:junit4]   2> 16740 T919 \
oasc.ZkController.register No LogReplay needed for core=collection1 \
baseURL=http://127.0.0.1:52121/yz_g [junit4:junit4]   2> 16740 T919 \
oasc.ZkController.checkRecovery Core needs to recover:collection1 [junit4:junit4]   \
2> 16740 T919 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling \
any ongoing recovery [junit4:junit4]   2> ASYNC  NEW_CORE C52 name=collection1 \
org.apache.solr.core.SolrCore@4eecebf7 url=http://127.0.0.1:52121/yz_g/collection1 \
node=127.0.0.1:52121_yz_g C52_STATE=coll:collection1 core:collection1 \
props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, \
node_name=127.0.0.1:52121_yz_g, base_url=http://127.0.0.1:52121/yz_g} [junit4:junit4] \
2> 16741 T921 C52 P52121 oasc.RecoveryStrategy.run Starting recovery process.  \
core=collection1 recoveringAfterStartup=true [junit4:junit4]   2> 16741 T919 \
oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper...  \
[junit4:junit4]   2> 16742 T921 C52 P52121 oasc.RecoveryStrategy.doRecovery ###### \
startupVersions=[] [junit4:junit4]   2> 16742 T921 C52 P52121 \
oasc.ZkController.publish publishing core=collection1 state=recovering \
[junit4:junit4]   2> 16742 T921 C52 P52121 oasc.ZkController.publish numShards not \
found on descriptor - reading it from system property [junit4:junit4]   2> 16743 T847 \
oass.SolrDispatchFilter.init \
user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0
 [junit4:junit4]   2> 16744 T847 oass.SolrDispatchFilter.init \
SolrDispatchFilter.init() done [junit4:junit4]   2> 16744 T921 C52 P52121 \
oascsi.HttpClientUtil.createClient Creating new http client, \
config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false \
[junit4:junit4]   2> 16744 T847 oascsi.HttpClientUtil.createClient Creating new http \
client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false \
[junit4:junit4]   2> 16954 T847 oejs.Server.doStart jetty-8.1.8.v20121106 \
[junit4:junit4]   2> 16957 T847 oejs.AbstractConnector.doStart Started \
SocketConnector@127.0.0.1:49852 [junit4:junit4]   2> 16958 T847 \
oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr \
(NoInitialContextEx) [junit4:junit4]   2> 16958 T847 \
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.BasicDistributedZkTest-jetty4-1356994167343
 [junit4:junit4]   2> 16959 T847 oasc.SolrResourceLoader.<init> new \
SolrResourceLoader for deduced Solr Home: \
'/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr \
-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1356994167343/' \
[junit4:junit4]   2> 17008 T847 oass.SolrDispatchFilter.init \
SolrDispatchFilter.init() [junit4:junit4]   2> 17009 T847 \
oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr \
(NoInitialContextEx) [junit4:junit4]   2> 17009 T847 \
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.BasicDistributedZkTest-jetty4-1356994167343
 [junit4:junit4]   2> 17009 T847 oasc.CoreContainer$Initializer.initialize looking \
for solr.xml: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/so \
lr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1356994167343/solr.xml
 [junit4:junit4]   2> 17010 T847 oasc.CoreContainer.<init> New CoreContainer \
1491238446 [junit4:junit4]   2> 17011 T847 oasc.CoreContainer.load Loading \
CoreContainer using Solr Home: \
'/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr \
-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty4-1356994167343/' \
[junit4:junit4]   2> 17011 T847 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.BasicDistributedZkTest-jetty4-1356994167343/'
 [junit4:junit4]   2> 17043 T847 oashc.HttpShardHandlerFactory.getParameter Setting \
socketTimeout to: 30000 [junit4:junit4]   2> 17044 T847 \
oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http:// \
[junit4:junit4]   2> 17044 T847 oashc.HttpShardHandlerFactory.getParameter Setting \
connTimeout to: 15000 [junit4:junit4]   2> 17045 T847 \
oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20 \
[junit4:junit4]   2> 17045 T847 oashc.HttpShardHandlerFactory.getParameter Setting \
corePoolSize to: 0 [junit4:junit4]   2> 17046 T847 \
oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647 \
[junit4:junit4]   2> 17046 T847 oashc.HttpShardHandlerFactory.getParameter Setting \
maxThreadIdleTime to: 5 [junit4:junit4]   2> 17047 T847 \
oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1 [junit4:junit4] \
2> 17047 T847 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: \
false [junit4:junit4]   2> 17048 T847 oascsi.HttpClientUtil.createClient Creating new \
http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=30000&connTimeout=15000&retry=false
 [junit4:junit4]   2> 17072 T847 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 17093 T847 oasc.CoreContainer.initZooKeeper Zookeeper \
client=127.0.0.1:34875/solr [junit4:junit4]   2> 17094 T847 \
oasc.ZkController.checkChrootPath zkHost includes chroot [junit4:junit4]   2> 17095 \
T847 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:34875 \
sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1f0b3a25 \
[junit4:junit4]   2> 17096 T847 oascc.ConnectionManager.waitForConnected Waiting for \
client to connect to ZooKeeper [junit4:junit4]   2> 17096 T931 \
oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server \
localhost/127.0.0.1:34875. Will not attempt to authenticate using SASL (access denied \
("javax.security.auth.AuthPermission" "getLoginConfiguration")) [junit4:junit4]   2> \
17097 T931 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to \
localhost/127.0.0.1:34875, initiating session [junit4:junit4]   2> 17097 T849 \
oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:49853 \
[junit4:junit4]   2> 17098 T849 oazs.ZooKeeperServer.processConnectRequest Client \
attempting to establish new session at /140.211.11.196:49853 [junit4:junit4]   2> \
17100 T851 oazs.ZooKeeperServer.finishSessionInit Established session \
0x13bf32780c0000b with negotiated timeout 20000 for client /140.211.11.196:49853 \
[junit4:junit4]   2> 17100 T931 oaz.ClientCnxn$SendThread.onConnected Session \
establishment complete on server localhost/127.0.0.1:34875, sessionid = \
0x13bf32780c0000b, negotiated timeout = 20000 [junit4:junit4]   2> 17100 T932 \
oascc.ConnectionManager.process Watcher \
org.apache.solr.common.cloud.ConnectionManager@1f0b3a25 name:ZooKeeperConnection \
Watcher:127.0.0.1:34875 got event WatchedEvent state:SyncConnected type:None \
path:null path:null type:None [junit4:junit4]   2> 17100 T847 \
oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper \
[junit4:junit4]   2> 17102 T852 oazs.PrepRequestProcessor.pRequest2Txn Processed \
session termination for sessionid: 0x13bf32780c0000b [junit4:junit4]   2> 17103 T932 \
oaz.ClientCnxn$EventThread.run EventThread shut down [junit4:junit4]   2> 17103 T849 \
oazs.NIOServerCnxn.closeSock Closed socket connection for client \
/140.211.11.196:49853 which had sessionid 0x13bf32780c0000b [junit4:junit4]   2> \
17103 T847 oaz.ZooKeeper.close Session: 0x13bf32780c0000b closed [junit4:junit4]   2> \
17104 T847 oascsi.HttpClientUtil.createClient Creating new http client, \
config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=15000&connTimeout=30000
 [junit4:junit4]   2> 17117 T847 oaz.ZooKeeper.<init> Initiating client connection, \
connectString=127.0.0.1:34875/solr sessionTimeout=30000 \
watcher=org.apache.solr.common.cloud.ConnectionManager@1f55bc48 [junit4:junit4]   2> \
17118 T847 oascc.ConnectionManager.waitForConnected Waiting for client to connect to \
ZooKeeper [junit4:junit4]   2> 17119 T933 oaz.ClientCnxn$SendThread.logStartConnect \
Opening socket connection to server localhost/127.0.0.1:34875. Will not attempt to \
authenticate using SASL (access denied ("javax.security.auth.AuthPermission" \
"getLoginConfiguration")) [junit4:junit4]   2> 17119 T933 \
oaz.ClientCnxn$SendThread.primeConnection Socket connection established to \
localhost/127.0.0.1:34875, initiating session [junit4:junit4]   2> 17119 T849 \
oazs.NIOServerCnxnFactory.run Accepted socket connection from /140.211.11.196:49854 \
[junit4:junit4]   2> 17120 T849 oazs.ZooKeeperServer.processConnectRequest Client \
attempting to establish new session at /140.211.11.196:49854 [junit4:junit4]   2> \
17122 T851 oazs.ZooKeeperServer.finishSessionInit Established session \
0x13bf32780c0000c with negotiated timeout 20000 for client /140.211.11.196:49854 \
[junit4:junit4]   2> 17122 T933 oaz.ClientCnxn$SendThread.onConnected Session \
establishment complete on server localhost/127.0.0.1:34875, sessionid = \
0x13bf32780c0000c, negotiated timeout = 20000 [junit4:junit4]   2> 17122 T934 \
oascc.ConnectionManager.process Watcher \
org.apache.solr.common.cloud.ConnectionManager@1f55bc48 name:ZooKeeperConnection \
Watcher:127.0.0.1:34875/solr got event WatchedEvent state:SyncConnected type:None \
path:null path:null type:None [junit4:junit4]   2> 17122 T847 \
oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper \
[junit4:junit4]   2> 17124 T852 oazs.PrepRequestProcessor.pRequest Got user-level \
KeeperException when processing sessionid:0x13bf32780c0000c type:create cxid:0x1 \
zxid:0xa2 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = \
NodeExists for /solr/overseer [junit4:junit4]   2> 17125 T852 \
oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing \
sessionid:0x13bf32780c0000c type:create cxid:0x2 zxid:0xa3 txntype:-1 reqpath:n/a \
Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer \
[junit4:junit4]   2> 17127 T847 oasc.ZkController.createEphemeralLiveNode Register \
node as live in ZooKeeper:/live_nodes/127.0.0.1:49852_yz_g [junit4:junit4]   2> 17128 \
T852 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when \
processing sessionid:0x13bf32780c0000c type:delete cxid:0x4 zxid:0xa4 txntype:-1 \
reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:49852_yz_g Error:KeeperErrorCode = \
NoNode for /solr/live_nodes/127.0.0.1:49852_yz_g [junit4:junit4]   2> 17129 T847 \
oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49852_yz_g \
[junit4:junit4]   2> 17140 T903 oascc.ZkStateReader$2.process A cluster state change: \
WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has \
occurred - updating... (live nodes size: 4) [junit4:junit4]   2> 17140 T875 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - \
updating... (live nodes size: 4) [junit4:junit4]   2> 17141 T888 \
oascc.ZkStateReader$3.process Updating live nodes... (5) [junit4:junit4]   2> 17141 \
T869 oascc.ZkStateReader$3.process Updating live nodes... (5) [junit4:junit4]   2> \
17141 T918 oascc.ZkStateReader$3.process Updating live nodes... (5) [junit4:junit4]   \
2> 17141 T888 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - \
updating... (live nodes size: 5) [junit4:junit4]   2> 17141 T869 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - \
updating... (live nodes size: 5) [junit4:junit4]   2> 17142 T918 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - \
updating... (live nodes size: 5) [junit4:junit4]   2> 17142 T903 \
oascc.ZkStateReader$3.process Updating live nodes... (5) [junit4:junit4]   2> 17142 \
T875 oascc.ZkStateReader$3.process Updating live nodes... (5) [junit4:junit4]   2> \
17145 T847 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster \
state from ZooKeeper...  [junit4:junit4]   2> 17152 T935 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.BasicDistributedZkTest-jetty4-1356994167343/collection1
 [junit4:junit4]   2> 17152 T935 oasc.ZkController.createCollectionZkNode Check for \
collection zkNode:collection1 [junit4:junit4]   2> 17153 T935 \
oasc.ZkController.createCollectionZkNode Collection zkNode exists [junit4:junit4]   \
2> 17153 T935 oasc.ZkController.readConfigName Load collection config \
from:/collections/collection1 [junit4:junit4]   2> 17155 T935 \
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.BasicDistributedZkTest-jetty4-1356994167343/collection1/'
 [junit4:junit4]   2> 17156 T935 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.BasicDistributedZkTest-jetty4-1356994167343/collection1/lib/README' \
to classloader [junit4:junit4]   2> 17157 T935 \
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.BasicDistributedZkTest-jetty4-1356994167343/collection1/lib/classes/' \
to classloader [junit4:junit4]   2> 17213 T935 oasc.SolrConfig.<init> Using Lucene \
MatchVersion: LUCENE_50 [junit4:junit4]   2> 17308 T935 oasc.SolrConfig.<init> Loaded \
SolrConfig: solrconfig.xml [junit4:junit4]   2> 17409 T935 \
oass.IndexSchema.readSchema Reading Solr Schema [junit4:junit4]   2> 17415 T935 \
oass.IndexSchema.readSchema Schema name=test [junit4:junit4]   2> 17741 T870 \
oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper...  \
[junit4:junit4]   2> 17742 T870 oasc.Overseer$ClusterStateUpdater.updateState Update \
state numShards=2 message={ [junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52121_yz_g",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52121/yz_g"}
[junit4:junit4]   2> 17780 T903 oascc.ZkStateReader$2.process A cluster state change: \
WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has \
occurred - updating... (live nodes size: 5) [junit4:junit4]   2> 17780 T918 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - \
updating... (live nodes size: 5) [junit4:junit4]   2> 17780 T888 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - \
updating... (live nodes size: 5) [junit4:junit4]   2> 17780 T875 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - \
updating... (live nodes size: 5) [junit4:junit4]   2> 17780 T934 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - \
updating... (live nodes size: 5) [junit4:junit4]   2> 17780 T869 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - \
updating... (live nodes size: 5) [junit4:junit4]   2> 18088 T935 \
oass.OpenExchangeRatesOrgProvider.init Initialized with \
rates=open-exchange-rates.json, refreshInterval=1440. [junit4:junit4]   2> 18100 T935 \
oass.IndexSchema.readSchema default search field in schema is text [junit4:junit4]   \
2> 18104 T935 oass.IndexSchema.readSchema unique key field: id [junit4:junit4]   2> \
18122 T935 oass.FileExchangeRateProvider.reload Reloading exchange rates from file \
currency.xml [junit4:junit4]   2> 18128 T935 oass.FileExchangeRateProvider.reload \
Reloading exchange rates from file currency.xml [junit4:junit4]   2> 18134 T935 \
oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from \
open-exchange-rates.json [junit4:junit4]   2> 18136 T935 \
oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from \
open-exchange-rates.json [junit4:junit4]   2> 18137 T935 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.BasicDistributedZkTest-jetty4-1356994167343/collection1/, \
dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4/ \
[junit4:junit4]   2> 18137 T935 oasc.JmxMonitoredMap.<init> JMX monitoring is \
enabled. Adding Solr mbeans to JMX Server: \
com.sun.jmx.mbeanserver.JmxMBeanServer@6a2e90d0 [junit4:junit4]   2> 18138 T935 \
oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory [junit4:junit4]   \
2> 18139 T935 oasc.CachingDirectoryFactory.get return new directory for \
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4 \
forceNew:false [junit4:junit4]   2> 18140 T935 oasc.CachingDirectoryFactory.close \
Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-ja \
va7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4
 [junit4:junit4]   2> 18140 T935 oasc.SolrCore.getNewIndexDir New index directory \
detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4/index/
 [junit4:junit4]   2> 18141 T935 oasc.SolrCore.initIndex WARNING [collection1] Solr \
index directory './org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4/index' \
doesn't exist. Creating new index... [junit4:junit4]   2> 18142 T935 \
oasc.CachingDirectoryFactory.get return new directory for \
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr- \
core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4/index \
forceNew:false [junit4:junit4]   2> 18158 T935 oasc.SolrDeletionPolicy.onCommit \
SolrDeletionPolicy.onCommit: commits:num=1 [junit4:junit4]   2> \
commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIO \
FSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr \
/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4/index \
lockFactory=org.apache.lucene.store.NativeFSLockFactory@3a93ea5f; maxCacheMB=48.0 \
maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1] \
[junit4:junit4]   2> 18159 T935 oasc.SolrDeletionPolicy.updateCommits newest commit = \
1[segments_1] [junit4:junit4]   2> 18160 T935 oasc.CachingDirectoryFactory.close \
Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-ja \
va7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4/index
 [junit4:junit4]   2> 18160 T935 oasc.SolrCore.initWriters created xml: \
solr.XMLResponseWriter [junit4:junit4]   2> 18163 T935 \
oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory \
into updateRequestProcessorChain "dedupe" [junit4:junit4]   2> 18163 T935 \
oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory \
into updateRequestProcessorChain "dedupe-allfields" [junit4:junit4]   2> 18164 T935 \
oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory \
into updateRequestProcessorChain "stored_sig" [junit4:junit4]   2> 18164 T935 \
oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory \
into updateRequestProcessorChain "uniq-fields" [junit4:junit4]   2> 18165 T935 \
oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory \
into updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4:junit4]   \
2> 18165 T935 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: \
solr.ReplicationHandler [junit4:junit4]   2> 18165 T935 \
oasc.RequestHandlers.initHandlersFromConfig created /replication: \
solr.ReplicationHandler [junit4:junit4]   2> 18166 T935 \
oasc.RequestHandlers.initHandlersFromConfig created standard: \
solr.StandardRequestHandler [junit4:junit4]   2> 18166 T935 \
oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler \
[junit4:junit4]   2> 18167 T935 oasc.RequestHandlers.initHandlersFromConfig created \
dismax: solr.SearchHandler [junit4:junit4]   2> 18168 T935 \
oasc.RequestHandlers.initHandlersFromConfig created mock: \
org.apache.solr.core.MockQuerySenderListenerReqHandler [junit4:junit4]   2> 18168 \
T935 oasc.RequestHandlers.initHandlersFromConfig created /admin/: \
org.apache.solr.handler.admin.AdminHandlers [junit4:junit4]   2> 18169 T935 \
oasc.RequestHandlers.initHandlersFromConfig created defaults: \
solr.StandardRequestHandler [junit4:junit4]   2> 18169 T935 \
oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: \
solr.StandardRequestHandler [junit4:junit4]   2> 18169 T935 \
oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler \
[junit4:junit4]   2> 18170 T935 oasc.RequestHandlers.initHandlersFromConfig created \
/update: solr.UpdateRequestHandler [junit4:junit4]   2> 18170 T935 \
oasc.RequestHandlers.initHandlersFromConfig created /terms: \
org.apache.solr.handler.component.SearchHandler [junit4:junit4]   2> 18171 T935 \
oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: \
org.apache.solr.handler.component.SearchHandler [junit4:junit4]   2> 18171 T935 \
oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: \
org.apache.solr.handler.component.SearchHandler [junit4:junit4]   2> 18172 T935 \
oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: \
org.apache.solr.handler.component.SearchHandler [junit4:junit4]   2> 18172 T935 \
oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: \
org.apache.solr.handler.component.SearchHandler [junit4:junit4]   2> 18173 T935 \
oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: \
org.apache.solr.handler.component.SearchHandler [junit4:junit4]   2> 18173 T935 \
oasc.RequestHandlers.initHandlersFromConfig created mltrh: \
org.apache.solr.handler.component.SearchHandler [junit4:junit4]   2> 18173 T935 \
oasc.RequestHandlers.initHandlersFromConfig created tvrh: \
org.apache.solr.handler.component.SearchHandler [junit4:junit4]   2> 18174 T935 \
oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler \
[junit4:junit4]   2> 18174 T935 oasc.RequestHandlers.initHandlersFromConfig created \
/debug/dump: solr.DumpRequestHandler [junit4:junit4]   2> 18189 T935 \
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60 [junit4:junit4]   2> 18194 T935 \
oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated \
<admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler. \
[junit4:junit4]   2> 18195 T935 oasc.SolrCore.initDeprecatedSupport WARNING adding \
ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, \
STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, \
MAPPING-ISOLATIN1ACCENT.TXT] [junit4:junit4]   2> 18198 T935 \
oasc.CachingDirectoryFactory.close Releasing \
directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/b \
uild/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4
 [junit4:junit4]   2> 18199 T935 oass.SolrIndexSearcher.<init> Opening \
Searcher@7a6aedb9 main [junit4:junit4]   2> 18201 T935 oasu.CommitTracker.<init> Hard \
AutoCommit: disabled [junit4:junit4]   2> 18201 T935 oasu.CommitTracker.<init> Soft \
AutoCommit: disabled [junit4:junit4]   2> 18201 T935 oashc.SpellCheckComponent.inform \
Initializing spell checkers [junit4:junit4]   2> 18208 T935 \
oass.DirectSolrSpellChecker.init init: \
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3} \
[junit4:junit4]   2> 18262 T936 oasc.SolrCore.registerSearcher [collection1] \
Registered new searcher Searcher@7a6aedb9 main{StandardDirectoryReader(segments_1:1)} \
[junit4:junit4]   2> 18267 T935 oasc.ZkController.publish publishing core=collection1 \
state=down [junit4:junit4]   2> 18267 T935 oasc.ZkController.publish numShards not \
found on descriptor - reading it from system property [junit4:junit4]   2> 19287 T870 \
oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper...  \
[junit4:junit4]   2> 19288 T870 oasc.Overseer$ClusterStateUpdater.updateState Update \
state numShards=2 message={ [junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49852_yz_g",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49852/yz_g"}
[junit4:junit4]   2> 19288 T870 oasc.Overseer$ClusterStateUpdater.updateState \
Collection already exists with numShards=2 [junit4:junit4]   2> 19288 T870 \
oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard \
shard=shard2 [junit4:junit4]   2> 19302 T918 oascc.ZkStateReader$2.process A cluster \
state change: WatchedEvent state:SyncConnected type:NodeDataChanged \
path:/clusterstate.json, has occurred - updating... (live nodes size: 5) \
[junit4:junit4]   2> 19302 T888 oascc.ZkStateReader$2.process A cluster state change: \
WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has \
occurred - updating... (live nodes size: 5) [junit4:junit4]   2> 19302 T875 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - \
updating... (live nodes size: 5) [junit4:junit4]   2> 19302 T869 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - \
updating... (live nodes size: 5) [junit4:junit4]   2> 19302 T934 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - \
updating... (live nodes size: 5) [junit4:junit4]   2> 19302 T903 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - \
updating... (live nodes size: 5) [junit4:junit4]   2> 20271 T935 \
oasc.CoreContainer.registerCore registering core: collection1 [junit4:junit4]   2> \
20271 T935 oasc.ZkController.register Register replica - core:collection1 \
address:http://127.0.0.1:49852/yz_g collection:collection1 shard:shard2 \
[junit4:junit4]   2> 20280 T935 oasc.ZkController.register We are \
http://127.0.0.1:49852/yz_g/collection1/ and leader is \
http://127.0.0.1:65122/yz_g/collection1/ [junit4:junit4]   2> 20280 T935 \
oasc.ZkController.register No LogReplay needed for core=collection1 \
baseURL=http://127.0.0.1:49852/yz_g [junit4:junit4]   2> 20281 T935 \
oasc.ZkController.checkRecovery Core needs to recover:collection1 [junit4:junit4]   \
2> 20281 T935 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling \
any ongoing recovery [junit4:junit4]   2> ASYNC  NEW_CORE C53 name=collection1 \
org.apache.solr.core.SolrCore@d545702 url=http://127.0.0.1:49852/yz_g/collection1 \
node=127.0.0.1:49852_yz_g C53_STATE=coll:collection1 core:collection1 \
props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, \
node_name=127.0.0.1:49852_yz_g, base_url=http://127.0.0.1:49852/yz_g} [junit4:junit4] \
2> 20281 T937 C53 P49852 oasc.RecoveryStrategy.run Starting recovery process.  \
core=collection1 recoveringAfterStartup=true [junit4:junit4]   2> 20282 T937 C53 \
P49852 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[] [junit4:junit4]   \
2> 20282 T935 oascc.ZkStateReader.updateClusterState Updating cloud state from \
ZooKeeper...  [junit4:junit4]   2> 20283 T937 C53 P49852 oasc.ZkController.publish \
publishing core=collection1 state=recovering [junit4:junit4]   2> 20283 T937 C53 \
P49852 oasc.ZkController.publish numShards not found on descriptor - reading it from \
system property [junit4:junit4]   2> 20284 T847 oass.SolrDispatchFilter.init \
user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0
 [junit4:junit4]   2> 20284 T847 oass.SolrDispatchFilter.init \
SolrDispatchFilter.init() done [junit4:junit4]   2> 20285 T847 \
oascsi.HttpClientUtil.createClient Creating new http client, \
config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false \
[junit4:junit4]   2> 20298 T937 C53 P49852 oascsi.HttpClientUtil.createClient \
Creating new http client, \
config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false \
[junit4:junit4]   2> 20304 T847 oascc.ZkStateReader.updateClusterState Updating cloud \
state from ZooKeeper...  [junit4:junit4]   2> 20305 T847 \
oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to \
finish - collection: collection1 failOnTimeout:true timeout (sec):230 [junit4:junit4] \
2> 20306 T847 oascc.ZkStateReader.updateClusterState Updating cloud state from \
ZooKeeper...  [junit4:junit4]   2>  C52_STATE=coll:collection1 core:collection1 \
props:{shard=shard1, roles=null, state=recovering, core=collection1, \
collection=collection1, node_name=127.0.0.1:52121_yz_g, \
base_url=http://127.0.0.1:52121/yz_g} [junit4:junit4]   2> 20777 T921 C52 P52121 \
oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from \
http://127.0.0.1:32747/yz_g/collection1/ core=collection1 - \
recoveringAfterStartup=true [junit4:junit4]   2> 20777 T921 C52 P52121 \
oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:52121/yz_g START \
replicas=[http://127.0.0.1:32747/yz_g/collection1/] nUpdates=100 [junit4:junit4]   2> \
20778 T921 C52 P52121 oasu.PeerSync.sync WARNING no frame of reference to tell of \
we've missed updates [junit4:junit4]   2> 20778 T921 C52 P52121 \
oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying \
replication. core=collection1 [junit4:junit4]   2> 20778 T921 C52 P52121 \
oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1 \
[junit4:junit4]   2> 20779 T921 C52 P52121 oasc.RecoveryStrategy.doRecovery Begin \
buffering updates. core=collection1 [junit4:junit4]   2> 20779 T921 C52 P52121 \
oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, \
tlog=null} [junit4:junit4]   2> 20779 T921 C52 P52121 oasc.RecoveryStrategy.replicate \
Attempting to replicate from http://127.0.0.1:32747/yz_g/collection1/. \
core=collection1 [junit4:junit4]   2> 20779 T921 C52 P52121 \
oascsi.HttpClientUtil.createClient Creating new http client, \
config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false \
[junit4:junit4]   2> ASYNC  NEW_CORE C54 name=collection1 \
org.apache.solr.core.SolrCore@23d34147 url=http://127.0.0.1:32747/yz_g/collection1 \
node=127.0.0.1:32747_yz_g C54_STATE=coll:collection1 core:collection1 \
props:{shard=shard1, roles=null, state=active, core=collection1, \
collection=collection1, node_name=127.0.0.1:32747_yz_g, \
base_url=http://127.0.0.1:32747/yz_g, leader=true} [junit4:junit4]   2> 20786 T879 \
C54 P32747 REQ /get {distrib=false&qt=/get&wt=javabin&version=2&getVersions=100} \
status=0 QTime=1  [junit4:junit4]   2> 20794 T880 C54 P32747 \
oasu.DirectUpdateHandler2.commit start \
commit{flags=0,_version_=0,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
 [junit4:junit4]   2> 20795 T880 C54 P32747 oasc.CachingDirectoryFactory.close \
Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-ja \
va7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty1
 [junit4:junit4]   2> 20798 T880 C54 P32747 oasc.SolrDeletionPolicy.onInit \
SolrDeletionPolicy.onInit: commits:num=1 [junit4:junit4]   2> \
commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIO \
FSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr \
/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty1/index \
lockFactory=org.apache.lucene.store.NativeFSLockFactory@4fbb4e0c; maxCacheMB=48.0 \
maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1] \
[junit4:junit4]   2> 20799 T880 C54 P32747 oasc.SolrDeletionPolicy.updateCommits \
newest commit = 1[segments_1] [junit4:junit4]   2> 20802 T880 C54 P32747 \
oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2 \
[junit4:junit4]   2> \
commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIO \
FSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr \
/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty1/index \
lockFactory=org.apache.lucene.store.NativeFSLockFactory@4fbb4e0c; maxCacheMB=48.0 \
maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1] \
[junit4:junit4]   2> \
commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIO \
FSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr \
/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty1/index \
lockFactory=org.apache.lucene.store.NativeFSLockFactory@4fbb4e0c; maxCacheMB=48.0 \
maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2] \
[junit4:junit4]   2> 20802 T880 C54 P32747 oasc.SolrDeletionPolicy.updateCommits \
newest commit = 2[segments_2] [junit4:junit4]   2> 20803 T880 C54 P32747 \
oasc.CachingDirectoryFactory.close Releasing \
directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/b \
uild/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty1
 [junit4:junit4]   2> 20804 T880 C54 P32747 oass.SolrIndexSearcher.<init> Opening \
Searcher@331d3440 realtime [junit4:junit4]   2> 20804 T880 C54 P32747 \
oasu.DirectUpdateHandler2.commit end_commit_flush [junit4:junit4]   2> 20804 T880 C54 \
P32747 /update {waitSearcher=true&openSearcher=false&commit=true&commit_end_point=true&wt=javabin&softCommit=false&version=2} \
{commit=} 0 10 [junit4:junit4]   2> 20805 T921 C52 P52121 \
oash.ReplicationHandler.inform Commits will be reserved for  10000 [junit4:junit4]   \
2> 20805 T921 C52 P52121 oash.SnapPuller.<init>  No value set for 'pollInterval'. \
Timer Task not started. [junit4:junit4]   2> 20807 T870 \
oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper...  \
[junit4:junit4]   2> 20808 T881 C54 P32747 oash.ReplicationHandler.inform Commits \
will be reserved for  10000 [junit4:junit4]   2> 20808 T870 \
oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={ \
[junit4:junit4]   2> 	  "operation":"state", [junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:49852_yz_g",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:49852/yz_g"}
[junit4:junit4]   2> 20808 T881 C54 P32747 REQ /replication \
{command=indexversion&wt=javabin&qt=/replication&version=2} status=0 QTime=1  \
[junit4:junit4]   2> 20809 T921 C52 P52121 oash.SnapPuller.fetchLatestIndex Master's \
generation: 2 [junit4:junit4]   2> 20809 T921 C52 P52121 \
oash.SnapPuller.fetchLatestIndex Slave's generation: 1 [junit4:junit4]   2> 20809 \
T921 C52 P52121 oash.SnapPuller.fetchLatestIndex Starting replication process \
[junit4:junit4]   2> 20811 T881 C54 P32747 oasc.CachingDirectoryFactory.close \
Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-ja \
va7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty1
 [junit4:junit4]   2> 20812 T881 C54 P32747 oasc.CachingDirectoryFactory.close \
Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-ja \
va7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty1/index
 [junit4:junit4]   2> 20812 T881 C54 P32747 REQ /replication \
{command=filelist&generation=2&wt=javabin&qt=/replication&version=2} status=0 QTime=1 \
 [junit4:junit4]   2> 20813 T921 C52 P52121 oash.SnapPuller.fetchLatestIndex Number \
of files in latest index in master: 1 [junit4:junit4]   2> 20813 T921 C52 P52121 \
oasc.CachingDirectoryFactory.get return new directory for \
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr- \
core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3/index.20121231194931384 \
forceNew:false [junit4:junit4]   2> 20814 T921 C52 P52121 \
oasc.CachingDirectoryFactory.close Releasing \
directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/b \
uild/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3
 [junit4:junit4]   2> 20814 T921 C52 P52121 oash.SnapPuller.fetchLatestIndex Starting \
download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NI \
OFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/sol \
r/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3/index.20121231194931384 \
lockFactory=org.apache.lucene.store.NativeFSLockFactory@283f4294; maxCacheMB=48.0 \
maxMergeSizeMB=4.0)) fullCopy=true [junit4:junit4]   2> 20817 T881 C54 P32747 REQ \
/replication {file=segments_2&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} \
status=0 QTime=0  [junit4:junit4]   2> 20819 T921 C52 P52121 \
oasc.CachingDirectoryFactory.close Releasing \
directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/b \
uild/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3/index
 [junit4:junit4]   2> 20819 T921 C52 P52121 oash.SnapPuller.fetchLatestIndex Total \
time taken for download : 0 secs [junit4:junit4]   2> 20819 T903 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - \
updating... (live nodes size: 5) [junit4:junit4]   2> 20819 T869 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - \
updating... (live nodes size: 5) [junit4:junit4]   2> 20819 T934 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - \
updating... (live nodes size: 5) [junit4:junit4]   2> 20819 T875 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - \
updating... (live nodes size: 5) [junit4:junit4]   2> 20819 T888 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - \
updating... (live nodes size: 5) [junit4:junit4]   2> 20819 T918 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - \
updating... (live nodes size: 5) [junit4:junit4]   2> 20820 T921 C52 P52121 \
oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... \
index=index.20121231194931384 [junit4:junit4]   2> 20822 T921 C52 P52121 \
oasc.CachingDirectoryFactory.close Releasing \
directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/b \
uild/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3
 [junit4:junit4]   2> 20822 T921 C52 P52121 oasc.CachingDirectoryFactory.close \
Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-ja \
va7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3
 [junit4:junit4]   2> 20823 T921 C52 P52121 oasc.SolrCore.getNewIndexDir New index \
directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3/index/ \
new=./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3/index.20121231194931384
 [junit4:junit4]   2> 20826 T921 C52 P52121 oasc.SolrDeletionPolicy.onInit \
SolrDeletionPolicy.onInit: commits:num=1 [junit4:junit4]   2> \
commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIO \
FSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr \
/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3/index.20121231194931384 \
lockFactory=org.apache.lucene.store.NativeFSLockFactory@283f4294; maxCacheMB=48.0 \
maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2] \
[junit4:junit4]   2> 20827 T921 C52 P52121 oasc.SolrDeletionPolicy.updateCommits \
newest commit = 2[segments_2] [junit4:junit4]   2> 20828 T921 C52 P52121 \
oasc.CachingDirectoryFactory.close Releasing \
directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/b \
uild/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3
 [junit4:junit4]   2> 20829 T921 C52 P52121 oasu.DefaultSolrCoreState.newIndexWriter \
Creating new IndexWriter... [junit4:junit4]   2> 20829 T921 C52 P52121 \
oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... \
core=collection1 [junit4:junit4]   2> 20829 T921 C52 P52121 \
oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1 \
[junit4:junit4]   2> 20830 T921 C52 P52121 oasc.CachingDirectoryFactory.close \
Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-ja \
va7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3/index.20121231194931384
 [junit4:junit4]   2> 20831 T921 C52 P52121 oasc.CachingDirectoryFactory.close \
Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-ja \
va7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3
 [junit4:junit4]   2> 20834 T921 C52 P52121 oasc.SolrDeletionPolicy.onInit \
SolrDeletionPolicy.onInit: commits:num=1 [junit4:junit4]   2> \
commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIO \
FSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr \
/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3/index.20121231194931384 \
lockFactory=org.apache.lucene.store.NativeFSLockFactory@283f4294; maxCacheMB=48.0 \
maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2] \
[junit4:junit4]   2> 20835 T921 C52 P52121 oasc.SolrDeletionPolicy.updateCommits \
newest commit = 2[segments_2] [junit4:junit4]   2> 20835 T921 C52 P52121 \
oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used. \
[junit4:junit4]   2> 20835 T921 C52 P52121 oasc.CachingDirectoryFactory.close \
Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-ja \
va7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3
 [junit4:junit4]   2> 20836 T921 C52 P52121 oass.SolrIndexSearcher.<init> Opening \
Searcher@4c7cd871 main [junit4:junit4]   2> 20837 T920 oasc.SolrCore.registerSearcher \
[collection1] Registered new searcher Searcher@4c7cd871 \
main{StandardDirectoryReader(segments_2:1:nrt)} [junit4:junit4]   2> 20838 T920 \
oasc.CachingDirectoryFactory.close Releasing \
directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/b \
uild/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3/index
 [junit4:junit4]   2> 20838 T921 C52 P52121 oasu.DirectUpdateHandler2.commit start \
commit{flags=0,_version_=0,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
 [junit4:junit4]   2> 20847 T921 C52 P52121 oasc.SolrDeletionPolicy.onCommit \
SolrDeletionPolicy.onCommit: commits:num=2 [junit4:junit4]   2> \
commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIO \
FSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr \
/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3/index.20121231194931384 \
lockFactory=org.apache.lucene.store.NativeFSLockFactory@283f4294; maxCacheMB=48.0 \
maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2] \
[junit4:junit4]   2> \
commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIO \
FSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr \
/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3/index.20121231194931384 \
lockFactory=org.apache.lucene.store.NativeFSLockFactory@283f4294; maxCacheMB=48.0 \
maxMergeSizeMB=4.0)),segFN=segments_3,generation=3,filenames=[segments_3] \
[junit4:junit4]   2> 20847 T921 C52 P52121 oasc.SolrDeletionPolicy.updateCommits \
newest commit = 3[segments_3] [junit4:junit4]   2> 20849 T921 C52 P52121 \
oasc.CachingDirectoryFactory.close Releasing \
directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/b \
uild/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3
 [junit4:junit4]   2> 20849 T921 C52 P52121 oasu.DirectUpdateHandler2.commit \
end_commit_flush [junit4:junit4]   2> 20849 T921 C52 P52121 \
oasc.CachingDirectoryFactory.close Releasing \
directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/b \
uild/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3/index.20121231194931384
 [junit4:junit4]   2> 20850 T921 C52 P52121 oasc.CachingDirectoryFactory.close \
Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-ja \
va7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty3/index
 [junit4:junit4]   2> 20850 T921 C52 P52121 oasc.RecoveryStrategy.replay No replay \
needed. core=collection1 [junit4:junit4]   2> 20850 T921 C52 P52121 \
oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as \
Active. core=collection1 [junit4:junit4]   2> 20850 T921 C52 P52121 \
oasc.ZkController.publish publishing core=collection1 state=active [junit4:junit4]   \
2> 20850 T921 C52 P52121 oasc.ZkController.publish numShards not found on descriptor \
- reading it from system property [junit4:junit4]   2> 20852 T921 C52 P52121 \
oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1 \
[junit4:junit4]   2> 21308 T847 oascc.ZkStateReader.updateClusterState Updating cloud \
state from ZooKeeper...  [junit4:junit4]   2> 22311 T847 \
oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper...  \
[junit4:junit4]   2> 22333 T870 oascc.ZkStateReader.updateClusterState Updating cloud \
state from ZooKeeper...  [junit4:junit4]   2> 22333 T870 \
oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={ \
[junit4:junit4]   2> 	  "operation":"state", [junit4:junit4]   2> 	  "numShards":"2",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52121_yz_g",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52121/yz_g"}
[junit4:junit4]   2> 22352 T903 oascc.ZkStateReader$2.process A cluster state change: \
WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has \
occurred - updating... (live nodes size: 5) [junit4:junit4]   2> 22352 T875 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - \
updating... (live nodes size: 5) [junit4:junit4]   2> 22352 T934 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - \
updating... (live nodes size: 5) [junit4:junit4]   2> 22352 T869 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - \
updating... (live nodes size: 5) [junit4:junit4]   2> 22352 T888 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - \
updating... (live nodes size: 5) [junit4:junit4]   2> 22352 T918 \
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent \
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - \
updating... (live nodes size: 5) [junit4:junit4]   2>  C53_STATE=coll:collection1 \
core:collection1 props:{shard=shard2, roles=null, state=recovering, core=collection1, \
collection=collection1, node_name=127.0.0.1:49852_yz_g, \
base_url=http://127.0.0.1:49852/yz_g} [junit4:junit4]   2> 23310 T937 C53 P49852 \
oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from \
http://127.0.0.1:65122/yz_g/collection1/ core=collection1 - \
recoveringAfterStartup=true [junit4:junit4]   2> 23310 T937 C53 P49852 \
oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:49852/yz_g START \
replicas=[http://127.0.0.1:65122/yz_g/collection1/] nUpdates=100 [junit4:junit4]   2> \
23311 T937 C53 P49852 oasu.PeerSync.sync WARNING no frame of reference to tell of \
we've missed updates [junit4:junit4]   2> 23311 T937 C53 P49852 \
oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying \
replication. core=collection1 [junit4:junit4]   2> 23311 T937 C53 P49852 \
oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1 \
[junit4:junit4]   2> 23311 T937 C53 P49852 oasc.RecoveryStrategy.doRecovery Begin \
buffering updates. core=collection1 [junit4:junit4]   2> 23311 T937 C53 P49852 \
oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, \
tlog=null} [junit4:junit4]   2> 23312 T937 C53 P49852 oasc.RecoveryStrategy.replicate \
Attempting to replicate from http://127.0.0.1:65122/yz_g/collection1/. \
core=collection1 [junit4:junit4]   2> 23313 T937 C53 P49852 \
oascsi.HttpClientUtil.createClient Creating new http client, \
config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false \
[junit4:junit4]   2> 23314 T847 oascc.ZkStateReader.updateClusterState Updating cloud \
state from ZooKeeper...  [junit4:junit4]   2> ASYNC  NEW_CORE C55 name=collection1 \
org.apache.solr.core.SolrCore@69253bf8 url=http://127.0.0.1:65122/yz_g/collection1 \
node=127.0.0.1:65122_yz_g C55_STATE=coll:collection1 core:collection1 \
props:{shard=shard2, roles=null, state=active, core=collection1, \
collection=collection1, node_name=127.0.0.1:65122_yz_g, \
base_url=http://127.0.0.1:65122/yz_g, leader=true} [junit4:junit4]   2> 23336 T894 \
C55 P65122 REQ /get {distrib=false&qt=/get&wt=javabin&version=2&getVersions=100} \
status=0 QTime=0  [junit4:junit4]   2> 23345 T895 C55 P65122 \
oasu.DirectUpdateHandler2.commit start \
commit{flags=0,_version_=0,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
 [junit4:junit4]   2> 23346 T895 C55 P65122 oasc.CachingDirectoryFactory.close \
Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-ja \
va7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty2
 [junit4:junit4]   2> 23350 T895 C55 P65122 oasc.SolrDeletionPolicy.onInit \
SolrDeletionPolicy.onInit: commits:num=1 [junit4:junit4]   2> \
commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIO \
FSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr \
/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty2/index \
lockFactory=org.apache.lucene.store.NativeFSLockFactory@5e46612d; maxCacheMB=48.0 \
maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1] \
[junit4:junit4]   2> 23350 T895 C55 P65122 oasc.SolrDeletionPolicy.updateCommits \
newest commit = 1[segments_1] [junit4:junit4]   2> 23380 T895 C55 P65122 \
oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2 \
[junit4:junit4]   2> \
commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIO \
FSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr \
/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty2/index \
lockFactory=org.apache.lucene.store.NativeFSLockFactory@5e46612d; maxCacheMB=48.0 \
maxMergeSizeMB=4.0)),segFN=segments_1,generation=1,filenames=[segments_1] \
[junit4:junit4]   2> \
commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIO \
FSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr \
/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty2/index \
lockFactory=org.apache.lucene.store.NativeFSLockFactory@5e46612d; maxCacheMB=48.0 \
maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2] \
[junit4:junit4]   2> 23381 T895 C55 P65122 oasc.SolrDeletionPolicy.updateCommits \
newest commit = 2[segments_2] [junit4:junit4]   2> 23382 T895 C55 P65122 \
oasc.CachingDirectoryFactory.close Releasing \
directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/b \
uild/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty2
 [junit4:junit4]   2> 23383 T895 C55 P65122 oass.SolrIndexSearcher.<init> Opening \
Searcher@5e1a9152 realtime [junit4:junit4]   2> 23383 T895 C55 P65122 \
oasu.DirectUpdateHandler2.commit end_commit_flush [junit4:junit4]   2> 23383 T895 C55 \
P65122 /update {waitSearcher=true&openSearcher=false&commit=true&commit_end_point=true&wt=javabin&softCommit=false&version=2} \
{commit=} 0 38 [junit4:junit4]   2> 23384 T937 C53 P49852 \
oash.ReplicationHandler.inform Commits will be reserved for  10000 [junit4:junit4]   \
2> 23385 T937 C53 P49852 oash.SnapPuller.<init>  No value set for 'pollInterval'. \
Timer Task not started. [junit4:junit4]   2> 23386 T896 C55 P65122 \
oash.ReplicationHandler.inform Commits will be reserved for  10000 [junit4:junit4]   \
2> 23387 T896 C55 P65122 REQ /replication \
{command=indexversion&wt=javabin&qt=/replication&version=2} status=0 QTime=1  \
[junit4:junit4]   2> 23387 T937 C53 P49852 oash.SnapPuller.fetchLatestIndex Master's \
generation: 2 [junit4:junit4]   2> 23388 T937 C53 P49852 \
oash.SnapPuller.fetchLatestIndex Slave's generation: 1 [junit4:junit4]   2> 23388 \
T937 C53 P49852 oash.SnapPuller.fetchLatestIndex Starting replication process \
[junit4:junit4]   2> 23390 T896 C55 P65122 oasc.CachingDirectoryFactory.close \
Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-ja \
va7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty2
 [junit4:junit4]   2> 23391 T896 C55 P65122 oasc.CachingDirectoryFactory.close \
Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-ja \
va7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty2/index
 [junit4:junit4]   2> 23392 T896 C55 P65122 REQ /replication \
{command=filelist&generation=2&wt=javabin&qt=/replication&version=2} status=0 QTime=2 \
 [junit4:junit4]   2> 23392 T937 C53 P49852 oash.SnapPuller.fetchLatestIndex Number \
of files in latest index in master: 1 [junit4:junit4]   2> 23393 T937 C53 P49852 \
oasc.CachingDirectoryFactory.get return new directory for \
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr- \
core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4/index.20121231194933964 \
forceNew:false [junit4:junit4]   2> 23394 T937 C53 P49852 \
oasc.CachingDirectoryFactory.close Releasing \
directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/b \
uild/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4
 [junit4:junit4]   2> 23395 T937 C53 P49852 oash.SnapPuller.fetchLatestIndex Starting \
download to RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NI \
OFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/sol \
r/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4/index.20121231194933964 \
lockFactory=org.apache.lucene.store.NativeFSLockFactory@46c045f8; maxCacheMB=48.0 \
maxMergeSizeMB=4.0)) fullCopy=true [junit4:junit4]   2> 23398 T896 C55 P65122 REQ \
/replication {file=segments_2&command=filecontent&checksum=true&generation=2&qt=/replication&wt=filestream} \
status=0 QTime=0  [junit4:junit4]   2> 23400 T937 C53 P49852 \
oasc.CachingDirectoryFactory.close Releasing \
directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/b \
uild/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4/index
 [junit4:junit4]   2> 23400 T937 C53 P49852 oash.SnapPuller.fetchLatestIndex Total \
time taken for download : 0 secs [junit4:junit4]   2> 23400 T937 C53 P49852 \
oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... \
index=index.20121231194933964 [junit4:junit4]   2> 23402 T937 C53 P49852 \
oasc.CachingDirectoryFactory.close Releasing \
directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/b \
uild/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4
 [junit4:junit4]   2> 23402 T937 C53 P49852 oasc.CachingDirectoryFactory.close \
Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-ja \
va7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4
 [junit4:junit4]   2> 23402 T937 C53 P49852 oasc.SolrCore.getNewIndexDir New index \
directory detected: old=./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4/index/ \
new=./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4/index.20121231194933964
 [junit4:junit4]   2> 23406 T937 C53 P49852 oasc.SolrDeletionPolicy.onInit \
SolrDeletionPolicy.onInit: commits:num=1 [junit4:junit4]   2> \
commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIO \
FSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr \
/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4/index.20121231194933964 \
lockFactory=org.apache.lucene.store.NativeFSLockFactory@46c045f8; maxCacheMB=48.0 \
maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2] \
[junit4:junit4]   2> 23406 T937 C53 P49852 oasc.SolrDeletionPolicy.updateCommits \
newest commit = 2[segments_2] [junit4:junit4]   2> 23408 T937 C53 P49852 \
oasc.CachingDirectoryFactory.close Releasing \
directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/b \
uild/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4
 [junit4:junit4]   2> 23408 T937 C53 P49852 oasu.DefaultSolrCoreState.newIndexWriter \
Creating new IndexWriter... [junit4:junit4]   2> 23408 T937 C53 P49852 \
oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... \
core=collection1 [junit4:junit4]   2> 23408 T937 C53 P49852 \
oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1 \
[junit4:junit4]   2> 23409 T937 C53 P49852 oasc.CachingDirectoryFactory.close \
Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-ja \
va7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4/index.20121231194933964
 [junit4:junit4]   2> 23410 T937 C53 P49852 oasc.CachingDirectoryFactory.close \
Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-ja \
va7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4
 [junit4:junit4]   2> 23413 T937 C53 P49852 oasc.SolrDeletionPolicy.onInit \
SolrDeletionPolicy.onInit: commits:num=1 [junit4:junit4]   2> \
commit{dir=RateLimitedDirectoryWrapper(NRTCachingDirectory(org.apache.lucene.store.NIO \
FSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr \
/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1356994150579/jetty4/index.20121231194933964 \
lockFactory=org.apache.lucene.store.NativeFSLockFactory@46c045f8; maxCacheMB=48.0 \
maxMergeSizeMB=4.0)),segFN=segments_2,generation=2,filenames=[segments_2] \
[junit4:junit4]   2> 23414 T937 C53 P49852 oasc.SolrDeletionPolicy.updateCommits \
newest commit = 2[segments_2] [junit4:junit4]   2> 23414 T937 C53 P49852 \
oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used. \
[junit4:junit4]   2> 23414 T937 C53 P49852 oasc.CachingDirectoryFactory.close \
Releasing directory:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkT


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

nit4:junit4]    > 	at org.junit.Assert.assertNotNull(Assert.java:526)
[junit4:junit4]    > 	at \
org.apache.solr.cloud.SyncSliceTest.doTest(SyncSliceTest.java:214) [junit4:junit4]    \
> 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:794)
> 
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at \
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) \
[junit4:junit4]    > 	at \
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) \
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:601) \
[junit4:junit4]    > 	at \
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
 [junit4:junit4]    > 	at \
com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
 [junit4:junit4]    > 	at \
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
 [junit4:junit4]    > 	at \
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
 [junit4:junit4]    > 	at \
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
 [junit4:junit4]    > 	at \
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
 [junit4:junit4]    > 	at \
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
 [junit4:junit4]    > 	at \
org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
 [junit4:junit4]    > 	at \
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
 [junit4:junit4]    > 	at \
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
 [junit4:junit4]    > 	at \
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
 [junit4:junit4]    > 	at \
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
 [junit4:junit4]    > 	at \
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) \
[junit4:junit4]    > 	at \
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [junit4:junit4]    > 	at \
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
 [junit4:junit4]    > 	at \
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
 [junit4:junit4]    > 	at \
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
 [junit4:junit4]    > 	at \
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
 [junit4:junit4]    > 	at \
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
 [junit4:junit4]    > 	at \
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
 [junit4:junit4]    > 	at \
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
 [junit4:junit4]    > 	at \
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [junit4:junit4]    > 	at \
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
 [junit4:junit4]    > 	at \
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
 [junit4:junit4]    > 	at \
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
 [junit4:junit4]    > 	at \
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
 [junit4:junit4]    > 	at \
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
 [junit4:junit4]    > 	at \
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
 [junit4:junit4]    > 	at \
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [junit4:junit4]    > 	at \
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
 [junit4:junit4]    > 	at \
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) \
[junit4:junit4]    > 	at \
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
 [junit4:junit4]    > 	at \
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
 [junit4:junit4]    > 	at \
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [junit4:junit4]    > 	at \
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
 [junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   2> 147348 T3090 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41: \
{range_facet_l=PostingsFormat(name=TestBloomFilteredLucene41Postings), \
text=MockVariableIntBlock(baseBlockSize=105), _version_=PostingsFormat(name=Direct), \
rnd_b=PostingsFormat(name=MockSep), intDefault=PostingsFormat(name=Direct), \
timestamp=PostingsFormat(name=TestBloomFilteredLucene41Postings), \
id=PostingsFormat(name=MockSep), \
a_t=PostingsFormat(name=TestBloomFilteredLucene41Postings), \
range_facet_sl=PostingsFormat(name=MockSep), \
range_facet_si=PostingsFormat(name=TestBloomFilteredLucene41Postings), \
other_tl1=PostingsFormat(name=Direct), \
multiDefault=PostingsFormat(name=TestBloomFilteredLucene41Postings), \
a_si=PostingsFormat(name=Direct)}, \
sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=vi_VN, \
timezone=Asia/Manila [junit4:junit4]   2> NOTE: FreeBSD 9.0-RELEASE amd64/Oracle \
Corporation 1.7.0_09 (64-bit)/cpus=16,threads=2,free=304012776,total=405798912 \
[junit4:junit4]   2> NOTE: All tests run in this JVM: [XsltUpdateRequestHandlerTest, \
TestReplicationHandler, TimeZoneUtilsTest, QueryParsingTest, \
TestElisionMultitermQuery, TestPluginEnable, RecoveryZkTest, IndexSchemaTest, \
IndexReaderFactoryTest, TestSolrXMLSerializer, EchoParamsTest, \
ClusterStateUpdateTest, TestQueryUtils, MultiTermTest, TestSolrCoreProperties, \
LukeRequestHandlerTest, DocumentAnalysisRequestHandlerTest, \
StandardRequestHandlerTest, DocumentBuilderTest, ShardRoutingTest, \
TestQuerySenderListener, ExternalFileFieldSortTest, RequiredFieldsTest, PeerSyncTest, \
DirectUpdateHandlerTest, TestSolrDeletionPolicy1, TestLRUCache, \
SignatureUpdateProcessorFactoryTest, LegacyHTMLStripCharFilterTest, \
SolrIndexConfigTest, HighlighterTest, TestFastWriter, TestUtils, \
DisMaxRequestHandlerTest, TestFastOutputStream, TestBinaryField, \
DirectSolrSpellCheckerTest, FileUtilsTest, PrimUtilsTest, \
SchemaVersionSpecificBehaviorTest, UpdateParamsTest, SolrCoreTest, TestRealTimeGet, \
TermVectorComponentDistributedTest, TestPhraseSuggestions, TermVectorComponentTest, \
TestUpdate, TestAtomicUpdateErrorCases, BasicZkTest, TestRemoteStreaming, \
TestFoldingMultitermQuery, TestCSVResponseWriter, DebugComponentTest, TestRecovery, \
TestPropInjectDefaults, StatsComponentTest, ScriptEngineTest, SuggesterTSTTest, \
TestJmxIntegration, OverseerTest, SpellCheckComponentTest, \
FullSolrCloudDistribCmdsTest, LeaderElectionTest, ZkControllerTest, \
TestDistributedGrouping, TestRandomFaceting, TestDistributedSearch, \
TestExtendedDismaxParser, SoftAutoCommitTest, ZkSolrClientTest, TestFaceting, \
TestHashPartitioner, TestMultiCoreConfBootstrap, SimpleFacetsTest, TestCoreContainer, \
TestSort, TestGroupingSearch, TestFiltering, ConvertedLegacyTest, \
BasicFunctionalityTest, TestIndexSearcher, TestTrie, QueryEqualityTest, \
PolyFieldTest, DistributedQueryElevationComponentTest, \
BinaryUpdateRequestHandlerTest, TermsComponentTest, SolrInfoMBeanTest, \
TestPHPSerializedResponseWriter, PingRequestHandlerTest, TestSurroundQueryParser, \
DirectUpdateHandlerOptimizeTest, TestSolrQueryParser, \
TestReversedWildcardFilterFactory, RequestHandlersTest, SuggesterFSTTest, \
SolrCmdDistributorTest, ShowFileRequestHandlerTest, TestWriterPerf, \
FieldMutatingUpdateProcessorTest, TestDocSet, TestQuerySenderNoQuery, \
OutputWriterTest, TestConfig, TestLMJelinekMercerSimilarityFactory, TestCodecSupport, \
DateMathParserTest, OpenExchangeRatesOrgProviderTest, SpellingQueryConverterTest, \
TestSuggestSpellingConverter, DOMUtilTest, UUIDFieldTest, RAMDirectoryFactoryTest, \
SystemInfoHandlerTest, ZkNodePropsTest, CircularListTest, \
AnalysisAfterCoreReloadTest, OverseerCollectionProcessorTest, ShardRoutingCustomTest, \
SyncSliceTest] [junit4:junit4] Completed on J1 in 147.38s, 1 test, 1 failure <<< \
FAILURES!

[...truncated 26 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/build.xml:353: \
                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:178: \
                The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/solr/common-build.xml:438: \
                The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/common-build.xml:1176: \
                The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-java7/lucene/common-build.xml:841: \
There were test failures: 244 suites, 1010 tests, 1 error, 1 failure, 22 ignored (4 \
assumptions)

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic