Build: https://jenkins.thetaphi.de/job/Lucene-Solr-5.5-Linux/494/
Java: 32bit/jdk1.7.0_80 -client -XX:+UseConcMarkSweepGC
2 tests failed.
FAILED:
org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh
Error Message:
Could not find collection : c1
Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : c1
at
__randomizedtesting.SeedInfo.seed([4BA33045A565E2E2:541941B275052427]:0)
at
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:170)
at
org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdate(ZkStateReaderTest.java:136)
at
org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh(ZkStateReaderTest.java:42)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
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:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
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:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
FAILED: org.apache.solr.schema.TestManagedSchemaAPI.test
Error Message:
Error from server at http://127.0.0.1:46499/solr/testschemaapi_shard1_replica1:
ERROR: [doc=2] unknown field 'myNewField1'
Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from
server at http://127.0.0.1:46499/solr/testschemaapi_shard1_replica1: ERROR:
[doc=2] unknown field 'myNewField1'
at
__randomizedtesting.SeedInfo.seed([4BA33045A565E2E2:C3F70F9F0B998F1A]:0)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:653)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1002)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:891)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:827)
at
org.apache.solr.schema.TestManagedSchemaAPI.testAddFieldAndDocument(TestManagedSchemaAPI.java:101)
at
org.apache.solr.schema.TestManagedSchemaAPI.test(TestManagedSchemaAPI.java:69)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
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:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
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:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
Caused by:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:46499/solr/testschemaapi_shard1_replica1:
ERROR: [doc=2] unknown field 'myNewField1'
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:628)
at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:625)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
... 1 more
Build Log:
[...truncated 10664 lines...]
[junit4] Suite: org.apache.solr.cloud.overseer.ZkStateReaderTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.overseer.ZkStateReaderTest_4BA33045A565E2E2-001/init-core-data-001
[junit4] 2> 8828 INFO
(SUITE-ZkStateReaderTest-seed#[4BA33045A565E2E2]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
[junit4] 2> 8836 INFO
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[4BA33045A565E2E2])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testExternalCollectionWatchedNotWatched
[junit4] 2> 8845 INFO
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 8847 INFO (Thread-8) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 8847 INFO (Thread-8) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 8950 INFO
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.ZkTestServer start zk server on port:42665
[junit4] 2> 8965 INFO
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 9009 INFO
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 9041 INFO (zkCallback-5-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@10cfc1f name:ZooKeeperConnection
Watcher:127.0.0.1:42665 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 9041 INFO
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 9041 INFO
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 9053 INFO
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 9054 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15f4432b5f30000, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 9054 INFO
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 9057 INFO (zkCallback-6-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@12102d3 name:ZooKeeperConnection
Watcher:127.0.0.1:42665 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 9057 INFO
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 9058 INFO
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 9058 INFO
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient makePath: /solr
[junit4] 2> 9066 INFO
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 9066 INFO
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 9069 INFO (zkCallback-7-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@f2976 name:ZooKeeperConnection
Watcher:127.0.0.1:42665/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 9069 INFO
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 9069 INFO
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 9088 INFO
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 9094 INFO
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 9096 INFO
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 9098 INFO
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 9106 INFO
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 9114 INFO
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 9129 INFO
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
[junit4] 2> 9140 INFO (zkCallback-7-thread-1) [ ]
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/collections], has occurred - updating...
[junit4] 2> 9146 INFO
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.o.ZkStateWriter going to create_collection
/collections/c1/state.json
[junit4] 2> 9149 INFO
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
[junit4] 2> 9150 INFO
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ZkStateReader Add data for [c1] ver [0]
[junit4] 2> 9151 INFO
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ZkStateReader Removing watch for uninteresting collection [c1]
[junit4] 2> 9153 INFO
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:42665 42665
[junit4] 2> 14947 INFO (Thread-8) [ ] o.a.s.c.ZkTestServer connecting
to 127.0.0.1:42665 42665
[junit4] 2> 14955 INFO
(TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[4BA33045A565E2E2])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testExternalCollectionWatchedNotWatched
[junit4] 2> 14959 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[4BA33045A565E2E2])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testStateFormatUpdateWithTimeDelay
[junit4] 2> 14959 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 14959 INFO (Thread-9) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 14959 INFO (Thread-9) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 15059 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.ZkTestServer start zk server on port:44573
[junit4] 2> 15059 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 15060 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 15061 INFO (zkCallback-8-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@10a833a name:ZooKeeperConnection
Watcher:127.0.0.1:44573 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 15061 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 15061 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 15062 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15f4432cd810000, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 15063 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 15077 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 15078 INFO (zkCallback-9-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@eabe2 name:ZooKeeperConnection
Watcher:127.0.0.1:44573 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 15078 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 15079 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 15079 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient makePath: /solr
[junit4] 2> 15081 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 15083 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 15090 INFO (zkCallback-10-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@146e84e name:ZooKeeperConnection
Watcher:127.0.0.1:44573/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 15090 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 15091 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 15100 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 15107 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 15108 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 15109 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 15110 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 15111 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 15112 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
[junit4] 2> 15113 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
[junit4] 2> 15113 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
[junit4] 2> 15115 INFO (zkCallback-10-thread-1) [ ]
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/collections], has occurred - updating...
[junit4] 2> 15121 INFO (zkCallback-10-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred
- updating... (live nodes size: [0])
[junit4] 2> 15168 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.o.ZkStateWriter going to create_collection
/collections/c1/state.json
[junit4] 2> 15170 INFO (zkCallback-10-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeCreated path:/collections/c1/state.json] for
collection [c1] has occurred - updating... (live nodes size: [0])
[junit4] 2> 15170 INFO (zkCallback-10-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred
- updating... (live nodes size: [0])
[junit4] 2> 15170 INFO (zkCallback-10-thread-1) [ ]
o.a.s.c.c.ZkStateReader Add data for [c1] ver [0]
[junit4] 2> 15172 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44573 44573
[junit4] 2> 20951 INFO (Thread-9) [ ] o.a.s.c.ZkTestServer connecting
to 127.0.0.1:44573 44573
[junit4] 2> 20952 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[4BA33045A565E2E2])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithTimeDelay
[junit4] 2> 20954 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testStateFormatUpdateWithTimeDelayLazy
[junit4] 2> 20955 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 20955 INFO (Thread-10) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 20955 INFO (Thread-10) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 21055 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.ZkTestServer start zk server on port:33861
[junit4] 2> 21055 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 21056 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 21057 INFO (zkCallback-11-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@dcef61 name:ZooKeeperConnection
Watcher:127.0.0.1:33861 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 21057 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 21057 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 21061 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 21062 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 21062 INFO (zkCallback-12-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1247710 name:ZooKeeperConnection
Watcher:127.0.0.1:33861 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 21063 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 21063 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 21063 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient makePath: /solr
[junit4] 2> 21065 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 21069 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 21069 INFO (zkCallback-13-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@163abd0 name:ZooKeeperConnection
Watcher:127.0.0.1:33861/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 21069 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 21070 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 21070 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 21071 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 21073 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 21074 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 21075 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 21076 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 21077 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
[junit4] 2> 21078 INFO (zkCallback-13-thread-1) [ ]
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/collections], has occurred - updating...
[junit4] 2> 21085 INFO (zkCallback-13-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred
- updating... (live nodes size: [0])
[junit4] 2> 21138 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.o.ZkStateWriter going to create_collection
/collections/c1/state.json
[junit4] 2> 21139 INFO (zkCallback-13-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred
- updating... (live nodes size: [0])
[junit4] 2> 21141 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33861 33861
[junit4] 2> 31941 INFO (Thread-10) [ ] o.a.s.c.ZkTestServer connecting
to 127.0.0.1:33861 33861
[junit4] 2> 31942 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithTimeDelayLazy
[junit4] 2> 31944 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.SolrTestCaseJ4 ###Starting
testStateFormatUpdateWithExplicitRefreshLazy
[junit4] 2> 31945 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 31945 INFO (Thread-11) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 31945 INFO (Thread-11) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 32045 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.ZkTestServer start zk server on port:41553
[junit4] 2> 32045 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 32050 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 32052 INFO (zkCallback-14-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@12dc505 name:ZooKeeperConnection
Watcher:127.0.0.1:41553 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 32052 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 32052 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 32056 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 32057 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 32062 INFO (zkCallback-15-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@70a760 name:ZooKeeperConnection
Watcher:127.0.0.1:41553 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 32062 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 32062 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 32062 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient makePath: /solr
[junit4] 2> 32075 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 32082 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 32082 INFO (zkCallback-16-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@aee485 name:ZooKeeperConnection
Watcher:127.0.0.1:41553/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 32082 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 32083 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 32083 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 32084 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 32085 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 32086 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 32087 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 32088 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 32090 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
[junit4] 2> 32090 INFO (zkCallback-16-thread-1) [ ]
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/collections], has occurred - updating...
[junit4] 2> 32091 INFO (zkCallback-16-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred
- updating... (live nodes size: [0])
[junit4] 2> 32093 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.o.ZkStateWriter going to create_collection
/collections/c1/state.json
[junit4] 2> 32094 INFO (zkCallback-16-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred
- updating... (live nodes size: [0])
[junit4] 2> 32097 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:41553 41553
[junit4] 2> 37137 INFO (Thread-11) [ ] o.a.s.c.ZkTestServer connecting
to 127.0.0.1:41553 41553
[junit4] 2> 37137 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[4BA33045A565E2E2])
[ ] o.a.s.SolrTestCaseJ4 ###Ending
testStateFormatUpdateWithExplicitRefreshLazy
[junit4] 2> 37139 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[4BA33045A565E2E2])
[ ] o.a.s.SolrTestCaseJ4 ###Starting
testStateFormatUpdateWithExplicitRefresh
[junit4] 2> 37140 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 37140 INFO (Thread-12) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 37140 INFO (Thread-12) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 37240 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.ZkTestServer start zk server on port:36609
[junit4] 2> 37240 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 37243 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 37245 INFO (zkCallback-17-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@bc71fb name:ZooKeeperConnection
Watcher:127.0.0.1:36609 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 37245 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 37246 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 37250 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 37257 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 37257 INFO (zkCallback-18-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@c4df4b name:ZooKeeperConnection
Watcher:127.0.0.1:36609 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 37257 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 37258 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 37258 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient makePath: /solr
[junit4] 2> 37259 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 37260 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 37267 INFO (zkCallback-19-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1db4400 name:ZooKeeperConnection
Watcher:127.0.0.1:36609/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 37270 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 37271 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 37278 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 37279 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 37281 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 37282 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 37283 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 37284 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 37289 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
[junit4] 2> 37290 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
[junit4] 2> 37290 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
[junit4] 2> 37292 INFO (zkCallback-19-thread-1) [ ]
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/collections], has occurred - updating...
[junit4] 2> 37293 INFO (zkCallback-19-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred
- updating... (live nodes size: [0])
[junit4] 2> 37295 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.o.ZkStateWriter going to create_collection
/collections/c1/state.json
[junit4] 2> 37295 INFO (zkCallback-19-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeCreated path:/collections/c1/state.json] for
collection [c1] has occurred - updating... (live nodes size: [0])
[junit4] 2> 37297 INFO (zkCallback-19-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred
- updating... (live nodes size: [0])
[junit4] 2> 37299 INFO (zkCallback-19-thread-1) [ ]
o.a.s.c.c.ZkStateReader Add data for [c1] ver [0]
[junit4] 2> 37300 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:36609 36609
[junit4] 2> 42362 INFO (Thread-12) [ ] o.a.s.c.ZkTestServer connecting
to 127.0.0.1:36609 36609
[junit4] 2> 42362 INFO
(TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[4BA33045A565E2E2])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithExplicitRefresh
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=ZkStateReaderTest
-Dtests.method=testStateFormatUpdateWithExplicitRefresh
-Dtests.seed=4BA33045A565E2E2 -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=ar-DZ -Dtests.timezone=Asia/Tashkent -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 5.23s J0 |
ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh <<<
[junit4] > Throwable #1: org.apache.solr.common.SolrException: Could not
find collection : c1
[junit4] > at
__randomizedtesting.SeedInfo.seed([4BA33045A565E2E2:541941B275052427]:0)
[junit4] > at
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:170)
[junit4] > at
org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdate(ZkStateReaderTest.java:136)
[junit4] > at
org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh(ZkStateReaderTest.java:42)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 42372 INFO
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[4BA33045A565E2E2])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testWatchedCollectionCreation
[junit4] 2> 42372 INFO
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 42372 INFO (Thread-13) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 42372 INFO (Thread-13) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 42472 INFO
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.ZkTestServer start zk server on port:37203
[junit4] 2> 42472 INFO
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 42473 INFO
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 42491 INFO (zkCallback-20-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@aaa6a4 name:ZooKeeperConnection
Watcher:127.0.0.1:37203 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 42491 INFO
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 42491 INFO
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 42500 INFO
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 42500 INFO
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 42501 INFO (zkCallback-21-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@d74e8 name:ZooKeeperConnection
Watcher:127.0.0.1:37203 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 42501 INFO
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 42501 INFO
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 42501 INFO
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient makePath: /solr
[junit4] 2> 42503 INFO
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 42503 INFO
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 42503 INFO (zkCallback-22-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1eeb0d0 name:ZooKeeperConnection
Watcher:127.0.0.1:37203/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 42504 INFO
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 42504 INFO
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 42504 INFO
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 42505 INFO
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 42506 INFO
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 42507 INFO
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 42508 INFO
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 42509 INFO
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 42510 INFO
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
[junit4] 2> 42510 INFO
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
[junit4] 2> 42510 INFO
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
[junit4] 2> 42511 INFO (zkCallback-22-thread-1) [ ]
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/collections], has occurred - updating...
[junit4] 2> 42512 INFO
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.o.ZkStateWriter going to create_collection
/collections/c1/state.json
[junit4] 2> 42513 INFO (zkCallback-22-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeCreated path:/collections/c1/state.json] for
collection [c1] has occurred - updating... (live nodes size: [0])
[junit4] 2> 42514 INFO (zkCallback-22-thread-1) [ ]
o.a.s.c.c.ZkStateReader Add data for [c1] ver [0]
[junit4] 2> 42564 INFO
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[4BA33045A565E2E2])
[ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:37203 37203
[junit4] 2> 47653 INFO (Thread-13) [ ] o.a.s.c.ZkTestServer connecting
to 127.0.0.1:37203 37203
[junit4] 2> 47654 INFO
(TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[4BA33045A565E2E2])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testWatchedCollectionCreation
[junit4] 2> 47655 INFO
(SUITE-ZkStateReaderTest-seed#[4BA33045A565E2E2]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.overseer.ZkStateReaderTest_4BA33045A565E2E2-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene54): {},
docValues:{}, sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=ar-DZ,
timezone=Asia/Tashkent
[junit4] 2> NOTE: Linux 4.10.0-33-generic i386/Oracle Corporation 1.7.0_80
(32-bit)/cpus=8,threads=1,free=6753512,total=28807168
[junit4] 2> NOTE: All tests run in this JVM: [ResourceLoaderTest,
TestConfig, AnalysisAfterCoreReloadTest, ZkStateReaderTest]
[junit4] Completed [31/575 (1!)] on J0 in 38.89s, 6 tests, 1 error <<<
FAILURES!
[...truncated 1528 lines...]
[junit4] Suite: org.apache.solr.schema.TestManagedSchemaAPI
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_4BA33045A565E2E2-001/init-core-data-001
[junit4] 2> 2294601 INFO
(SUITE-TestManagedSchemaAPI-seed#[4BA33045A565E2E2]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true)
[junit4] 2> 2294603 INFO
(TEST-TestManagedSchemaAPI.test-seed#[4BA33045A565E2E2]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting test
[junit4] 2> 2294603 INFO
(TEST-TestManagedSchemaAPI.test-seed#[4BA33045A565E2E2]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 2294604 INFO (Thread-9241) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 2294604 INFO (Thread-9241) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 2294704 INFO
(TEST-TestManagedSchemaAPI.test-seed#[4BA33045A565E2E2]) [ ]
o.a.s.c.ZkTestServer start zk server on port:43885
[junit4] 2> 2294704 INFO
(TEST-TestManagedSchemaAPI.test-seed#[4BA33045A565E2E2]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 2294704 INFO
(TEST-TestManagedSchemaAPI.test-seed#[4BA33045A565E2E2]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2294706 INFO (zkCallback-25384-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@c2824f name:ZooKeeperConnection
Watcher:127.0.0.1:43885 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 2294706 INFO
(TEST-TestManagedSchemaAPI.test-seed#[4BA33045A565E2E2]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2294707 INFO
(TEST-TestManagedSchemaAPI.test-seed#[4BA33045A565E2E2]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 2294707 INFO
(TEST-TestManagedSchemaAPI.test-seed#[4BA33045A565E2E2]) [ ]
o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
[junit4] 2> 2294709 INFO (jetty-launcher-25383-thread-1) [ ]
o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 2294709 INFO (jetty-launcher-25383-thread-2) [ ]
o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 2294710 INFO (jetty-launcher-25383-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1cc79f2{/solr,null,AVAILABLE}
[junit4] 2> 2294710 INFO (jetty-launcher-25383-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@fd9152{/solr,null,AVAILABLE}
[junit4] 2> 2294713 INFO (jetty-launcher-25383-thread-1) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@1621a48{HTTP/1.1}{127.0.0.1:42977}
[junit4] 2> 2294713 INFO (jetty-launcher-25383-thread-1) [ ]
o.e.j.s.Server Started @2296094ms
[junit4] 2> 2294713 INFO (jetty-launcher-25383-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=42977,
hostContext=/solr}
[junit4] 2> 2294713 INFO (jetty-launcher-25383-thread-2) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@ae8898{HTTP/1.1}{127.0.0.1:46499}
[junit4] 2> 2294713 INFO (jetty-launcher-25383-thread-2) [ ]
o.e.j.s.Server Started @2296094ms
[junit4] 2> 2294713 INFO (jetty-launcher-25383-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=46499}
[junit4] 2> 2294713 INFO (jetty-launcher-25383-thread-1) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@b0f0ae
[junit4] 2> 2294713 INFO (jetty-launcher-25383-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_4BA33045A565E2E2-001/tempDir-001/node1'
[junit4] 2> 2294713 INFO (jetty-launcher-25383-thread-2) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@b0f0ae
[junit4] 2> 2294713 INFO (jetty-launcher-25383-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 2294713 INFO (jetty-launcher-25383-thread-2) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_4BA33045A565E2E2-001/tempDir-001/node2'
[junit4] 2> 2294713 INFO (jetty-launcher-25383-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 2294713 INFO (jetty-launcher-25383-thread-2) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 2294713 INFO (jetty-launcher-25383-thread-2) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 2294714 INFO (jetty-launcher-25383-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 2294714 INFO (jetty-launcher-25383-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 2294714 INFO (jetty-launcher-25383-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2294714 INFO (jetty-launcher-25383-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2294714 INFO (zkCallback-25385-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@c04a00 name:ZooKeeperConnection
Watcher:127.0.0.1:43885/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 2294715 INFO (jetty-launcher-25383-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2294715 INFO (jetty-launcher-25383-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 2294715 INFO (zkCallback-25386-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@d65eee name:ZooKeeperConnection
Watcher:127.0.0.1:43885/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 2294715 INFO (jetty-launcher-25383-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2294715 INFO (jetty-launcher-25383-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2294715 INFO (jetty-launcher-25383-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 2294715 INFO (jetty-launcher-25383-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2294725 INFO (jetty-launcher-25383-thread-2) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_4BA33045A565E2E2-001/tempDir-001/node2/.
[junit4] 2> 2294725 INFO (jetty-launcher-25383-thread-2) [ ]
o.a.s.c.CoreContainer New CoreContainer 32523911
[junit4] 2> 2294726 INFO (jetty-launcher-25383-thread-2) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_4BA33045A565E2E2-001/tempDir-001/node2]
[junit4] 2> 2294726 WARN (jetty-launcher-25383-thread-2) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_4BA33045A565E2E2-001/tempDir-001/node2/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_4BA33045A565E2E2-001/tempDir-001/node2/lib
[junit4] 2> 2294726 INFO (jetty-launcher-25383-thread-1) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_4BA33045A565E2E2-001/tempDir-001/node1/.
[junit4] 2> 2294726 INFO (jetty-launcher-25383-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries :
false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
[junit4] 2> 2294726 INFO (jetty-launcher-25383-thread-1) [ ]
o.a.s.c.CoreContainer New CoreContainer 19731619
[junit4] 2> 2294726 INFO (jetty-launcher-25383-thread-1) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_4BA33045A565E2E2-001/tempDir-001/node1]
[junit4] 2> 2294726 WARN (jetty-launcher-25383-thread-1) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_4BA33045A565E2E2-001/tempDir-001/node1/lib
to classpath:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_4BA33045A565E2E2-001/tempDir-001/node1/lib
[junit4] 2> 2294726 INFO (jetty-launcher-25383-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries :
false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
[junit4] 2> 2294727 INFO (jetty-launcher-25383-thread-1) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 2294727 INFO (jetty-launcher-25383-thread-2) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 2294727 INFO (jetty-launcher-25383-thread-1) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 2294727 INFO (jetty-launcher-25383-thread-1) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 2294727 INFO (jetty-launcher-25383-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43885/solr
[junit4] 2> 2294727 INFO (jetty-launcher-25383-thread-1) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 2294727 INFO (jetty-launcher-25383-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 2294727 INFO (jetty-launcher-25383-thread-2) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 2294727 INFO (jetty-launcher-25383-thread-2) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 2294728 INFO (jetty-launcher-25383-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43885/solr
[junit4] 2> 2294728 INFO (jetty-launcher-25383-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2294728 INFO (jetty-launcher-25383-thread-2) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 2294728 INFO (jetty-launcher-25383-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 2294728 INFO (jetty-launcher-25383-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2294728 INFO (zkCallback-25391-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@9c9489 name:ZooKeeperConnection
Watcher:127.0.0.1:43885 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 2294728 INFO (jetty-launcher-25383-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2294728 INFO (jetty-launcher-25383-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 2294728 INFO (zkCallback-25392-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@932e16 name:ZooKeeperConnection
Watcher:127.0.0.1:43885 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 2294728 INFO (jetty-launcher-25383-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2294729 INFO (jetty-launcher-25383-thread-1)
[n:127.0.0.1:42977_solr ] o.a.s.c.ZkController Added new OnReconnect
listener org.apache.solr.cloud.ZkController$6@b8e038
[junit4] 2> 2294729 INFO (jetty-launcher-25383-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 2294729 INFO (jetty-launcher-25383-thread-1)
[n:127.0.0.1:42977_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 2294729 INFO (jetty-launcher-25383-thread-2)
[n:127.0.0.1:46499_solr ] o.a.s.c.ZkController Added new OnReconnect
listener org.apache.solr.cloud.ZkController$6@e07e98
[junit4] 2> 2294729 INFO
(zkCallback-25393-thread-1-processing-n:127.0.0.1:42977_solr)
[n:127.0.0.1:42977_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@a94557 name:ZooKeeperConnection
Watcher:127.0.0.1:43885/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 2294729 INFO (jetty-launcher-25383-thread-1)
[n:127.0.0.1:42977_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 2294730 INFO (jetty-launcher-25383-thread-2)
[n:127.0.0.1:46499_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 2294730 INFO (jetty-launcher-25383-thread-1)
[n:127.0.0.1:42977_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 2294730 INFO
(zkCallback-25394-thread-1-processing-n:127.0.0.1:46499_solr)
[n:127.0.0.1:46499_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1e909d8 name:ZooKeeperConnection
Watcher:127.0.0.1:43885/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 2294730 INFO (jetty-launcher-25383-thread-2)
[n:127.0.0.1:46499_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 2294730 INFO (jetty-launcher-25383-thread-1)
[n:127.0.0.1:42977_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-queue-work
[junit4] 2> 2294731 INFO (jetty-launcher-25383-thread-2)
[n:127.0.0.1:46499_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-queue-work
[junit4] 2> 2294731 INFO (jetty-launcher-25383-thread-1)
[n:127.0.0.1:42977_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-running
[junit4] 2> 2294731 INFO (jetty-launcher-25383-thread-2)
[n:127.0.0.1:46499_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-running
[junit4] 2> 2294732 INFO (jetty-launcher-25383-thread-1)
[n:127.0.0.1:42977_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-completed
[junit4] 2> 2294732 INFO (jetty-launcher-25383-thread-2)
[n:127.0.0.1:46499_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-failure
[junit4] 2> 2294732 INFO (jetty-launcher-25383-thread-1)
[n:127.0.0.1:42977_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-failure
[junit4] 2> 2294733 INFO (jetty-launcher-25383-thread-2)
[n:127.0.0.1:46499_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 2294733 INFO (jetty-launcher-25383-thread-1)
[n:127.0.0.1:42977_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 2294733 INFO (jetty-launcher-25383-thread-2)
[n:127.0.0.1:46499_solr ] o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 2294734 INFO (jetty-launcher-25383-thread-1)
[n:127.0.0.1:42977_solr ] o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 2294734 INFO (jetty-launcher-25383-thread-2)
[n:127.0.0.1:46499_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 2294734 INFO (jetty-launcher-25383-thread-1)
[n:127.0.0.1:42977_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 2294734 INFO (jetty-launcher-25383-thread-2)
[n:127.0.0.1:46499_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 2294734 INFO (jetty-launcher-25383-thread-1)
[n:127.0.0.1:42977_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 2294735 INFO (jetty-launcher-25383-thread-2)
[n:127.0.0.1:46499_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 2294735 INFO (jetty-launcher-25383-thread-1)
[n:127.0.0.1:42977_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 2294735 INFO (jetty-launcher-25383-thread-2)
[n:127.0.0.1:46499_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:46499_solr
[junit4] 2> 2294735 INFO (jetty-launcher-25383-thread-1)
[n:127.0.0.1:42977_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42977_solr
[junit4] 2> 2294735 INFO (jetty-launcher-25383-thread-2)
[n:127.0.0.1:46499_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:46499_solr
[junit4] 2> 2294735 INFO (jetty-launcher-25383-thread-1)
[n:127.0.0.1:42977_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:42977_solr
[junit4] 2> 2294735 INFO (jetty-launcher-25383-thread-2)
[n:127.0.0.1:46499_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 2294736 INFO (jetty-launcher-25383-thread-1)
[n:127.0.0.1:42977_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 2294736 INFO (jetty-launcher-25383-thread-2)
[n:127.0.0.1:46499_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 2294736 INFO (jetty-launcher-25383-thread-2)
[n:127.0.0.1:46499_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2294736 INFO (jetty-launcher-25383-thread-1)
[n:127.0.0.1:42977_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2294737 INFO (jetty-launcher-25383-thread-2)
[n:127.0.0.1:46499_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/98872851211026438-127.0.0.1:46499_solr-n_0000000000
[junit4] 2> 2294737 INFO (jetty-launcher-25383-thread-1)
[n:127.0.0.1:42977_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/98872851211026437-127.0.0.1:42977_solr-n_0000000001
[junit4] 2> 2294737 INFO (jetty-launcher-25383-thread-1)
[n:127.0.0.1:42977_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/98872851211026438-127.0.0.1:46499_solr-n_0000000000 to
know if I could be the leader
[junit4] 2> 2294737 INFO (jetty-launcher-25383-thread-1)
[n:127.0.0.1:42977_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 2294737 INFO (jetty-launcher-25383-thread-2)
[n:127.0.0.1:46499_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:46499_solr
[junit4] 2> 2294737 INFO (jetty-launcher-25383-thread-2)
[n:127.0.0.1:46499_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/leader
[junit4] 2> 2294738 INFO (jetty-launcher-25383-thread-2)
[n:127.0.0.1:46499_solr ] o.a.s.c.Overseer Overseer
(id=98872851211026438-127.0.0.1:46499_solr-n_0000000000) starting
[junit4] 2> 2294738 INFO (jetty-launcher-25383-thread-2)
[n:127.0.0.1:46499_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/queue-work
[junit4] 2> 2294740 INFO (jetty-launcher-25383-thread-2)
[n:127.0.0.1:46499_solr ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 2294740 INFO
(OverseerCollectionConfigSetProcessor-98872851211026438-127.0.0.1:46499_solr-n_0000000000)
[n:127.0.0.1:46499_solr ] o.a.s.c.OverseerTaskProcessor Process current
queue of overseer operations
[junit4] 2> 2294740 INFO
(OverseerStateUpdate-98872851211026438-127.0.0.1:46499_solr-n_0000000000)
[n:127.0.0.1:46499_solr ] o.a.s.c.Overseer Starting to work on the main queue
[junit4] 2> 2294740 INFO (jetty-launcher-25383-thread-2)
[n:127.0.0.1:46499_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 2294755 INFO (jetty-launcher-25383-thread-2)
[n:127.0.0.1:46499_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 2294755 INFO (jetty-launcher-25383-thread-2)
[n:127.0.0.1:46499_solr ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 2294756 INFO (jetty-launcher-25383-thread-2)
[n:127.0.0.1:46499_solr ] o.a.s.c.CorePropertiesLocator Looking for core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_4BA33045A565E2E2-001/tempDir-001/node2/.
[junit4] 2> 2294756 INFO (jetty-launcher-25383-thread-2)
[n:127.0.0.1:46499_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions
[junit4] 2> 2294757 INFO (jetty-launcher-25383-thread-2)
[n:127.0.0.1:46499_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0
[junit4] 2> 2294757 INFO (jetty-launcher-25383-thread-2)
[n:127.0.0.1:46499_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 2294790 INFO (jetty-launcher-25383-thread-1)
[n:127.0.0.1:42977_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 2294790 INFO (jetty-launcher-25383-thread-1)
[n:127.0.0.1:42977_solr ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 2294790 INFO (jetty-launcher-25383-thread-1)
[n:127.0.0.1:42977_solr ] o.a.s.c.CorePropertiesLocator Looking for core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_4BA33045A565E2E2-001/tempDir-001/node1/.
[junit4] 2> 2294790 INFO (jetty-launcher-25383-thread-1)
[n:127.0.0.1:42977_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions
[junit4] 2> 2294791 INFO (jetty-launcher-25383-thread-1)
[n:127.0.0.1:42977_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0
[junit4] 2> 2294791 INFO (jetty-launcher-25383-thread-1)
[n:127.0.0.1:42977_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 2294791 INFO
(TEST-TestManagedSchemaAPI.test-seed#[4BA33045A565E2E2]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 2294791 INFO
(TEST-TestManagedSchemaAPI.test-seed#[4BA33045A565E2E2]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2294798 INFO (zkCallback-25395-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@179c1cb name:ZooKeeperConnection
Watcher:127.0.0.1:43885 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 2294798 INFO
(TEST-TestManagedSchemaAPI.test-seed#[4BA33045A565E2E2]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2294799 INFO
(TEST-TestManagedSchemaAPI.test-seed#[4BA33045A565E2E2]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 2294799 INFO
(TEST-TestManagedSchemaAPI.test-seed#[4BA33045A565E2E2]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 2294800 INFO
(TEST-TestManagedSchemaAPI.test-seed#[4BA33045A565E2E2]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2294800 INFO (zkCallback-25397-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@115b243 name:ZooKeeperConnection
Watcher:127.0.0.1:43885/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 2294800 INFO
(TEST-TestManagedSchemaAPI.test-seed#[4BA33045A565E2E2]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2294800 INFO
(TEST-TestManagedSchemaAPI.test-seed#[4BA33045A565E2E2]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 2294802 INFO
(TEST-TestManagedSchemaAPI.test-seed#[4BA33045A565E2E2]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
[junit4] 2> 2294803 INFO
(TEST-TestManagedSchemaAPI.test-seed#[4BA33045A565E2E2]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/managed-schema
[junit4] 2> 2294803 INFO
(TEST-TestManagedSchemaAPI.test-seed#[4BA33045A565E2E2]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 2294804 INFO
(TEST-TestManagedSchemaAPI.test-seed#[4BA33045A565E2E2]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2294804 INFO (zkCallback-25398-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@3b55fd name:ZooKeeperConnection
Watcher:127.0.0.1:43885/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 2294804 INFO
(TEST-TestManagedSchemaAPI.test-seed#[4BA33045A565E2E2]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2294805 INFO
(TEST-TestManagedSchemaAPI.test-seed#[4BA33045A565E2E2]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 2294805 INFO
(TEST-TestManagedSchemaAPI.test-seed#[4BA33045A565E2E2]) [ ]
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 2294813 INFO (qtp17096753-103581) [n:127.0.0.1:46499_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=2&collection.configName=conf1&wt=javabin&numShards=1&name=testschemaapi&version=2&action=CREATE
and sendToOCPQueue=true
[junit4] 2> 2294814 INFO
(OverseerCollectionConfigSetProcessor-98872851211026438-127.0.0.1:46499_solr-n_0000000000)
[n:127.0.0.1:46499_solr ] o.a.s.c.OverseerTaskProcessor Overseer Collection
Message Handler: Get the message
id:/overseer/collection-queue-work/qn-0000000000 message:{
[junit4] 2> "name":"testschemaapi",
[junit4] 2> "fromApi":"true",
[junit4] 2> "replicationFactor":"2",
[junit4] 2> "collection.configName":"conf1",
[junit4] 2> "numShards":"1",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "operation":"create"}
[junit4] 2> 2294814 INFO
(OverseerThreadFactory-10970-thread-1-processing-n:127.0.0.1:46499_solr)
[n:127.0.0.1:46499_solr ] o.a.s.c.OverseerCollectionMessageHandler
OverseerCollectionMessageHandler.processMessage : create , {
[junit4] 2> "name":"testschemaapi",
[junit4] 2> "fromApi":"true",
[junit4] 2> "replicationFactor":"2",
[junit4] 2> "collection.configName":"conf1",
[junit4] 2> "numShards":"1",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "operation":"create"}
[junit4] 2> 2294815 INFO
(OverseerThreadFactory-10970-thread-1-processing-n:127.0.0.1:46499_solr)
[n:127.0.0.1:46499_solr ] o.a.s.c.OverseerCollectionMessageHandler Create
collection testschemaapi
[junit4] 2> 2294815 INFO
(OverseerThreadFactory-10970-thread-1-processing-n:127.0.0.1:46499_solr)
[n:127.0.0.1:46499_solr ] o.a.s.c.OverseerCollectionMessageHandler creating
collections conf node /collections/testschemaapi
[junit4] 2> 2294815 INFO
(OverseerThreadFactory-10970-thread-1-processing-n:127.0.0.1:46499_solr)
[n:127.0.0.1:46499_solr ] o.a.s.c.c.SolrZkClient makePath:
/collections/testschemaapi
[junit4] 2> 2294815 INFO
(zkCallback-25394-thread-1-processing-n:127.0.0.1:46499_solr)
[n:127.0.0.1:46499_solr ] o.a.s.c.c.ZkStateReader A collections change:
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections],
has occurred - updating...
[junit4] 2> 2294815 INFO (zkCallback-25398-thread-1) [ ]
o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/collections], has occurred - updating...
[junit4] 2> 2294815 INFO
(zkCallback-25393-thread-1-processing-n:127.0.0.1:42977_solr)
[n:127.0.0.1:42977_solr ] o.a.s.c.c.ZkStateReader A collections change:
[WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections],
has occurred - updating...
[junit4] 2> 2294817 INFO
(OverseerStateUpdate-98872851211026438-127.0.0.1:46499_solr-n_0000000000)
[n:127.0.0.1:46499_solr ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "name":"testschemaapi",
[junit4] 2> "fromApi":"true",
[junit4] 2> "replicationFactor":"2",
[junit4] 2> "collection.configName":"conf1",
[junit4] 2> "numShards":"1",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "operation":"create"} current state version: 0
[junit4] 2> 2294817 INFO
(OverseerStateUpdate-98872851211026438-127.0.0.1:46499_solr-n_0000000000)
[n:127.0.0.1:46499_solr ] o.a.s.c.o.ClusterStateMutator building a new
cName: testschemaapi
[junit4] 2> 2294817 INFO
(OverseerStateUpdate-98872851211026438-127.0.0.1:46499_solr-n_0000000000)
[n:127.0.0.1:46499_solr ] o.a.s.c.o.ZkStateWriter going to create_collection
/collections/testschemaapi/state.json
[junit4] 2> 2294917 INFO
(OverseerThreadFactory-10970-thread-1-processing-n:127.0.0.1:46499_solr)
[n:127.0.0.1:46499_solr ] o.a.s.c.OverseerCollectionMessageHandler Creating
SolrCores for new collection testschemaapi, shardNames [shard1] ,
replicationFactor : 2
[junit4] 2> 2294917 INFO
(OverseerThreadFactory-10970-thread-1-processing-n:127.0.0.1:46499_solr)
[n:127.0.0.1:46499_solr ] o.a.s.c.OverseerCollectionMessageHandler Creating
core testschemaapi_shard1_replica1 as part of shard shard1 of collection
testschemaapi on 127.0.0.1:46499_solr
[junit4] 2> 2294918 INFO
(OverseerThreadFactory-10970-thread-1-processing-n:127.0.0.1:46499_solr)
[n:127.0.0.1:46499_solr ] o.a.s.c.OverseerCollectionMessageHandler Creating
core testschemaapi_shard1_replica2 as part of shard shard1 of collection
testschemaapi on 127.0.0.1:42977_solr
[junit4] 2> 2294921 INFO (qtp7036527-103580) [n:127.0.0.1:42977_solr ]
o.a.s.h.a.CoreAdminOperation core create command
shard=shard1&qt=/admin/cores&collection.configName=conf1&wt=javabin&numShards=1&name=testschemaapi_shard1_replica2&collection=testschemaapi&version=2&action=CREATE
[junit4] 2> 2294921 INFO (qtp17096753-103583) [n:127.0.0.1:46499_solr
] o.a.s.h.a.CoreAdminOperation core create command
shard=shard1&qt=/admin/cores&collection.configName=conf1&wt=javabin&numShards=1&name=testschemaapi_shard1_replica1&collection=testschemaapi&version=2&action=CREATE
[junit4] 2> 2294921 INFO (qtp7036527-103580) [n:127.0.0.1:42977_solr ]
o.a.s.c.CoreDescriptor Created CoreDescriptor: {collection=testschemaapi,
dataDir=data/, name=testschemaapi_shard1_replica2, schema=schema.xml,
loadOnStartup=true, collection.configName=conf1,
configSetProperties=configsetprops.json, numShards=1, transient=false,
shard=shard1, config=solrconfig.xml}
[junit4] 2> 2294921 INFO (qtp17096753-103583) [n:127.0.0.1:46499_solr
] o.a.s.c.CoreDescriptor Created CoreDescriptor:
{configSetProperties=configsetprops.json, dataDir=data/,
name=testschemaapi_shard1_replica1, collection.configName=conf1,
loadOnStartup=true, shard=shard1, config=solrconfig.xml, numShards=1,
collection=testschemaapi, schema=schema.xml, transient=false}
[junit4] 2> 2294921 INFO (qtp17096753-103583) [n:127.0.0.1:46499_solr
c:testschemaapi s:shard1 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController
publishing state=down
[junit4] 2> 2294921 INFO (qtp7036527-103580) [n:127.0.0.1:42977_solr
c:testschemaapi s:shard1 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController
publishing state=down
[junit4] 2> 2294922 INFO (qtp17096753-103583) [n:127.0.0.1:46499_solr
c:testschemaapi s:shard1 x:testschemaapi_shard1_replica1] o.a.s.c.ZkController
Registering watch for collection testschemaapi
[junit4] 2> 2294922 INFO (qtp7036527-103580) [n:127.0.0.1:42977_solr
c:testschemaapi s:shard1 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController
Registering watch for collection testschemaapi
[junit4] 2> 2294922 INFO (qtp17096753-103583) [n:127.0.0.1:46499_solr
c:testschemaapi s:shard1 x:testschemaapi_shard1_replica1]
o.a.s.c.c.ZkStateReader addZkWatch [testschemaapi]
[junit4] 2> 2294922 INFO (qtp7036527-103580) [n:127.0.0.1:42977_solr
c:testschemaapi s:shard1 x:testschemaapi_shard1_replica2]
o.a.s.c.c.ZkStateReader addZkWatch [testschemaapi]
[junit4] 2> 2294922 INFO
(OverseerStateUpdate-98872851211026438-127.0.0.1:46499_solr-n_0000000000)
[n:127.0.0.1:46499_solr ] o.a.s.c.Overseer processMessage: queueSize: 2,
message = {
[junit4] 2> "shard":"shard1",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "collection":"testschemaapi",
[junit4] 2> "core":"testschemaapi_shard1_replica1",
[junit4] 2> "node_name":"127.0.0.1:46499_solr",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:46499/solr",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 2294922 INFO (qtp7036527-103580) [n:127.0.0.1:42977_solr
c:testschemaapi s:shard1 x:testschemaapi_shard1_replica2]
o.a.s.c.c.ZkStateReader Add data for [testschemaapi] ver [0]
[junit4] 2> 2294922 INFO (qtp17096753-103583) [n:127.0.0.1:46499_solr
c:testschemaapi s:shard1 x:testschemaapi_shard1_replica1]
o.a.s.c.c.ZkStateReader Add data for [testschemaapi] ver [0]
[junit4] 2> 2294922 INFO (qtp7036527-103580) [n:127.0.0.1:42977_solr
c:testschemaapi s:shard1 x:testschemaapi_shard1_replica2] o.a.s.c.ZkController
look for our core node name
[junit4] 2> 2294922 INFO
(OverseerStateUpdate-98872851211026438-127.0.0.1:46499_solr-n_0000000000)
[n:127.0.0.1:46499_solr ] o.a.s.c.o.ReplicaMutator Update state numShards=1
message={
[junit4] 2> "shard":"shard1",
[junit4] 2> "numS
[...truncated too long message...]
] 2> at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:57)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:349)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:264)
[junit4] 2> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:262)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 2307702 INFO (jetty-launcher-25383-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@1cc79f2{/solr,null,UNAVAILABLE}
[junit4] 2> 2307703 INFO
(TEST-TestManagedSchemaAPI.test-seed#[4BA33045A565E2E2]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:43885 43885
[junit4] 2> 2309046 INFO (Thread-9241) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:43885 43885
[junit4] 2> 2309047 WARN (Thread-9241) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/configs/conf1
[junit4] 2> 6 /solr/configs/conf1/managed-schema
[junit4] 2> 3 /solr/aliases.json
[junit4] 2> 2 /solr/security.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 3 /solr/clusterstate.json
[junit4] 2> 2 /solr/collections/testschemaapi/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 3 /solr/collections
[junit4] 2> 3 /solr/live_nodes
[junit4] 2>
[junit4] 2> 2309047 INFO
(TEST-TestManagedSchemaAPI.test-seed#[4BA33045A565E2E2]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending test
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestManagedSchemaAPI -Dtests.method=test
-Dtests.seed=4BA33045A565E2E2 -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=pt-BR -Dtests.timezone=Asia/Jakarta -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 14.4s J0 | TestManagedSchemaAPI.test <<<
[junit4] > Throwable #1:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from
server at http://127.0.0.1:46499/solr/testschemaapi_shard1_replica1: ERROR:
[doc=2] unknown field 'myNewField1'
[junit4] > at
__randomizedtesting.SeedInfo.seed([4BA33045A565E2E2:C3F70F9F0B998F1A]:0)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:653)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1002)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:891)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:827)
[junit4] > at
org.apache.solr.schema.TestManagedSchemaAPI.testAddFieldAndDocument(TestManagedSchemaAPI.java:101)
[junit4] > at
org.apache.solr.schema.TestManagedSchemaAPI.test(TestManagedSchemaAPI.java:69)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > Caused by:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:46499/solr/testschemaapi_shard1_replica1:
ERROR: [doc=2] unknown field 'myNewField1'
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:628)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:625)
[junit4] > at
java.util.concurrent.FutureTask.run(FutureTask.java:262)
[junit4] > at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4] > ... 1 more
[junit4] 2> 2309050 INFO
(SUITE-TestManagedSchemaAPI-seed#[4BA33045A565E2E2]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/solr/build/solr-core/test/J0/temp/solr.schema.TestManagedSchemaAPI_4BA33045A565E2E2-001
[junit4] 2> NOTE: test params are: codec=Lucene54,
sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=pt-BR,
timezone=Asia/Jakarta
[junit4] 2> NOTE: Linux 4.10.0-33-generic i386/Oracle Corporation 1.7.0_80
(32-bit)/cpus=8,threads=1,free=267167640,total=518979584
[junit4] 2> NOTE: All tests run in this JVM: [ResourceLoaderTest,
TestConfig, AnalysisAfterCoreReloadTest, ZkStateReaderTest,
SecurityConfHandlerTest, RAMDirectoryFactoryTest, CoreAdminRequestStatusTest,
TestConfigSetProperties, XsltUpdateRequestHandlerTest, VersionInfoTest,
QueryResultKeyTest, TestNRTOpen, UUIDFieldTest,
TestExclusionRuleCollectionAccess, ConnectionManagerTest, HLLUtilTest,
BufferStoreTest, DistributedExpandComponentTest, CursorPagingTest,
TestReplicationHandler, RestartWhileUpdatingTest, BasicZkTest,
TestIntervalFaceting, ActionThrottleTest, TestCSVLoader,
HdfsBasicDistributedZk2Test, TestBlendedInfixSuggestions, DirectoryFactoryTest,
TestHashQParserPlugin, TestSolrConfigHandler, CopyFieldTest,
DistributedQueryComponentCustomSortTest, IndexSchemaTest,
TestRemoveLastDynamicCopyField, TestRTimerTree, LeaderElectionIntegrationTest,
CacheHeaderTest, TestAtomicUpdateErrorCases,
TestSolrQueryParserDefaultOperatorResource, TestRandomDVFaceting,
DisMaxRequestHandlerTest, DateFieldTest, TestRandomCollapseQParserPlugin,
EchoParamsTest, QueryElevationComponentTest, TestFastOutputStream,
TestMergePolicyConfig, StandardRequestHandlerTest, SyncSliceTest,
TestCloudInspectUtil, RecoveryAfterSoftCommitTest, TestRemoteStreaming,
MergeStrategyTest, IndexSchemaRuntimeFieldTest, TestRealTimeGet,
ZkNodePropsTest, CleanupOldIndexTest, HdfsRecoverLeaseTest,
TestFoldingMultitermQuery, DeleteInactiveReplicaTest,
CurrencyFieldOpenExchangeTest, QueryEqualityTest, HdfsSyncSliceTest,
TestIBSimilarityFactory, CollectionsAPISolrJTest,
DistributedFacetPivotSmallAdvancedTest, TestCrossCoreJoin,
TestManagedResourceStorage, TestRecoveryHdfs, TestRebalanceLeaders,
SolrRequestParserTest, UUIDUpdateProcessorFallbackTest, JsonLoaderTest,
RulesTest, TestOrdValues, TestRangeQuery, SystemInfoHandlerTest,
OutputWriterTest, DistributedVersionInfoTest, TestSimpleQParserPlugin,
TestComplexPhraseQParserPlugin, PeerSyncTest, TestRequestStatusCollectionAPI,
ExplicitHLLTest, FacetPivotSmallTest, BlockJoinFacetDistribTest,
SignatureUpdateProcessorFactoryTest, ResponseHeaderTest, TestSolr4Spatial,
TestAnalyzedSuggestions, SaslZkACLProviderTest,
ParsingFieldUpdateProcessorsTest, TestClassNameShortening,
DefaultValueUpdateProcessorTest, TestStressLiveNodes, TestLazyCores,
OpenCloseCoreStressTest, OverseerTest, TestDistributedSearch,
TermVectorComponentDistributedTest, TestJoin, SimpleFacetsTest,
TestGroupingSearch, TestSort, TestIndexSearcher, ShowFileRequestHandlerTest,
DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest,
SolrIndexSplitterTest, SimplePostToolTest, SpellCheckCollatorTest,
SuggesterFSTTest, SuggesterTSTTest, TestTrie, PolyFieldTest, NoCacheHeaderTest,
TestPseudoReturnFields, TestWordDelimiterFilterFactory,
StatelessScriptUpdateProcessorFactoryTest, DocValuesMultiTest,
TestSurroundQueryParser, DirectSolrSpellCheckerTest, TestQueryTypes,
TestOmitPositions, TermsComponentTest, TestValueSourceCache,
TermVectorComponentTest, TestArbitraryIndexDir, ReturnFieldsTest,
JSONWriterTest, TestPartialUpdateDeduplication, CSVRequestHandlerTest,
TestComponentsName, SearchHandlerTest, HighlighterConfigTest, SOLR749Test,
TestQuerySenderListener, AlternateDirectoryTest, ResponseLogComponentTest,
TestDocSet, TestBinaryField, TestSearchPerf, NumericFieldsTest,
TestElisionMultitermQuery, ExternalFileFieldSortTest, DirectSolrConnectionTest,
TestLuceneMatchVersion, TestPhraseSuggestions, TestCodecSupport,
SynonymTokenizerTest, TestSweetSpotSimilarityFactory,
TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory,
TestFastWriter, TestJmxMonitoredMap, OpenExchangeRatesOrgProviderTest,
URLClassifyProcessorTest, PluginInfoTest, TestFastLRUCache, DateMathParserTest,
ChaosMonkeyNothingIsSafeTest, AssignTest, AsyncCallRequestStatusResponseTest,
CollectionTooManyReplicasTest, CustomCollectionTest, DistributedQueueTest,
LeaderFailoverAfterPartitionTest, MigrateRouteKeyTest,
OutOfBoxZkACLAndCredentialsProvidersTest,
OverseerCollectionConfigSetProcessorTest, OverseerTaskQueueTest,
ReplicationFactorTest, ShardSplitTest, TestConfigReload,
CoreAdminCreateDiscoverTest, SegmentsInfoRequestHandlerTest,
TestExpandComponent, TestPivotHelperCode, JavabinLoaderTest,
HighlighterMaxOffsetTest, WrapperMergePolicyFactoryTest, CheckHdfsIndexTest,
TestCollationFieldDocValues, TestManagedSchema, TestManagedSchemaAPI]
[junit4] Completed [518/575 (2!)] on J0 in 14.46s, 1 test, 1 error <<<
FAILURES!
[...truncated 49316 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]