Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/12789/
Java: 32bit/jdk1.9.0-ea-b60 -client -XX:+UseConcMarkSweepGC
2 tests failed.
FAILED: org.apache.solr.cloud.CdcrReplicationDistributedZkTest.doTest
Error Message:
Number of tlogs on replica: 56 is superior to: 50.
Stack Trace:
java.lang.AssertionError: Number of tlogs on replica: 56 is superior to: 50.
at
__randomizedtesting.SeedInfo.seed([4E6DD1A4558C8691:E929690038379528]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.cloud.BaseCdcrDistributedZkTest.assertUpdateLogs(BaseCdcrDistributedZkTest.java:720)
at
org.apache.solr.cloud.CdcrReplicationDistributedZkTest.doTestUpdateLogSynchronisation(CdcrReplicationDistributedZkTest.java:372)
at
org.apache.solr.cloud.CdcrReplicationDistributedZkTest.doTest(CdcrReplicationDistributedZkTest.java:46)
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:502)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
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:845)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
FAILED: org.apache.solr.cloud.CdcrReplicationHandlerTest.doTest
Error Message:
Slave's tlog file size differs for version 1501955248603791360 expected:<786>
but was:<0>
Stack Trace:
java.lang.AssertionError: Slave's tlog file size differs for version
1501955248603791360 expected:<786> but was:<0>
at
__randomizedtesting.SeedInfo.seed([4E6DD1A4558C8691:E929690038379528]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at
org.apache.solr.cloud.CdcrReplicationHandlerTest.assertUpdateLogs(CdcrReplicationHandlerTest.java:227)
at
org.apache.solr.cloud.CdcrReplicationHandlerTest.doTestPartialReplication(CdcrReplicationHandlerTest.java:112)
at
org.apache.solr.cloud.CdcrReplicationHandlerTest.doTest(CdcrReplicationHandlerTest.java:51)
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:502)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
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:845)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Build Log:
[...truncated 9864 lines...]
[junit4] Suite: org.apache.solr.cloud.CdcrReplicationHandlerTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationHandlerTest
4E6DD1A4558C8691-001/init-core-data-001
[junit4] 2> 568122 T3139 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl
(false) and clientAuth (true)
[junit4] 2> 568122 T3139 oas.BaseDistributedSearchTestCase.initHostContext
Setting hostContext system property: /u/li
[junit4] 2> 568124 T3139 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4] 2> 568125 T3140 oasc.ZkTestServer$2$1.setClientPort client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 568125 T3140 oasc.ZkTestServer$ZKServerMain.runFromConfig
Starting server
[junit4] 2> 568225 T3139 oasc.ZkTestServer.run start zk server on
port:46936
[junit4] 2> 568225 T3139
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 568226 T3139 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 568228 T3147 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1165104 name:ZooKeeperConnection
Watcher:127.0.0.1:46936 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 568229 T3139 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 568229 T3139 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 568229 T3139 oascc.SolrZkClient.makePath makePath: /solr
[junit4] 2> 568231 T3139
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 568232 T3139 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 568233 T3150 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@17737fe name:ZooKeeperConnection
Watcher:127.0.0.1:46936/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 568233 T3139 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 568234 T3139 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 568234 T3139 oascc.SolrZkClient.makePath makePath:
/collections/collection1
[junit4] 2> 568236 T3139 oascc.SolrZkClient.makePath makePath:
/collections/collection1/shards
[junit4] 2> 568237 T3139 oascc.SolrZkClient.makePath makePath:
/collections/control_collection
[junit4] 2> 568239 T3139 oascc.SolrZkClient.makePath makePath:
/collections/control_collection/shards
[junit4] 2> 568240 T3139 oasc.AbstractZkTestCase.putConfig put
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-cdcr.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 568240 T3139 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.xml
[junit4] 2> 568243 T3139 oasc.AbstractZkTestCase.putConfig put
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml
to /configs/conf1/schema.xml
[junit4] 2> 568243 T3139 oascc.SolrZkClient.makePath makePath:
/configs/conf1/schema.xml
[junit4] 2> 568245 T3139 oasc.AbstractZkTestCase.putConfig put
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 568245 T3139 oascc.SolrZkClient.makePath makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 568246 T3139 oasc.AbstractZkTestCase.putConfig put
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 568247 T3139 oascc.SolrZkClient.makePath makePath:
/configs/conf1/stopwords.txt
[junit4] 2> 568248 T3139 oasc.AbstractZkTestCase.putConfig put
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 568248 T3139 oascc.SolrZkClient.makePath makePath:
/configs/conf1/protwords.txt
[junit4] 2> 568250 T3139 oasc.AbstractZkTestCase.putConfig put
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 568250 T3139 oascc.SolrZkClient.makePath makePath:
/configs/conf1/currency.xml
[junit4] 2> 568251 T3139 oasc.AbstractZkTestCase.putConfig put
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 568252 T3139 oascc.SolrZkClient.makePath makePath:
/configs/conf1/enumsConfig.xml
[junit4] 2> 568253 T3139 oasc.AbstractZkTestCase.putConfig put
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 568253 T3139 oascc.SolrZkClient.makePath makePath:
/configs/conf1/open-exchange-rates.json
[junit4] 2> 568255 T3139 oasc.AbstractZkTestCase.putConfig put
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 568255 T3139 oascc.SolrZkClient.makePath makePath:
/configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 568256 T3139 oasc.AbstractZkTestCase.putConfig put
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 568257 T3139 oascc.SolrZkClient.makePath makePath:
/configs/conf1/old_synonyms.txt
[junit4] 2> 568258 T3139 oasc.AbstractZkTestCase.putConfig put
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 568258 T3139 oascc.SolrZkClient.makePath makePath:
/configs/conf1/synonyms.txt
[junit4] 2> 568260 T3139 oas.SolrTestCaseJ4.setUp ###Starting doTest
[junit4] 2> 568362 T3139 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationHandlerTest
4E6DD1A4558C8691-001/jetty-001/cores/collection1
[junit4] 2> 568364 T3139 oejs.Server.doStart jetty-9.2.10.v20150310
[junit4] 2> 568365 T3139 oejsh.ContextHandler.doStart Started
o.e.j.s.ServletContextHandler@2ea4ea{/u/li,null,AVAILABLE}
[junit4] 2> 568369 T3139 oejs.AbstractConnector.doStart Started
ServerConnector@19d45e4{HTTP/1.1}{127.0.0.1:59642}
[junit4] 2> 568369 T3139 oejs.Server.doStart Started @569176ms
[junit4] 2> 568369 T3139 oascse.JettySolrRunner$1.lifeCycleStarted Jetty
properties: {shards=shard1, hostContext=/u/li, hostPort=59642,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationHandlerTest
4E6DD1A4558C8691-001/jetty-001/cores}
[junit4] 2> 568370 T3139 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@18e5cde
[junit4] 2> 568370 T3139 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationHandlerTest
4E6DD1A4558C8691-001/jetty-001/'
[junit4] 2> 568384 T3139 oasc.SolrXmlConfig.fromFile Loading container
configuration from
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationHandlerTest
4E6DD1A4558C8691-001/jetty-001/solr.xml
[junit4] 2> 568388 T3139 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationHandlerTest
4E6DD1A4558C8691-001/jetty-001/cores
[junit4] 2> 568389 T3139 oasc.CoreContainer.<init> New CoreContainer
28760258
[junit4] 2> 568389 T3139 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationHandlerTest
4E6DD1A4558C8691-001/jetty-001/]
[junit4] 2> 568389 T3139 oasc.CoreContainer.load loading shared library:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationHandlerTest
4E6DD1A4558C8691-001/jetty-001/lib
[junit4] 2> 568390 T3139 oasc.SolrResourceLoader.addToClassLoader WARN
Can't find (or read) directory to add to classloader: lib (resolved as:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationHandlerTest
4E6DD1A4558C8691-001/jetty-001/lib).
[junit4] 2> 568395 T3139 oashc.HttpShardHandlerFactory.init created with
socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost :
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize :
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy :
false,useRetries : false,
[junit4] 2> 568396 T3139 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 568397 T3139 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 568397 T3139 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 568397 T3139 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 568397 T3139 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:46936/solr
[junit4] 2> 568398 T3139 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 568398 T3139
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 568398 T3139 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 568400 T3164 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@d1cf27 name:ZooKeeperConnection
Watcher:127.0.0.1:46936 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 568400 T3139 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 568401 T3139 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 568402 T3139 n:127.0.0.1:59642_u%2Fli
oascc.ConnectionManager.waitForConnected Waiting for client to connect to
ZooKeeper
[junit4] 2> 568403 T3167 n:127.0.0.1:59642_u%2Fli
oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@160d0ac name:ZooKeeperConnection
Watcher:127.0.0.1:46936/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 568404 T3139 n:127.0.0.1:59642_u%2Fli
oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4] 2> 568405 T3139 n:127.0.0.1:59642_u%2Fli
oascc.SolrZkClient.makePath makePath: /overseer/queue
[junit4] 2> 568407 T3139 n:127.0.0.1:59642_u%2Fli
oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
[junit4] 2> 568408 T3139 n:127.0.0.1:59642_u%2Fli
oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
[junit4] 2> 568410 T3139 n:127.0.0.1:59642_u%2Fli
oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
[junit4] 2> 568411 T3139 n:127.0.0.1:59642_u%2Fli
oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
[junit4] 2> 568413 T3139 n:127.0.0.1:59642_u%2Fli
oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4] 2> 568414 T3139 n:127.0.0.1:59642_u%2Fli
oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4] 2> 568415 T3139 n:127.0.0.1:59642_u%2Fli
oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4] 2> 568416 T3139 n:127.0.0.1:59642_u%2Fli
oasc.ZkController.createEphemeralLiveNode Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:59642_u%2Fli
[junit4] 2> 568417 T3139 n:127.0.0.1:59642_u%2Fli
oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59642_u%2Fli
[junit4] 2> 568418 T3139 n:127.0.0.1:59642_u%2Fli
oascc.SolrZkClient.makePath makePath: /overseer_elect
[junit4] 2> 568419 T3139 n:127.0.0.1:59642_u%2Fli
oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4] 2> 568420 T3139 n:127.0.0.1:59642_u%2Fli oasc.Overseer.close
Overseer (id=null) closing
[junit4] 2> 568421 T3139 n:127.0.0.1:59642_u%2Fli
oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader
127.0.0.1:59642_u%2Fli
[junit4] 2> 568422 T3139 n:127.0.0.1:59642_u%2Fli
oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4] 2> 568423 T3139 n:127.0.0.1:59642_u%2Fli oasc.Overseer.start
Overseer (id=93872200530198531-127.0.0.1:59642_u%2Fli-n_0000000000) starting
[junit4] 2> 568424 T3139 n:127.0.0.1:59642_u%2Fli
oascc.SolrZkClient.makePath makePath: /overseer/queue-work
[junit4] 2> 568428 T3139 n:127.0.0.1:59642_u%2Fli
oasc.OverseerAutoReplicaFailoverThread.<init> Starting
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 568428 T3169 n:127.0.0.1:59642_u%2Fli
oasc.OverseerCollectionProcessor.run Process current queue of collection
creations
[junit4] 2> 568428 T3139 n:127.0.0.1:59642_u%2Fli
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 568429 T3168 n:127.0.0.1:59642_u%2Fli
oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4] 2> 568431 T3139 n:127.0.0.1:59642_u%2Fli
oasc.CoreContainer.initializeAuthenticationPlugin No authentication plugin used.
[junit4] 2> 568432 T3139 n:127.0.0.1:59642_u%2Fli
oasc.CoreContainer.intializeAuthorizationPlugin Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 568432 T3139 n:127.0.0.1:59642_u%2Fli
oasc.CorePropertiesLocator.discover Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationHandlerTest
4E6DD1A4558C8691-001/jetty-001/cores
[junit4] 2> 568433 T3139 n:127.0.0.1:59642_u%2Fli
oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1,
config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true,
instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationHandlerTest
4E6DD1A4558C8691-001/jetty-001/cores/collection1, collection=tmp_collection,
absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationHandlerTest
4E6DD1A4558C8691-001/jetty-001/cores/collection1/, coreNodeName=,
dataDir=data/, shard=}
[junit4] 2> 568433 T3139 n:127.0.0.1:59642_u%2Fli
oasc.CorePropertiesLocator.discoverUnder Found core collection1 in
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationHandlerTest
4E6DD1A4558C8691-001/jetty-001/cores/collection1/
[junit4] 2> 568434 T3139 n:127.0.0.1:59642_u%2Fli
oasc.CorePropertiesLocator.discover Found 1 core definitions
[junit4] 2> 568434 T3171 n:127.0.0.1:59642_u%2Fli c:tmp_collection
x:collection1 oasc.ZkController.publish publishing core=collection1 state=down
collection=tmp_collection
[junit4] 2> 568434 T3171 n:127.0.0.1:59642_u%2Fli c:tmp_collection
x:collection1 oasc.ZkController.publish numShards not found on descriptor -
reading it from system property
[junit4] 2> 568435 T3167 n:127.0.0.1:59642_u%2Fli
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path
/overseer/queue state SyncConnected
[junit4] 2> 568435 T3171 n:127.0.0.1:59642_u%2Fli
oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4] 2> 568436 T3168 n:127.0.0.1:59642_u%2Fli
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:59642/u/li",
[junit4] 2> "node_name":"127.0.0.1:59642_u%2Fli",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"tmp_collection",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 568437 T3168 n:127.0.0.1:59642_u%2Fli
oasco.ReplicaMutator.updateState Update state numShards=1 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:59642/u/li",
[junit4] 2> "node_name":"127.0.0.1:59642_u%2Fli",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"tmp_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 568437 T3168 n:127.0.0.1:59642_u%2Fli
oasco.ClusterStateMutator.createCollection building a new cName: tmp_collection
[junit4] 2> 568437 T3168 n:127.0.0.1:59642_u%2Fli
oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
[junit4] 2> 568438 T3167 n:127.0.0.1:59642_u%2Fli
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> 569436 T3171 n:127.0.0.1:59642_u%2Fli
oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for
collection1
[junit4] 2> 569436 T3171 n:127.0.0.1:59642_u%2Fli
oasc.ZkController.createCollectionZkNode Check for collection
zkNode:tmp_collection
[junit4] 2> 569437 T3171 n:127.0.0.1:59642_u%2Fli
oasc.ZkController.createCollectionZkNode Creating collection in
ZooKeeper:tmp_collection
[junit4] 2> 569437 T3171 n:127.0.0.1:59642_u%2Fli
oasc.ZkController.getConfName Looking for collection configName
[junit4] 2> 569438 T3171 n:127.0.0.1:59642_u%2Fli
oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
[junit4] 2> 569438 T3171 n:127.0.0.1:59642_u%2Fli
oascc.SolrZkClient.makePath makePath: /collections/tmp_collection
[junit4] 2> 569439 T3171 n:127.0.0.1:59642_u%2Fli
oascc.ZkStateReader.readConfigName Load collection config
from:/collections/tmp_collection
[junit4] 2> 569440 T3171 n:127.0.0.1:59642_u%2Fli
oascc.ZkStateReader.readConfigName path=/collections/tmp_collection
configName=conf1 specified config exists in ZooKeeper
[junit4] 2> 569440 T3171 n:127.0.0.1:59642_u%2Fli
oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationHandlerTest
4E6DD1A4558C8691-001/jetty-001/cores/collection1/'
[junit4] 2> 569453 T3171 n:127.0.0.1:59642_u%2Fli oasc.Config.<init>
loaded config solrconfig.xml with version 0
[junit4] 2> 569457 T3171 n:127.0.0.1:59642_u%2Fli
oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
[junit4] 2> 569461 T3171 n:127.0.0.1:59642_u%2Fli oasc.SolrConfig.<init>
Using Lucene MatchVersion: 6.0.0
[junit4] 2> 569475 T3171 n:127.0.0.1:59642_u%2Fli oasc.SolrConfig.<init>
Loaded SolrConfig: solrconfig.xml
[junit4] 2> 569477 T3171 n:127.0.0.1:59642_u%2Fli
oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
[junit4] 2> 569482 T3171 n:127.0.0.1:59642_u%2Fli
oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4] 2> 569552 T3171 n:127.0.0.1:59642_u%2Fli
oass.IndexSchema.readSchema default search field in schema is text
[junit4] 2> 569553 T3171 n:127.0.0.1:59642_u%2Fli
oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 569554 T3171 n:127.0.0.1:59642_u%2Fli
oass.FileExchangeRateProvider.reload Reloading exchange rates from file
currency.xml
[junit4] 2> 569556 T3171 n:127.0.0.1:59642_u%2Fli
oass.FileExchangeRateProvider.reload Reloading exchange rates from file
currency.xml
[junit4] 2> 569566 T3171 n:127.0.0.1:59642_u%2Fli
oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration
from collection tmp_collection
[junit4] 2> 569566 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4] 2> 569566 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oasc.SolrCore.<init> [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationHandlerTest
4E6DD1A4558C8691-001/jetty-001/cores/collection1/], dataDir=[null]
[junit4] 2> 569566 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to
JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1bc9ab9
[junit4] 2> 569567 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oasc.CachingDirectoryFactory.get return new directory for
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationHandlerTest
4E6DD1A4558C8691-001/jetty-001/cores/collection1/data
[junit4] 2> 569567 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oasc.SolrCore.getNewIndexDir New index directory detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationHandlerTest
4E6DD1A4558C8691-001/jetty-001/cores/collection1/data/index/
[junit4] 2> 569567 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oasc.SolrCore.initIndex WARN [collection1] Solr index directory
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationHandlerTest
4E6DD1A4558C8691-001/jetty-001/cores/collection1/data/index' doesn't exist.
Creating new index...
[junit4] 2> 569568 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oasc.CachingDirectoryFactory.get return new directory for
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationHandlerTest
4E6DD1A4558C8691-001/jetty-001/cores/collection1/data/index
[junit4] 2> 569568 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class
org.apache.lucene.index.MockRandomMergePolicy:
org.apache.lucene.index.MockRandomMergePolicy@19db09f
[junit4] 2> 569592 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationHandlerTest
4E6DD1A4558C8691-001/jetty-001/cores/collection1/data/index,segFN=segments_1,generation=1}
[junit4] 2> 569593 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4] 2> 569596 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"cdcr-processor-chain"
[junit4] 2> 569604 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined
as default, creating implicit default
[junit4] 2> 569606 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 569606 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 569607 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 569608 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 569609 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oasc.PluginBag.createPlugin requestHandler : '/replication' created with
startup=lazy
[junit4] 2> 569621 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis
class [org.apache.solr.handler.admin.AdminHandlers]. Please consult
documentation how to replace it accordingly.
[junit4] 2> 569621 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis
class [org.apache.solr.handler.admin.AdminHandlers]. Please consult
documentation how to replace it accordingly.
[junit4] 2> 569622 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oasc.RequestHandlers.initHandlersFromConfig Registered paths:
/admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin,/admin/threads,/admin/ping,/cdcr,/update,/admin/file
[junit4] 2> 569625 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oasc.SolrCore.initStatsCache Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 569631 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oasu.UpdateHandler.<init> Using UpdateLog implementation:
org.apache.solr.update.CdcrUpdateLog
[junit4] 2> 569632 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 569632 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 569632 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 569633 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=2062662335,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 569634 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationHandlerTest
4E6DD1A4558C8691-001/jetty-001/cores/collection1/data/index,segFN=segments_1,generation=1}
[junit4] 2> 569634 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4] 2> 569634 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oass.SolrIndexSearcher.<init> Opening Searcher@26c4b3[collection1] main
[junit4] 2> 569635 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oasu.UpdateLog.onFirstSearcher On first searcher opened, looking up max value
of version field
[junit4] 2> 569635 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oasu.VersionInfo.getMaxVersionFromIndex Refreshing highest value of _version_
for 65536 version buckets from index
[junit4] 2> 569635 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oasu.VersionInfo.getMaxVersionFromIndex WARN No terms found for _version_,
cannot seed version bucket highest value from index
[junit4] 2> 569635 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oasu.UpdateLog.seedBucketsWithHighestVersion WARN Could not find max version in
index or recent updates, using new clock 1501955210065477632
[junit4] 2> 569637 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oasu.UpdateLog.seedBucketsWithHighestVersion Took 2 ms to seed version buckets
with highest version 1501955210065477632
[junit4] 2> 569637 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oascc.ZkStateReader.readConfigName Load collection config
from:/collections/tmp_collection
[junit4] 2> 569638 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oascc.ZkStateReader.readConfigName path=/collections/tmp_collection
configName=conf1 specified config exists in ZooKeeper
[junit4] 2> 569638 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for
the RestManager with znodeBase: /configs/conf1
[junit4] 2> 569639 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 569639 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oasr.RestManager.init Initializing RestManager with initArgs: {}
[junit4] 2> 569639 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oasr.ManagedResourceStorage.load Reading _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 569639 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 569640 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 569640 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oasr.RestManager.init Initializing 0 registered ManagedResources
[junit4] 2> 569643 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oascc.SolrZkClient.makePath makePath: /collections/tmp_collection/cdcr/state
[junit4] 2> 569644 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oash.CdcrBufferStateManager.createStateNode Created znode
/collections/tmp_collection/cdcr/state/buffer
[junit4] 2> 569647 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oash.CdcrProcessStateManager.createStateNode Created znode
/collections/tmp_collection/cdcr/state/process
[junit4] 2> 569658 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oasha.AdminHandlers.inform WARN <requestHandler name="/admin/"
[junit4] 2> class="solr.admin.AdminHandlers" /> is deprecated . It
is not required anymore
[junit4] 2> 569659 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oasc.ZkController.getConfDirListeners watch zkdir /configs/conf1
[junit4] 2> 569659 T3172 n:127.0.0.1:59642_u%2Fli x:collection1
oasc.SolrCore.registerSearcher [collection1] Registered new searcher
Searcher@26c4b3[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 569659 T3171 n:127.0.0.1:59642_u%2Fli x:collection1
oasc.CoreContainer.registerCore registering core: collection1
[junit4] 2> 569660 T3176 n:127.0.0.1:59642_u%2Fli c:tmp_collection
s:shard1 x:collection1 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:59642/u/li collection:tmp_collection
shard:shard1
[junit4] 2> 569660 T3139 n:127.0.0.1:59642_u%2Fli
oass.SolrDispatchFilter.init
user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4] 2> 569660 T3139 n:127.0.0.1:59642_u%2Fli
oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4] 2> 569660 T3176 n:127.0.0.1:59642_u%2Fli c:tmp_collection
s:shard1 x:collection1 oascc.SolrZkClient.makePath makePath:
/collections/tmp_collection/leader_elect/shard1/election
[junit4] 2> 569663 T3176 n:127.0.0.1:59642_u%2Fli c:tmp_collection
s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess Running
the leader process for shard shard1
[junit4] 2> 569664 T3167 n:127.0.0.1:59642_u%2Fli
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path
/overseer/queue state SyncConnected
[junit4] 2> 569664 T3176 n:127.0.0.1:59642_u%2Fli c:tmp_collection
s:shard1 x:collection1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp
Enough replicas found to continue.
[junit4] 2> 569664 T3176 n:127.0.0.1:59642_u%2Fli c:tmp_collection
s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may
be the new leader - try and sync
[junit4] 2> 569664 T3168 n:127.0.0.1:59642_u%2Fli
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"tmp_collection"} current state version:
1
[junit4] 2> ASYNC NEW_CORE C6196 name=collection1
org.apache.solr.core.SolrCore@6490a url=http://127.0.0.1:59642/u/li/collection1
node=127.0.0.1:59642_u%2Fli C6196_STATE=coll:tmp_collection core:collection1
props:{core=collection1, base_url=http://127.0.0.1:59642/u/li,
node_name=127.0.0.1:59642_u%2Fli, state=down}
[junit4] 2> 569664 T3176 n:127.0.0.1:59642_u%2Fli c:tmp_collection
s:shard1 x:collection1 C6196 oasc.SyncStrategy.sync Sync replicas to
http://127.0.0.1:59642/u/li/collection1/
[junit4] 2> 569665 T3176 n:127.0.0.1:59642_u%2Fli c:tmp_collection
s:shard1 x:collection1 C6196 oasc.SyncStrategy.syncReplicas Sync Success - now
sync replicas to me
[junit4] 2> 569665 T3176 n:127.0.0.1:59642_u%2Fli c:tmp_collection
s:shard1 x:collection1 C6196 oasc.SyncStrategy.syncToMe
http://127.0.0.1:59642/u/li/collection1/ has no replicas
[junit4] 2> 569665 T3176 n:127.0.0.1:59642_u%2Fli c:tmp_collection
s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am
the new leader: http://127.0.0.1:59642/u/li/collection1/ shard1
[junit4] 2> 569666 T3176 n:127.0.0.1:59642_u%2Fli c:tmp_collection
s:shard1 x:collection1 oascc.SolrZkClient.makePath makePath:
/collections/tmp_collection/leaders/shard1
[junit4] 2> 569667 T3167 n:127.0.0.1:59642_u%2Fli
oash.CdcrLeaderStateManager$LeaderStateWatcher.process Received new leader
state @ tmp_collection:shard1
[junit4] 2> 569668 T3167 n:127.0.0.1:59642_u%2Fli
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path
/overseer/queue state SyncConnected
[junit4] 2> 569669 T3168 n:127.0.0.1:59642_u%2Fli
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"tmp_collection",
[junit4] 2> "base_url":"http://127.0.0.1:59642/u/li",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 1
[junit4] 2> 569722 T3139 oas.SolrTestCaseJ4.writeCoreProperties Writing
core.properties file to
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationHandlerTest
4E6DD1A4558C8691-001/jetty-002/cores/collection1
[junit4] 2> 569724 T3139 oejs.Server.doStart jetty-9.2.10.v20150310
[junit4] 2> 569725 T3139 oejsh.ContextHandler.doStart Started
o.e.j.s.ServletContextHandler@b49f92{/u/li,null,AVAILABLE}
[junit4] 2> 569726 T3139 oejs.AbstractConnector.doStart Started
ServerConnector@1d0b546{HTTP/1.1}{127.0.0.1:57673}
[junit4] 2> 569726 T3139 oejs.Server.doStart Started @570532ms
[junit4] 2> 569726 T3139 oascse.JettySolrRunner$1.lifeCycleStarted Jetty
properties: {shards=shard2, hostContext=/u/li, hostPort=57673,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationHandlerTest
4E6DD1A4558C8691-001/jetty-002/cores}
[junit4] 2> 569726 T3139 oass.SolrDispatchFilter.init
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@18e5cde
[junit4] 2> 569727 T3139 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationHandlerTest
4E6DD1A4558C8691-001/jetty-002/'
[junit4] 2> 569740 T3139 oasc.SolrXmlConfig.fromFile Loading container
configuration from
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationHandlerTest
4E6DD1A4558C8691-001/jetty-002/solr.xml
[junit4] 2> 569745 T3139 oasc.CorePropertiesLocator.<init> Config-defined
core root directory:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationHandlerTest
4E6DD1A4558C8691-001/jetty-002/cores
[junit4] 2> 569746 T3139 oasc.CoreContainer.<init> New CoreContainer
31206386
[junit4] 2> 569746 T3139 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationHandlerTest
4E6DD1A4558C8691-001/jetty-002/]
[junit4] 2> 569746 T3139 oasc.CoreContainer.load loading shared library:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationHandlerTest
4E6DD1A4558C8691-001/jetty-002/lib
[junit4] 2> 569746 T3139 oasc.SolrResourceLoader.addToClassLoader WARN
Can't find (or read) directory to add to classloader: lib (resolved as:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationHandlerTest
4E6DD1A4558C8691-001/jetty-002/lib).
[junit4] 2> 569751 T3139 oashc.HttpShardHandlerFactory.init created with
socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost :
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize :
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy :
false,useRetries : false,
[junit4] 2> 569752 T3139 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 569753 T3139 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 569753 T3139 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 569754 T3139 oasc.CoreContainer.load Node Name: 127.0.0.1
[junit4] 2> 569754 T3139 oasc.ZkContainer.initZooKeeper Zookeeper
client=127.0.0.1:46936/solr
[junit4] 2> 569754 T3139 oasc.ZkController.checkChrootPath zkHost includes
chroot
[junit4] 2> 569754 T3139
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 569755 T3139 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 569756 T3190 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@9d6faf name:ZooKeeperConnection
Watcher:127.0.0.1:46936 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 569756 T3139 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 569757 T3139 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 569758 T3139 n:127.0.0.1:57673_u%2Fli
oascc.ConnectionManager.waitForConnected Waiting for client to connect to
ZooKeeper
[junit4] 2> 569759 T3193 n:127.0.0.1:57673_u%2Fli
oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@bd79ca name:ZooKeeperConnection
Watcher:127.0.0.1:46936/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 569759 T3139 n:127.0.0.1:57673_u%2Fli
oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4] 2> 569762 T3139 n:127.0.0.1:57673_u%2Fli
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 569771 T3167 n:127.0.0.1:59642_u%2Fli
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> 569771 T3193 n:127.0.0.1:57673_u%2Fli
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> 569819 T3176 n:127.0.0.1:59642_u%2Fli c:tmp_collection
s:shard1 x:collection1 oasc.ZkController.register We are
http://127.0.0.1:59642/u/li/collection1/ and leader is
http://127.0.0.1:59642/u/li/collection1/
[junit4] 2> 569820 T3176 n:127.0.0.1:59642_u%2Fli c:tmp_collection
s:shard1 x:collection1 oasc.ZkController.register No LogReplay needed for
core=collection1 baseURL=http://127.0.0.1:59642/u/li
[junit4] 2> 569820 T3176 n:127.0.0.1:59642_u%2Fli c:tmp_collection
s:shard1 x:collection1 oasc.ZkController.checkRecovery I am the leader, no
recovery necessary
[junit4] 2> 569820 T3176 n:127.0.0.1:59642_u%2Fli c:tmp_collection
s:shard1 x:collection1 oasc.ZkController.publish publishing core=collection1
state=active collection=tmp_collection
[junit4] 2> 569820 T3176 n:127.0.0.1:59642_u%2Fli c:tmp_collection
s:shard1 x:collection1 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 569821 T3167 n:127.0.0.1:59642_u%2Fli
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path
/overseer/queue state SyncConnected
[junit4] 2> 569821 T3168 n:127.0.0.1:59642_u%2Fli
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:59642/u/li",
[junit4] 2> "node_name":"127.0.0.1:59642_u%2Fli",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"tmp_collection",
[junit4] 2> "operation":"state"} current state version: 2
[junit4] 2> 569822 T3168 n:127.0.0.1:59642_u%2Fli
oasco.ReplicaMutator.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":"http://127.0.0.1:59642/u/li",
[junit4] 2> "node_name":"127.0.0.1:59642_u%2Fli",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"tmp_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 569923 T3167 n:127.0.0.1:59642_u%2Fli
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> 569923 T3193 n:127.0.0.1:57673_u%2Fli
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> 570765 T3139 n:127.0.0.1:57673_u%2Fli
oasc.ZkController.createEphemeralLiveNode Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:57673_u%2Fli
[junit4] 2> 570766 T3139 n:127.0.0.1:57673_u%2Fli
oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57673_u%2Fli
[junit4] 2> 570767 T3139 n:127.0.0.1:57673_u%2Fli oasc.Overseer.close
Overseer (id=null) closing
[junit4] 2> 570768 T3139 n:127.0.0.1:57673_u%2Fli
oasc.CoreContainer.initializeAuthenticationPlugin No authentication plugin used.
[junit4] 2> 570769 T3139 n:127.0.0.1:57673_u%2Fli
oasc.CoreContainer.intializeAuthorizationPlugin Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 570770 T3139 n:127.0.0.1:57673_u%2Fli
oasc.CorePropertiesLocator.discover Looking for core definitions underneath
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationHandlerTest
4E6DD1A4558C8691-001/jetty-002/cores
[junit4] 2> 570771 T3139 n:127.0.0.1:57673_u%2Fli
oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1,
config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true,
instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationHandlerTest
4E6DD1A4558C8691-001/jetty-002/cores/collection1, collection=tmp_collection,
absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationHandlerTest
4E6DD1A4558C8691-001/jetty-002/cores/collection1/, coreNodeName=,
dataDir=data/, shard=}
[junit4] 2> 570771 T3139 n:127.0.0.1:57673_u%2Fli
oasc.CorePropertiesLocator.discoverUnder Found core collection1 in
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationHandlerTest
4E6DD1A4558C8691-001/jetty-002/cores/collection1/
[junit4] 2> 570771 T3139 n:127.0.0.1:57673_u%2Fli
oasc.CorePropertiesLocator.discover Found 1 core definitions
[junit4] 2> 570772 T3194 n:127.0.0.1:57673_u%2Fli c:tmp_collection
x:collection1 oasc.ZkController.publish publishing core=collection1 state=down
collection=tmp_collection
[junit4] 2> 570772 T3194 n:127.0.0.1:57673_u%2Fli c:tmp_collection
x:collection1 oasc.ZkController.publish numShards not found on descriptor -
reading it from system property
[junit4] 2> 570773 T3167 n:127.0.0.1:59642_u%2Fli
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path
/overseer/queue state SyncConnected
[junit4] 2> 570773 T3194 n:127.0.0.1:57673_u%2Fli
oasc.ZkController.waitForCoreNodeName look for our core node name
[junit4] 2> 570773 T3168 n:127.0.0.1:59642_u%2Fli
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:57673/u/li",
[junit4] 2> "node_name":"127.0.0.1:57673_u%2Fli",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"tmp_collection",
[junit4] 2> "operation":"state"} current state version: 3
[junit4] 2> 570774 T3168 n:127.0.0.1:59642_u%2Fli
oasco.ReplicaMutator.updateState Update state numShards=1 message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:57673/u/li",
[junit4] 2> "node_name":"127.0.0.1:57673_u%2Fli",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"tmp_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 570774 T3168 n:127.0.0.1:59642_u%2Fli
oasco.ReplicaMutator.updateState Collection already exists with numShards=1
[junit4] 2> 570775 T3168 n:127.0.0.1:59642_u%2Fli
oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
[junit4] 2> 570877 T3193 n:127.0.0.1:57673_u%2Fli
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred
- updating... (live nodes size: 2)
[junit4] 2> 570877 T3167 n:127.0.0.1:59642_u%2Fli
oascc.ZkStateReader$2.process A cluster state change: WatchedEvent
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred
- updating... (live nodes size: 2)
[junit4] 2> 571773 T3194 n:127.0.0.1:57673_u%2Fli
oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for
collection1
[junit4] 2> 571773 T3194 n:127.0.0.1:57673_u%2Fli
oasc.ZkController.createCollectionZkNode Check for collection
zkNode:tmp_collection
[junit4] 2> 571774 T3194 n:127.0.0.1:57673_u%2Fli
oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4] 2> 571774 T3194 n:127.0.0.1:57673_u%2Fli
oascc.ZkStateReader.readConfigName Load collection config
from:/collections/tmp_collection
[junit4] 2> 571775 T3194 n:127.0.0.1:57673_u%2Fli
oascc.ZkStateReader.readConfigName path=/collections/tmp_collection
configName=conf1 specified config exists in ZooKeeper
[junit4] 2> 571775 T3194 n:127.0.0.1:57673_u%2Fli
oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationHandlerTest
4E6DD1A4558C8691-001/jetty-002/cores/collection1/'
[junit4] 2> 571787 T3194 n:127.0.0.1:57673_u%2Fli oasc.Config.<init>
loaded config solrconfig.xml with version 0
[junit4] 2> 571791 T3194 n:127.0.0.1:57673_u%2Fli
oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
[junit4] 2> 571794 T3194 n:127.0.0.1:57673_u%2Fli oasc.SolrConfig.<init>
Using Lucene MatchVersion: 6.0.0
[junit4] 2> 571800 T3194 n:127.0.0.1:57673_u%2Fli oasc.SolrConfig.<init>
Loaded SolrConfig: solrconfig.xml
[junit4] 2> 571801 T3194 n:127.0.0.1:57673_u%2Fli
oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
[junit4] 2> 571806 T3194 n:127.0.0.1:57673_u%2Fli
oass.IndexSchema.readSchema [collection1] Schema name=test
[junit4] 2> 571892 T3194 n:127.0.0.1:57673_u%2Fli
oass.IndexSchema.readSchema default search field in schema is text
[junit4] 2> 571894 T3194 n:127.0.0.1:57673_u%2Fli
oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 571895 T3194 n:127.0.0.1:57673_u%2Fli
oass.FileExchangeRateProvider.reload Reloading exchange rates from file
currency.xml
[junit4] 2> 571897 T3194 n:127.0.0.1:57673_u%2Fli
oass.FileExchangeRateProvider.reload Reloading exchange rates from file
currency.xml
[junit4] 2> 571906 T3194 n:127.0.0.1:57673_u%2Fli
oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration
from collection tmp_collection
[junit4] 2> 571906 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4] 2> 571907 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oasc.SolrCore.<init> [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationHandlerTest
4E6DD1A4558C8691-001/jetty-002/cores/collection1/], dataDir=[null]
[junit4] 2> 571907 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to
JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1bc9ab9
[junit4] 2> 571908 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oasc.CachingDirectoryFactory.get return new directory for
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationHandlerTest
4E6DD1A4558C8691-001/jetty-002/cores/collection1/data
[junit4] 2> 571908 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oasc.SolrCore.getNewIndexDir New index directory detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationHandlerTest
4E6DD1A4558C8691-001/jetty-002/cores/collection1/data/index/
[junit4] 2> 571908 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oasc.SolrCore.initIndex WARN [collection1] Solr index directory
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationHandlerTest
4E6DD1A4558C8691-001/jetty-002/cores/collection1/data/index' doesn't exist.
Creating new index...
[junit4] 2> 571909 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oasc.CachingDirectoryFactory.get return new directory for
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationHandlerTest
4E6DD1A4558C8691-001/jetty-002/cores/collection1/data/index
[junit4] 2> 571910 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class
org.apache.lucene.index.MockRandomMergePolicy:
org.apache.lucene.index.MockRandomMergePolicy@25b5b3
[junit4] 2> 571936 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationHandlerTest
4E6DD1A4558C8691-001/jetty-002/cores/collection1/data/index,segFN=segments_1,generation=1}
[junit4] 2> 571936 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4] 2> 571940 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"cdcr-processor-chain"
[junit4] 2> 571940 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined
as default, creating implicit default
[junit4] 2> 571942 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 571943 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 571944 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 571945 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 571946 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oasc.PluginBag.createPlugin requestHandler : '/replication' created with
startup=lazy
[junit4] 2> 571952 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis
class [org.apache.solr.handler.admin.AdminHandlers]. Please consult
documentation how to replace it accordingly.
[junit4] 2> 571952 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis
class [org.apache.solr.handler.admin.AdminHandlers]. Please consult
documentation how to replace it accordingly.
[junit4] 2> 571952 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oasc.RequestHandlers.initHandlersFromConfig Registered paths:
/admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin,/admin/threads,/admin/ping,/cdcr,/update,/admin/file
[junit4] 2> 571953 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oasc.SolrCore.initStatsCache Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 571953 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oasu.UpdateHandler.<init> Using UpdateLog implementation:
org.apache.solr.update.CdcrUpdateLog
[junit4] 2> 571953 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 571954 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 571954 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 571956 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=2062662335,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 571956 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CdcrReplicationHandlerTest
4E6DD1A4558C8691-001/jetty-002/cores/collection1/data/index,segFN=segments_1,generation=1}
[junit4] 2> 571957 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4] 2> 571957 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oass.SolrIndexSearcher.<init> Opening Searcher@51f05a[collection1] main
[junit4] 2> 571957 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oasu.UpdateLog.onFirstSearcher On first searcher opened, looking up max value
of version field
[junit4] 2> 571958 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oasu.VersionInfo.getMaxVersionFromIndex Refreshing highest value of _version_
for 65536 version buckets from index
[junit4] 2> 571958 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oasu.VersionInfo.getMaxVersionFromIndex WARN No terms found for _version_,
cannot seed version bucket highest value from index
[junit4] 2> 571958 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oasu.UpdateLog.seedBucketsWithHighestVersion WARN Could not find max version in
index or recent updates, using new clock 1501955212501319680
[junit4] 2> 571960 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oasu.UpdateLog.seedBucketsWithHighestVersion Took 2 ms to seed version buckets
with highest version 1501955212501319680
[junit4] 2> 571960 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oascc.ZkStateReader.readConfigName Load collection config
from:/collections/tmp_collection
[junit4] 2> 571961 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oascc.ZkStateReader.readConfigName path=/collections/tmp_collection
configName=conf1 specified config exists in ZooKeeper
[junit4] 2> 571961 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for
the RestManager with znodeBase: /configs/conf1
[junit4] 2> 571961 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 571962 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oasr.RestManager.init Initializing RestManager with initArgs: {}
[junit4] 2> 571962 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oasr.ManagedResourceStorage.load Reading _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 571962 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found
for znode /configs/conf1/_rest_managed.json
[junit4] 2> 571962 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 571962 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oasr.RestManager.init Initializing 0 registered ManagedResources
[junit4] 2> 571964 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oasha.AdminHandlers.inform WARN <requestHandler name="/admin/"
[junit4] 2> class="solr.admin.AdminHandlers" /> is deprecated . It
is not required anymore
[junit4] 2> 571966 T3195 n:127.0.0.1:57673_u%2Fli x:collection1
oasc.SolrCore.registerSearcher [collection1] Registered new searcher
Searcher@51f05a[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 571966 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oasc.ZkController.getConfDirListeners watch zkdir /configs/conf1
[junit4] 2> 571966 T3194 n:127.0.0.1:57673_u%2Fli x:collection1
oasc.CoreContainer.registerCore registering core: collection1
[junit4] 2> 571967 T3198 n:127.0.0.1:57673_u%2Fli c:tmp_collection
s:shard1 x:collection1 oasc.ZkController.register Register replica -
core:collection1 address:http://127.0.0.1:57673/u/li collection:tmp_collection
shard:shard1
[junit4] 2> 571967 T3139 n:127.0.0.1:57673_u%2Fli
oass.SolrDispatchFilter.init
user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4] 2> 571968 T3139 n:127.0.0.1:57673_u%2Fli
oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4] 2> 571968 T3139
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 571969 T3139 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 571969 T3198 n:127.0.0.1:57673_u%2Fli c:tmp_collection
s:shard1 x:collection1 oasc.ZkController.register We are
http://127.0.0.1:57673/u/li/collection1/ and leader is
http://127.0.0.1:59642/u/li/collection1/
[junit4] 2> 571970 T3198 n:127.0.0.1:57673_u%2Fli c:tmp_collection
s:shard1 x:collection1 oasc.ZkController.register No LogReplay needed for
core=collection1 baseURL=http://127.0.0.1:57673/u/li
[junit4] 2> 571970 T3198 n:127.0.0.1:57673_u%2Fli c:tmp_collection
s:shard1 x:collection1 oasc.ZkController.checkRecovery Core needs to
recover:collection1
[junit4] 2> 571970 T3198 n:127.0.0.1:57673_u%2Fli c:tmp_collection
s:shard1 x:collection1 oasu.DefaultSolrCoreState.doRecovery Running recovery -
first canceling any ongoing recovery
[junit4] 2> 571970 T3201 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@1facf74 name:ZooKeeperConnection
Watcher:127.0.0.1:46936 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> ASYNC NEW_CORE C6197 name=collection1
org.apache.solr.core.SolrCore@1dfaea9
url=http://127.0.0.1:57673/u/li/collection1 node=127.0.0.1:57673_u%2Fli
C6197_STATE=coll:tmp_collection core:collection1 props:{core=collection1,
base_url=http://127.0.0.1:57673/u/li, node_name=127.0.0.1:57673_u%2Fli,
state=down}
[junit4] 2> 571970 T3202 n:127.0.0.1:57673_u%2Fli c:tmp_collection
s:shard1 x:collection1 C6197 oasc.RecoveryStrategy.run Starting recovery
process. core=collection1 recoveringAfterStartup=true
[junit4] 2> 571970 T3139 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 571971 T3202 n:127.0.0.1:57673_u%2Fli c:tmp_collection
s:shard1 x:collection1 C6197 oasc.RecoveryStrategy.doRecovery ######
startupVersions=[]
[junit4] 2> 571971 T3139 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 571971 T3202 n:127.0.0.1:57673_u%2Fli c:tmp_collection
s:shard1 x:collection1 C6197 oasc.RecoveryStrategy.doRecovery Publishing state
of core collection1 as recovering, leader is
http://127.0.0.1:59642/u/li/collection1/ and I am
http://127.0.0.1:57673/u/li/collection1/
[junit4] 2> 571972 T3202 n:127.0.0.1:57673_u%2Fli c:tmp_collection
s:shard1 x:collection1 C6197 oasc.ZkController.publish publishing
core=collection1 state=recovering collection=tmp_collection
[junit4] 2> 571972 T3202 n:127.0.0.1:57673_u%2Fli c:tmp_collection
s:shard1 x:collection1 C6197 oasc.ZkController.publish numShards not found on
descriptor - reading it from system property
[junit4] 2> 571973 T3167 n:127.0.0.1:59642_u%2Fli
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path
/overseer/queue state SyncConnected
[junit4] 2> 571974 T3168 n:127.0.0.1:59642_u%2Fli
oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
[junit4] 2> "core":"collection1",
[junit4] 2> "core_node_name":"core_node2",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:57673/u/li",
[junit4] 2> "node_name":"127.0.0.1:57673_u%2Fli",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"recovering",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"tmp_collection",
[junit4] 2> "operation":"state"} current state version: 4
[junit4] 2> 571974 T3202 n:127.0.0.1:57673_u%2Fli c:tmp_collection
s:shard1 x:collection1 C6197 oasc.RecoveryStrategy.sendPrepRecoveryCmd Sending
prep recovery command to http://127.0.0.1:59642/u/li; WaitForState:
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1%3A57673_u%252Fli&coreNodeName=core_node2&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true
[junit4] 2> 571975 T3168 n:127.0.0.1:59642_u%2Fli
oasco.ReplicaMutator.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":"http://127.0.0.1:57673/u/li",
[junit4] 2> "node_name":"127.0.0.1:57673_u%2Fli",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"recovering",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"tmp_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 571978 T3157 n:127.0.0.1:59642_u%2Fli
oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName:
core_node2, state: recovering, checkLive: true, onlyIfLeader: true,
onlyIfLeaderActive: true
[junit4] 2> 571980 T3157 n:127.0.0.1:59642_u%2Fli
oasha.CoreAdminHandler.handleWaitForStateAction Will wait a max of 183 seconds
to see collection1 (shard1 of tmp_collection) have state: recovering
[junit4] 2> 571980 T3157 n:127.0.0.1:59642_u%2Fli
oasha.CoreAdminHandler.handleWaitForStateAction In WaitForState(recovering):
collection=tmp_collection, shard=shard1, thisCore=collection1,
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true,
currentState=down, localState=active, nodeName=127.0.0.1:57673_u%2Fli,
coreNodeName=core_node2, onlyIfActiveCheckResult=false, nodeProps:
core_node2:{"core":"collection1","base_url":"http://127.0.0.1:57673/u/li","node_name":"127.0.0.1:57673_u%2Fli","state":"down"}
[junit4] 1> / (2)
[junit4] 1> DATA:
[junit4] 1>
[junit4] 1> /zookeeper (1)
[junit4] 1> DATA:
[junit4] 1>
[junit4] 1> /solr (7)
[junit4] 1> /solr/configs (1)
[junit4] 1> /solr/configs/conf1 (11)
[junit4] 1> /solr/configs/conf1/currency.xml (0)
[junit4] 1> DATA: ...supressed...
[junit4] 1> /solr/configs/conf1/enumsConfig.xml (0)
[junit4] 1> DATA: ...supressed...
[junit4] 1> /solr/configs/conf1/protwords.txt (0)
[junit4] 1> DATA: ...supressed...
[junit4] 1> /solr/configs/conf1/old_synonyms.txt (0)
[junit4] 1> DATA: ...supressed...
[junit4] 1> /solr/configs/conf1/solrconfig.xml (0)
[junit4] 1> DATA: ...supressed...
[junit4] 1> /solr/configs/conf1/synonyms.txt (0)
[junit4] 1> DATA: ...supressed...
[junit4] 1> /solr/configs/conf1/stopwords.txt (0)
[junit4] 1> DATA: ...supressed...
[junit4] 1> /solr/configs/conf1/schema.xml (0)
[junit4] 1> DATA: ...supressed...
[junit4] 1>
/solr/configs/conf1/solrconfig.snippet.randomindexconfig.xml (0)
[junit4] 1> DATA: ...supressed...
[junit4] 1> /solr/configs/conf1/mapping-ISOLatin1Accent.txt (0)
[junit4] 1> DATA: ...supressed...
[junit4] 1> /solr/configs/conf1/open-exchange-rates.json (0)
[junit4] 1> DATA:
[junit4] 1> {
[junit4] 1> "disclaimer": "This data is not real, it was
synthetically created to match currency.xml. It is modeled after the data
format available from openexchangerates.org. See
https://openexchangerates.org/documentation for details",
[junit4] 1> "license":
"http://www.apache.org/licenses/LICENSE-2.0",
[junit4] 1> "timestamp": 1332070464,
[junit4] 1>
[junit4] 1>
[junit4] 1> "IMPORTANT NOTE": "In order for tests to work, this
data must be kept in sync with ./currency.xml",
[junit4] 1>
[junit4] 1>
[junit4] 1> "base": "USD",
[junit4] 1> "rates": {
[junit4] 1> "USD": 1,
[junit4] 1> "JPY": 81.29,
[junit4] 1> "EUR": 2.5,
[junit4] 1> "GBP": 0.5,
[junit4] 1> "MXN": 2.0
[junit4] 1> }
[junit4] 1> }
[junit4] 1>
[junit4] 1> /solr/overseer (6)
[junit4] 1> DATA:
[junit4] 1>
[junit4] 1> /solr/overseer/collection-queue-work (0)
[junit4] 1> /solr/overseer/queue-work (1)
[junit4] 1> /solr/overseer/queue-work/qn-0000000005 (0)
[junit4] 1> DATA:
[junit4] 1> {
[junit4] 1> "core":"collection1",
[junit4] 1> "core_node_name":"core_node2",
[junit4] 1> "roles":null,
[junit4] 1> "base_url":"http://127.0.0.1:57673/u/li",
[junit4] 1> "node_name":"127.0.0.1:57673_u%2Fli",
[junit4] 1> "numShards":"1",
[junit4] 1> "state":"recovering",
[junit4] 1> "shard":"shard1",
[junit4] 1> "collection":"tmp_collection",
[junit4] 1> "operation":"state"}
[junit4] 1> /solr/overseer/collection-map-failure (0)
[junit4] 1> /solr/overseer/collection-map-completed (0)
[junit4] 1> /solr/overseer/queue (0)
[junit4] 1> /solr/overseer/collection-map-running (0)
[junit4] 1> /solr/aliases.json (0)
[junit4] 1> /solr/collections (3)
[junit4] 1> /solr/collections/collection1 (1)
[junit4] 1> DATA:
[junit4] 1> {"configName":"conf1"}
[junit4] 1> /solr/collections/collection1/shards (0)
[junit4] 1> /solr/collections/tmp_collection (3)
[junit4] 1> DATA:
[junit4] 1> {"configName":"conf1"}
[junit4] 1> /solr/collections/tmp_collection/leaders (1)
[junit4] 1> /solr/collections/tmp_collection/leaders/shard1 (0)
[junit4] 1> DATA:
[junit4] 1> {
[junit4] 1> "core":"collection1",
[junit4] 1> "base_url":"http://127.0.0.1:59642/u/li",
[junit4] 1> "node_name":"127.0.0.1:59642_u%2Fli"}
[junit4] 1> /solr/collections/tmp_collection/cdcr (1)
[junit4] 1> /solr/collections/tmp_collection/cdcr/state (2)
[junit4] 1> /solr/collections/tmp_collection/cdcr/state/process (0)
[junit4] 1> DATA:
[junit4] 1> stopped
[junit4] 1> /solr/collections/tmp_collection/cdcr/state/buffer (0)
[junit4] 1> DATA:
[junit4] 1> enabled
[junit4] 1> /solr/collections/tmp_collection/leader_elect (1)
[junit4] 1> /solr/collections/tmp_collection/leader_elect/shard1 (1)
[junit4] 1>
/solr/collections/tmp_collection/leader_elect/shard1/election (2)
[junit4] 1>
/solr/collections/tmp_collection/leader_elect/shard1/election/93872200530198533-core_node2-n_0000000001
(0)
[junit4] 1>
/solr/collections/tmp_collection/leader_elect/shard1/election/93872200530198531-core_node1-n_0000000000
(0)
[junit4] 1> /solr/collections/control_collection (1)
[junit4] 1> DATA:
[junit4] 1> {"configName":"conf1"}
[junit4] 1> /solr/collections/control_collection/shards (0)
[junit4] 1> /solr/live_nodes (2)
[junit4] 1> /solr/live_nodes/127.0.0.1:57673_u%2Fli (0)
[junit4] 1> /solr/live_nodes/127.0.0.1:59642_u%2Fli (0)
[junit4] 1> /solr/overseer_elect (2)
[junit4] 1> /solr/overseer_elect/leader (0)
[junit4] 1> DATA:
[junit4] 1>
{"id":"93872200530198531-127.0.0.1:59642_u%2Fli-n_0000000000"}
[junit4] 1> /solr/overseer_elect/election (2)
[junit4] 1>
/solr/overseer_elect/election/93872200530198531-127.0.0.1:59642_u%2Fli-n_0000000000
(0)
[junit4] 1>
/solr/overseer_elect/election/93872200530198533-127.0.0.1:57673_u%2Fli-n_0000000001
(0)
[junit4] 1> /solr/clusterstate.json (0)
[junit4] 1> DATA:
[junit4] 1> {"tmp_collection":{
[junit4] 1> "replicationFactor":"1",
[junit4] 1> "router":{"name":"compositeId"},
[junit4] 1> "maxShardsPerNode":"1",
[junit4] 1> "autoAddReplicas":"false",
[junit4] 1> "autoCreated":"true",
[junit4] 1> "shards":{"shard1":{
[junit4] 1> "range":"80000000-7fffffff",
[junit4] 1> "state":"active",
[junit4] 1> "replicas":{
[junit4] 1> "core_node1":{
[junit4] 1> "core":"collection1",
[junit4] 1> "base_url":"http://127.0.0.1:59642/u/li",
[junit4] 1> "node_name":"127.0.0.1:59642_u%2Fli",
[junit4] 1> "state":"active",
[junit4] 1> "leader":"true"},
[junit4] 1> "core_node2":{
[junit4] 1> "core":"collection1",
[junit4] 1> "base_url":"http://127.0.0.1:57673/u/li",
[junit4] 1> "node_name":"127.0.0.1:57673_u%2Fli",
[junit4] 1> "state":"down"}}}}}}
[junit4] 1>
[junit4] 2> 571990 T3139
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default
ZkCredentialsProvider
[junit4] 2> 571990 T3139 oascc.ConnectionManager.waitForConnected Waiting
for client to connect to ZooKeeper
[junit4] 2> 571991 T3207 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@f73fba name:ZooKeeperConnection
Watcher:127.0.0.1:46936/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 571992 T3139 oascc.ConnectionManager.waitForConnected Client
is connected to ZooKeeper
[junit4] 2> 571992 T3139 oascc.SolrZkClient.createZkACLProvider Using
default ZkACLProvider
[junit4] 2> 571992 T3139
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state
from ZooKeeper...
[junit4] 2> 571996 T3183 n:127.0.0.1:57673_u%2Fli
oasha.CollectionsHandler.handleRequestBody Invoked Collection Action :delete
with paramsname=tmp_collection&action=DELETE&wt=javabin&version=2
[junit4] 2> 571996 T3167 n:127.0.0.1:59642_u%2Fli
oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path
/overseer/collection-queue-work state SyncConnected
[junit4] 2> 571997 T3169 n:127.0.0.1:59642_u%2Fli
oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the
message id:/overseer/collection-queue-work/qn-0000000000 message:{
[junit4] 2> "name":"tmp_collection",
[junit4] 2> "operation":"delete"}
[junit4] 2> 571997 T3209 n:127.0.0.1:59642_u%2Fli c:tmp_collection
oasc.OverseerCollectionProcessor.processMessage WARN
OverseerCollectionProcessor.processMessage : delete , {
[junit4] 2> "name":"tmp_collection",
[junit4] 2> "operation":"delete"}
[junit4] 2> 571999 T3209 n:127.0.0.1:59642_u%2Fli c:tmp_collection
oasc.OverseerCollectionProcessor.collectionCmd Executing Collection Cmd :
action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
[junit4] 2> 571999 T3209 n:127.0.0.1:59642_u%2Fli c:tmp_collection
oasc.OverseerCollectionProcessor.sliceCmd Collection Admin sending CoreAdmin
cmd to http://127.0.0.1:59642/u/li
params:action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&core=collection1&qt=%2Fadmin%2Fcores
[junit4] 2> 571999 T3209 n:127.0.0.1:59642_u%2Fli c:tmp_collection
oasc.OverseerCollectionProcessor.sliceCmd Collection Admin sending CoreAdmin
cmd to http://127.0.0.1:57673/u/li
params:action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&core=collection1&qt=%2Fadmin%2Fcores
[junit4] 2> 572002 T3184 n:127.0.0.1:57673_u%2Fli
oasc.RecoveryStrategy.close WARN Stopping recovery for core=collection1
coreNodeName=core_node2
[junit4] 2> 572002 T3202 n:127.0.0.1:57673_u%2Fli c:tmp_collection
s:shard1 x:collection1 C6197 oasc.SolrException.log ERROR Error while trying to
recover. core=collection1:java.util.concurrent.ExecutionException:
org.apache.solr.client.solrj.SolrServerException: IOException occured when
talking to server at: http://127.0.0.1:59642/u/li
[junit4] 2> at
java.util.concurrent.FutureTask.report(FutureTask.java:122)
[junit4] 2> at
java.util.concurrent.FutureTask.get(FutureTask.java:192)
[junit4] 2> at
org.apache.solr.cloud.RecoveryStrategy.sendPrepRecoveryCmd(RecoveryStrategy.java:592)
[junit4] 2> at
org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:363)
[junit4] 2> at
org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:229)
[junit4] 2> Caused by:
org.apache.solr.client.solrj.SolrServerException: IOException occured when
talking to server at: http://127.0.0.1:59642/u/li
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:575)
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient$1.call(HttpSolrClient.java:271)
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient$1.call(HttpSolrClient.java:267)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:265)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:148)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> Caused by: java.net.SocketException: Socket closed
[junit4] 2> at
java.net.SocketInputStream.socketRead0(Native Method)
[junit4] 2> at
java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
[junit4] 2> at
java.net.SocketInputStream.read(SocketInputStream.java:170)
[junit4] 2> at
java.net.SocketInputStream.read(SocketInputStream.java:141)
[junit4] 2> at
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
[junit4] 2> at
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
[junit4] 2> at
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
[junit4] 2> at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
[junit4] 2> at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
[junit4] 2> at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
[junit4] 2> at
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
[junit4] 2> at
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
[junit4] 2> at
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
[junit4] 2> at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
[junit4] 2> at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
[junit4] 2> at
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
[junit4] 2> at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
[junit4] 2> at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
[junit4] 2> at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
[junit4] 2> at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
[junit4] 2> at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:466)
[junit4] 2> ... 7 more
[junit4] 2>
[junit4] 2> 572002 T3158 n:127.0.0.1:59642_u%2Fli oasc.SolrCore.close
[collection1] CLOSING SolrCore org.apache.solr.core.SolrCore@6490a
[junit4] 2> 572003 T3202 n:127.0.0.1:57673_u%2Fli c:tmp
[...truncated too long message...]
ca1 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:35452 35452
[junit4] 2> 1604731 T9745 oasc.ZkTestServer.send4LetterWord connecting to
127.0.0.1:35452 35452
[junit4] 2> 1604732 T9745 oasc.ZkTestServer$ZKServerMain.runFromConfig
WARN Watch limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 257 /solr/aliases.json
[junit4] 2> 257 /solr/clusterstate.json
[junit4] 2> 72 /solr/configs/conf1
[junit4] 2> 33
/solr/collections/source_collection/state.json
[junit4] 2> 29
/solr/collections/target_collection/state.json
[junit4] 2> 2
/solr/collections/source_collection/leaders/shard1
[junit4] 2> 2
/solr/collections/source_collection/leaders/shard2
[junit4] 2> 2
/solr/collections/tmp_collection/leaders/shard1
[junit4] 2> 2
/solr/collections/tmp_collection/leaders/shard2
[junit4] 2> 2
/solr/collections/target_collection/leaders/shard1
[junit4] 2> 2
/solr/collections/target_collection/leaders/shard2
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 41
/solr/collections/source_collection/cdcr/state/process
[junit4] 2> 34
/solr/collections/source_collection/cdcr/state/buffer
[junit4] 2> 31
/solr/collections/target_collection/cdcr/state/buffer
[junit4] 2> 31
/solr/collections/target_collection/cdcr/state/process
[junit4] 2> 8
/solr/collections/tmp_collection/cdcr/state/buffer
[junit4] 2> 8
/solr/collections/tmp_collection/cdcr/state/process
[junit4] 2> 4
/solr/overseer_elect/election/93872246402318343-127.0.0.1:51021_w_mn%2Ft-n_0000000002
[junit4] 2> 3
/solr/overseer_elect/election/93872246402318359-127.0.0.1:47981_w_mn%2Ft-n_0000000007
[junit4] 2> 2
/solr/overseer_elect/election/93872246402318483-127.0.0.1:35934_w_mn%2Ft-n_0000000013
[junit4] 2> 2
/solr/collections/target_collection/leader_elect/shard1/election/93872246402318357-core_node1-n_0000000000
[junit4] 2> 2
/solr/overseer_elect/election/93872246402318383-127.0.0.1:59900_w_mn%2Ft-n_0000000009
[junit4] 2> 2
/solr/collections/source_collection/leader_elect/shard2/election/93872246402318371-core_node1-n_0000000000
[junit4] 2> 2
/solr/overseer_elect/election/93872246402318451-127.0.0.1:48823_w_mn%2Ft-n_0000000010
[junit4] 2> 2
/solr/overseer_elect/election/93872246402318355-127.0.0.1:35934_w_mn%2Ft-n_0000000005
[junit4] 2> 2
/solr/collections/source_collection/leader_elect/shard1/election/93872246402318341-core_node2-n_0000000000
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 249 /solr/live_nodes
[junit4] 2> 4 /solr/overseer/queue
[junit4] 2> 4 /solr/overseer/collection-queue-work
[junit4] 2>
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=CdcrReplicationDistributedZkTest -Dtests.method=doTest
-Dtests.seed=4E6DD1A4558C8691 -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=en_IE -Dtests.timezone=Asia/Macao -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] FAILURE 336s J1 | CdcrReplicationDistributedZkTest.doTest <<<
[junit4] > Throwable #1: java.lang.AssertionError: Number of tlogs on
replica: 56 is superior to: 50.
[junit4] > at
__randomizedtesting.SeedInfo.seed([4E6DD1A4558C8691:E929690038379528]:0)
[junit4] > at
org.apache.solr.cloud.BaseCdcrDistributedZkTest.assertUpdateLogs(BaseCdcrDistributedZkTest.java:720)
[junit4] > at
org.apache.solr.cloud.CdcrReplicationDistributedZkTest.doTestUpdateLogSynchronisation(CdcrReplicationDistributedZkTest.java:372)
[junit4] > at
org.apache.solr.cloud.CdcrReplicationDistributedZkTest.doTest(CdcrReplicationDistributedZkTest.java:46)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1604756 T9744 c:source_collection s:shard1
x:source_collection_shard1_replica1 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrReplicationDistributedZkTest
4E6DD1A4558C8691-001
[junit4] 2> 336433 T9743 ccr.ThreadLeakControl.checkThreadLeaks WARNING
Will linger awaiting termination of 1 leaked thread(s).
[junit4] 2> NOTE: test params are: codec=Lucene50,
sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=en_IE,
timezone=Asia/Macao
[junit4] 2> NOTE: Linux 3.13.0-53-generic i386/Oracle Corporation 1.9.0-ea
(32-bit)/cpus=12,threads=1,free=128493160,total=327159808
[junit4] 2> NOTE: All tests run in this JVM: [DistribCursorPagingTest,
AnalyticsQueryTest, OverseerStatusTest, TestLRUCache, TestBlobHandler,
TestSolrConfigHandlerCloud, OpenCloseCoreStressTest,
ParsingFieldUpdateProcessorsTest, CacheHeaderTest, TestRebalanceLeaders,
TestCollationFieldDocValues, TestSchemaVersionResource, TestDefaultStatsCache,
CursorMarkTest, TestCoreDiscovery, AddSchemaFieldsUpdateProcessorFactoryTest,
ExternalCollectionsTest, RequiredFieldsTest, RequestLoggingTest,
DocValuesMultiTest, TestAuthenticationFramework,
FieldAnalysisRequestHandlerTest, TestManagedSchema, TestReplicaProperties,
TestChildDocTransformer, TestUniqueKeyFieldResource, TestLRUStatsCache,
TestSimpleTrackingShardHandler, SliceStateTest, TestAtomicUpdateErrorCases,
HttpPartitionTest, DistributedQueueTest, TestFieldTypeCollectionResource,
ShowFileRequestHandlerTest, TestExceedMaxTermLength, TestConfigOverlay,
MigrateRouteKeyTest, ChaosMonkeySafeLeaderTest, TestNamedUpdateProcessors,
TestRTGBase, ResourceLoaderTest, TestComplexPhraseQParserPlugin,
CoreAdminHandlerTest, TestHashPartitioner, TestSolrQueryParserResource,
AlternateDirectoryTest, DirectSolrConnectionTest, TestValueSourceCache,
TestSchemaNameResource, SharedFSAutoReplicaFailoverTest, FileUtilsTest,
EchoParamsTest, TestSolrConfigHandlerConcurrent, TestRandomMergePolicy,
TestCharFilters, AddBlockUpdateTest, ZkControllerTest, SolrPluginUtilsTest,
HdfsCollectionsAPIDistributedZkTest, CloudExitableDirectoryReaderTest,
PreAnalyzedFieldTest, TestLFUCache, TestAnalyzedSuggestions,
StatelessScriptUpdateProcessorFactoryTest, TestElisionMultitermQuery,
TestFuzzyAnalyzedSuggestions, SpellCheckComponentTest,
DistributedMLTComponentTest, AnalyticsMergeStrategyTest,
TestAuthorizationFramework, DistributedExpandComponentTest,
TestPHPSerializedResponseWriter, RAMDirectoryFactoryTest,
AnalysisAfterCoreReloadTest, TestFiltering, IndexSchemaRuntimeFieldTest,
FieldMutatingUpdateProcessorTest, DocumentBuilderTest,
TestDynamicFieldResource, TestSimpleQParserPlugin, TestBulkSchemaConcurrent,
ZkStateWriterTest, SyncSliceTest, OverseerTest, ShardRoutingTest,
TestRandomFaceting, TestRecovery, TermVectorComponentDistributedTest,
TestReload, TestStressVersions, DistributedTermsComponentTest,
TestCoreContainer, TestGroupingSearch, TestBadConfig, TestIndexSearcher,
CurrencyFieldOpenExchangeTest, CurrencyFieldXmlFileTest,
TestExtendedDismaxParser, TestFoldingMultitermQuery, SuggesterTSTTest,
SuggesterTest, TestTrie, TestCSVLoader, WordBreakSolrSpellCheckerTest,
TestUpdate, DirectUpdateHandlerOptimizeTest, TestRemoteStreaming,
TestSolrDeletionPolicy1, DebugComponentTest, IndexBasedSpellCheckerTest,
DisMaxRequestHandlerTest, StandardRequestHandlerTest,
DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest,
PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, TestIndexingPerformance,
RegexBoostProcessorTest, TestJmxIntegration, JSONWriterTest,
UniqFieldsUpdateProcessorFactoryTest, BinaryUpdateRequestHandlerTest,
PingRequestHandlerTest, TestComponentsName, UpdateParamsTest, CopyFieldTest,
TestSolrDeletionPolicy2, SampleTest, TestDocSet, TestSearchPerf,
NumericFieldsTest, MinimalSchemaTest, OutputWriterTest, TestSolrCoreProperties,
TestLuceneMatchVersion, TestPhraseSuggestions, SpellPossibilityIteratorTest,
TestCodecSupport, TestDFRSimilarityFactory, TestPerFieldSimilarity,
TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory,
TestFastWriter, TestJmxMonitoredMap, TimeZoneUtilsTest, ScriptEngineTest,
TestFastLRUCache, DateMathParserTest, ChaosMonkeyNothingIsSafeTest,
BaseCdcrDistributedZkTest, CdcrReplicationDistributedZkTest]
[junit4] Completed [403/502] on J1 in 337.46s, 1 test, 1 failure <<<
FAILURES!
[...truncated 317 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:526: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:474: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:61: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:39: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:229: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:512: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1415:
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:973:
There were test failures: 502 suites, 1986 tests, 2 failures, 57 ignored (25
assumptions)
Total time: 54 minutes 21 seconds
Build step 'Invoke Ant' marked build as failure
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]