Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1884/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC
1 tests failed.
REGRESSION: org.apache.solr.cloud.AliasIntegrationTest.testDistribSearch
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
__randomizedtesting.SeedInfo.seed([58135ECD3C6ADA99:D9F5D0D54B35BAA5]:0)
at
org.apache.solr.client.solrj.impl.CloudSolrServer.requestWithRetryOnStaleState(CloudSolrServer.java:795)
at
org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:660)
at
org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124)
at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116)
at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)
at
org.apache.solr.cloud.AliasIntegrationTest.doTest(AliasIntegrationTest.java:110)
at
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.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:43)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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.HttpSolrServer.executeMethod(HttpSolrServer.java:465)
at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
at
org.apache.solr.client.solrj.impl.LBHttpSolrServer.doRequest(LBHttpSolrServer.java:353)
at
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:312)
at
org.apache.solr.client.solrj.impl.CloudSolrServer$2.call(CloudSolrServer.java:476)
at
org.apache.solr.client.solrj.impl.CloudSolrServer$2.call(CloudSolrServer.java:473)
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 10978 lines...]
[junit4] Suite: org.apache.solr.cloud.AliasIntegrationTest
[junit4] 2> Creating dataDir:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001/init-core-data-001
[junit4] 2> 769920 T1765 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl
(true) and clientAuth (false)
[junit4] 2> 769920 T1765 oas.BaseDistributedSearchTestCase.initHostContext
Setting hostContext system property: /
[junit4] 2> 769924 T1765 oas.SolrTestCaseJ4.setUp ###Starting
testDistribSearch
[junit4] 2> 769926 T1765 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 1> client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 769927 T1766 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 770029 T1765 oasc.ZkTestServer.run start zk server on
port:49601
[junit4] 2> 770029 T1765
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 770030 T1765 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 770036 T1772 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@5a3497b7
name:ZooKeeperConnection Watcher:127.0.0.1:49601 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 770036 T1765 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 770037 T1765 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 770037 T1765 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 770043 T1765
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 770052 T1765 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 770065 T1774 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@60cd84f3
name:ZooKeeperConnection Watcher:127.0.0.1:49601/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 770065 T1765 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 770065 T1765 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 770066 T1765 oascc.SolrZkClient.makePath makePath:
/collections/collection1
[junit4] 2> 770070 T1765 oascc.SolrZkClient.makePath makePath:
/collections/collection1/shards
[junit4] 2> 770074 T1765 oascc.SolrZkClient.makePath makePath:
/collections/control_collection
[junit4] 2> 770078 T1765 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/shards
[junit4] 2> 770084 T1765 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 770084 T1765 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.xml
[junit4] 2> 770090 T1765 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 770091 T1765 oascc.SolrZkClient.makePath makePath:
/configs/conf1/schema.xml
[junit4] 2> 770096 T1765 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 770096 T1765 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 770100 T1765 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 770100 T1765 oascc.SolrZkClient.makePath makePath:
/configs/conf1/stopwords.txt
[junit4] 2> 770105 T1765 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 770106 T1765 oascc.SolrZkClient.makePath makePath:
/configs/conf1/protwords.txt
[junit4] 2> 770110 T1765 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 770110 T1765 oascc.SolrZkClient.makePath makePath:
/configs/conf1/currency.xml
[junit4] 2> 770116 T1765 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 770117 T1765 oascc.SolrZkClient.makePath makePath:
/configs/conf1/enumsConfig.xml
[junit4] 2> 770120 T1765 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 770121 T1765 oascc.SolrZkClient.makePath makePath:
/configs/conf1/open-exchange-rates.json
[junit4] 2> 770125 T1765 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 770125 T1765 oascc.SolrZkClient.makePath makePath:
/configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 770130 T1765 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 770131 T1765 oascc.SolrZkClient.makePath makePath:
/configs/conf1/old_synonyms.txt
[junit4] 2> 770134 T1765 oasc.AbstractZkTestCase.putConfig put
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 770135 T1765 oascc.SolrZkClient.makePath makePath:
/configs/conf1/synonyms.txt
[junit4] 2> 770142 T1765
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 770145 T1765 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 770148 T1776 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@3728ff6d
name:ZooKeeperConnection Watcher:127.0.0.1:49601/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 770148 T1765 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 770148 T1765 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 772017 T1765 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 772037 T1765 oejus.SslContextFactory.doStart Enabled Protocols
[SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1,
TLSv1.1, TLSv1.2]
[junit4] 2> 772063 T1765 oejs.AbstractConnector.doStart Started
[email protected]:49605
[junit4] 2> 772074 T1765 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 772074 T1765 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 772075 T1765 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001/tempDir-002
[junit4] 2> 772075 T1765 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001/tempDir-002/'
[junit4] 2> 772142 T1765 oasc.ConfigSolr.fromFile Loading container
configuration from
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001/tempDir-002/solr.xml
[junit4] 2> 772162 T1765 oasc.CoreContainer.<init> New CoreContainer
1501157661
[junit4] 2> 772164 T1765 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001/tempDir-002/]
[junit4] 2> 772165 T1765 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 772165 T1765 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 772165 T1765 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 772166 T1765 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 772166 T1765 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 772166 T1765 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 772166 T1765 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 772167 T1765 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 772167 T1765 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 772168 T1765 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 772171 T1765 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 772197 T1765 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 772197 T1765 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 772198 T1765 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 772198 T1765 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:49601/solr
[junit4] 2> 772199 T1765 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 772200 T1765
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 772202 T1765 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 772207 T1787 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@13d8072e
name:ZooKeeperConnection Watcher:127.0.0.1:49601 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 772207 T1765 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 772207 T1765 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 772215 T1765 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 772218 T1789 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@326fef8 name:ZooKeeperConnection
Watcher:127.0.0.1:49601/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 772219 T1765 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 772224 T1765 oascc.SolrZkClient.makePath makePath:
/overseer/queue
[junit4] 2> 772235 T1765 oascc.SolrZkClient.makePath makePath:
/overseer/collection-queue-work
[junit4] 2> 772243 T1765 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-running
[junit4] 2> 772251 T1765 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-completed
[junit4] 2> 772258 T1765 oascc.SolrZkClient.makePath makePath:
/overseer/collection-map-failure
[junit4] 2> 772270 T1765 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4] 2> 772276 T1765 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49605_
[junit4] 2> 772278 T1765 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:49605_
[junit4] 2> 772286 T1765 oascc.SolrZkClient.makePath makePath:
/overseer_elect
[junit4] 2> 772293 T1765 oascc.SolrZkClient.makePath makePath:
/overseer_elect/election
[junit4] 2> 772300 T1765 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 772306 T1765 oasc.OverseerElectionContext.runLeaderProcess I
am going to be the leader 127.0.0.1:49605_
[junit4] 2> 772306 T1765 oascc.SolrZkClient.makePath makePath:
/overseer_elect/leader
[junit4] 2> 772315 T1765 oasc.Overseer.start Overseer
(id=92617196100780036-127.0.0.1:49605_-n_0000000000) starting
[junit4] 2> 772330 T1765 oascc.SolrZkClient.makePath makePath:
/overseer/queue-work
[junit4] 2> 772362 T1765 oasc.OverseerAutoReplicaFailoverThread.<init>
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 772364 T1791 oasc.OverseerCollectionProcessor.run Process
current queue of collection creations
[junit4] 2> 772366 T1765 oascc.SolrZkClient.makePath makePath:
/clusterstate.json
[junit4] 2> 772374 T1765 oascc.SolrZkClient.makePath makePath:
/aliases.json
[junit4] 2> 772379 T1765
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 772392 T1790 oasc.Overseer$ClusterStateUpdater.run Starting to
work on the main queue
[junit4] 2> 772397 T1793 oasc.ZkController.publish publishing
core=collection1 state=down collection=control_collection
[junit4] 2> 772398 T1793 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 772400 T1793 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 772400 T1794 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 772408 T1790 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=1 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:49605",
[junit4] 2> "node_name":"127.0.0.1:49605_",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 772409 T1790
oasc.Overseer$ClusterStateUpdater.createCollection Create collection
control_collection with shards [shard1]
[junit4] 2> 772409 T1790
oasc.Overseer$ClusterStateUpdater.createCollection state version
control_collection 1
[junit4] 2> 772409 T1790 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard1
[junit4] 2> 772416 T1794 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> 773401 T1793 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 773402 T1793 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:control_collection
[junit4] 2> 773405 T1793 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 773405 T1793 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 773410 T1793 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 773410 T1793 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001/tempDir-002/collection1/'
[junit4] 2> 773414 T1793 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001/tempDir-002/collection1/lib/.svn/'
to classloader
[junit4] 2> 773414 T1793 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001/tempDir-002/collection1/lib/classes/'
to classloader
[junit4] 2> 773415 T1793 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001/tempDir-002/collection1/lib/README'
to classloader
[junit4] 2> 773465 T1793 oasc.SolrConfig.<init> Using Lucene MatchVersion:
6.0.0
[junit4] 2> 773474 T1793 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 773479 T1793 oass.IndexSchema.readSchema Reading Solr Schema
from schema.xml
[junit4] 2> 773486 T1793 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 773610 T1793 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 773617 T1793 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 773618 T1793 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 773662 T1793 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 773666 T1793 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 773669 T1793 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 773671 T1793
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 773671 T1793
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 773671 T1793 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 773673 T1793
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 773673 T1793
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 773673 T1793 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection control_collection
[junit4] 2> 773673 T1793 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 773677 T1793 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001/tempDir-002/collection1/,
dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001/tempDir-001/control/data/
[junit4] 2> 773677 T1793 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@72256a6f
[junit4] 2> 773678 T1793 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001/tempDir-001/control/data
[junit4] 2> 773682 T1793 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001/tempDir-001/control/data/index/
[junit4] 2> 773682 T1793 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001/tempDir-001/control/data/index'
doesn't exist. Creating new index...
[junit4] 2> 773682 T1793 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001/tempDir-001/control/data/index
[junit4] 2> 773683 T1793 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy:
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=29,
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807,
calibrateSizeByDeletes=true, maxMergeDocs=2147483647,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2853927476382423]
[junit4] 2> 773684 T1793 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-62916d8)),segFN=segments_1,generation=1}
[junit4] 2> 773690 T1793 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 773692 T1793 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 773693 T1793 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 773693 T1793 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 773693 T1793 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 773693 T1793 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 773693 T1793 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 773694 T1793 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 773694 T1793 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 773694 T1793 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 773695 T1793 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 773695 T1793 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 773695 T1793 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 773695 T1793 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 773696 T1793 oasc.RequestHandlers.initHandlersFromConfig
created /get: solr.RealTimeGetHandler
[junit4] 2> 773697 T1793 oasc.RequestHandlers.initHandlersFromConfig
adding lazy requestHandler: solr.ReplicationHandler
[junit4] 2> 773697 T1793 oasc.RequestHandlers.initHandlersFromConfig
created /replication: solr.ReplicationHandler
[junit4] 2> 773697 T1793 oasc.RequestHandlers.initHandlersFromConfig
created /update: solr.UpdateRequestHandler
[junit4] 2> 773698 T1793 oasc.RequestHandlers.initHandlersFromConfig
created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4] 2> 773698 T1793 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 773699 T1793 oasc.RequestHandlers.initHandlersFromConfig
created /admin/fileedit: solr.admin.EditFileRequestHandler
[junit4] 2> 773706 T1793 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 773707 T1793 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 773709 T1793 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 773712 T1793 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 773716 T1793 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 773716 T1793 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 773716 T1793 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=13, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=52.30078125,
floorSegmentMB=1.0244140625, forceMergeDeletesPctAllowed=9.770559814546266,
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5626146202715494
[junit4] 2> 773717 T1793 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-62916d8)),segFN=segments_1,generation=1}
[junit4] 2> 773717 T1793 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 773718 T1793 oass.SolrIndexSearcher.<init> Opening
Searcher@2d12f90d[collection1] main
[junit4] 2> 773718 T1793 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/control_collection
[junit4] 2> 773720 T1793 oascc.ZkStateReader.readConfigName
path=/collections/control_collection configName=conf1 specified config exists
in ZooKeeper
[junit4] 2> 773720 T1793 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 773721 T1793
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 773721 T1793 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 773721 T1793 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 773722 T1793
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 773722 T1793 oasr.ManagedResourceStorage.load Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 773724 T1793 oascc.SolrZkClient.makePath makePath:
/configs/conf1/_rest_managed.json
[junit4] 2> 773728 T1793
oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new
znode /configs/conf1/_rest_managed.json
[junit4] 2> 773728 T1793 oasr.ManagedResourceStorage$JsonStorage.store
Saved JSON object to path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 773728 T1793 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 773733 T1793 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 773735 T1795 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@2d12f90d[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 773736 T1798 oasc.ZkController.register Register replica -
core:collection1 address:https://127.0.0.1:49605 collection:control_collection
shard:shard1
[junit4] 2> 773737 T1765 oass.SolrDispatchFilter.init
user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4] 2> 773737 T1765 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 773741 T1765
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 773749 T1765 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 773754 T1798 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leader_elect/shard1/election
[junit4] 2> 773754 T1800 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@2b84cf52
name:ZooKeeperConnection Watcher:127.0.0.1:49601/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 773755 T1765 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 773756 T1765 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 773757 T1765
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 773766 T1765 oasc.ChaosMonkey.monkeyLog monkey: init - expire
sessions:false cause connection loss:false
[junit4] 2> 773767 T1765 oasc.AbstractFullDistribZkTestBase.createJettys
Creating collection1 with stateFormat=2
[junit4] 2> 773767 T1765
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 773767 T1798 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard1
[junit4] 2> 773769 T1765 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 773773 T1802 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@43f5e088
name:ZooKeeperConnection Watcher:127.0.0.1:49601/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 773773 T1765 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 773773 T1765 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 773782 T1798
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 773783 T1798 oasc.ShardLeaderElectionContext.runLeaderProcess
I may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C237 name=collection1
org.apache.solr.core.SolrCore@2f3814b6 url=https://127.0.0.1:49605/collection1
node=127.0.0.1:49605_ C237_STATE=coll:control_collection core:collection1
props:{core=collection1, base_url=https://127.0.0.1:49605,
node_name=127.0.0.1:49605_, state=down}
[junit4] 2> 773783 T1798 C237 P49605 oasc.SyncStrategy.sync Sync replicas
to https://127.0.0.1:49605/collection1/
[junit4] 2> 773783 T1798 C237 P49605 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 773783 T1798 C237 P49605 oasc.SyncStrategy.syncToMe
https://127.0.0.1:49605/collection1/ has no replicas
[junit4] 2> 773783 T1798 oasc.ShardLeaderElectionContext.runLeaderProcess
I am the new leader: https://127.0.0.1:49605/collection1/ shard1
[junit4] 2> 773784 T1798 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/leaders/shard1
[junit4] 2> 773792 T1794 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 773865 T1790 oasc.Overseer$ClusterStateUpdater.buildCollection
building a new collection: collection1
[junit4] 2> 773865 T1790
oasc.Overseer$ClusterStateUpdater.createCollection Create collection
collection1 with shards [shard1]
[junit4] 2> 773865 T1790
oasc.Overseer$ClusterStateUpdater.createCollection state version collection1 2
[junit4] 2> 773878 T1794 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 773885 T1790 oasc.Overseer$ClusterStateUpdater.updateZkStates
going to create_collection /collections/collection1/state.json
[junit4] 2> 773889 T1794 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> 773889 T1803 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> 773911 T1794 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 774016 T1803 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> 774016 T1794 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> 774049 T1798 oasc.ZkController.register We are
https://127.0.0.1:49605/collection1/ and leader is
https://127.0.0.1:49605/collection1/
[junit4] 2> 774049 T1798 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=https://127.0.0.1:49605
[junit4] 2> 774049 T1798 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 774050 T1798 oasc.ZkController.publish publishing
core=collection1 state=active collection=control_collection
[junit4] 2> 774050 T1798 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 774051 T1794 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 774069 T1790 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=1 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:49605",
[junit4] 2> "node_name":"127.0.0.1:49605_",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 774178 T1803 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> 774180 T1794 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> 775500 T1765 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 1
[junit4] 2> 775501 T1765 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 775509 T1765 oejus.SslContextFactory.doStart Enabled Protocols
[SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1,
TLSv1.1, TLSv1.2]
[junit4] 2> 775510 T1765 oejs.AbstractConnector.doStart Started
[email protected]:49610
[junit4] 2> 775512 T1765 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 775512 T1765 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 775513 T1765 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001/tempDir-003
[junit4] 2> 775513 T1765 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001/tempDir-003/'
[junit4] 2> 775558 T1765 oasc.ConfigSolr.fromFile Loading container
configuration from
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001/tempDir-003/solr.xml
[junit4] 2> 775571 T1765 oasc.CoreContainer.<init> New CoreContainer
501616442
[junit4] 2> 775571 T1765 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001/tempDir-003/]
[junit4] 2> 775572 T1765 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 775572 T1765 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 775572 T1765 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 775573 T1765 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 775574 T1765 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 775574 T1765 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 775574 T1765 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 775575 T1765 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 775575 T1765 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 775575 T1765 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 775577 T1765 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 775579 T1765 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 775579 T1765 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 775579 T1765 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 775579 T1765 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:49601/solr
[junit4] 2> 775580 T1765 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 775581 T1765
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 775583 T1765 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 775587 T1814 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@40075336
name:ZooKeeperConnection Watcher:127.0.0.1:49601 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 775588 T1765 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 775589 T1765 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 775594 T1765 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 775596 T1816 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1b3cf449
name:ZooKeeperConnection Watcher:127.0.0.1:49601/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 775597 T1765 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 775622 T1765
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 776643 T1765 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49610_
[junit4] 2> 776648 T1765 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:49610_
[junit4] 2> 776665 T1765 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 776682 T1818 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 776682 T1818 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 776688 T1794 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 776691 T1818 oasc.ZkController.preRegister Registering watch
for external collection collection1
[junit4] 2> 776691 T1818 oascc.ZkStateReader.addZkWatch addZkWatch
collection1
[junit4] 2> 776693 T1818 oascc.ZkStateReader.addZkWatch Updating
collection state at /collections/collection1/state.json from ZooKeeper...
[junit4] 2> 776696 T1818 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 0
[junit4] 2> 776696 T1818 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 776697 T1790 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=1 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:49610",
[junit4] 2> "node_name":"127.0.0.1:49610_",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 776709 T1790 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=1
[junit4] 2> 776711 T1790 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard1
[junit4] 2> 776729 T1790 oasc.Overseer$ClusterStateUpdater.updateZkStates
going to update_collection /collections/collection1/state.json
[junit4] 2> 776731 T1817 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 776734 T1817 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 1
[junit4] 2> 777698 T1818 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 777698 T1818 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 777701 T1818 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 777701 T1818 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 777707 T1818 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 777708 T1818 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001/tempDir-003/collection1/'
[junit4] 2> 777711 T1818 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001/tempDir-003/collection1/lib/.svn/'
to classloader
[junit4] 2> 777713 T1818 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001/tempDir-003/collection1/lib/classes/'
to classloader
[junit4] 2> 777714 T1818 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001/tempDir-003/collection1/lib/README'
to classloader
[junit4] 2> 777774 T1818 oasc.SolrConfig.<init> Using Lucene MatchVersion:
6.0.0
[junit4] 2> 777788 T1818 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 777793 T1818 oass.IndexSchema.readSchema Reading Solr Schema
from schema.xml
[junit4] 2> 777801 T1818 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 777938 T1818 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 777949 T1818 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 777953 T1818 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 777996 T1818 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 778012 T1818 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 778019 T1818 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 778024 T1818
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 778025 T1818
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 778025 T1818 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 778028 T1818
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 778029 T1818
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 778029 T1818 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 778029 T1818 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 778030 T1818 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001/tempDir-003/collection1/,
dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001/tempDir-001/jetty1/
[junit4] 2> 778030 T1818 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@72256a6f
[junit4] 2> 778031 T1818 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001/tempDir-001/jetty1
[junit4] 2> 778031 T1818 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001/tempDir-001/jetty1/index/
[junit4] 2> 778031 T1818 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001/tempDir-001/jetty1/index'
doesn't exist. Creating new index...
[junit4] 2> 778032 T1818 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001/tempDir-001/jetty1/index
[junit4] 2> 778033 T1818 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy:
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=29,
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807,
calibrateSizeByDeletes=true, maxMergeDocs=2147483647,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2853927476382423]
[junit4] 2> 778034 T1818 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-cea5b5b)),segFN=segments_1,generation=1}
[junit4] 2> 778034 T1818 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 778043 T1818 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 778043 T1818 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 778043 T1818 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 778044 T1818 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 778044 T1818 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 778044 T1818 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 778044 T1818 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 778045 T1818 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 778045 T1818 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 778048 T1818 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 778049 T1818 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 778051 T1818 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 778053 T1818 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 778054 T1818 oasc.RequestHandlers.initHandlersFromConfig
created /get: solr.RealTimeGetHandler
[junit4] 2> 778054 T1818 oasc.RequestHandlers.initHandlersFromConfig
adding lazy requestHandler: solr.ReplicationHandler
[junit4] 2> 778055 T1818 oasc.RequestHandlers.initHandlersFromConfig
created /replication: solr.ReplicationHandler
[junit4] 2> 778056 T1818 oasc.RequestHandlers.initHandlersFromConfig
created /update: solr.UpdateRequestHandler
[junit4] 2> 778057 T1818 oasc.RequestHandlers.initHandlersFromConfig
created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4] 2> 778058 T1818 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 778059 T1818 oasc.RequestHandlers.initHandlersFromConfig
created /admin/fileedit: solr.admin.EditFileRequestHandler
[junit4] 2> 778066 T1818 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 778068 T1818 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 778070 T1818 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 778073 T1818 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 778079 T1818 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 778080 T1818 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 778081 T1818 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=13, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=52.30078125,
floorSegmentMB=1.0244140625, forceMergeDeletesPctAllowed=9.770559814546266,
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5626146202715494
[junit4] 2> 778082 T1818 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-cea5b5b)),segFN=segments_1,generation=1}
[junit4] 2> 778087 T1818 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 778088 T1818 oass.SolrIndexSearcher.<init> Opening
Searcher@5d4562a8[collection1] main
[junit4] 2> 778088 T1818 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 778091 T1818 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 778091 T1818 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 778092 T1818
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 778095 T1818 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 778095 T1818 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 778099 T1818
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes
from znode /configs/conf1/_rest_managed.json
[junit4] 2> 778099 T1818 oasr.ManagedResourceStorage.load Loaded
LinkedHashMap at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 778100 T1818 oasr.ManagedResource.reloadFromStorage Loaded
initArgs {} for /rest/managed
[junit4] 2> 778101 T1818 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 778107 T1819 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@5d4562a8[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 778109 T1818 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 778114 T1822 oasc.ZkController.register Register replica -
core:collection1 address:https://127.0.0.1:49610 collection:collection1
shard:shard1
[junit4] 2> 778122 T1765 oass.SolrDispatchFilter.init
user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4] 2> 778123 T1765 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 778134 T1822 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leader_elect/shard1/election
[junit4] 2> 778220 T1822 oasc.ShardLeaderElectionContext.runLeaderProcess
Running the leader process for shard shard1
[junit4] 2> 778224 T1794 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 778228 T1822
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found
to continue.
[junit4] 2> 778228 T1822 oasc.ShardLeaderElectionContext.runLeaderProcess
I may be the new leader - try and sync
[junit4] 2> ASYNC NEW_CORE C238 name=collection1
org.apache.solr.core.SolrCore@763fa097 url=https://127.0.0.1:49610/collection1
node=127.0.0.1:49610_ C238_STATE=coll:collection1 core:collection1
props:{core=collection1, base_url=https://127.0.0.1:49610,
node_name=127.0.0.1:49610_, state=down}
[junit4] 2> 778228 T1822 C238 P49610 oasc.SyncStrategy.sync Sync replicas
to https://127.0.0.1:49610/collection1/
[junit4] 2> 778228 T1822 C238 P49610 oasc.SyncStrategy.syncReplicas Sync
Success - now sync replicas to me
[junit4] 2> 778229 T1822 C238 P49610 oasc.SyncStrategy.syncToMe
https://127.0.0.1:49610/collection1/ has no replicas
[junit4] 2> 778229 T1822 oasc.ShardLeaderElectionContext.runLeaderProcess
I am the new leader: https://127.0.0.1:49610/collection1/ shard1
[junit4] 2> 778229 T1822 oascc.SolrZkClient.makePath makePath:
/collections/collection1/leaders/shard1
[junit4] 2> 778260 T1790 oasc.Overseer$ClusterStateUpdater.updateZkStates
going to update_collection /collections/collection1/state.json
[junit4] 2> 778263 T1817 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 778267 T1817 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 2
[junit4] 2> 778288 T1794 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 778290 T1790 oasc.Overseer$ClusterStateUpdater.updateZkStates
going to update_collection /collections/collection1/state.json
[junit4] 2> 778292 T1817 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 778296 T1817 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 3
[junit4] 2> 778310 T1822 oasc.ZkController.register We are
https://127.0.0.1:49610/collection1/ and leader is
https://127.0.0.1:49610/collection1/
[junit4] 2> 778310 T1822 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=https://127.0.0.1:49610
[junit4] 2> 778310 T1822 oasc.ZkController.checkRecovery I am the leader,
no recovery necessary
[junit4] 2> 778310 T1822 oasc.ZkController.publish publishing
core=collection1 state=active collection=collection1
[junit4] 2> 778311 T1822 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 778329 T1794 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 778356 T1790 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=1 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:49610",
[junit4] 2> "node_name":"127.0.0.1:49610_",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 778362 T1822 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 3
[junit4] 2> 778385 T1790 oasc.Overseer$ClusterStateUpdater.updateZkStates
going to update_collection /collections/collection1/state.json
[junit4] 2> 778391 T1817 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 778396 T1817 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 4
[junit4] 2> 780223 T1765 oasc.AbstractFullDistribZkTestBase.createJettys
create jetty 2
[junit4] 2> 780225 T1765 oejs.Server.doStart jetty-8.1.10.v20130312
[junit4] 2> 780252 T1765 oejus.SslContextFactory.doStart Enabled Protocols
[SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1,
TLSv1.1, TLSv1.2]
[junit4] 2> 780253 T1765 oejs.AbstractConnector.doStart Started
[email protected]:49613
[junit4] 2> 780255 T1765 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()
[junit4] 2> 780256 T1765 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 780256 T1765 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001/tempDir-004
[junit4] 2> 780257 T1765 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001/tempDir-004/'
[junit4] 2> 780326 T1765 oasc.ConfigSolr.fromFile Loading container
configuration from
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001/tempDir-004/solr.xml
[junit4] 2> 780349 T1765 oasc.CoreContainer.<init> New CoreContainer
1561523573
[junit4] 2> 780350 T1765 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001/tempDir-004/]
[junit4] 2> 780351 T1765 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 90000
[junit4] 2> 780352 T1765 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to:
[junit4] 2> 780353 T1765 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 15000
[junit4] 2> 780353 T1765 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 780354 T1765 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 780355 T1765 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 780355 T1765 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 780355 T1765 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 780355 T1765 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 780356 T1765 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 780358 T1765 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=false
[junit4] 2> 780361 T1765 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 780361 T1765 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 780362 T1765 oasc.CoreContainer.load Host Name: 127.0.0.1
[junit4] 2> 780362 T1765 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:49601/solr
[junit4] 2> 780362 T1765 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 780363 T1765
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 780365 T1765 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 780377 T1833 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@51509e79
name:ZooKeeperConnection Watcher:127.0.0.1:49601 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 780378 T1765 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 780378 T1765 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 780386 T1765 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 780400 T1835 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@7e0422ae
name:ZooKeeperConnection Watcher:127.0.0.1:49601/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 780400 T1765 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 780422 T1765
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 781454 T1765 oasc.ZkController.createEphemeralLiveNode
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49613_
[junit4] 2> 781458 T1765 oascc.SolrZkClient.makePath makePath:
/live_nodes/127.0.0.1:49613_
[junit4] 2> 781480 T1765 oasc.Overseer.close Overseer (id=null) closing
[junit4] 2> 781512 T1837 oasc.ZkController.publish publishing
core=collection1 state=down collection=collection1
[junit4] 2> 781512 T1837 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 781520 T1794 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 781522 T1837 oasc.ZkController.preRegister Registering watch
for external collection collection1
[junit4] 2> 781522 T1837 oascc.ZkStateReader.addZkWatch addZkWatch
collection1
[junit4] 2> 781524 T1837 oascc.ZkStateReader.addZkWatch Updating
collection state at /collections/collection1/state.json from ZooKeeper...
[junit4] 2> 781527 T1837 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 4
[junit4] 2> 781528 T1837 oasc.ZkController.waitForCoreNodeName look for
our core node name
[junit4] 2> 781530 T1790 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=1 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:49613",
[junit4] 2> "node_name":"127.0.0.1:49613_",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 781542 T1790 oasc.Overseer$ClusterStateUpdater.updateState
Collection already exists with numShards=1
[junit4] 2> 781545 T1790 oasc.Overseer$ClusterStateUpdater.updateState
Assigning new node to shard shard=shard1
[junit4] 2> 781574 T1790 oasc.Overseer$ClusterStateUpdater.updateZkStates
going to update_collection /collections/collection1/state.json
[junit4] 2> 781576 T1817 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 781577 T1836 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 781579 T1817 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 5
[junit4] 2> 781580 T1836 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 5
[junit4] 2> 782531 T1837 oasc.ZkController.waitForShardId waiting to find
shard id in clusterstate for collection1
[junit4] 2> 782531 T1837 oasc.ZkController.createCollectionZkNode Check
for collection zkNode:collection1
[junit4] 2> 782534 T1837 oasc.ZkController.createCollectionZkNode
Collection zkNode exists
[junit4] 2> 782535 T1837 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 782540 T1837 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 782540 T1837 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001/tempDir-004/collection1/'
[junit4] 2> 782541 T1837 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001/tempDir-004/collection1/lib/.svn/'
to classloader
[junit4] 2> 782542 T1837 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001/tempDir-004/collection1/lib/classes/'
to classloader
[junit4] 2> 782542 T1837 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001/tempDir-004/collection1/lib/README'
to classloader
[junit4] 2> 782595 T1837 oasc.SolrConfig.<init> Using Lucene MatchVersion:
6.0.0
[junit4] 2> 782609 T1837 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 782613 T1837 oass.IndexSchema.readSchema Reading Solr Schema
from schema.xml
[junit4] 2> 782618 T1837 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 782741 T1837 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 782749 T1837 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 782749 T1837 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 782791 T1837 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 782795 T1837 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 782800 T1837 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 782802 T1837
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 782803 T1837
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 782803 T1837 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 782805 T1837
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 782805 T1837
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 782805 T1837 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from collection collection1
[junit4] 2> 782805 T1837 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 782806 T1837 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001/tempDir-004/collection1/,
dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001/tempDir-001/jetty2/
[junit4] 2> 782806 T1837 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@72256a6f
[junit4] 2> 782806 T1837 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001/tempDir-001/jetty2
[junit4] 2> 782807 T1837 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001/tempDir-001/jetty2/index/
[junit4] 2> 782808 T1837 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001/tempDir-001/jetty2/index'
doesn't exist. Creating new index...
[junit4] 2> 782808 T1837 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001/tempDir-001/jetty2/index
[junit4] 2> 782808 T1837 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy:
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=29,
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807,
calibrateSizeByDeletes=true, maxMergeDocs=2147483647,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2853927476382423]
[junit4] 2> 782809 T1837 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-9725b8b)),segFN=segments_1,generation=1}
[junit4] 2> 782809 T1837 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 782813 T1837 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 782814 T1837 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 782814 T1837 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 782814 T1837 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 782815 T1837 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 782815 T1837 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 782815 T1837 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 782816 T1837 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 782816 T1837 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 782816 T1837 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 782817 T1837 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 782817 T1837 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 782818 T1837 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 782819 T1837 oasc.RequestHandlers.initHandlersFromConfig
created /get: solr.RealTimeGetHandler
[junit4] 2> 782819 T1837 oasc.RequestHandlers.initHandlersFromConfig
adding lazy requestHandler: solr.ReplicationHandler
[junit4] 2> 782819 T1837 oasc.RequestHandlers.initHandlersFromConfig
created /replication: solr.ReplicationHandler
[junit4] 2> 782819 T1837 oasc.RequestHandlers.initHandlersFromConfig
created /update: solr.UpdateRequestHandler
[junit4] 2> 782819 T1837 oasc.RequestHandlers.initHandlersFromConfig
created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4] 2> 782820 T1837 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 782821 T1837 oasc.RequestHandlers.initHandlersFromConfig
created /admin/fileedit: solr.admin.EditFileRequestHandler
[junit4] 2> 782830 T1837 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 782831 T1837 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 782833 T1837 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 782835 T1837 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 782840 T1837 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 782840 T1837 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 782848 T1837 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=13, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=52.30078125,
floorSegmentMB=1.0244140625, forceMergeDeletesPctAllowed=9.770559814546266,
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5626146202715494
[junit4] 2> 782850 T1837 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-9725b8b)),segFN=segments_1,generation=1}
[junit4] 2> 782850 T1837 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 782851 T1837 oass.SolrIndexSearcher.<init> Opening
Searcher@54ee823a[collection1] main
[junit4] 2> 782852 T1837 oascc.ZkStateReader.readConfigName Load
collection config from:/collections/collection1
[junit4] 2> 782855 T1837 oascc.ZkStateReader.readConfigName
path=/collections/collection1 configName=conf1 specified config exists in
ZooKeeper
[junit4] 2> 782855 T1837 oasr.ManagedResourceStorage.newStorageIO Setting
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 782856 T1837
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 782856 T1837 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 782856 T1837 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 782858 T1837
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes
from znode /configs/conf1/_rest_managed.json
[junit4] 2> 782858 T1837 oasr.ManagedResourceStorage.load Loaded
LinkedHashMap at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 782859 T1837 oasr.ManagedResource.reloadFromStorage Loaded
initArgs {} for /rest/managed
[junit4] 2> 782859 T1837 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 782864 T1837 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 782867 T1838 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@54ee823a[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 782887 T1841 oasc.ZkController.register Register replica -
core:collection1 address:https://127.0.0.1:49613 collection:collection1
shard:shard1
[junit4] 2> 782888 T1765 oass.SolrDispatchFilter.init
user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4] 2> 782889 T1765 oass.SolrDispatchFilter.init
SolrDispatchFilter.init() done
[junit4] 2> 782900 T1841 oasc.ZkController.register We are
https://127.0.0.1:49613/collection1/ and leader is
https://127.0.0.1:49610/collection1/
[junit4] 2> 782901 T1841 oasc.ZkController.register No LogReplay needed
for core=collection1 baseURL=https://127.0.0.1:49613
[junit4] 2> 782901 T1841 oasc.ZkController.checkRecovery Core needs to
recover:collection1
[junit4] 2> 782901 T1841 oasu.DefaultSolrCoreState.doRecovery Running
recovery - first canceling any ongoing recovery
[junit4] 2> ASYNC NEW_CORE C239 name=collection1
org.apache.solr.core.SolrCore@348efff3 url=https://127.0.0.1:49613/collection1
node=127.0.0.1:49613_ C239_STATE=coll:collection1 core:collection1
props:{core=collection1, base_url=https://127.0.0.1:49613,
node_name=127.0.0.1:49613_, state=down}
[junit4] 2> 782903 T1842 C239 P49613 oasc.RecoveryStrategy.run Starting
recovery process. core=collection1 recoveringAfterStartup=true
[junit4] 2> 782904 T1842 C239 P49613 oasc.RecoveryStrategy.doRecovery
###### startupVersions=[]
[junit4] 2> 782904 T1842 C239 P49613 oasc.RecoveryStrategy.doRecovery
Publishing state of core collection1 as recovering, leader is
https://127.0.0.1:49610/collection1/ and I am
https://127.0.0.1:49613/collection1/
[junit4] 2> 782905 T1842 C239 P49613 oasc.ZkController.publish publishing
core=collection1 state=recovering collection=collection1
[junit4] 2> 782905 T1842 C239 P49613 oasc.ZkController.publish numShards
not found on descriptor - reading it from system property
[junit4] 2> 782913 T1794 oasc.DistributedQueue$LatchChildWatcher.process
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type
NodeChildrenChanged
[junit4] 2> 782919 T1842 C239 P49613
oasc.RecoveryStrategy.sendPrepRecoveryCmd Sending prep recovery command to
https://127.0.0.1:49610; WaitForState:
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1%3A49613_&coreNodeName=core_node2&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true
[junit4] 2> 782927 T1790 oasc.Overseer$ClusterStateUpdater.updateState
Update state numShards=1 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "core_node_name":"core_node2",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:49613",
[junit4] 2> "node_name":"127.0.0.1:49613_",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"recovering",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 782955 T1841 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 5
[junit4] 2> 782959 T1790 oasc.Overseer$ClusterStateUpdater.updateZkStates
going to update_collection /collections/collection1/state.json
[junit4] 2> 782978 T1836 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 782984 T1817 oascc.ZkStateReader$7.process A cluster state
change: WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json, has occurred - updating...
[junit4] 2> 782984 T1809 oasha.CoreAdminHandler.handleWaitForStateAction
Going to wait for coreNodeName: core_node2, state: recovering, checkLive: true,
onlyIfLeader: true, onlyIfLeaderActive: true
[junit4] 2> 782985 T1817 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 6
[junit4] 2> 782988 T1836 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 6
[junit4] 2> 782996 T1809 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 6
[junit4] 2> 782997 T1809 oasha.CoreAdminHandler.handleWaitForStateAction
Will wait a max of 183 seconds to see collection1 (shard1 of collection1) have
state: recovering
[junit4] 2> 782997 T1809 oasha.CoreAdminHandler.handleWaitForStateAction
In WaitForState(recovering): collection=collection1, shard=shard1,
thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true,
live=true, checkLive=true, currentState=recovering, localState=active,
nodeName=127.0.0.1:49613_, coreNodeName=core_node2,
onlyIfActiveCheckResult=false, nodeProps:
core_node2:{"core":"collection1","base_url":"https://127.0.0.1:49613","node_name":"127.0.0.1:49613_","state":"recovering"}
[junit4] 2> 782998 T1809 oasha.CoreAdminHandler.handleWaitForStateAction
Waited coreNodeName: core_node2, state: recovering, checkLive: true,
onlyIfLeader: true for: 0 seconds.
[junit4] 2> 782998 T1809 oass.SolrDispatchFilter.handleAdminRequest
[admin] webapp=null path=/admin/cores
params={nodeName=127.0.0.1:49613_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_no
[...truncated too long message...]
lica1/data/index
[junit4] 2> 1024831 T1937 oascc.ZkStateReader.updateWatchedCollection
Updating data for collection1 to ver 23
[junit4] 2> 1024832 T1765 oasc.Overseer.close Overseer
(id=92617196100780046-127.0.0.1:49623_-n_0000000004) closing
[junit4] 2> 1024833 T1937 oasc.Overseer$ClusterStateUpdater.run ERROR
Exception in Overseer main queue loop org.apache.solr.common.SolrException:
Could not load collection from ZK:collection2
[junit4] 2> at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:775)
[junit4] 2> at
org.apache.solr.common.cloud.ZkStateReader.updateClusterState(ZkStateReader.java:521)
[junit4] 2> at
org.apache.solr.common.cloud.ZkStateReader.updateClusterState(ZkStateReader.java:254)
[junit4] 2> at
org.apache.solr.cloud.Overseer$ClusterStateUpdater.run(Overseer.java:288)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> Caused by: java.lang.InterruptedException
[junit4] 2> at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:68)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:344)
[junit4] 2> at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:762)
[junit4] 2> ... 4 more
[junit4] 2>
[junit4] 2> 1024833 T1937 oasc.Overseer$ClusterStateUpdater.run Overseer
Loop exiting : 127.0.0.1:49623_
[junit4] 2> 1024835 T1936 oascc.ZkStateReader$3.process WARN ZooKeeper
watch triggered, but Solr cannot talk to ZK
[junit4] 2> 1024851 T1765 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/,null}
[junit4] 2> 1029840 T1765 oas.SolrTestCaseJ4.tearDown ###Ending
testDistribSearch
[junit4] 2> 1029843 T1765 oasc.ZkTestServer.send4LetterWord connecting to
127.0.0.1:49601 49601
[junit4] 2> 1029853 T1766 oasc.ZkTestServer.send4LetterWord connecting to
127.0.0.1:49601 49601
[junit4] 2> 1029998 T1766 oasc.ZkTestServer$ZKServerMain.runFromConfig
WARN Watch limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 7 /solr/aliases.json
[junit4] 2> 7 /solr/clusterstate.json
[junit4] 2> 4 /solr/collections/collection1/state.json
[junit4] 2> 2 /solr/collections/collection2/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 7 /solr/live_nodes
[junit4] 2> 5 /solr/overseer/collection-queue-work
[junit4] 2> 3 /solr/overseer/queue
[junit4] 2>
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=AliasIntegrationTest -Dtests.method=testDistribSearch
-Dtests.seed=58135ECD3C6ADA99 -Dtests.slow=true -Dtests.locale=es_CU
-Dtests.timezone=Asia/Kuching -Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 260s | AliasIntegrationTest.testDistribSearch <<<
[junit4] > Throwable #1:
org.apache.solr.client.solrj.SolrServerException:
org.apache.http.NoHttpResponseException: The target server failed to respond
[junit4] > at
__randomizedtesting.SeedInfo.seed([58135ECD3C6ADA99:D9F5D0D54B35BAA5]:0)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrServer.requestWithRetryOnStaleState(CloudSolrServer.java:795)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:660)
[junit4] > at
org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124)
[junit4] > at
org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116)
[junit4] > at
org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)
[junit4] > at
org.apache.solr.cloud.AliasIntegrationTest.doTest(AliasIntegrationTest.java:110)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > Caused by: org.apache.http.NoHttpResponseException: The target
server failed to respond
[junit4] > at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
[junit4] > at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
[junit4] > at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
[junit4] > at
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
[junit4] > at
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
[junit4] > at
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
[junit4] > at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
[junit4] > at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
[junit4] > at
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
[junit4] > at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
[junit4] > at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
[junit4] > at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:465)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrServer.doRequest(LBHttpSolrServer.java:353)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:312)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrServer$2.call(CloudSolrServer.java:476)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrServer$2.call(CloudSolrServer.java:473)
[junit4] > at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] > ... 1 more
[junit4] 2> 1030021 T1765 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest-58135ECD3C6ADA99-001
[junit4] 2> 260112 T1764 ccr.ThreadLeakControl.checkThreadLeaks WARNING
Will linger awaiting termination of 1 leaked thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene50),
sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=es_CU,
timezone=Asia/Kuching
[junit4] 2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_20
(64-bit)/cpus=2,threads=1,free=97754776,total=332922880
[junit4] 2> NOTE: All tests run in this JVM: [StatsComponentTest,
TestShortCircuitedRequests, TestOverriddenPrefixQueryForCustomFieldType,
NoCacheHeaderTest, ExternalCollectionsTest, TestManagedSchemaFieldResource,
TestFileDictionaryLookup, WordBreakSolrSpellCheckerTest, TestSolrJ,
CoreContainerCoreInitFailuresTest, FieldAnalysisRequestHandlerTest,
SuggesterTSTTest, BlockDirectoryTest, SimplePostToolTest,
DistributedSpellCheckComponentTest, TestModifyConfFiles,
TestManagedSynonymFilterFactory, TestCollectionAPI,
DirectUpdateHandlerOptimizeTest, DeleteInactiveReplicaTest, TestIndexSearcher,
HdfsWriteToMultipleCollectionsTest, TestQueryUtils, TestInitParams, ZkCLITest,
TestSchemaVersionResource, SSLMigrationTest, TestReplicationHandlerBackup,
TestSimpleQParserPlugin, SuggesterWFSTTest, AnalysisAfterCoreReloadTest,
HdfsChaosMonkeySafeLeaderTest, DeleteReplicaTest,
DistributedQueryComponentOptimizationTest, TestStressVersions, BJQParserTest,
TestMiniSolrCloudCluster, TestRealTimeGet, IndexBasedSpellCheckerTest,
PreAnalyzedFieldTest, AliasIntegrationTest]
[junit4] Completed in 260.40s, 1 test, 1 error <<< FAILURES!
[...truncated 1238 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:524: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:472: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:61: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:39: The
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:189: The
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:496:
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1359:
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:961:
There were test failures: 437 suites, 1784 tests, 1 error, 48 ignored (20
assumptions)
Total time: 164 minutes 1 second
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0
-XX:-UseCompressedOops -XX:+UseParallelGC
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]