Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4506/
Java: 32bit/jdk1.8.0_31 -client -XX:+UseConcMarkSweepGC
1 tests failed.
FAILED: org.apache.solr.cloud.ReplicationFactorTest.test
Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond
Stack Trace:
org.apache.solr.client.solrj.SolrServerException:
org.apache.http.NoHttpResponseException: The target server failed to respond
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:887)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:752)
at
org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:284)
at
org.apache.solr.cloud.ReplicationFactorTest.test(ReplicationFactorTest.java:112)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:940)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:915)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.NoHttpResponseException: The target server failed to
respond
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
at
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
at
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
at
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
at
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:464)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:568)
at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:565)
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
Build Log:
[...truncated 10191 lines...]
[junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
[junit4] 2> Creating dataDir:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
1383913D7A11ABE4-001\init-core-data-001
[junit4] 2> 4787714 T20719
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system
property: /
[junit4] 2> 4787721 T20719 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 1> client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 4787723 T20720 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 4787822 T20719 oasc.ZkTestServer.run start zk server on
port:50777
[junit4] 2> 4787823 T20719
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 4787827 T20719 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 4787835 T20727 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@ddd058 name:ZooKeeperConnection
Watcher:127.0.0.1:50777 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 4787836 T20719 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 4787836 T20719 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 4787836 T20719 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 4787846 T20721 oazs.NIOServerCnxn.doIO WARN caught end of
stream exception EndOfStreamException: Unable to read additional data from
client sessionid 0x14bc2ccdc570000, 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> 4787846 T20719
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 4787852 T20719 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 4787855 T20730 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1d993ca name:ZooKeeperConnection
Watcher:127.0.0.1:50777/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 4787856 T20719 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 4787856 T20719 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 4787857 T20719 oascc.SolrZkClient.makePath makePath:
/collections/collection1
[junit4] 2> 4787865 T20719 oascc.SolrZkClient.makePath makePath:
/collections/collection1/shards
[junit4] 2> 4787870 T20719 oascc.SolrZkClient.makePath makePath:
/collections/control_collection
[junit4] 2> 4787875 T20719 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/shards
[junit4] 2> 4787879 T20719 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> 4787879 T20719 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.xml
[junit4] 2> 4787887 T20719 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> 4787887 T20719 oascc.SolrZkClient.makePath makePath:
/configs/conf1/schema.xml
[junit4] 2> 4787895 T20719 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> 4787895 T20719 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 4787900 T20719 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> 4787900 T20719 oascc.SolrZkClient.makePath makePath:
/configs/conf1/stopwords.txt
[junit4] 2> 4787907 T20719 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> 4787907 T20719 oascc.SolrZkClient.makePath makePath:
/configs/conf1/protwords.txt
[junit4] 2> 4787915 T20719 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> 4787915 T20719 oascc.SolrZkClient.makePath makePath:
/configs/conf1/currency.xml
[junit4] 2> 4787921 T20719 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> 4787921 T20719 oascc.SolrZkClient.makePath makePath:
/configs/conf1/enumsConfig.xml
[junit4] 2> 4787927 T20719 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> 4787927 T20719 oascc.SolrZkClient.makePath makePath:
/configs/conf1/open-exchange-rates.json
[junit4] 2> 4787932 T20719 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> 4787932 T20719 oascc.SolrZkClient.makePath makePath:
/configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 4787939 T20719 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> 4787939 T20719 oascc.SolrZkClient.makePath makePath:
/configs/conf1/old_synonyms.txt
[junit4] 2> 4787945 T20719 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> 4787945 T20719 oascc.SolrZkClient.makePath makePath:
/configs/conf1/synonyms.txt
[junit4] 2> 4789634 T20719 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
1383913D7A11ABE4-001\control-001\cores\collection1
[junit4] 2> 4789645 T20719 oejs.Server.doStart jetty-9.2.6.v20141205
[junit4] 2> 4789652 T20719 oejsh.ContextHandler.doStart Started
o.e.j.s.ServletContextHandler@b469e0{/,null,AVAILABLE}
[junit4] 2> 4789653 T20719 oejs.AbstractConnector.doStart Started
ServerConnector@186e170{HTTP/1.1}{127.0.0.1:50785}
[junit4] 2> 4789654 T20719 oejs.Server.doStart Started @4788238ms
[junit4] 2> 4789655 T20719 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
[junit4] 2> 4789655 T20719 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 4789655 T20719 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.ReplicationFactorTest
1383913D7A11ABE4-001\control-001
[junit4] 2> 4789655 T20719 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
1383913D7A11ABE4-001\control-001\'
[junit4] 2> 4789713 T20719 oasc.SolrXmlConfig.fromFile Loading container
configuration from
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
1383913D7A11ABE4-001\control-001\solr.xml
[junit4] 2> 4789725 T20719 oasc.CorePropertiesLocator.<init>
Config-defined core root directory:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
1383913D7A11ABE4-001\control-001\cores
[junit4] 2> 4789727 T20719 oasc.CoreContainer.<init> New CoreContainer
28463994
[junit4] 2> 4789728 T20719 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.ReplicationFactorTest
1383913D7A11ABE4-001\control-001\]
[junit4] 2> 4789728 T20719 oasc.CoreContainer.load loading shared library:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
1383913D7A11ABE4-001\control-001\lib
[junit4] 2> 4789728 T20719 oasc.SolrResourceLoader.addToClassLoader WARN
Can't find (or read) directory to add to classloader: lib (resolved as:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
1383913D7A11ABE4-001\control-001\lib).
[junit4] 2> 4789743 T20719 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 4789744 T20719 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 4789745 T20719 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 4789745 T20719 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 4789745 T20719 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 4789745 T20719 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 4789745 T20719 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 4789745 T20719 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 4789745 T20719 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 4789745 T20719 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 4789747 T20719 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 4789748 T20719 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 4789748 T20719 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 4789748 T20719 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 4789748 T20719 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 4789748 T20719 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:50777/solr
[junit4] 2> 4789748 T20719 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 4789748 T20719
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 4789751 T20719 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 4789755 T20744 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1850b74 name:ZooKeeperConnection
Watcher:127.0.0.1:50777 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 4789755 T20719 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 4789755 T20719 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 4789763 T20719 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 4789765 T20747 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@19737a name:ZooKeeperConnection
Watcher:127.0.0.1:50777/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 4789767 T20719 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 4789769 T20719 oascc.SolrZkClient.makePath makePath:
/overseer/queue
[junit4] 2> 4789775 T20719 oascc.SolrZkClient.makePath makePath:
/overseer/collection-queue-work
[junit4] 2> 4789783 T20719 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-running
[junit4] 2> 4789789 T20719 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-completed
[junit4] 2> 4789795 T20719 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-failure
[junit4] 2> 4789801 T20719 oascc.SolrZkClient.makePath makePath:
/live_nodes
[junit4] 2> 4789805 T20719 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50784_
[junit4] 2> 4789808 T20719 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:50784_
[junit4] 2> 4789813 T20719 oascc.SolrZkClient.makePath makePath:
/overseer_elect
[junit4] 2> 4789817 T20719 oascc.SolrZkClient.makePath makePath:
/overseer_elect/election
[junit4] 2> 4789822 T20719 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 4789825 T20719 oasc.OverseerElectionContext.runLeaderProcess I
am going to be the leader 127.0.0.1:50784_
[junit4] 2> 4789825 T20719 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
[junit4] 2> 4789831 T20719 oasc.Overseer.start Overseer
(id=93382402417033219-127.0.0.1:50784_-n_0000000000) starting
[junit4] 2> 4789836 T20719 oascc.SolrZkClient.makePath makePath:
/overseer/queue-work
[junit4] 2> 4789855 T20719 oasc.OverseerAutoReplicaFailoverThread.<init>
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 4789858 T20749 oasc.OverseerCollectionProcessor.run Process
current queue of collection creations
[junit4] 2> 4789858 T20748 oasc.Overseer$ClusterStateUpdater.run Starting
to work on the main queue
[junit4] 2> 4789859 T20719 oascc.SolrZkClient.makePath makePath:
/clusterstate.json
[junit4] 2> 4789869 T20719 oascc.SolrZkClient.makePath makePath:
/aliases.json
[junit4] 2> 4789875 T20719
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 4789886 T20719 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
1383913D7A11ABE4-001\control-001\cores
[junit4] 2> 4789889 T20719 oasc.CorePropertiesLocator.discoverUnder Found
core collection1 in
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
1383913D7A11ABE4-001\control-001\cores\collection1\
[junit4] 2> 4789889 T20719 oasc.CorePropertiesLocator.discover Found 1
core definitions
[junit4] 2> 4789896 T20751 oasc.ZkController.publish publishing
core=collection1 state=down collection=control_collection
[junit4] 2> 4789896 T20751 oasc.ZkController.publish numShards not found
on descriptor - reading it from system property
[junit4] 2> 4789898 T20751 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 4789899 T20747 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 4789901 T20748 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:50784",
[junit4] 2> "node_name":"127.0.0.1:50784_",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 4789902 T20748 oasco.ReplicaMutator.updateState Update state
numShards=1 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:50784",
[junit4] 2> "node_name":"127.0.0.1:50784_",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 4789902 T20748 oasco.ClusterStateMutator.createCollection
building a new cName: control_collection
[junit4] 2> 4789902 T20748 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard1
[junit4] 2> 4789907 T20747 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> 4790976 T20751 oasc.ZkController.waitForShardId waiting to
find shard id in clusterstate for collection1
[junit4] 2> 4790976 T20751 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:control_collection
[junit4] 2> 4790977 T20751 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 4790978 T20751 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 4790980 T20751 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 4790980 T20751 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
1383913D7A11ABE4-001\control-001\cores\collection1\'
[junit4] 2> 4791020 T20751 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 4791026 T20751 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 4791047 T20751 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 4791051 T20751 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 6.0.0
[junit4] 2> 4791059 T20751 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 4791064 T20751 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 4791087 T20751 oass.IndexSchema.readSchema [collection1]
Schema name=test
[junit4] 2> 4791243 T20751 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 4791253 T20751 oass.IndexSchema.readSchema default search
field in schema is text
[junit4] 2> 4791257 T20751 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 4791290 T20751 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 4791295 T20751 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 4791300 T20751 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 4791305 T20751
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 4791305 T20751
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 4791305 T20751 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 4791309 T20751
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 4791309 T20751
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 4791309 T20751 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection control_collection
[junit4] 2> 4791309 T20751 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 4791311 T20751 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.ReplicationFactorTest
1383913D7A11ABE4-001\control-001\cores\collection1\,
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
1383913D7A11ABE4-001\tempDir-001/control/data\
[junit4] 2> 4791311 T20751 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@11293c8
[junit4] 2> 4791312 T20751 oasc.CachingDirectoryFactory.get return new
directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
1383913D7A11ABE4-001\tempDir-001/control/data\
[junit4] 2> 4791312 T20751 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.ReplicationFactorTest
1383913D7A11ABE4-001\tempDir-001/control/data\index/
[junit4] 2> 4791312 T20751 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.ReplicationFactorTest
1383913D7A11ABE4-001\tempDir-001\control\data\index' doesn't exist. Creating
new index...
[junit4] 2> 4791313 T20751 oasc.CachingDirectoryFactory.get return new
directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
1383913D7A11ABE4-001\tempDir-001/control/data\index
[junit4] 2> 4791314 T20751 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=25, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=29.2529296875,
floorSegmentMB=1.0810546875, forceMergeDeletesPctAllowed=3.4752735934144607,
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.39079538486319143
[junit4] 2> 4791315 T20751 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@1d4206e
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@15b1b93),segFN=segments_1,generation=1}
[junit4] 2> 4791315 T20751 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 4791322 T20751 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 4791323 T20751 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 4791323 T20751 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe"
[junit4] 2> 4791323 T20751 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 4791324 T20751 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"stored_sig"
[junit4] 2> 4791324 T20751 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 4791326 T20751 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 4791326 T20751 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 4791326 T20751 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 4791327 T20751 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 4791328 T20751 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 4791328 T20751 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 4791329 T20751 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 4791330 T20751 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 4791331 T20751 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 4791332 T20751 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 4791332 T20751 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 4791334 T20751 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 4791335 T20751 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 4791335 T20751 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 4791336 T20751 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 4791336 T20751 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 4791338 T20751 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 4791339 T20751 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 4791340 T20751 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 4791342 T20751 oasc.RequestHandlers.initHandlersFromConfig
created /admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 4791342 T20751 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 4791349 T20751 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 4791352 T20751 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 4791354 T20751 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 4791356 T20751 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 4791357 T20751 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 4791364 T20751 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 4791365 T20751 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 4791366 T20751 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy:
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=31,
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807,
calibrateSizeByDeletes=false, maxMergeDocs=2147483647,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
[junit4] 2> 4791368 T20751 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@1d4206e
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@15b1b93),segFN=segments_1,generation=1}
[junit4] 2> 4791368 T20751 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 4791369 T20751 oass.SolrIndexSearcher.<init> Opening
Searcher@172ea25[collection1] main
[junit4] 2> 4791369 T20751 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 4791371 T20751 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 4791372 T20751 oasr.ManagedResourceStorage.newStorageIO
Setting up ZooKeeper-based storage for the RestManager with znodeBase:
/configs/conf1
[junit4] 2> 4791373 T20751
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 4791373 T20751 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 4791373 T20751 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 4791375 T20751
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 4791375 T20751 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 4791375 T20751 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 4791375 T20751 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 4791375 T20751 oasc.CoreContainer.registerCore registering
core: collection1
[junit4] 2> 4791375 T20752 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@172ea25[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 4791377 T20755 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:50784 collection:control_collection
shard:shard1
[junit4] 2> 4791379 T20719 oass.SolrDispatchFilter.init
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4] 2> 4791379 T20719 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 4791382 T20755 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leader_elect/shard1/election
[junit4] 2> 4791383 T20719
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 4791387 T20719 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 4791392 T20759 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@30cd34 name:ZooKeeperConnection
Watcher:127.0.0.1:50777/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 4791392 T20719 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 4791393 T20719 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 4791395 T20719
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 4791396 T20755
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for
shard shard1
[junit4] 2> 4791400 T20747 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 4791402 T20755
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 4791403 T20755
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try
and sync
[junit4] 2> ASYNC NEW_CORE C9467 name=collection1
org.apache.solr.core.SolrCore@1dc21e6 url=http://127.0.0.1:50784/collection1
node=127.0.0.1:50784_ C9467_STATE=coll:control_collection core:collection1
props:{core=collection1, base_url=http://127.0.0.1:50784,
node_name=127.0.0.1:50784_, state=down}
[junit4] 2> 4791403 T20755 C9467 P50784 oasc.SyncStrategy.sync Sync
replicas to http://127.0.0.1:50784/collection1/
[junit4] 2> 4791404 T20755 C9467 P50784 oasc.SyncStrategy.syncReplicas
Sync Success - now sync replicas to me
[junit4] 2> 4791404 T20748 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection"} current state
version: 1
[junit4] 2> 4791404 T20719 oasc.ChaosMonkey.monkeyLog monkey: init -
expire sessions:false cause connection loss:false
[junit4] 2> 4791404 T20755 C9467 P50784 oasc.SyncStrategy.syncToMe
http://127.0.0.1:50784/collection1/ has no replicas
[junit4] 2> 4791405 T20755
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader:
http://127.0.0.1:50784/collection1/ shard1
[junit4] 2> 4791406 T20755 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leaders/shard1
[junit4] 2> 4791417 T20747 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 4791420 T20748 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "base_url":"http://127.0.0.1:50784",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 1
[junit4] 2> 4791536 T20747 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> 4791538 T20759 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> 4791585 T20755 oasc.ZkController.register We are
http://127.0.0.1:50784/collection1/ and leader is
http://127.0.0.1:50784/collection1/
[junit4] 2> 4791585 T20755 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=http://127.0.0.1:50784
[junit4] 2> 4791585 T20755 oasc.ZkController.checkRecovery I am the
leader, no recovery necessary
[junit4] 2> 4791585 T20755 oasc.ZkController.publish publishing
core=collection1 state=active collection=control_collection
[junit4] 2> 4791585 T20755 oasc.ZkController.publish numShards not found
on descriptor - reading it from system property
[junit4] 2> 4791589 T20747 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 4791601 T20748 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:50784",
[junit4] 2> "node_name":"127.0.0.1:50784_",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"} current state version: 2
[junit4] 2> 4791603 T20748 oasco.ReplicaMutator.updateState Update state
numShards=3 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:50784",
[junit4] 2> "node_name":"127.0.0.1:50784_",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 4791724 T20747 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> 4791726 T20759 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> 4793481 T20719 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
1383913D7A11ABE4-001\shard-1-001\cores\collection1
[junit4] 2> 4793486 T20719 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 1
[junit4] 2> 4793489 T20719 oejs.Server.doStart jetty-9.2.6.v20141205
[junit4] 2> 4793501 T20719 oejsh.ContextHandler.doStart Started
o.e.j.s.ServletContextHandler@dd17b8{/,null,AVAILABLE}
[junit4] 2> 4793502 T20719 oejs.AbstractConnector.doStart Started
ServerConnector@e6067{HTTP/1.1}{127.0.0.1:50798}
[junit4] 2> 4793503 T20719 oejs.Server.doStart Started @4791906ms
[junit4] 2> 4793504 T20719 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
[junit4] 2> 4793505 T20719 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 4793505 T20719 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.ReplicationFactorTest
1383913D7A11ABE4-001\shard-1-001
[junit4] 2> 4793505 T20719 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
1383913D7A11ABE4-001\shard-1-001\'
[junit4] 2> 4793555 T20719 oasc.SolrXmlConfig.fromFile Loading container
configuration from
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
1383913D7A11ABE4-001\shard-1-001\solr.xml
[junit4] 2> 4793565 T20719 oasc.CorePropertiesLocator.<init>
Config-defined core root directory:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
1383913D7A11ABE4-001\shard-1-001\cores
[junit4] 2> 4793565 T20719 oasc.CoreContainer.<init> New CoreContainer
7196132
[junit4] 2> 4793567 T20719 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.ReplicationFactorTest
1383913D7A11ABE4-001\shard-1-001\]
[junit4] 2> 4793567 T20719 oasc.CoreContainer.load loading shared library:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
1383913D7A11ABE4-001\shard-1-001\lib
[junit4] 2> 4793567 T20719 oasc.SolrResourceLoader.addToClassLoader WARN
Can't find (or read) directory to add to classloader: lib (resolved as:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
1383913D7A11ABE4-001\shard-1-001\lib).
[junit4] 2> 4793583 T20719 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 4793584 T20719 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 4793584 T20719 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 4793584 T20719 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 4793585 T20719 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 4793587 T20719 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 4793588 T20719 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 4793588 T20719 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 4793589 T20719 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 4793590 T20719 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 4793590 T20719 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 4793590 T20719 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 4793590 T20719 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 4793590 T20719 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 4793591 T20719 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 4793592 T20719 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:50777/solr
[junit4] 2> 4793592 T20719 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 4793592 T20719
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 4793596 T20719 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 4793601 T20773 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@cf1ff9 name:ZooKeeperConnection
Watcher:127.0.0.1:50777 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 4793602 T20719 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 4793602 T20719 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 4793609 T20719 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 4793611 T20776 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1756db7 name:ZooKeeperConnection
Watcher:127.0.0.1:50777/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 4793611 T20719 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 4793625 T20719
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 4794712 T20719 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50797_
[junit4] 2> 4794716 T20719 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:50797_
[junit4] 2> 4794723 T20719 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 4794729 T20719 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
1383913D7A11ABE4-001\shard-1-001\cores
[junit4] 2> 4794734 T20719 oasc.CorePropertiesLocator.discoverUnder Found
core collection1 in
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
1383913D7A11ABE4-001\shard-1-001\cores\collection1\
[junit4] 2> 4794736 T20719 oasc.CorePropertiesLocator.discover Found 1
core definitions
[junit4] 2> 4794739 T20777 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 4794739 T20777 oasc.ZkController.publish numShards not found
on descriptor - reading it from system property
[junit4] 2> 4794741 T20777 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 4794741 T20747 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 4794743 T20748 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:50797",
[junit4] 2> "node_name":"127.0.0.1:50797_",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 3
[junit4] 2> 4794744 T20748 oasco.ReplicaMutator.updateState Update state
numShards=3 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:50797",
[junit4] 2> "node_name":"127.0.0.1:50797_",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 4794744 T20748 oasco.ClusterStateMutator.createCollection
building a new cName: collection1
[junit4] 2> 4794744 T20748 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard2
[junit4] 2> 4794747 T20759 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> 4794748 T20747 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> 4794749 T20776 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> 4795822 T20777 oasc.ZkController.waitForShardId waiting to
find shard id in clusterstate for collection1
[junit4] 2> 4795822 T20777 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 4795824 T20777 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 4795824 T20777 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 4795828 T20777 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 4795828 T20777 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
1383913D7A11ABE4-001\shard-1-001\cores\collection1\'
[junit4] 2> 4795873 T20777 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 4795878 T20777 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 4795894 T20777 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 4795900 T20777 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 6.0.0
[junit4] 2> 4795916 T20777 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 4795921 T20777 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 4795934 T20777 oass.IndexSchema.readSchema [collection1]
Schema name=test
[junit4] 2> 4796119 T20777 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 4796130 T20777 oass.IndexSchema.readSchema default search
field in schema is text
[junit4] 2> 4796130 T20777 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 4796157 T20777 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 4796162 T20777 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 4796169 T20777 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 4796171 T20777
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 4796171 T20777
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 4796171 T20777 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 4796174 T20777
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 4796174 T20777
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 4796175 T20777 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 4796180 T20777 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 4796181 T20777 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.ReplicationFactorTest
1383913D7A11ABE4-001\shard-1-001\cores\collection1\,
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
1383913D7A11ABE4-001\tempDir-001/jetty1\
[junit4] 2> 4796181 T20777 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@11293c8
[junit4] 2> 4796183 T20777 oasc.CachingDirectoryFactory.get return new
directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
1383913D7A11ABE4-001\tempDir-001/jetty1\
[junit4] 2> 4796183 T20777 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.ReplicationFactorTest
1383913D7A11ABE4-001\tempDir-001/jetty1\index/
[junit4] 2> 4796183 T20777 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.ReplicationFactorTest
1383913D7A11ABE4-001\tempDir-001\jetty1\index' doesn't exist. Creating new
index...
[junit4] 2> 4796185 T20777 oasc.CachingDirectoryFactory.get return new
directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
1383913D7A11ABE4-001\tempDir-001/jetty1\index
[junit4] 2> 4796188 T20777 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=25, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=29.2529296875,
floorSegmentMB=1.0810546875, forceMergeDeletesPctAllowed=3.4752735934144607,
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.39079538486319143
[junit4] 2> 4796189 T20777 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@f77dd2
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@117949f),segFN=segments_1,generation=1}
[junit4] 2> 4796190 T20777 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 4796198 T20777 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 4796199 T20777 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 4796200 T20777 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe"
[junit4] 2> 4796200 T20777 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 4796201 T20777 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"stored_sig"
[junit4] 2> 4796201 T20777 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 4796202 T20777 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 4796203 T20777 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 4796203 T20777 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 4796204 T20777 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 4796207 T20777 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 4796209 T20777 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 4796210 T20777 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 4796212 T20777 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 4796213 T20777 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.apache.solr.handler.SchemaHandler
[junit4] 2> 4796215 T20777 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 4796217 T20777 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 4796219 T20777 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 4796223 T20777 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 4796224 T20777 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 4796225 T20777 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 4796228 T20777 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 4796229 T20777 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 4796231 T20777 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 4796232 T20777 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 4796233 T20777 oasc.RequestHandlers.initHandlersFromConfig
created /admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 4796234 T20777 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 4796243 T20777 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 4796247 T20777 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 4796248 T20777 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 4796251 T20777 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 4796251 T20777 oasc.SolrCore.initStatsCache Using default
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 4796255 T20777 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 4796256 T20777 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 4796257 T20777 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy:
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=31,
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807,
calibrateSizeByDeletes=false, maxMergeDocs=2147483647,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
[junit4] 2> 4796258 T20777 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@f77dd2
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@117949f),segFN=segments_1,generation=1}
[junit4] 2> 4796258 T20777 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 4796259 T20777 oass.SolrIndexSearcher.<init> Opening
Searcher@b25efb[collection1] main
[junit4] 2> 4796259 T20777 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 4796261 T20777 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 4796262 T20777 oasr.ManagedResourceStorage.newStorageIO
Setting up ZooKeeper-based storage for the RestManager with znodeBase:
/configs/conf1
[junit4] 2> 4796263 T20777
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 4796263 T20777 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 4796263 T20777 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 4796267 T20777
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 4796267 T20777 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 4796267 T20777 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 4796267 T20777 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 4796271 T20778 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@b25efb[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 4796271 T20777 oasc.CoreContainer.registerCore registering
core: collection1
[junit4] 2> 4796273 T20781 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:50797 collection:collection1
shard:shard2
[junit4] 2> 4796274 T20719 oass.SolrDispatchFilter.init
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
[junit4] 2> 4796274 T20719 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 4796276 T20781 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leader_elect/shard2/election
[junit4] 2> 4796295 T20781
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for
shard shard2
[junit4] 2> 4796301 T20747 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 4796304 T20781
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 4796305 T20781
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try
and sync
[junit4] 2> ASYNC NEW_CORE C9468 name=collection1
org.apache.solr.core.SolrCore@1cdc18f url=http://127.0.0.1:50797/collection1
node=127.0.0.1:50797_ C9468_STATE=coll:collection1 core:collection1
props:{core=collection1, base_url=http://127.0.0.1:50797,
node_name=127.0.0.1:50797_, state=down}
[junit4] 2> 4796305 T20781 C9468 P50797 oasc.SyncStrategy.sync Sync
replicas to http://127.0.0.1:50797/collection1/
[junit4] 2> 4796305 T20781 C9468 P50797 oasc.SyncStrategy.syncReplicas
Sync Success - now sync replicas to me
[junit4] 2> 4796305 T20781 C9468 P50797 oasc.SyncStrategy.syncToMe
http://127.0.0.1:50797/collection1/ has no replicas
[junit4] 2> 4796308 T20781
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader:
http://127.0.0.1:50797/collection1/ shard2
[junit4] 2> 4796308 T20781 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leaders/shard2
[junit4] 2> 4796314 T20748 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1"} current state version: 4
[junit4] 2> 4796332 T20747 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 4796339 T20748 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1",
[junit4] 2> "base_url":"http://127.0.0.1:50797",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 4
[junit4] 2> 4796347 T20747 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> 4796349 T20776 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> 4796350 T20759 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> 4796392 T20781 oasc.ZkController.register We are
http://127.0.0.1:50797/collection1/ and leader is
http://127.0.0.1:50797/collection1/
[junit4] 2> 4796392 T20781 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=http://127.0.0.1:50797
[junit4] 2> 4796392 T20781 oasc.ZkController.checkRecovery I am the
leader, no recovery necessary
[junit4] 2> 4796392 T20781 oasc.ZkController.publish publishing
core=collection1 state=active collection=collection1
[junit4] 2> 4796392 T20781 oasc.ZkController.publish numShards not found
on descriptor - reading it from system property
[junit4] 2> 4796398 T20747 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 4796405 T20748 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:50797",
[junit4] 2> "node_name":"127.0.0.1:50797_",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 5
[junit4] 2> 4796409 T20748 oasco.ReplicaMutator.updateState Update state
numShards=3 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:50797",
[junit4] 2> "node_name":"127.0.0.1:50797_",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 4796523 T20747 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> 4796524 T20759 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> 4796524 T20776 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> 4798348 T20719 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
1383913D7A11ABE4-001\shard-2-001\cores\collection1
[junit4] 2> 4798353 T20719 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 2
[junit4] 2> 4798355 T20719 oejs.Server.doStart jetty-9.2.6.v20141205
[junit4] 2> 4798361 T20719 oejsh.ContextHandler.doStart Started
o.e.j.s.ServletContextHandler@394ff4{/,null,AVAILABLE}
[junit4] 2> 4798363 T20719 oejs.AbstractConnector.doStart Started
ServerConnector@fb4a39{HTTP/1.1}{127.0.0.1:50808}
[junit4] 2> 4798365 T20719 oejs.Server.doStart Started @4796523ms
[junit4] 2> 4798366 T20719 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
[junit4] 2> 4798366 T20719 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 4798366 T20719 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.ReplicationFactorTest
1383913D7A11ABE4-001\shard-2-001
[junit4] 2> 4798366 T20719 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
1383913D7A11ABE4-001\shard-2-001\'
[junit4] 2> 4798441 T20719 oasc.SolrXmlConfig.fromFile Loading container
configuration from
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
1383913D7A11ABE4-001\shard-2-001\solr.xml
[junit4] 2> 4798453 T20719 oasc.CorePropertiesLocator.<init>
Config-defined core root directory:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
1383913D7A11ABE4-001\shard-2-001\cores
[junit4] 2> 4798456 T20719 oasc.CoreContainer.<init> New CoreContainer
4405084
[junit4] 2> 4798456 T20719 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.ReplicationFactorTest
1383913D7A11ABE4-001\shard-2-001\]
[junit4] 2> 4798456 T20719 oasc.CoreContainer.load loading shared library:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
1383913D7A11ABE4-001\shard-2-001\lib
[junit4] 2> 4798456 T20719 oasc.SolrResourceLoader.addToClassLoader WARN
Can't find (or read) directory to add to classloader: lib (resolved as:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
1383913D7A11ABE4-001\shard-2-001\lib).
[junit4] 2> 4798473 T20719 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 4798474 T20719 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 4798474 T20719 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 4798475 T20719 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 4798475 T20719 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 4798476 T20719 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 4798476 T20719 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 4798477 T20719 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 4798477 T20719 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 4798477 T20719 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 4798477 T20719 oashc.HttpShardHandlerFactory.getParameter
Setting useRetries to: false
[junit4] 2> 4798477 T20719 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 4798477 T20719 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 4798478 T20719 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 4798478 T20719 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 4798478 T20719 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:50777/solr
[junit4] 2> 4798481 T20719 oasc.ZkController.checkChrootPath zkHost
includes chroot
[junit4] 2> 4798481 T20719
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 4798484 T20719 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 4798486 T20796 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@e2113c name:ZooKeeperConnection
Watcher:127.0.0.1:50777 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 4798486 T20719 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 4798488 T20719 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 4798492 T20719 oascc.ConnectionManager.waitForConnected
Waiting for client to connect to ZooKeeper
[junit4] 2> 4798494 T20799 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1ebc56d name:ZooKeeperConnection
Watcher:127.0.0.1:50777/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 4798495 T20719 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 4798506 T20719
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 4799591 T20719 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50807_
[junit4] 2> 4799592 T20719 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:50807_
[junit4] 2> 4799603 T20719 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 4799608 T20719 oasc.CorePropertiesLocator.discover Looking for
core definitions underneath
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
1383913D7A11ABE4-001\shard-2-001\cores
[junit4] 2> 4799608 T20719 oasc.CorePropertiesLocator.discoverUnder Found
core collection1 in
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
1383913D7A11ABE4-001\shard-2-001\cores\collection1\
[junit4] 2> 4799612 T20719 oasc.CorePropertiesLocator.discover Found 1
core definitions
[junit4] 2> 4799614 T20800 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 4799614 T20800 oasc.ZkController.publish numShards not found
on descriptor - reading it from system property
[junit4] 2> 4799617 T20747 oasc.DistributedQueue$LatchWatcher.process
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
[junit4] 2> 4799618 T20800 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 4799620 T20748 oasc.Overseer$ClusterStateUpdater.run
processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:50807",
[junit4] 2> "node_name":"127.0.0.1:50807_",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 6
[junit4] 2> 4799621 T20748 oasco.ReplicaMutator.updateState Update state
numShards=3 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:50807",
[junit4] 2> "node_name":"127.0.0.1:50807_",
[junit4] 2> "numShards":"3",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 4799621 T20748 oasco.ReplicaMutator.updateState Collection
already exists with numShards=3
[junit4] 2> 4799621 T20748 oasco.ReplicaMutator.updateState Assigning new
node to shard shard=shard3
[junit4] 2> 4799626 T20759 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> 4799627 T20799 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> 4799627 T20776 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> 4799627 T20747 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> 4800756 T20800 oasc.ZkController.waitForShardId waiting to
find shard id in clusterstate for collection1
[junit4] 2> 4800756 T20800 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 4800757 T20800 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 4800757 T20800 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 4800760 T20800 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 4800760 T20800 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
1383913D7A11ABE4-001\shard-2-001\cores\collection1\'
[junit4] 2> 4800793 T20800 oasc.ZkController.watchZKConfDir watch zkdir
/configs/conf1
[junit4] 2> 4800797 T20800 oasc.Config.<init> loaded config solrconfig.xml
with version 0
[junit4] 2> 4800822 T20800 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 4800827 T20800 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 6.0.0
[junit4] 2> 4800844 T20800 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 4800847 T20800 oass.IndexSchema.readSchema Reading Solr Schema
from /configs/conf1/schema.xml
[junit4] 2> 4800877 T20800 oass.IndexSchema.readSchema [collection1]
Schema name=test
[junit4] 2> 4801059 T20800 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 4801071 T20800 oass.IndexSchema.readSchema default search
field in schema is text
[junit4] 2> 4801072 T20800 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 4801097 T20800 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 4801104 T20800 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 4801111 T20800 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 4801115 T20800
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 4801115 T20800
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 4801115 T20800 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 4801119 T20800
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 4801119 T20800
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 4801119 T20800 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 4801119 T20800 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 4801120 T20800 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.ReplicationFactorTest
1383913D7A11ABE4-001\shard-2-001\cores\collection1\,
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
1383913D7A11ABE4-001\tempDir-001/jetty2\
[junit4] 2> 4801120 T20800 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@11293c8
[junit4] 2> 4801123 T20800 oasc.CachingDirectoryFactory.get return new
directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
1383913D7A11ABE4-001\tempDir-001/jetty2\
[junit4] 2> 4801123 T20800 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.ReplicationFactorTest
1383913D7A11ABE4-001\tempDir-001/jetty2\index/
[junit4] 2> 4801123 T20800 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.ReplicationFactorTest
1383913D7A11ABE4-001\tempDir-001\jetty2\index' doesn't exist. Creating new
index...
[junit4] 2> 4801125 T20800 oasc.CachingDirectoryFactory.get return new
directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
1383913D7A11ABE4-001\tempDir-001/jetty2\index
[junit4] 2> 4801126 T20800 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=25, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=29.2529296875,
floorSegmentMB=1.0810546875, forceMergeDeletesPctAllowed=3.4752735934144607,
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.39079538486319143
[junit4] 2> 4801128 T20800 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@15fde53
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@147bb),segFN=segments_1,generation=1}
[junit4] 2> 4801128 T20800 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 4801138 T20800 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 4801139 T20800 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 4801139 T20800 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe"
[junit4] 2> 4801139 T20800 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 4801141 T20800 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"stored_sig"
[junit4] 2> 4801141 T20800 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 4801142 T20800 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 4801144 T20800 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 4801144 T20800 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 4801146 T20800 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 4801147 T20800 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 4801148 T20800 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 4801150 T20800 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 4801152 T20800 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 4801154 T20800 oasc.RequestHandlers.initHandlersFromConfig
created /schema: org.ap
[...truncated too long message...]
rrent, TestHighFrequencyDictionaryFactory, IndexSchemaRuntimeFieldTest,
LeaderElectionIntegrationTest, ExternalFileFieldSortTest, AutoCommitTest,
TestManagedSchemaFieldResource, TestReplicationHandler, SyncSliceTest,
TestZkChroot, TestCSVLoader, IgnoreCommitOptimizeUpdateProcessorFactoryTest,
TestIntervalFaceting, CSVRequestHandlerTest, IndexSchemaTest,
TestSuggestSpellingConverter, TimeZoneUtilsTest, SuggesterWFSTTest,
SSLMigrationTest, TermVectorComponentDistributedTest, RAMDirectoryFactoryTest,
TestPHPSerializedResponseWriter, TestFaceting, TestSchemaSimilarityResource,
RecoveryAfterSoftCommitTest, CoreAdminRequestStatusTest, TestCollectionAPI,
DistributedSpellCheckComponentTest, TestReload, TestCollationFieldDocValues,
TestMiniSolrCloudClusterSSL, SimpleFacetsTest, TestCoreDiscovery,
TestExpandComponent, DistribJoinFromCollectionTest,
CloudExitableDirectoryReaderTest, ResourceLoaderTest, TestWriterPerf,
DistributedQueueTest, OverseerStatusTest, TestExceedMaxTermLength,
TestDocumentBuilder, DistributedMLTComponentTest, TestInitQParser,
DistributedExpandComponentTest, FastVectorHighlighterTest,
BasicDistributedZk2Test, TestIndexingPerformance,
TestManagedSchemaFieldTypeResource, SliceStateTest, TestFastWriter,
TestDocBasedVersionConstraints, MBeansHandlerTest, TestBlendedInfixSuggestions,
UpdateParamsTest, StandardRequestHandlerTest, TestClassNameShortening,
TestCollapseQParserPlugin, TestRandomDVFaceting, DocValuesMultiTest,
ShardRoutingCustomTest, DocumentBuilderTest, TestCodecSupport,
TestManagedSchemaDynamicFieldResource, RemoteQueryErrorTest,
FullSolrCloudDistribCmdsTest, CacheHeaderTest, TestFreeTextSuggestions,
NoCacheHeaderTest, TestSolrQueryParserDefaultOperatorResource,
TestManagedResource, TestSolrJ, TestStandardQParsers,
TestDistributedMissingSort, OutOfBoxZkACLAndCredentialsProvidersTest,
TestSolrConfigHandler, TestReplicationHandlerBackup, TestRealTimeGet,
TestFieldTypeResource, DeleteReplicaTest, TestComplexPhraseQParserPlugin,
SearchHandlerTest, ChaosMonkeyNothingIsSafeTest, SuggesterTest, TestJoin,
TestIndexSearcher, TestFieldTypeCollectionResource, JsonLoaderTest,
SpatialHeatmapFacetsTest, TestDocSet, TestReRankQParserPlugin,
ParsingFieldUpdateProcessorsTest, TestCloudSchemaless, TestLFUCache,
RequestLoggingTest, TestValueSourceCache, CollectionsAPIDistributedZkTest,
DistributedDebugComponentTest, PluginInfoTest, TestBM25SimilarityFactory,
HdfsDirectoryTest, SpellCheckComponentTest, TestRemoteStreaming,
SaslZkACLProviderTest, TestOrdValues, TestShortCircuitedRequests,
TestCoreContainer, HighlighterTest, TestLRUCache, PreAnalyzedFieldTest,
SimpleMLTQParserTest, PathHierarchyTokenizerFactoryTest,
TestLMJelinekMercerSimilarityFactory, LeaderElectionTest,
RegexBoostProcessorTest, QueryEqualityTest, MultiThreadedOCPTest,
TestInfoStreamLogging, TestExactSharedStatsCache,
FieldMutatingUpdateProcessorTest, ResponseHeaderTest,
TestAtomicUpdateErrorCases, DistributedFacetPivotSmallAdvancedTest,
SolrCoreCheckLockOnStartupTest, TestRawResponseWriter, JSONWriterTest,
TestCloudManagedSchema, InfoHandlerTest, SpellingQueryConverterTest,
StatsComponentTest, TestReversedWildcardFilterFactory, SortByFunctionTest,
TestBadConfig, SolrCoreTest, ConnectionManagerTest, ExternalCollectionsTest,
TestSolrQueryParser, TestManagedSchema, OpenCloseCoreStressTest,
TestLMDirichletSimilarityFactory, DocValuesTest, BJQParserTest,
TestStressVersions, TestPivotHelperCode, HdfsSyncSliceTest,
TestBinaryResponseWriter, LukeRequestHandlerTest, TestSortingResponseWriter,
TestCloudPivotFacet, TestMiniSolrCloudCluster, TestPseudoReturnFields,
ZkStateWriterTest, DefaultValueUpdateProcessorTest, SynonymTokenizerTest,
DistributedFacetPivotLargeTest, StatelessScriptUpdateProcessorFactoryTest,
TestDefaultSearchFieldResource, TestLuceneMatchVersion, TestConfigOverlay,
TestCopyFieldCollectionResource, TestSchemaResource, TermsComponentTest,
TestSweetSpotSimilarityFactory, TestSearcherReuse, SolrPluginUtilsTest,
TestRebalanceLeaders, TestSystemIdResolver, DistributedFacetPivotLongTailTest,
TestSearchPerf, NotRequiredUniqueKeyTest, TestIBSimilarityFactory,
AtomicUpdatesTest, CurrencyFieldXmlFileTest, TestFunctionQuery,
TestObjectReleaseTracker, ReturnFieldsTest, TestTolerantSearch,
SimpleCollectionCreateDeleteTest, CursorPagingTest,
TestPostingsSolrHighlighter, TestCollationField, AddBlockUpdateTest,
AssignTest, TestDefaultStatsCache, TestSurroundQueryParser, MultiTermTest,
TestShardHandlerFactory, DisMaxRequestHandlerTest, NumericFieldsTest,
ShowFileRequestHandlerTest, DistribCursorPagingTest,
HdfsBasicDistributedZk2Test, TestClusterStateMutator, FacetPivotSmallTest,
UpdateRequestProcessorFactoryTest, BadIndexSchemaTest,
TestFieldCollectionResource, TestReqParamsAPI, TestRecovery, BufferStoreTest,
TestFuzzyAnalyzedSuggestions, HdfsCollectionsAPIDistributedZkTest,
TestQueryUtils, TestArbitraryIndexDir,
VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZkTest,
RecoveryZkTest, OpenExchangeRatesOrgProviderTest, TestConfig,
TestReplicaProperties, TestDistribDocBasedVersion, TestCSVResponseWriter,
TestFileDictionaryLookup, SuggesterTSTTest, TestDynamicLoading,
TestRandomFaceting, DistributedFacetPivotSmallTest, TestLRUStatsCache,
AsyncMigrateRouteKeyTest, TestFastOutputStream, TestQuerySenderListener,
HdfsChaosMonkeySafeLeaderTest, BasicDistributedZkTest, TestPhraseSuggestions,
ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, OverseerTest,
ShardRoutingTest, BasicZkTest, ClusterStateUpdateTest, ZkSolrClientTest,
ZkCLITest, TestDistributedSearch, TestDistributedGrouping, TestHashPartitioner,
ZkControllerTest, TestStressReorder, HardAutoCommitTest,
DistributedTermsComponentTest, TestRangeQuery, TestSolr4Spatial,
TestGroupingSearch, SolrCmdDistributorTest, QueryElevationComponentTest,
ConvertedLegacyTest, TestSort, TestFiltering, BasicFunctionalityTest,
TestLazyCores, DirectUpdateHandlerTest, OverseerCollectionProcessorTest,
SoftAutoCommitTest, CurrencyFieldOpenExchangeTest,
DistributedQueryElevationComponentTest, SolrIndexSplitterTest,
SimplePostToolTest, AnalysisAfterCoreReloadTest,
SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser,
SpellCheckCollatorTest, SuggesterFSTTest, CoreAdminHandlerTest,
SolrRequestParserTest, TestFoldingMultitermQuery, TestStressLucene, TestTrie,
SpatialFilterTest, PolyFieldTest, WordBreakSolrSpellCheckerTest,
SchemaVersionSpecificBehaviorTest, TestUpdate, TestWordDelimiterFilterFactory,
DirectUpdateHandlerOptimizeTest, DistanceFunctionTest, TestSolrDeletionPolicy1,
SolrInfoMBeanTest, XsltUpdateRequestHandlerTest, DebugComponentTest,
IndexBasedSpellCheckerTest, DirectSolrSpellCheckerTest,
DocumentAnalysisRequestHandlerTest, TestQueryTypes, PrimitiveFieldTypeTest,
TestOmitPositions, FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest,
RequestHandlersTest, TermVectorComponentTest, MoreLikeThisHandlerTest,
RequiredFieldsTest, FieldAnalysisRequestHandlerTest, LoggingHandlerTest,
TestJmxIntegration, QueryParsingTest, TestAnalyzedSuggestions,
UniqFieldsUpdateProcessorFactoryTest, BinaryUpdateRequestHandlerTest,
TestPartialUpdateDeduplication, PingRequestHandlerTest, TestComponentsName,
HighlighterConfigTest, SOLR749Test, AlternateDirectoryTest,
TestSolrIndexConfig, TestQuerySenderNoQuery, CopyFieldTest,
ResponseLogComponentTest, SolrIndexConfigTest, BadComponentTest,
TestStressRecovery, TestMergePolicyConfig, TestSolrDeletionPolicy2, SampleTest,
TestBinaryField, MinimalSchemaTest, TestElisionMultitermQuery,
OutputWriterTest, TestSolrCoreProperties, DirectSolrConnectionTest,
SpellPossibilityIteratorTest, TestCharFilters, TestXIncludeConfig,
EchoParamsTest, TestDFRSimilarityFactory, TestPerFieldSimilarity,
TestDefaultSimilarityFactory, TestJmxMonitoredMap, ScriptEngineTest,
URLClassifyProcessorTest, TestFastLRUCache, DateMathParserTest, PrimUtilsTest,
DateFieldTest, DOMUtilTest, ClusterStateTest, TestUtils, ZkNodePropsTest,
SystemInfoHandlerTest, UUIDFieldTest, FileUtilsTest, CircularListTest,
TestRTGBase, DistributedIntervalFacetingTest, SolrTestCaseJ4Test,
TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, ActionThrottleTest,
AliasIntegrationTest, CollectionsAPIAsyncDistributedZkTest,
CustomCollectionTest, DeleteInactiveReplicaTest, DeleteShardTest,
DistribDocExpirationUpdateProcessorTest, HttpPartitionTest,
LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnCommitTest,
MigrateRouteKeyTest, OverriddenZkACLAndCredentialsProvidersTest,
OverseerRolesTest, ReplicationFactorTest]
[junit4] Completed in 71.40s, 1 test, 1 error <<< FAILURES!
[...truncated 286 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: 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:191:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958:
There were test failures: 467 suites, 1862 tests, 1 error, 56 ignored (30
assumptions)
Total time: 126 minutes 43 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_31 -client
-XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]