Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4441/
Java: 64bit/jdk1.8.0_40-ea-b09 -XX:-UseCompressedOops -XX:+UseSerialGC 
(asserts: true)

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

Error Message:
commitWithin did not work on node: http://127.0.0.1:64164/collection1 
expected:<68> but was:<67>

Stack Trace:
java.lang.AssertionError: commitWithin did not work on node: 
http://127.0.0.1:64164/collection1 expected:<68> but was:<67>
        at 
__randomizedtesting.SeedInfo.seed([CA71B9A4F4F6031D:4B9737BC83A96321]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at 
org.apache.solr.cloud.BasicDistributedZkTest.doTest(BasicDistributedZkTest.java:345)
        at 
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
        at sun.reflect.GeneratedMethodAccessor44.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:497)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.search.join.BJQParserTest

Error Message:
SolrCore 'collection1' is not available due to init failure: Error 
instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'

Stack Trace:
org.apache.solr.common.SolrException: SolrCore 'collection1' is not available 
due to init failure: Error instantiating class: 
'org.apache.lucene.util.LuceneTestCase$3'
        at __randomizedtesting.SeedInfo.seed([CA71B9A4F4F6031D]:0)
        at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:767)
        at org.apache.solr.util.TestHarness.getCoreInc(TestHarness.java:219)
        at org.apache.solr.util.TestHarness.update(TestHarness.java:235)
        at 
org.apache.solr.util.BaseTestHarness.checkUpdateStatus(BaseTestHarness.java:282)
        at 
org.apache.solr.util.BaseTestHarness.validateUpdate(BaseTestHarness.java:252)
        at org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:677)
        at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:656)
        at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:650)
        at 
org.apache.solr.search.join.BJQParserTest.createIndex(BJQParserTest.java:62)
        at 
org.apache.solr.search.join.BJQParserTest.beforeClass(BJQParserTest.java:42)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:497)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:767)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.common.SolrException: Error instantiating class: 
'org.apache.lucene.util.LuceneTestCase$3'
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:896)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:653)
        at org.apache.solr.core.CoreContainer.create(CoreContainer.java:510)
        at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:274)
        at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:268)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        ... 1 more
Caused by: org.apache.solr.common.SolrException: Error instantiating class: 
'org.apache.lucene.util.LuceneTestCase$3'
        at 
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:535)
        at 
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:519)
        at 
org.apache.solr.update.SolrIndexConfig.buildMergeScheduler(SolrIndexConfig.java:305)
        at 
org.apache.solr.update.SolrIndexConfig.toIndexWriterConfig(SolrIndexConfig.java:230)
        at 
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:78)
        at 
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:64)
        at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:530)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:797)
        ... 8 more
Caused by: java.lang.IllegalAccessException: Class 
org.apache.solr.core.SolrResourceLoader can not access a member of class 
org.apache.lucene.util.LuceneTestCase$3 with modifiers ""
        at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:101)
        at java.lang.Class.newInstance(Class.java:431)
        at 
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:531)
        ... 15 more




Build Log:
[...truncated 10975 lines...]
   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
   [junit4]   2> Creating dataDir: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest-CA71B9A4F4F6031D-001\init-core-data-001
   [junit4]   2> 1966635 T5180 
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system 
property: /
   [junit4]   2> 1966637 T5180 oas.SolrTestCaseJ4.setUp ###Starting 
testDistribSearch
   [junit4]   2> 1966638 T5180 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1966639 T5181 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 1966732 T5180 oasc.ZkTestServer.run start zk server on 
port:64136
   [junit4]   2> 1966733 T5180 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1966735 T5180 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1966745 T5188 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@3e247b4d 
name:ZooKeeperConnection Watcher:127.0.0.1:64136 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1966745 T5180 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1966746 T5180 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1966746 T5180 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1966755 T5182 oazs.NIOServerCnxn.doIO WARN caught end of 
stream exception EndOfStreamException: Unable to read additional data from 
client sessionid 0x149c94f8d530000, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1966757 T5180 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1966761 T5180 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1966764 T5191 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@ae97cea name:ZooKeeperConnection 
Watcher:127.0.0.1:64136/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1966765 T5180 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1966765 T5180 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1966765 T5180 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 1966770 T5180 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 1966774 T5180 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 1966776 T5180 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 1966781 T5180 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1966782 T5180 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 1966786 T5180 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1966787 T5180 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 1966792 T5180 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1966792 T5180 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1966796 T5180 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1966796 T5180 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 1966801 T5180 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1966801 T5180 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 1966806 T5180 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1966806 T5180 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 1966808 T5180 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1966809 T5180 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 1966816 T5180 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1966817 T5180 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 1966821 T5180 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1966822 T5180 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1966829 T5180 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1966829 T5180 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 1966836 T5180 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1966837 T5180 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 1968337 T5180 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1968344 T5180 oejs.AbstractConnector.doStart Started 
SelectChannelConnector@127.0.0.1:64143
   [junit4]   2> 1968345 T5180 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 1968345 T5180 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 1968345 T5180 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest-CA71B9A4F4F6031D-001\tempDir-002
   [junit4]   2> 1968345 T5180 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest-CA71B9A4F4F6031D-001\tempDir-002\'
   [junit4]   2> 1968378 T5180 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest-CA71B9A4F4F6031D-001\tempDir-002\solr.xml
   [junit4]   2> 1968402 T5180 oasc.CoreContainer.<init> New CoreContainer 
834760422
   [junit4]   2> 1968402 T5180 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest-CA71B9A4F4F6031D-001\tempDir-002\]
   [junit4]   2> 1968405 T5180 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 1968405 T5180 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 1968405 T5180 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 1968405 T5180 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1968405 T5180 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 1968405 T5180 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1968405 T5180 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1968405 T5180 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1968405 T5180 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 1968405 T5180 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 1968405 T5180 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 1968405 T5180 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1968405 T5180 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1968405 T5180 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1968408 T5180 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:64136/solr
   [junit4]   2> 1968408 T5180 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 1968408 T5180 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1968411 T5180 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1968415 T5203 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@429d0413 
name:ZooKeeperConnection Watcher:127.0.0.1:64136 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1968416 T5180 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1968416 T5180 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1968418 T5182 oazs.NIOServerCnxn.doIO WARN caught end of 
stream exception EndOfStreamException: Unable to read additional data from 
client sessionid 0x149c94f8d530002, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1968420 T5180 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1968425 T5206 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1a62b598 
name:ZooKeeperConnection Watcher:127.0.0.1:64136/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1968425 T5180 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1968427 T5180 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 1968432 T5180 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1968436 T5180 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 1968440 T5180 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1968443 T5180 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1968448 T5180 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1968450 T5180 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64143_
   [junit4]   2> 1968451 T5180 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:64143_
   [junit4]   2> 1968456 T5180 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 1968458 T5180 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 1968461 T5180 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1968464 T5180 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:64143_
   [junit4]   2> 1968465 T5180 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 1968467 T5180 oasc.Overseer.start Overseer 
(id=92826610848432131-127.0.0.1:64143_-n_0000000000) starting
   [junit4]   2> 1968469 T5180 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 1968483 T5180 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1968486 T5180 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 1968486 T5208 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 1968489 T5180 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 1968492 T5180 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1968499 T5207 oasc.Overseer$ClusterStateUpdater.run Starting 
to work on the main queue
   [junit4]   2> 1968502 T5210 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 1968502 T5210 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1968503 T5206 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1968503 T5210 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 1968508 T5207 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=1 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:64143";,
   [junit4]   2>          "node_name":"127.0.0.1:64143_",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 1968508 T5207 
oasc.Overseer$ClusterStateUpdater.createCollection Create collection 
control_collection with shards [shard1]
   [junit4]   2> 1968509 T5207 
oasc.Overseer$ClusterStateUpdater.createCollection state version 
control_collection 1
   [junit4]   2> 1968509 T5207 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard1
   [junit4]   2> 1968512 T5206 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1969436 T5210 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 1969436 T5210 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:control_collection
   [junit4]   2> 1969438 T5210 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 1969439 T5210 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 1969441 T5210 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 1969441 T5210 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest-CA71B9A4F4F6031D-001\tempDir-002\collection1\'
   [junit4]   2> 1969446 T5210 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest-CA71B9A4F4F6031D-001/tempDir-002/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 1969446 T5210 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest-CA71B9A4F4F6031D-001/tempDir-002/collection1/lib/classes/'
 to classloader
   [junit4]   2> 1969446 T5210 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest-CA71B9A4F4F6031D-001/tempDir-002/collection1/lib/README'
 to classloader
   [junit4]   2> 1969490 T5210 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 1969502 T5210 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1969505 T5210 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 1969510 T5210 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 1969628 T5210 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1969648 T5210 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 1969648 T5210 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1969663 T5210 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1969666 T5210 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1969669 T5210 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1969671 T5210 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1969672 T5210 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1969672 T5210 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1969674 T5210 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1969674 T5210 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1969674 T5210 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 1969674 T5210 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1969675 T5210 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest-CA71B9A4F4F6031D-001\tempDir-002\collection1\,
 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest-CA71B9A4F4F6031D-001\tempDir-001/control/data\
   [junit4]   2> 1969675 T5210 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@44026582
   [junit4]   2> 1969675 T5210 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest-CA71B9A4F4F6031D-001\tempDir-001/control/data\
   [junit4]   2> 1969675 T5210 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest-CA71B9A4F4F6031D-001\tempDir-001/control/data\index/
   [junit4]   2> 1969675 T5210 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest-CA71B9A4F4F6031D-001\tempDir-001\control\data\index'
 doesn't exist. Creating new index...
   [junit4]   2> 1969676 T5210 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest-CA71B9A4F4F6031D-001\tempDir-001/control/data\index
   [junit4]   2> 1969676 T5210 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=37, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5823483816564491]
   [junit4]   2> 1969677 T5210 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@5487cedf 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@504eddab),segFN=segments_1,generation=1}
   [junit4]   2> 1969677 T5210 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1969679 T5210 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1969680 T5210 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 1969681 T5210 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1969681 T5210 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1969681 T5210 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1969681 T5210 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1969682 T5210 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1969682 T5210 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1969682 T5210 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1969683 T5210 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1969683 T5210 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1969683 T5210 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1969684 T5210 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1969684 T5210 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 1969685 T5210 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 1969685 T5210 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1969685 T5210 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 1969685 T5210 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 1969685 T5210 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1969685 T5210 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1969685 T5210 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 1969692 T5210 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1969694 T5210 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1969695 T5210 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1969696 T5210 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1969700 T5210 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 1969700 T5210 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 1969701 T5210 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=21, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.19354656531069603]
   [junit4]   2> 1969701 T5210 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@5487cedf 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@504eddab),segFN=segments_1,generation=1}
   [junit4]   2> 1969701 T5210 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1969701 T5210 oass.SolrIndexSearcher.<init> Opening 
Searcher@53bd05a5[collection1] main
   [junit4]   2> 1969701 T5210 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 1969705 T5210 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 1969705 T5210 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1969706 T5210 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1969706 T5210 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 1969706 T5210 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1969707 T5210 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1969708 T5210 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1969710 T5210 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/_rest_managed.json
   [junit4]   2> 1969714 T5210 
oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new 
znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1969715 T5210 oasr.ManagedResourceStorage$JsonStorage.store 
Saved JSON object to path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1969715 T5210 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 1969717 T5211 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@53bd05a5[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1969718 T5210 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 1969724 T5180 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1969724 T5180 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 1969725 T5180 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1969726 T5180 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1969726 T5215 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:64143 collection:control_collection 
shard:shard1
   [junit4]   2> 1969729 T5215 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1969730 T5218 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@66dd2fff 
name:ZooKeeperConnection Watcher:127.0.0.1:64136/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1969730 T5180 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1969731 T5180 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1969734 T5180 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1969739 T5180 oasc.ChaosMonkey.monkeyLog monkey: init - expire 
sessions:false cause connection loss:false
   [junit4]   2> 1969740 T5215 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard1
   [junit4]   2> 1969744 T5206 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1969745 T5215 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 1969745 T5215 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2987 name=collection1 
org.apache.solr.core.SolrCore@7c1866f9 url=http://127.0.0.1:64143/collection1 
node=127.0.0.1:64143_ C2987_STATE=coll:control_collection core:collection1 
props:{core=collection1, base_url=http://127.0.0.1:64143, 
node_name=127.0.0.1:64143_, state=down}
   [junit4]   2> 1969745 T5215 C2987 P64143 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:64143/collection1/
   [junit4]   2> 1969745 T5215 C2987 P64143 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 1969745 T5215 C2987 P64143 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:64143/collection1/ has no replicas
   [junit4]   2> 1969745 T5215 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: http://127.0.0.1:64143/collection1/ shard1
   [junit4]   2> 1969746 T5215 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 1969759 T5206 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1969855 T5218 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1969857 T5206 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1969897 T5215 oasc.ZkController.register We are 
http://127.0.0.1:64143/collection1/ and leader is 
http://127.0.0.1:64143/collection1/
   [junit4]   2> 1969897 T5215 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:64143
   [junit4]   2> 1969897 T5215 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 1969897 T5215 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 1969897 T5215 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1969899 T5206 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1969904 T5207 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=2 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:64143";,
   [junit4]   2>          "node_name":"127.0.0.1:64143_",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 1970000 T5206 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1970001 T5218 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1971113 T5180 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1
   [junit4]   2> 1971114 T5180 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1971118 T5180 oejs.AbstractConnector.doStart Started 
SelectChannelConnector@127.0.0.1:64155
   [junit4]   2> 1971120 T5180 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 1971120 T5180 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 1971120 T5180 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest-CA71B9A4F4F6031D-001\tempDir-003
   [junit4]   2> 1971120 T5180 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest-CA71B9A4F4F6031D-001\tempDir-003\'
   [junit4]   2> 1971148 T5180 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest-CA71B9A4F4F6031D-001\tempDir-003\solr.xml
   [junit4]   2> 1971161 T5180 oasc.CoreContainer.<init> New CoreContainer 
2048158683
   [junit4]   2> 1971162 T5180 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest-CA71B9A4F4F6031D-001\tempDir-003\]
   [junit4]   2> 1971162 T5180 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 1971163 T5180 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 1971163 T5180 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 1971163 T5180 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1971163 T5180 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 1971164 T5180 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1971164 T5180 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1971164 T5180 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1971164 T5180 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 1971165 T5180 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 1971165 T5180 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 1971165 T5180 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1971165 T5180 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1971165 T5180 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1971166 T5180 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:64136/solr
   [junit4]   2> 1971166 T5180 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 1971166 T5180 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1971168 T5180 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1971173 T5230 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@5571ef23 
name:ZooKeeperConnection Watcher:127.0.0.1:64136 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1971174 T5180 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1971174 T5180 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1971176 T5182 oazs.NIOServerCnxn.doIO WARN caught end of 
stream exception EndOfStreamException: Unable to read additional data from 
client sessionid 0x149c94f8d530005, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1971178 T5180 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1971181 T5233 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@457cc771 
name:ZooKeeperConnection Watcher:127.0.0.1:64136/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1971181 T5180 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1971192 T5180 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1972130 T5180 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64155_
   [junit4]   2> 1972134 T5180 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:64155_
   [junit4]   2> 1972144 T5180 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1972150 T5234 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 1972150 T5234 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1972152 T5206 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1972152 T5234 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 1972156 T5207 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=2 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:64155";,
   [junit4]   2>          "node_name":"127.0.0.1:64155_",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 1972156 T5207 
oasc.Overseer$ClusterStateUpdater.createCollection Create collection 
collection1 with shards [shard1, shard2]
   [junit4]   2> 1972156 T5207 
oasc.Overseer$ClusterStateUpdater.createCollection state version collection1 1
   [junit4]   2> 1972156 T5207 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard2
   [junit4]   2> 1972160 T5233 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1972160 T5206 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1972160 T5218 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1973084 T5234 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 1973085 T5234 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 1973087 T5234 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 1973087 T5234 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 1973090 T5234 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 1973090 T5234 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest-CA71B9A4F4F6031D-001\tempDir-003\collection1\'
   [junit4]   2> 1973096 T5234 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest-CA71B9A4F4F6031D-001/tempDir-003/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 1973100 T5234 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest-CA71B9A4F4F6031D-001/tempDir-003/collection1/lib/classes/'
 to classloader
   [junit4]   2> 1973101 T5234 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest-CA71B9A4F4F6031D-001/tempDir-003/collection1/lib/README'
 to classloader
   [junit4]   2> 1973145 T5234 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 1973176 T5234 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1973179 T5234 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 1973183 T5234 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 1973312 T5234 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1973318 T5234 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 1973320 T5234 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1973336 T5234 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1973340 T5234 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1973344 T5234 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1973344 T5234 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1973345 T5234 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1973345 T5234 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1973347 T5234 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1973348 T5234 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1973348 T5234 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 1973348 T5234 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1973348 T5234 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest-CA71B9A4F4F6031D-001\tempDir-003\collection1\,
 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest-CA71B9A4F4F6031D-001\tempDir-001/jetty1\
   [junit4]   2> 1973349 T5234 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@44026582
   [junit4]   2> 1973349 T5234 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest-CA71B9A4F4F6031D-001\tempDir-001/jetty1\
   [junit4]   2> 1973350 T5234 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest-CA71B9A4F4F6031D-001\tempDir-001/jetty1\index/
   [junit4]   2> 1973350 T5234 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest-CA71B9A4F4F6031D-001\tempDir-001\jetty1\index'
 doesn't exist. Creating new index...
   [junit4]   2> 1973350 T5234 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest-CA71B9A4F4F6031D-001\tempDir-001/jetty1\index
   [junit4]   2> 1973350 T5234 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=37, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5823483816564491]
   [junit4]   2> 1973351 T5234 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@50c8905d 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4826d82e),segFN=segments_1,generation=1}
   [junit4]   2> 1973351 T5234 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1973354 T5234 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1973355 T5234 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 1973355 T5234 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1973355 T5234 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1973355 T5234 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1973356 T5234 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1973356 T5234 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1973356 T5234 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1973356 T5234 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1973357 T5234 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1973357 T5234 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1973358 T5234 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1973358 T5234 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1973359 T5234 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 1973359 T5234 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 1973359 T5234 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1973359 T5234 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 1973360 T5234 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 1973360 T5234 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1973361 T5234 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1973361 T5234 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 1973367 T5234 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1973369 T5234 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1973370 T5234 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1973371 T5234 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1973374 T5234 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 1973374 T5234 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 1973375 T5234 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=21, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.19354656531069603]
   [junit4]   2> 1973375 T5234 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@50c8905d 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4826d82e),segFN=segments_1,generation=1}
   [junit4]   2> 1973375 T5234 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1973375 T5234 oass.SolrIndexSearcher.<init> Opening 
Searcher@326e7b4c[collection1] main
   [junit4]   2> 1973376 T5234 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 1973377 T5234 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 1973378 T5234 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1973378 T5234 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1973379 T5234 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 1973379 T5234 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1973380 T5234 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes 
from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1973380 T5234 oasr.ManagedResourceStorage.load Loaded 
LinkedHashMap at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1973380 T5234 oasr.ManagedResource.reloadFromStorage Loaded 
initArgs {} for /rest/managed
   [junit4]   2> 1973381 T5234 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 1973383 T5235 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@326e7b4c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1973384 T5234 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 1973385 T5238 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:64155 collection:collection1 
shard:shard2
   [junit4]   2> 1973386 T5180 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1973386 T5180 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 1973388 T5238 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard2/election
   [junit4]   2> 1973397 T5238 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard2
   [junit4]   2> 1973400 T5206 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1973401 T5238 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 1973401 T5238 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2988 name=collection1 
org.apache.solr.core.SolrCore@1534f302 url=http://127.0.0.1:64155/collection1 
node=127.0.0.1:64155_ C2988_STATE=coll:collection1 core:collection1 
props:{core=collection1, base_url=http://127.0.0.1:64155, 
node_name=127.0.0.1:64155_, state=down}
   [junit4]   2> 1973401 T5238 C2988 P64155 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:64155/collection1/
   [junit4]   2> 1973401 T5238 C2988 P64155 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 1973401 T5238 C2988 P64155 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:64155/collection1/ has no replicas
   [junit4]   2> 1973406 T5238 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: http://127.0.0.1:64155/collection1/ shard2
   [junit4]   2> 1973406 T5238 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard2
   [junit4]   2> 1973424 T5206 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1973519 T5233 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1973520 T5206 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1973521 T5218 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1973565 T5238 oasc.ZkController.register We are 
http://127.0.0.1:64155/collection1/ and leader is 
http://127.0.0.1:64155/collection1/
   [junit4]   2> 1973565 T5238 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:64155
   [junit4]   2> 1973565 T5238 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 1973565 T5238 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 1973565 T5238 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1973567 T5206 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1973574 T5207 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=2 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:64155";,
   [junit4]   2>          "node_name":"127.0.0.1:64155_",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 1973672 T5233 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1973673 T5206 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1973673 T5218 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1974853 T5180 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2
   [junit4]   2> 1974853 T5180 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1974856 T5180 oejs.AbstractConnector.doStart Started 
SelectChannelConnector@127.0.0.1:64164
   [junit4]   2> 1974857 T5180 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 1974857 T5180 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 1974857 T5180 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest-CA71B9A4F4F6031D-001\tempDir-004
   [junit4]   2> 1974857 T5180 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest-CA71B9A4F4F6031D-001\tempDir-004\'
   [junit4]   2> 1974907 T5180 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest-CA71B9A4F4F6031D-001\tempDir-004\solr.xml
   [junit4]   2> 1974918 T5180 oasc.CoreContainer.<init> New CoreContainer 
325089245
   [junit4]   2> 1974920 T5180 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest-CA71B9A4F4F6031D-001\tempDir-004\]
   [junit4]   2> 1974921 T5180 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 1974921 T5180 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 1974921 T5180 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 1974921 T5180 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1974921 T5180 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 1974921 T5180 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1974921 T5180 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1974922 T5180 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1974923 T5180 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 1974923 T5180 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 1974923 T5180 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 1974923 T5180 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1974923 T5180 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1974925 T5180 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1974925 T5180 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:64136/solr
   [junit4]   2> 1974925 T5180 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 1974925 T5180 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 1974927 T5180 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1974930 T5250 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@5eaa21fa 
name:ZooKeeperConnection Watcher:127.0.0.1:64136 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1974930 T5180 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1974931 T5180 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 1974935 T5180 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 1974937 T5253 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@5f4f2019 
name:ZooKeeperConnection Watcher:127.0.0.1:64136/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1974938 T5180 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 1974947 T5180 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 1975886 T5180 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64164_
   [junit4]   2> 1975888 T5180 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:64164_
   [junit4]   2> 1975902 T5180 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1975912 T5254 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 1975912 T5254 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 1975913 T5206 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1975913 T5254 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 1975918 T5207 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=2 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"http://127.0.0.1:64164";,
   [junit4]   2>          "node_name":"127.0.0.1:64164_",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 1975918 T5207 oasc.Overseer$ClusterStateUpdater.updateState 
Collection already exists with numShards=2
   [junit4]   2> 1975918 T5207 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard1
   [junit4]   2> 1975922 T5233 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1975922 T5206 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1975922 T5218 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1975922 T5253 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1976910 T5254 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 1976910 T5254 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 1976912 T5254 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 1976912 T5254 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 1976916 T5254 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 1976916 T5254 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest-CA71B9A4F4F6031D-001\tempDir-004\collection1\'
   [junit4]   2> 1976921 T5254 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest-CA71B9A4F4F6031D-001/tempDir-004/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 1976921 T5254 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest-CA71B9A4F4F6031D-001/tempDir-004/collection1/lib/classes/'
 to classloader
   [junit4]   2> 1976921 T5254 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest-CA71B9A4F4F6031D-001/tempDir-004/collection1/lib/README'
 to classloader
   [junit4]   2> 1976962 T5254 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 1976973 T5254 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 1976978 T5254 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 1976982 T5254 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 1977127 T5254 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1977133 T5254 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 1977133 T5254 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1977158 T5254 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1977163 T5254 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 1977166 T5254 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1977168 T5254 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1977168 T5254 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1977168 T5254 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1977170 T5254 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 1977170 T5254 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 1977170 T5254 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 1977170 T5254 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1977171 T5254 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest-CA71B9A4F4F6031D-001\tempDir-004\collection1\,
 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest-CA71B9A4F4F6031D-001\tempDir-001/jetty2\
   [junit4]   2> 1977171 T5254 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@44026582
   [junit4]   2> 1977173 T5254 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest-CA71B9A4F4F6031D-001\tempDir-001/jetty2\
   [junit4]   2> 1977173 T5254 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest-CA71B9A4F4F6031D-001\tempDir-001/jetty2\index/
   [junit4]   2> 1977173 T5254 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest-CA71B9A4F4F6031D-001\tempDir-001\jetty2\index'
 doesn't exist. Creating new index...
   [junit4]   2> 1977174 T5254 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.BasicDistributedZkTest-CA71B9A4F4F6031D-001\tempDir-001/jetty2\index
   [junit4]   2> 1977174 T5254 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=37, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5823483816564491]
   [junit4]   2> 1977174 T5254 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@2bf78f5b 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@336577c4),segFN=segments_1,generation=1}
   [junit4]   2> 1977174 T5254 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1977177 T5254 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1977177 T5254 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 1977177 T5254 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1977177 T5254 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1977178 T5254 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1977178 T5254 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1977178 T5254 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1977178 T5254 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 1977178 T5254 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1977180 T5254 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1977180 T5254 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1977180 T5254 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1977181 T5254 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1977181 T5254 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 1977182 T5254 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 1977182 T5254 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1977182 T5254 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 1977182 T5254 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 1977183 T5254 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1977183 T5254 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1977183 T5254 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 1977189 T5254 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1977190 T5254 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1977190 T5254 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1977192 T5254 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1977195 T5254 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 1977195 T5254 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 1977197 T5254 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=21, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.19354656531069603]
   [junit4]   2> 1977198 T5254 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@2bf78f5b 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@336577c4),segFN=segments_1,generation=1}
   [junit4]   2> 1977198 T5254 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1977198 T5254 oass.SolrIndexSearcher.<init> Opening 
Searcher@54e40e0f[collection1] main
   [junit4]   2> 1977198 T5254 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 1977200 T5254 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 1977200 T5254 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1977201 T5254 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1977201 T5254 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 1977201 T5254 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1977202 T5254 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes 
from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1977202 T5254 oasr.ManagedResourceStorage.load Loaded 
LinkedHashMap at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1977202 T5254 oasr.ManagedResource.reloadFromStorage Loaded 
initArgs {} for /rest/managed
   [junit4]   2> 1977202 T5254 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 1977207 T5254 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 1977208 T5255 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@54e40e0f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1977209 T5180 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1977209 T5180 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 1977222 T5258 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:64164 collection:collection1 
shard:shard1
   [junit4]   2> 1977230 T5258 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1977238 T5258 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard1
   [junit4]   2> 1977240 T5206 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1977242 T5258 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 1977242 T5258 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2989 name=collection1 
org.apache.solr.core.SolrCore@62bfa062 url=http://127.0.0.1:64164/collection1 
node=127.0.0.1:64164_ C2989_STATE=coll:collection1 core:collection1 
props:{core=collection1, base_url=http://127.0.0.1:64164, 
node_name=127.0.0.1:64164_, state=down}
   [junit4]   2> 1977242 T5258 C2989 P64164 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:64164/collection1/
   [junit4]   2> 1977243 T5258 C2989 P64164 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 1977243 T5258 C2989 P64164 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:64164/collection1/ has no replicas
   [junit4]   2> 1977243 T5258 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: http://127.0.0.1:64164/collection1/ shard1
   [junit4]   2> 1977244 T5258 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard1
   [junit4]   2> 1977277 T5206 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1977381 T5233 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1977381 T5206 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1977382 T5253 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred

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

aceting, ShardRoutingCustomTest, TestFaceting, 
DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, 
TestRealTimeGet, TestStressVersions, HardAutoCommitTest, TestRangeQuery, 
SolrCoreTest, TestGroupingSearch, TestSort, TestFunctionQuery, 
DirectUpdateHandlerTest, TestBadConfig, TestIndexSearcher, HighlighterTest, 
SoftAutoCommitTest, DistributedQueryElevationComponentTest, 
CurrencyFieldXmlFileTest, SolrIndexSplitterTest, SimplePostToolTest, 
TestCoreDiscovery, CoreAdminHandlerTest, SolrRequestParserTest, 
TestFoldingMultitermQuery, SuggesterTSTTest, SuggesterTest, SpatialFilterTest, 
SuggesterWFSTTest, TestCSVLoader, TestPseudoReturnFields, TestUpdate, 
FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, 
TestWordDelimiterFilterFactory, QueryEqualityTest, 
DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, 
DocValuesMultiTest, XsltUpdateRequestHandlerTest, DebugComponentTest, 
TestSurroundQueryParser, DisMaxRequestHandlerTest, 
TestReversedWildcardFilterFactory, PrimitiveFieldTypeTest, TestOmitPositions, 
FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, 
PathHierarchyTokenizerFactoryTest, TestIndexingPerformance, 
MoreLikeThisHandlerTest, FieldAnalysisRequestHandlerTest, TestSolrQueryParser, 
FastVectorHighlighterTest, LoggingHandlerTest, SolrPluginUtilsTest, 
IndexSchemaTest, JSONWriterTest, TestCSVResponseWriter, 
TestAnalyzedSuggestions, JsonLoaderTest, TestPartialUpdateDeduplication, 
TestPHPSerializedResponseWriter, SearchHandlerTest, 
CoreContainerCoreInitFailuresTest, TestBinaryResponseWriter, TestLFUCache, 
SOLR749Test, TestQuerySenderListener, AlternateDirectoryTest, 
TestSolrIndexConfig, TestQuerySenderNoQuery, TestMergePolicyConfig, 
TestSolrDeletionPolicy2, MultiTermTest, SampleTest, TestBinaryField, 
TestSearchPerf, TestElisionMultitermQuery, TestConfig, TestSolrCoreProperties, 
TestPhraseSuggestions, TestCharFilters, TestCodecSupport, TestXIncludeConfig, 
TestSweetSpotSimilarityFactory, TestLMJelinekMercerSimilarityFactory, 
TestIBSimilarityFactory, TestFastWriter, LegacyHTMLStripCharFilterTest, 
TestJmxMonitoredMap, ResourceLoaderTest, TestFastOutputStream, 
ScriptEngineTest, OpenExchangeRatesOrgProviderTest, PreAnalyzedFieldTest, 
TestSystemIdResolver, PrimUtilsTest, TestSuggestSpellingConverter, 
SpellingQueryConverterTest, DOMUtilTest, ClusterStateTest, TestSolrJ, 
TestUtils, TestDocumentBuilder, ZkNodePropsTest, SystemInfoHandlerTest, 
UUIDFieldTest, CircularListTest, TestRTGBase, DistributedIntervalFacetingTest, 
TestDistributedMissingSort, TestHighlightDedupGrouping, TestTolerantSearch, 
AsyncMigrateRouteKeyTest, CollectionsAPIAsyncDistributedZkTest, 
ConnectionManagerTest, CustomCollectionTest, DeleteShardTest, 
DistribCursorPagingTest, HttpPartitionTest, 
LeaderInitiatedRecoveryOnCommitTest, MigrateRouteKeyTest, MultiThreadedOCPTest, 
OverriddenZkACLAndCredentialsProvidersTest, OverseerRolesTest, 
OverseerStatusTest, RemoteQueryErrorTest, ReplicationFactorTest, 
RollingRestartTest, SSLMigrationTest, ShardSplitTest, 
SharedFSAutoReplicaFailoverUtilsTest, SolrXmlInZkTest, TestCloudInspectUtil, 
TestCloudPivotFacet, TestDistribDocBasedVersion, TestReplicaProperties, 
TriLevelCompositeIdRoutingTest, VMParamsZkACLAndCredentialsProvidersTest, 
HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, 
HdfsChaosMonkeySafeLeaderTest, HdfsRecoveryZkTest, TestConfigOverlay, 
TestConfigSets, TestInitParams, TestNRTOpen, TestReloadAndDeleteDocs, 
TestShardHandlerFactory, TestSolrConfigHandler, TestSolrXmlPersistor, 
TestReplicationHandlerBackup, TestSolrConfigHandlerConcurrent, 
CoreAdminCreateDiscoverTest, CoreAdminRequestStatusTest, InfoHandlerTest, 
DistributedDebugComponentTest, DistributedExpandComponentTest, 
DistributedFacetPivotWhiteBoxTest, DistributedQueryComponentCustomSortTest, 
DistributedQueryComponentOptimizationTest, DistributedSuggestComponentTest, 
FacetPivotSmallTest, TestExpandComponent, TestPivotHelperCode, 
TestIntervalFaceting, TestRawResponseWriter, TestManagedResourceStorage, 
TestBulkSchemaAPI, TestClassNameShortening, TestCopyFieldCollectionResource, 
TestDynamicFieldCollectionResource, TestFieldTypeCollectionResource, 
TestManagedSchemaDynamicFieldResource, TestManagedSchemaFieldResource, 
TestSchemaNameResource, TestSchemaResource, TestSchemaSimilarityResource, 
TestSchemaVersionResource, TestManagedSynonymFilterFactory, ModifyConfFileTest, 
TestCloudManagedSchema, TestCloudManagedSchemaConcurrent, 
AnalyticsMergeStrategyTest, CursorMarkTest, MergeStrategyTest, 
TestComplexPhraseQParserPlugin, TestInitQParser, 
TestOverriddenPrefixQueryForCustomFieldType, TestReRankQParserPlugin, 
TestSimpleQParserPlugin, TestSolr4Spatial2, BJQParserTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BJQParserTest 
-Dtests.seed=CA71B9A4F4F6031D -Dtests.slow=true -Dtests.locale=el 
-Dtests.timezone=EST -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s | BJQParserTest (suite) <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: SolrCore 
'collection1' is not available due to init failure: Error instantiating class: 
'org.apache.lucene.util.LuceneTestCase$3'
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([CA71B9A4F4F6031D]:0)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:767)
   [junit4]    >        at 
org.apache.solr.util.TestHarness.getCoreInc(TestHarness.java:219)
   [junit4]    >        at 
org.apache.solr.util.TestHarness.update(TestHarness.java:235)
   [junit4]    >        at 
org.apache.solr.util.BaseTestHarness.checkUpdateStatus(BaseTestHarness.java:282)
   [junit4]    >        at 
org.apache.solr.util.BaseTestHarness.validateUpdate(BaseTestHarness.java:252)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:677)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:656)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:650)
   [junit4]    >        at 
org.apache.solr.search.join.BJQParserTest.createIndex(BJQParserTest.java:62)
   [junit4]    >        at 
org.apache.solr.search.join.BJQParserTest.beforeClass(BJQParserTest.java:42)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.solr.common.SolrException: Error 
instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'
   [junit4]    >        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:896)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:653)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:510)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:274)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:268)
   [junit4]    >        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >        ... 1 more
   [junit4]    > Caused by: org.apache.solr.common.SolrException: Error 
instantiating class: 'org.apache.lucene.util.LuceneTestCase$3'
   [junit4]    >        at 
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:535)
   [junit4]    >        at 
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:519)
   [junit4]    >        at 
org.apache.solr.update.SolrIndexConfig.buildMergeScheduler(SolrIndexConfig.java:305)
   [junit4]    >        at 
org.apache.solr.update.SolrIndexConfig.toIndexWriterConfig(SolrIndexConfig.java:230)
   [junit4]    >        at 
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:78)
   [junit4]    >        at 
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:64)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:530)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:797)
   [junit4]    >        ... 8 more
   [junit4]    > Caused by: java.lang.IllegalAccessException: Class 
org.apache.solr.core.SolrResourceLoader can not access a member of class 
org.apache.lucene.util.LuceneTestCase$3 with modifiers ""
   [junit4]    >        at java.lang.Class.newInstance(Class.java:431)
   [junit4]    >        at 
org.apache.solr.core.SolrResourceLoader.newInstance(SolrResourceLoader.java:531)
   [junit4]    >        ... 15 more
   [junit4] Completed in 0.49s, 0 tests, 1 error <<< FAILURES!

[...truncated 31 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:525: The 
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:473: The 
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The 
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: 
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:186: 
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:508:
 The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1358:
 The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:965:
 There were test failures: 448 suites, 1812 tests, 1 suite-level error, 1 
failure, 54 ignored (30 assumptions)

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


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

Reply via email to