SQLHandler.java fix committed. ----- Original Message ----- From: dev@lucene.apache.org To: dev@lucene.apache.org At: 07/22/16 15:06:57
This is caused by this additional failure (build is not only unstable, it failed): [ecj-lint] 11. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/java/org/apache/solr/handler/SQLHandler.java (at line 58) [ecj-lint] import org.apache.solr.common.cloud.DocCollection; [ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ecj-lint] The import org.apache.solr.common.cloud.DocCollection is never used Uwe ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -----Original Message----- > From: Policeman Jenkins Server [mailto:jenk...@thetaphi.de] > Sent: Friday, July 22, 2016 3:40 PM > To: dev@lucene.apache.org > Subject: [JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_92) - Build # > 17331 - Failure! > > Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17331/ > Java: 32bit/jdk1.8.0_92 -server -XX:+UseParallelGC > > 1 tests failed. > FAILED: > org.apache.solr.common.cloud.TestCollectionStateWatchers.testCanWaitFor > NonexistantCollection > > Error Message: > waitForState was not triggered by collection creation > > Stack Trace: > java.lang.AssertionError: waitForState was not triggered by collection > creation > at > __randomizedtesting.SeedInfo.seed([EEB57637C0F1DF11:4595ED81ADAF1B3 > A]:0) > at org.junit.Assert.fail(Assert.java:93) > at org.junit.Assert.assertTrue(Assert.java:43) > at > org.apache.solr.common.cloud.TestCollectionStateWatchers.testCanWaitFor > NonexistantCollection(TestCollectionStateWatchers.java:182) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja > va:62) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess > orImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at > com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomize > dRunner.java:1764) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Rando > mizedRunner.java:871) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(Rando > mizedRunner.java:907) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(Rand > omizedRunner.java:921) > at > com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.e > valuate(SystemPropertiesRestoreRule.java:57) > at > org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRule > SetupTeardownChained.java:49) > at > org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAf > terRule.java:45) > at > org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThr > eadAndTestName.java:48) > at > org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleI > gnoreAfterMaxFailures.java:64) > at > org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure. > java:47) > at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State > mentAdapter.java:36) > at > com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.r > un(ThreadLeakControl.java:367) > at > com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask > (ThreadLeakControl.java:809) > at > com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadL > eakControl.java:460) > at > com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran > domizedRunner.java:880) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Rando > mizedRunner.java:781) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Rando > mizedRunner.java:816) > at > com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Rando > mizedRunner.java:827) > at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State > mentAdapter.java:36) > at > com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.e > valuate(SystemPropertiesRestoreRule.java:57) > at > org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAf > terRule.java:45) > at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State > mentAdapter.java:36) > at > org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreCla > ssName.java:41) > at > com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet > hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) > at > com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMet > hodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) > at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State > mentAdapter.java:36) > at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State > mentAdapter.java:36) > at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State > mentAdapter.java:36) > at > org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAsse > rtionsRequired.java:53) > at > org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure. > java:47) > at > org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleI > gnoreAfterMaxFailures.java:64) > at > org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreT > estSuites.java:54) > at > com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(State > mentAdapter.java:36) > at > com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.r > un(ThreadLeakControl.java:367) > at java.lang.Thread.run(Thread.java:745) > > > > > Build Log: > [...truncated 13229 lines...] > [junit4] Suite: org.apache.solr.common.cloud.TestCollectionStateWatchers > [junit4] 2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr- > master-Linux/solr/build/solr- > solrj/test/J1/temp/solr.common.cloud.TestCollectionStateWatchers_EEB576 > 37C0F1DF11-001/init-core-data-001 > [junit4] 2> 77212 INFO (SUITE-TestCollectionStateWatchers- > seed#[EEB57637C0F1DF11]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl > (true) and clientAuth (false) via: > @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, > clientAuth=NaN) > [junit4] 2> 77213 INFO (SUITE-TestCollectionStateWatchers- > seed#[EEB57637C0F1DF11]-worker) [ ] o.a.s.c.ZkTestServer STARTING ZK > TEST SERVER > [junit4] 2> 77213 INFO (Thread-120) [ ] o.a.s.c.ZkTestServer client > port:0.0.0.0/0.0.0.0:0 > [junit4] 2> 77213 INFO (Thread-120) [ ] o.a.s.c.ZkTestServer Starting > server > [junit4] 2> 77313 INFO (SUITE-TestCollectionStateWatchers- > seed#[EEB57637C0F1DF11]-worker) [ ] o.a.s.c.ZkTestServer start zk server > on port:36335 > [junit4] 2> 77313 INFO (SUITE-TestCollectionStateWatchers- > seed#[EEB57637C0F1DF11]-worker) [ ] o.a.s.c.c.SolrZkClient Using default > ZkCredentialsProvider > [junit4] 2> 77314 INFO (SUITE-TestCollectionStateWatchers- > seed#[EEB57637C0F1DF11]-worker) [ ] o.a.s.c.c.ConnectionManager > Waiting for client to connect to ZooKeeper > [junit4] 2> 77316 INFO (zkCallback-182-thread-1) [ ] > o.a.s.c.c.ConnectionManager Watcher > org.apache.solr.common.cloud.ConnectionManager@15c628d > name:ZooKeeperConnection Watcher:127.0.0.1:36335 got event > WatchedEvent state:SyncConnected type:None path:null path:null type:None > [junit4] 2> 77316 INFO (SUITE-TestCollectionStateWatchers- > seed#[EEB57637C0F1DF11]-worker) [ ] o.a.s.c.c.ConnectionManager Client > is connected to ZooKeeper > [junit4] 2> 77316 INFO (SUITE-TestCollectionStateWatchers- > seed#[EEB57637C0F1DF11]-worker) [ ] o.a.s.c.c.SolrZkClient Using default > ZkACLProvider > [junit4] 2> 77316 INFO (SUITE-TestCollectionStateWatchers- > seed#[EEB57637C0F1DF11]-worker) [ ] o.a.s.c.c.SolrZkClient makePath: > /solr/solr.xml > [junit4] 2> 77319 INFO (SUITE-TestCollectionStateWatchers- > seed#[EEB57637C0F1DF11]-worker) [ ] o.a.s.c.c.SolrZkClient makePath: > /solr/clusterprops.json > [junit4] 2> 77324 INFO (jetty-launcher-181-thread-1) [ ] > o.e.j.s.Server > jetty-9.3.8.v20160314 > [junit4] 2> 77325 INFO (jetty-launcher-181-thread-3) [ ] > o.e.j.s.Server > jetty-9.3.8.v20160314 > [junit4] 2> 77325 INFO (jetty-launcher-181-thread-4) [ ] > o.e.j.s.Server > jetty-9.3.8.v20160314 > [junit4] 2> 77325 INFO (jetty-launcher-181-thread-2) [ ] > o.e.j.s.Server > jetty-9.3.8.v20160314 > [junit4] 2> 77325 INFO (jetty-launcher-181-thread-1) [ ] > o.e.j.s.h.ContextHandler Started > o.e.j.s.ServletContextHandler@1f7cebb{/solr,null,AVAILABLE} > [junit4] 2> 77326 INFO (jetty-launcher-181-thread-3) [ ] > o.e.j.s.h.ContextHandler Started > o.e.j.s.ServletContextHandler@1303c4a{/solr,null,AVAILABLE} > [junit4] 2> 77327 INFO (jetty-launcher-181-thread-4) [ ] > o.e.j.s.h.ContextHandler Started > o.e.j.s.ServletContextHandler@1743d76{/solr,null,AVAILABLE} > [junit4] 2> 77327 INFO (jetty-launcher-181-thread-2) [ ] > o.e.j.s.h.ContextHandler Started > o.e.j.s.ServletContextHandler@645e85{/solr,null,AVAILABLE} > [junit4] 2> 77329 INFO (jetty-launcher-181-thread-1) [ ] > o.e.j.s.ServerConnector Started ServerConnector@b0a311{SSL,[ssl, > http/1.1]}{127.0.0.1:42215} > [junit4] 2> 77329 INFO (jetty-launcher-181-thread-3) [ ] > o.e.j.s.ServerConnector Started ServerConnector@d97bf{SSL,[ssl, > http/1.1]}{127.0.0.1:43197} > [junit4] 2> 77329 INFO (jetty-launcher-181-thread-1) [ ] > o.e.j.s.Server > Started @78857ms > [junit4] 2> 77329 INFO (jetty-launcher-181-thread-3) [ ] > o.e.j.s.Server > Started @78857ms > [junit4] 2> 77329 INFO (jetty-launcher-181-thread-1) [ ] > o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, > hostPort=42215} > [junit4] 2> 77329 INFO (jetty-launcher-181-thread-3) [ ] > o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, > hostPort=43197} > [junit4] 2> 77329 INFO (jetty-launcher-181-thread-3) [ ] > o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): > sun.misc.Launcher$AppClassLoader@1d16e93 > [junit4] 2> 77329 INFO (jetty-launcher-181-thread-1) [ ] > o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): > sun.misc.Launcher$AppClassLoader@1d16e93 > [junit4] 2> 77329 INFO (jetty-launcher-181-thread-3) [ ] > o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: > '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr- > solrj/test/J1/temp/solr.common.cloud.TestCollectionStateWatchers_EEB576 > 37C0F1DF11-001/tempDir-001/node3' > [junit4] 2> 77329 INFO (jetty-launcher-181-thread-1) [ ] > o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: > '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr- > solrj/test/J1/temp/solr.common.cloud.TestCollectionStateWatchers_EEB576 > 37C0F1DF11-001/tempDir-001/node1' > [junit4] 2> 77329 INFO (jetty-launcher-181-thread-3) [ ] > o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) > [junit4] 2> 77329 INFO (jetty-launcher-181-thread-1) [ ] > o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) > [junit4] 2> 77329 INFO (jetty-launcher-181-thread-3) [ ] > o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find > system property or JNDI) > [junit4] 2> 77330 INFO (jetty-launcher-181-thread-1) [ ] > o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find > system property or JNDI) > [junit4] 2> 77331 INFO (jetty-launcher-181-thread-3) [ ] > o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider > [junit4] 2> 77331 INFO (jetty-launcher-181-thread-4) [ ] > o.e.j.s.ServerConnector Started ServerConnector@1248a35{SSL,[ssl, > http/1.1]}{127.0.0.1:39222} > [junit4] 2> 77331 INFO (jetty-launcher-181-thread-3) [ ] > o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper > [junit4] 2> 77332 INFO (jetty-launcher-181-thread-1) [ ] > o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider > [junit4] 2> 77332 INFO (jetty-launcher-181-thread-4) [ ] > o.e.j.s.Server > Started @78859ms > [junit4] 2> 77332 INFO (jetty-launcher-181-thread-4) [ ] > o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, > hostPort=39222} > [junit4] 2> 77332 INFO (jetty-launcher-181-thread-4) [ ] > o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): > sun.misc.Launcher$AppClassLoader@1d16e93 > [junit4] 2> 77332 INFO (jetty-launcher-181-thread-4) [ ] > o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: > '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr- > solrj/test/J1/temp/solr.common.cloud.TestCollectionStateWatchers_EEB576 > 37C0F1DF11-001/tempDir-001/node4' > [junit4] 2> 77332 INFO (jetty-launcher-181-thread-1) [ ] > o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper > [junit4] 2> 77332 INFO (jetty-launcher-181-thread-4) [ ] > o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) > [junit4] 2> 77332 INFO (jetty-launcher-181-thread-4) [ ] > o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find > system property or JNDI) > [junit4] 2> 77332 INFO (jetty-launcher-181-thread-4) [ ] > o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider > [junit4] 2> 77332 INFO (jetty-launcher-181-thread-4) [ ] > o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper > [junit4] 2> 77337 INFO (jetty-launcher-181-thread-2) [ ] > o.e.j.s.ServerConnector Started ServerConnector@558ab8{SSL,[ssl, > http/1.1]}{127.0.0.1:38897} > [junit4] 2> 77337 INFO (jetty-launcher-181-thread-2) [ ] > o.e.j.s.Server > Started @78865ms > [junit4] 2> 77337 INFO (zkCallback-183-thread-1) [ ] > o.a.s.c.c.ConnectionManager Watcher > org.apache.solr.common.cloud.ConnectionManager@17c3163 > name:ZooKeeperConnection Watcher:127.0.0.1:36335/solr got event > WatchedEvent state:SyncConnected type:None path:null path:null type:None > [junit4] 2> 77337 INFO (jetty-launcher-181-thread-2) [ ] > o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, > hostPort=38897} > [junit4] 2> 77337 INFO (jetty-launcher-181-thread-3) [ ] > o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper > [junit4] 2> 77338 INFO (jetty-launcher-181-thread-2) [ ] > o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): > sun.misc.Launcher$AppClassLoader@1d16e93 > [junit4] 2> 77338 INFO (jetty-launcher-181-thread-2) [ ] > o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: > '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr- > solrj/test/J1/temp/solr.common.cloud.TestCollectionStateWatchers_EEB576 > 37C0F1DF11-001/tempDir-001/node2' > [junit4] 2> 77338 INFO (jetty-launcher-181-thread-3) [ ] > o.a.s.c.c.SolrZkClient Using default ZkACLProvider > [junit4] 2> 77339 INFO (jetty-launcher-181-thread-2) [ ] > o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) > [junit4] 2> 77339 INFO (jetty-launcher-181-thread-2) [ ] > o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find > system property or JNDI) > [junit4] 2> 77339 INFO (jetty-launcher-181-thread-2) [ ] > o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider > [junit4] 2> 77339 INFO (jetty-launcher-181-thread-2) [ ] > o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper > [junit4] 2> 77341 INFO (zkCallback-184-thread-1) [ ] > o.a.s.c.c.ConnectionManager Watcher > org.apache.solr.common.cloud.ConnectionManager@e17989 > name:ZooKeeperConnection Watcher:127.0.0.1:36335/solr got event > WatchedEvent state:SyncConnected type:None path:null path:null type:None > [junit4] 2> 77342 INFO (jetty-launcher-181-thread-1) [ ] > o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper > [junit4] 2> 77343 INFO (jetty-launcher-181-thread-3) [ ] > o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... > [junit4] 2> 77343 INFO (zkCallback-185-thread-1) [ ] > o.a.s.c.c.ConnectionManager Watcher > org.apache.solr.common.cloud.ConnectionManager@1fac267 > name:ZooKeeperConnection Watcher:127.0.0.1:36335/solr got event > WatchedEvent state:SyncConnected type:None path:null path:null type:None > [junit4] 2> 77343 INFO (jetty-launcher-181-thread-4) [ ] > o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper > [junit4] 2> 77343 INFO (jetty-launcher-181-thread-1) [ ] > o.a.s.c.c.SolrZkClient Using default ZkACLProvider > [junit4] 2> 77343 INFO (jetty-launcher-181-thread-4) [ ] > o.a.s.c.c.SolrZkClient Using default ZkACLProvider > [junit4] 2> 77343 INFO (zkCallback-186-thread-1) [ ] > o.a.s.c.c.ConnectionManager Watcher > org.apache.solr.common.cloud.ConnectionManager@1250a47 > name:ZooKeeperConnection Watcher:127.0.0.1:36335/solr got event > WatchedEvent state:SyncConnected type:None path:null path:null type:None > [junit4] 2> 77343 INFO (jetty-launcher-181-thread-2) [ ] > o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper > [junit4] 2> 77343 INFO (jetty-launcher-181-thread-2) [ ] > o.a.s.c.c.SolrZkClient Using default ZkACLProvider > [junit4] 2> 77351 INFO (jetty-launcher-181-thread-4) [ ] > o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... > [junit4] 2> 77351 INFO (jetty-launcher-181-thread-2) [ ] > o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... > [junit4] 2> 77351 INFO (jetty-launcher-181-thread-1) [ ] > o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... > [junit4] 2> 77358 INFO (jetty-launcher-181-thread-3) [ ] > o.a.s.c.CorePropertiesLocator Config-defined core root directory: > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr- > solrj/test/J1/temp/solr.common.cloud.TestCollectionStateWatchers_EEB576 > 37C0F1DF11-001/tempDir-001/node3/. > [junit4] 2> 77358 INFO (jetty-launcher-181-thread-3) [ ] > o.a.s.c.CoreContainer New CoreContainer 9718476 > [junit4] 2> 77358 INFO (jetty-launcher-181-thread-3) [ ] > o.a.s.c.CoreContainer Loading cores into CoreContainer > [instanceDir=/home/jenkins/workspace/Lucene-Solr-master- > Linux/solr/build/solr- > solrj/test/J1/temp/solr.common.cloud.TestCollectionStateWatchers_EEB576 > 37C0F1DF11-001/tempDir-001/node3] > [junit4] 2> 77359 WARN (jetty-launcher-181-thread-3) [ ] > o.a.s.c.CoreContainer Couldn't add files from > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr- > solrj/test/J1/temp/solr.common.cloud.TestCollectionStateWatchers_EEB576 > 37C0F1DF11-001/tempDir-001/node3/lib to classpath: > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr- > solrj/test/J1/temp/solr.common.cloud.TestCollectionStateWatchers_EEB576 > 37C0F1DF11-001/tempDir-001/node3/lib > [junit4] 2> 77359 INFO (jetty-launcher-181-thread-3) [ ] > o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : > 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : > 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : > 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false, > [junit4] 2> 77359 INFO (jetty-launcher-181-thread-4) [ ] > o.a.s.c.CorePropertiesLocator Config-defined core root directory: > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr- > solrj/test/J1/temp/solr.common.cloud.TestCollectionStateWatchers_EEB576 > 37C0F1DF11-001/tempDir-001/node4/. > [junit4] 2> 77359 INFO (jetty-launcher-181-thread-4) [ ] > o.a.s.c.CoreContainer New CoreContainer 11801536 > [junit4] 2> 77359 INFO (jetty-launcher-181-thread-4) [ ] > o.a.s.c.CoreContainer Loading cores into CoreContainer > [instanceDir=/home/jenkins/workspace/Lucene-Solr-master- > Linux/solr/build/solr- > solrj/test/J1/temp/solr.common.cloud.TestCollectionStateWatchers_EEB576 > 37C0F1DF11-001/tempDir-001/node4] > [junit4] 2> 77359 WARN (jetty-launcher-181-thread-4) [ ] > o.a.s.c.CoreContainer Couldn't add files from > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr- > solrj/test/J1/temp/solr.common.cloud.TestCollectionStateWatchers_EEB576 > 37C0F1DF11-001/tempDir-001/node4/lib to classpath: > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr- > solrj/test/J1/temp/solr.common.cloud.TestCollectionStateWatchers_EEB576 > 37C0F1DF11-001/tempDir-001/node4/lib > [junit4] 2> 77360 INFO (jetty-launcher-181-thread-4) [ ] > o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : > 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : > 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : > 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false, > [junit4] 2> 77361 INFO (jetty-launcher-181-thread-3) [ ] > o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with > params: > socketTimeout=340000&connTimeout=45000&maxConnections=100000&ma > xConnectionsPerHost=100000 > [junit4] 2> 77361 INFO (jetty-launcher-181-thread-3) [ ] > o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory > [junit4] 2> 77361 INFO (jetty-launcher-181-thread-3) [ ] > o.a.s.l.LogWatcher Registering Log Listener [Log4j > (org.slf4j.impl.Log4jLoggerFactory)] > [junit4] 2> 77361 INFO (jetty-launcher-181-thread-3) [ ] > o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36335/solr > [junit4] 2> 77361 INFO (jetty-launcher-181-thread-3) [ ] > o.a.s.c.ZkController zkHost includes chroot > [junit4] 2> 77361 INFO (jetty-launcher-181-thread-3) [ ] > o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider > [junit4] 2> 77361 INFO (jetty-launcher-181-thread-1) [ ] > o.a.s.c.CorePropertiesLocator Config-defined core root directory: > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr- > solrj/test/J1/temp/solr.common.cloud.TestCollectionStateWatchers_EEB576 > 37C0F1DF11-001/tempDir-001/node1/. > [junit4] 2> 77362 INFO (jetty-launcher-181-thread-2) [ ] > o.a.s.c.CorePropertiesLocator Config-defined core root directory: > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr- > solrj/test/J1/temp/solr.common.cloud.TestCollectionStateWatchers_EEB576 > 37C0F1DF11-001/tempDir-001/node2/. > [junit4] 2> 77362 INFO (jetty-launcher-181-thread-1) [ ] > o.a.s.c.CoreContainer New CoreContainer 21338416 > [junit4] 2> 77361 INFO (jetty-launcher-181-thread-3) [ ] > o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper > [junit4] 2> 77362 INFO (jetty-launcher-181-thread-2) [ ] > o.a.s.c.CoreContainer New CoreContainer 22855630 > [junit4] 2> 77361 INFO (jetty-launcher-181-thread-4) [ ] > o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with > params: > socketTimeout=340000&connTimeout=45000&maxConnections=100000&ma > xConnectionsPerHost=100000 > [junit4] 2> 77362 INFO (jetty-launcher-181-thread-2) [ ] > o.a.s.c.CoreContainer Loading cores into CoreContainer > [instanceDir=/home/jenkins/workspace/Lucene-Solr-master- > Linux/solr/build/solr- > solrj/test/J1/temp/solr.common.cloud.TestCollectionStateWatchers_EEB576 > 37C0F1DF11-001/tempDir-001/node2] > [junit4] 2> 77362 INFO (jetty-launcher-181-thread-4) [ ] > o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory > [junit4] 2> 77362 INFO (jetty-launcher-181-thread-1) [ ] > o.a.s.c.CoreContainer Loading cores into CoreContainer > [instanceDir=/home/jenkins/workspace/Lucene-Solr-master- > Linux/solr/build/solr- > solrj/test/J1/temp/solr.common.cloud.TestCollectionStateWatchers_EEB576 > 37C0F1DF11-001/tempDir-001/node1] > [junit4] 2> 77362 INFO (jetty-launcher-181-thread-4) [ ] > o.a.s.l.LogWatcher Registering Log Listener [Log4j > (org.slf4j.impl.Log4jLoggerFactory)] > [junit4] 2> 77362 WARN (jetty-launcher-181-thread-2) [ ] > o.a.s.c.CoreContainer Couldn't add files from > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr- > solrj/test/J1/temp/solr.common.cloud.TestCollectionStateWatchers_EEB576 > 37C0F1DF11-001/tempDir-001/node2/lib to classpath: > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr- > solrj/test/J1/temp/solr.common.cloud.TestCollectionStateWatchers_EEB576 > 37C0F1DF11-001/tempDir-001/node2/lib > [junit4] 2> 77362 INFO (jetty-launcher-181-thread-4) [ ] > o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36335/solr > [junit4] 2> 77362 WARN (jetty-launcher-181-thread-1) [ ] > o.a.s.c.CoreContainer Couldn't add files from > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr- > solrj/test/J1/temp/solr.common.cloud.TestCollectionStateWatchers_EEB576 > 37C0F1DF11-001/tempDir-001/node1/lib to classpath: > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr- > solrj/test/J1/temp/solr.common.cloud.TestCollectionStateWatchers_EEB576 > 37C0F1DF11-001/tempDir-001/node1/lib > [junit4] 2> 77363 INFO (jetty-launcher-181-thread-4) [ ] > o.a.s.c.ZkController zkHost includes chroot > [junit4] 2> 77363 INFO (jetty-launcher-181-thread-2) [ ] > o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : > 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : > 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : > 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false, > [junit4] 2> 77363 INFO (jetty-launcher-181-thread-1) [ ] > o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : > 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : > 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : > 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false, > [junit4] 2> 77363 INFO (jetty-launcher-181-thread-4) [ ] > o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider > [junit4] 2> 77363 INFO (jetty-launcher-181-thread-4) [ ] > o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper > [junit4] 2> 77364 INFO (zkCallback-191-thread-1) [ ] > o.a.s.c.c.ConnectionManager Watcher > org.apache.solr.common.cloud.ConnectionManager@da39d7 > name:ZooKeeperConnection Watcher:127.0.0.1:36335 got event > WatchedEvent state:SyncConnected type:None path:null path:null type:None > [junit4] 2> 77364 INFO (jetty-launcher-181-thread-3) [ ] > o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper > [junit4] 2> 77364 INFO (jetty-launcher-181-thread-3) [ ] > o.a.s.c.c.SolrZkClient Using default ZkACLProvider > [junit4] 2> 77367 INFO (zkCallback-192-thread-1) [ ] > o.a.s.c.c.ConnectionManager Watcher > org.apache.solr.common.cloud.ConnectionManager@1978ba5 > name:ZooKeeperConnection Watcher:127.0.0.1:36335 got event > WatchedEvent state:SyncConnected type:None path:null path:null type:None > [junit4] 2> 77367 INFO (jetty-launcher-181-thread-1) [ ] > o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with > params: > socketTimeout=340000&connTimeout=45000&maxConnections=100000&ma > xConnectionsPerHost=100000 > [junit4] 2> 77367 INFO (jetty-launcher-181-thread-2) [ ] > o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with > params: > socketTimeout=340000&connTimeout=45000&maxConnections=100000&ma > xConnectionsPerHost=100000 > [junit4] 2> 77368 INFO (jetty-launcher-181-thread-1) [ ] > o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory > [junit4] 2> 77368 INFO (jetty-launcher-181-thread-2) [ ] > o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory > [junit4] 2> 77368 INFO (jetty-launcher-181-thread-4) [ ] > o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper > [junit4] 2> 77368 INFO (jetty-launcher-181-thread-3) > [n:127.0.0.1:43197_solr ] o.a.s.c.ZkController Added new OnReconnect > listener org.apache.solr.cloud.ZkController$$Lambda$74/2127001@d30c5a > [junit4] 2> 77368 INFO (jetty-launcher-181-thread-1) [ ] > o.a.s.l.LogWatcher Registering Log Listener [Log4j > (org.slf4j.impl.Log4jLoggerFactory)] > [junit4] 2> 77368 INFO (jetty-launcher-181-thread-2) [ ] > o.a.s.l.LogWatcher Registering Log Listener [Log4j > (org.slf4j.impl.Log4jLoggerFactory)] > [junit4] 2> 77368 INFO (jetty-launcher-181-thread-1) [ ] > o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36335/solr > [junit4] 2> 77368 INFO (jetty-launcher-181-thread-2) [ ] > o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36335/solr > [junit4] 2> 77368 INFO (jetty-launcher-181-thread-1) [ ] > o.a.s.c.ZkController zkHost includes chroot > [junit4] 2> 77368 INFO (jetty-launcher-181-thread-2) [ ] > o.a.s.c.ZkController zkHost includes chroot > [junit4] 2> 77368 INFO (jetty-launcher-181-thread-4) [ ] > o.a.s.c.c.SolrZkClient Using default ZkACLProvider > [junit4] 2> 77368 INFO (jetty-launcher-181-thread-2) [ ] > o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider > [junit4] 2> 77368 INFO (jetty-launcher-181-thread-1) [ ] > o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider > [junit4] 2> 77368 INFO (jetty-launcher-181-thread-3) > [n:127.0.0.1:43197_solr ] o.a.s.c.c.ConnectionManager Waiting for client to > connect to ZooKeeper > [junit4] 2> 77369 INFO (jetty-launcher-181-thread-2) [ ] > o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper > [junit4] 2> 77369 INFO (jetty-launcher-181-thread-1) [ ] > o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper > [junit4] 2> 77370 INFO (zkCallback-197-thread-1-processing- > n:127.0.0.1:43197_solr) [n:127.0.0.1:43197_solr ] > o.a.s.c.c.ConnectionManager Watcher > org.apache.solr.common.cloud.ConnectionManager@17e3071 > name:ZooKeeperConnection Watcher:127.0.0.1:36335/solr got event > WatchedEvent state:SyncConnected type:None path:null path:null type:None > [junit4] 2> 77370 INFO (jetty-launcher-181-thread-4) > [n:127.0.0.1:39222_solr ] o.a.s.c.ZkController Added new OnReconnect > listener org.apache.solr.cloud.ZkController$$Lambda$74/2127001@1853e7b > [junit4] 2> 77370 INFO (jetty-launcher-181-thread-3) > [n:127.0.0.1:43197_solr ] o.a.s.c.c.ConnectionManager Client is connected > to ZooKeeper > [junit4] 2> 77370 INFO (zkCallback-199-thread-1) [ ] > o.a.s.c.c.ConnectionManager Watcher > org.apache.solr.common.cloud.ConnectionManager@56720b > name:ZooKeeperConnection Watcher:127.0.0.1:36335 got event > WatchedEvent state:SyncConnected type:None path:null path:null type:None > [junit4] 2> 77371 INFO (jetty-launcher-181-thread-4) > [n:127.0.0.1:39222_solr ] o.a.s.c.c.ConnectionManager Waiting for client to > connect to ZooKeeper > [junit4] 2> 77371 INFO (jetty-launcher-181-thread-2) [ ] > o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper > [junit4] 2> 77371 INFO (zkCallback-198-thread-1) [ ] > o.a.s.c.c.ConnectionManager Watcher > org.apache.solr.common.cloud.ConnectionManager@1e62 > name:ZooKeeperConnection Watcher:127.0.0.1:36335 got event > WatchedEvent state:SyncConnected type:None path:null path:null type:None > [junit4] 2> 77371 INFO (jetty-launcher-181-thread-2) [ ] > o.a.s.c.c.SolrZkClient Using default ZkACLProvider > [junit4] 2> 77371 INFO (jetty-launcher-181-thread-1) [ ] > o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper > [junit4] 2> 77371 INFO (jetty-launcher-181-thread-1) [ ] > o.a.s.c.c.SolrZkClient Using default ZkACLProvider > [junit4] 2> 77371 INFO (jetty-launcher-181-thread-3) > [n:127.0.0.1:43197_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue > [junit4] 2> 77372 INFO (zkCallback-200-thread-1-processing- > n:127.0.0.1:39222_solr) [n:127.0.0.1:39222_solr ] > o.a.s.c.c.ConnectionManager Watcher > org.apache.solr.common.cloud.ConnectionManager@edf7de > name:ZooKeeperConnection Watcher:127.0.0.1:36335/solr got event > WatchedEvent state:SyncConnected type:None path:null path:null type:None > [junit4] 2> 77372 INFO (jetty-launcher-181-thread-4) > [n:127.0.0.1:39222_solr ] o.a.s.c.c.ConnectionManager Client is connected > to ZooKeeper > [junit4] 2> 77372 INFO (jetty-launcher-181-thread-1) > [n:127.0.0.1:42215_solr ] o.a.s.c.ZkController Added new OnReconnect > listener org.apache.solr.cloud.ZkController$$Lambda$74/2127001@1308fb5 > [junit4] 2> 77373 INFO (jetty-launcher-181-thread-2) > [n:127.0.0.1:38897_solr ] o.a.s.c.ZkController Added new OnReconnect > listener org.apache.solr.cloud.ZkController$$Lambda$74/2127001@377586 > [junit4] 2> 77373 INFO (jetty-launcher-181-thread-1) > [n:127.0.0.1:42215_solr ] o.a.s.c.c.ConnectionManager Waiting for client to > connect to ZooKeeper > [junit4] 2> 77373 INFO (jetty-launcher-181-thread-2) > [n:127.0.0.1:38897_solr ] o.a.s.c.c.ConnectionManager Waiting for client to > connect to ZooKeeper > [junit4] 2> 77373 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 0x15612d05edc0008, 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(NIOServerCnxnFact > ory.java:208) > [junit4] 2> at java.lang.Thread.run(Thread.java:745) > [junit4] 2> 77374 INFO (zkCallback-201-thread-1-processing- > n:127.0.0.1:42215_solr) [n:127.0.0.1:42215_solr ] > o.a.s.c.c.ConnectionManager Watcher > org.apache.solr.common.cloud.ConnectionManager@1062ca1 > name:ZooKeeperConnection Watcher:127.0.0.1:36335/solr got event > WatchedEvent state:SyncConnected type:None path:null path:null type:None > [junit4] 2> 77375 INFO (zkCallback-202-thread-1-processing- > n:127.0.0.1:38897_solr) [n:127.0.0.1:38897_solr ] > o.a.s.c.c.ConnectionManager Watcher > org.apache.solr.common.cloud.ConnectionManager@1b5ad8c > name:ZooKeeperConnection Watcher:127.0.0.1:36335/solr got event > WatchedEvent state:SyncConnected type:None path:null path:null type:None > [junit4] 2> 77375 INFO (jetty-launcher-181-thread-2) > [n:127.0.0.1:38897_solr ] o.a.s.c.c.ConnectionManager Client is connected > to ZooKeeper > [junit4] 2> 77375 INFO (jetty-launcher-181-thread-1) > [n:127.0.0.1:42215_solr ] o.a.s.c.c.ConnectionManager Client is connected > to ZooKeeper > [junit4] 2> 77375 INFO (jetty-launcher-181-thread-4) > [n:127.0.0.1:39222_solr ] o.a.s.c.c.SolrZkClient makePath: > /overseer/collection-queue-work > [junit4] 2> 77376 INFO (jetty-launcher-181-thread-3) > [n:127.0.0.1:43197_solr ] o.a.s.c.c.SolrZkClient makePath: > /overseer/collection-queue-work > [junit4] 2> 77377 INFO (jetty-launcher-181-thread-2) > [n:127.0.0.1:38897_solr ] o.a.s.c.c.SolrZkClient makePath: > /overseer/collection-map-running > [junit4] 2> 77377 INFO (jetty-launcher-181-thread-1) > [n:127.0.0.1:42215_solr ] o.a.s.c.c.SolrZkClient makePath: > /overseer/collection-map-running > [junit4] 2> 77378 INFO (jetty-launcher-181-thread-4) > [n:127.0.0.1:39222_solr ] o.a.s.c.c.SolrZkClient makePath: > /overseer/collection-map-running > [junit4] 2> 77378 INFO (jetty-launcher-181-thread-3) > [n:127.0.0.1:43197_solr ] o.a.s.c.c.SolrZkClient makePath: > /overseer/collection-map-running > [junit4] 2> 77380 INFO (jetty-launcher-181-thread-1) > [n:127.0.0.1:42215_solr ] o.a.s.c.c.SolrZkClient makePath: > /overseer/collection-map-completed > [junit4] 2> 77380 INFO (jetty-launcher-181-thread-3) > [n:127.0.0.1:43197_solr ] o.a.s.c.c.SolrZkClient makePath: > /overseer/collection-map-completed > [junit4] 2> 77380 INFO (jetty-launcher-181-thread-2) > [n:127.0.0.1:38897_solr ] o.a.s.c.c.SolrZkClient makePath: > /overseer/collection-map-completed > [junit4] 2> 77381 INFO (jetty-launcher-181-thread-3) > [n:127.0.0.1:43197_solr ] o.a.s.c.c.SolrZkClient makePath: > /overseer/collection-map-failure > [junit4] 2> 77381 INFO (jetty-launcher-181-thread-1) > [n:127.0.0.1:42215_solr ] o.a.s.c.c.SolrZkClient makePath: > /overseer/collection-map-failure > [junit4] 2> 77381 INFO (jetty-launcher-181-thread-4) > [n:127.0.0.1:39222_solr ] o.a.s.c.c.SolrZkClient makePath: > /overseer/collection-map-failure > [junit4] 2> 77381 INFO (jetty-launcher-181-thread-2) > [n:127.0.0.1:38897_solr ] o.a.s.c.c.SolrZkClient makePath: > /overseer/collection-map-failure > [junit4] 2> 77382 INFO (jetty-launcher-181-thread-1) > [n:127.0.0.1:42215_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes > [junit4] 2> 77382 INFO (jetty-launcher-181-thread-3) > [n:127.0.0.1:43197_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes > [junit4] 2> 77382 INFO (jetty-launcher-181-thread-2) > [n:127.0.0.1:38897_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes > [junit4] 2> 77382 INFO (jetty-launcher-181-thread-4) > [n:127.0.0.1:39222_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes > [junit4] 2> 77383 INFO (jetty-launcher-181-thread-3) > [n:127.0.0.1:43197_solr ] o.a.s.c.c.SolrZkClient makePath: /collections > [junit4] 2> 77383 INFO (jetty-launcher-181-thread-2) > [n:127.0.0.1:38897_solr ] o.a.s.c.c.SolrZkClient makePath: /collections > [junit4] 2> 77383 INFO (jetty-launcher-181-thread-1) > [n:127.0.0.1:42215_solr ] o.a.s.c.c.SolrZkClient makePath: /collections > [junit4] 2> 77383 INFO (jetty-launcher-181-thread-4) > [n:127.0.0.1:39222_solr ] o.a.s.c.c.SolrZkClient makePath: /collections > [junit4] 2> 77383 INFO (jetty-launcher-181-thread-2) > [n:127.0.0.1:38897_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json > [junit4] 2> 77383 INFO (jetty-launcher-181-thread-1) > [n:127.0.0.1:42215_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json > [junit4] 2> 77384 INFO (jetty-launcher-181-thread-4) > [n:127.0.0.1:39222_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json > [junit4] 2> 77384 INFO (jetty-launcher-181-thread-3) > [n:127.0.0.1:43197_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json > [junit4] 2> 77384 INFO (jetty-launcher-181-thread-1) > [n:127.0.0.1:42215_solr ] o.a.s.c.c.SolrZkClient makePath: > /clusterstate.json > [junit4] 2> 77384 INFO (jetty-launcher-181-thread-2) > [n:127.0.0.1:38897_solr ] o.a.s.c.c.SolrZkClient makePath: > /clusterstate.json > [junit4] 2> 77384 INFO (jetty-launcher-181-thread-4) > [n:127.0.0.1:39222_solr ] o.a.s.c.c.SolrZkClient makePath: > /clusterstate.json > [junit4] 2> 77384 INFO (jetty-launcher-181-thread-3) > [n:127.0.0.1:43197_solr ] o.a.s.c.c.SolrZkClient makePath: > /clusterstate.json > [junit4] 2> 77391 INFO (jetty-launcher-181-thread-3) > [n:127.0.0.1:43197_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json > [junit4] 2> 77391 INFO (jetty-launcher-181-thread-1) > [n:127.0.0.1:42215_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json > [junit4] 2> 77391 INFO (jetty-launcher-181-thread-4) > [n:127.0.0.1:39222_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json > [junit4] 2> 77391 INFO (jetty-launcher-181-thread-2) > [n:127.0.0.1:38897_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json > [junit4] 2> 77391 INFO (jetty-launcher-181-thread-4) > [n:127.0.0.1:39222_solr ] o.a.s.c.c.ZkStateReader Updating cluster state > from ZooKeeper... > [junit4] 2> 77391 INFO (jetty-launcher-181-thread-3) > [n:127.0.0.1:43197_solr ] o.a.s.c.c.ZkStateReader Updating cluster state > from ZooKeeper... > [junit4] 2> 77392 INFO (jetty-launcher-181-thread-1) > [n:127.0.0.1:42215_solr ] o.a.s.c.c.ZkStateReader Updating cluster state > from ZooKeeper... > [junit4] 2> 77392 INFO (jetty-launcher-181-thread-2) > [n:127.0.0.1:38897_solr ] o.a.s.c.c.ZkStateReader Updating cluster state > from ZooKeeper... > [junit4] 2> 77392 INFO (jetty-launcher-181-thread-4) > [n:127.0.0.1:39222_solr ] o.a.s.c.c.ZkStateReader Loaded cluster > properties: > {urlScheme=https} > [junit4] 2> 77392 INFO (jetty-launcher-181-thread-3) > [n:127.0.0.1:43197_solr ] o.a.s.c.c.ZkStateReader Loaded cluster > properties: > {urlScheme=https} > [junit4] 2> 77392 INFO (jetty-launcher-181-thread-1) > [n:127.0.0.1:42215_solr ] o.a.s.c.c.ZkStateReader Loaded cluster > properties: > {urlScheme=https} > [junit4] 2> 77392 INFO (jetty-launcher-181-thread-4) > [n:127.0.0.1:39222_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from > ZooKeeper... (0) -> (0) > [junit4] 2> 77392 INFO (jetty-launcher-181-thread-2) > [n:127.0.0.1:38897_solr ] o.a.s.c.c.ZkStateReader Loaded cluster > properties: > {urlScheme=https} > [junit4] 2> 77392 INFO (jetty-launcher-181-thread-3) > [n:127.0.0.1:43197_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from > ZooKeeper... (0) -> (0) > [junit4] 2> 77392 INFO (jetty-launcher-181-thread-1) > [n:127.0.0.1:42215_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from > ZooKeeper... (0) -> (0) > [junit4] 2> 77392 INFO (jetty-launcher-181-thread-2) > [n:127.0.0.1:38897_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from > ZooKeeper... (0) -> (0) > [junit4] 2> 77394 INFO (jetty-launcher-181-thread-3) > [n:127.0.0.1:43197_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect > [junit4] 2> 77394 INFO (jetty-launcher-181-thread-4) > [n:127.0.0.1:39222_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect > [junit4] 2> 77394 INFO (jetty-launcher-181-thread-1) > [n:127.0.0.1:42215_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect > [junit4] 2> 77394 INFO (jetty-launcher-181-thread-2) > [n:127.0.0.1:38897_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect > [junit4] 2> 77394 INFO (jetty-launcher-181-thread-1) > [n:127.0.0.1:42215_solr ] o.a.s.c.c.SolrZkClient makePath: > /overseer_elect/election > [junit4] 2> 77394 INFO (jetty-launcher-181-thread-3) > [n:127.0.0.1:43197_solr ] o.a.s.c.c.SolrZkClient makePath: > /overseer_elect/election > [junit4] 2> 77394 INFO (jetty-launcher-181-thread-4) > [n:127.0.0.1:39222_solr ] o.a.s.c.c.SolrZkClient makePath: > /overseer_elect/election > [junit4] 2> 77395 INFO (jetty-launcher-181-thread-2) > [n:127.0.0.1:38897_solr ] o.a.s.c.c.SolrZkClient makePath: > /overseer_elect/election > [junit4] 2> 77395 INFO (jetty-launcher-181-thread-3) > [n:127.0.0.1:43197_solr ] o.a.s.c.Overseer Overseer (id=null) closing > [junit4] 2> 77395 INFO (jetty-launcher-181-thread-4) > [n:127.0.0.1:39222_solr ] o.a.s.c.Overseer Overseer (id=null) closing > [junit4] 2> 77395 INFO (jetty-launcher-181-thread-2) > [n:127.0.0.1:38897_solr ] o.a.s.c.Overseer Overseer (id=null) closing > [junit4] 2> 77395 INFO (jetty-launcher-181-thread-1) > [n:127.0.0.1:42215_solr ] o.a.s.c.Overseer Overseer (id=null) closing > [junit4] 2> 77396 INFO (jetty-launcher-181-thread-3) > [n:127.0.0.1:43197_solr ] o.a.s.c.LeaderElector Joined leadership election > with path: /overseer_elect/election/96285128189018119- > 127.0.0.1:43197_solr-n_0000000000 > [junit4] 2> 77396 INFO (jetty-launcher-181-thread-4) > [n:127.0.0.1:39222_solr ] o.a.s.c.LeaderElector Joined leadership election > with path: /overseer_elect/election/96285128189018122- > 127.0.0.1:39222_solr-n_0000000001 > [junit4] 2> 77396 INFO (jetty-launcher-181-thread-2) > [n:127.0.0.1:38897_solr ] o.a.s.c.LeaderElector Joined leadership election > with path: /overseer_elect/election/96285128189018124- > 127.0.0.1:38897_solr-n_0000000002 > [junit4] 2> 77396 INFO (jetty-launcher-181-thread-1) > [n:127.0.0.1:42215_solr ] o.a.s.c.LeaderElector Joined leadership election > with path: /overseer_elect/election/96285128189018123- > 127.0.0.1:42215_solr-n_0000000003 > [junit4] 2> 77396 INFO (jetty-launcher-181-thread-3) > [n:127.0.0.1:43197_solr ] o.a.s.c.OverseerElectionContext I am going to be > the leader 127.0.0.1:43197_solr > [junit4] 2> 77396 INFO (jetty-launcher-181-thread-3) > [n:127.0.0.1:43197_solr ] o.a.s.c.c.SolrZkClient makePath: > /overseer_elect/leader > [junit4] 2> 77396 INFO (jetty-launcher-181-thread-4) > [n:127.0.0.1:39222_solr ] o.a.s.c.LeaderElector Watching path > /overseer_elect/election/96285128189018119-127.0.0.1:43197_solr- > n_0000000000 to know if I could be the leader > [junit4] 2> 77396 INFO (jetty-launcher-181-thread-2) > [n:127.0.0.1:38897_solr ] o.a.s.c.LeaderElector Watching path > /overseer_elect/election/96285128189018122-127.0.0.1:39222_solr- > n_0000000001 to know if I could be the leader > [junit4] 2> 77396 INFO (jetty-launcher-181-thread-1) > [n:127.0.0.1:42215_solr ] o.a.s.c.LeaderElector Watching path > /overseer_elect/election/96285128189018124-127.0.0.1:38897_solr- > n_0000000002 to know if I could be the leader > [junit4] 2> 77396 INFO (jetty-launcher-181-thread-4) > [n:127.0.0.1:39222_solr ] o.a.s.c.ZkController Register node as live in > ZooKeeper:/live_nodes/127.0.0.1:39222_solr > [junit4] 2> 77396 INFO (jetty-launcher-181-thread-4) > [n:127.0.0.1:39222_solr ] o.a.s.c.c.SolrZkClient makePath: > /live_nodes/127.0.0.1:39222_solr > [junit4] 2> 77396 INFO (jetty-launcher-181-thread-2) > [n:127.0.0.1:38897_solr ] o.a.s.c.ZkController Register node as live in > ZooKeeper:/live_nodes/127.0.0.1:38897_solr > [junit4] 2> 77396 INFO (jetty-launcher-181-thread-1) > [n:127.0.0.1:42215_solr ] o.a.s.c.ZkController Register node as live in > ZooKeeper:/live_nodes/127.0.0.1:42215_solr > [junit4] 2> 77397 INFO (jetty-launcher-181-thread-1) > [n:127.0.0.1:42215_solr ] o.a.s.c.c.SolrZkClient makePath: > /live_nodes/127.0.0.1:42215_solr > [junit4] 2> 77396 INFO (jetty-launcher-181-thread-2) > [n:127.0.0.1:38897_solr ] o.a.s.c.c.SolrZkClient makePath: > /live_nodes/127.0.0.1:38897_solr > [junit4] 2> 77397 INFO (jetty-launcher-181-thread-3) > [n:127.0.0.1:43197_solr ] o.a.s.c.Overseer Overseer > (id=96285128189018119-127.0.0.1:43197_solr-n_0000000000) starting > [junit4] 2> 77397 INFO (zkCallback-200-thread-1-processing- > n:127.0.0.1:39222_solr) [n:127.0.0.1:39222_solr ] o.a.s.c.c.ZkStateReader A > live node change: [WatchedEvent state:SyncConnected > type:NodeChildrenChanged path:/live_nodes], has occurred - updating... > (live nodes size: [0]) > [junit4] 2> 77397 INFO (zkCallback-197-thread-1-processing- > n:127.0.0.1:43197_solr) [n:127.0.0.1:43197_solr ] o.a.s.c.c.ZkStateReader A > live node change: [WatchedEvent state:SyncConnected > type:NodeChildrenChanged path:/live_nodes], has occurred - updating... > (live nodes size: [0]) > [junit4] 2> 77397 INFO (zkCallback-201-thread-1-processing- > n:127.0.0.1:42215_solr) [n:127.0.0.1:42215_solr ] o.a.s.c.c.ZkStateReader A > live node change: [WatchedEvent state:SyncConnected > type:NodeChildrenChanged path:/live_nodes], has occurred - updating... > (live nodes size: [0]) > [junit4] 2> 77398 INFO (zkCallback-197-thread-1-processing- > n:127.0.0.1:43197_solr) [n:127.0.0.1:43197_solr ] o.a.s.c.c.ZkStateReader > Updated live nodes from ZooKeeper... (0) -> (3) > [junit4] 2> 77398 INFO (zkCallback-200-thread-1-processing- > n:127.0.0.1:39222_solr) [n:127.0.0.1:39222_solr ] o.a.s.c.c.ZkStateReader > Updated live nodes from ZooKeeper... (0) -> (3) > [junit4] 2> 77398 INFO (zkCallback-201-thread-1-processing- > n:127.0.0.1:42215_solr) [n:127.0.0.1:42215_solr ] o.a.s.c.c.ZkStateReader > Updated live nodes from ZooKeeper... (0) -> (3) > [junit4] 2> 77398 INFO (zkCallback-202-thread-1-processing- > n:127.0.0.1:38897_solr) [n:127.0.0.1:38897_solr ] o.a.s.c.c.ZkStateReader A > live node change: [WatchedEvent state:SyncConnected > type:NodeChildrenChanged path:/live_nodes], has occurred - updating... > (live nodes size: [0]) > [junit4] 2> 77399 INFO (zkCallback-202-thread-1-processing- > n:127.0.0.1:38897_solr) [n:127.0.0.1:38897_solr ] o.a.s.c.c.ZkStateReader > Updated live nodes from ZooKeeper... (0) -> (3) > [junit4] 2> 77409 INFO (jetty-launcher-181-thread-3) > [n:127.0.0.1:43197_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue- > work > [junit4] 2> 77413 INFO (jetty-launcher-181-thread-3) > [n:127.0.0.1:43197_solr ] o.a.s.c.OverseerAutoReplicaFailoverThread > Starting OverseerAutoReplicaFailoverThread > autoReplicaFailoverWorkLoopDelay=10000 > autoReplicaFailoverWaitAfterExpiration=30000 > autoReplicaFailoverBadNodeExpiration=60000 > [junit4] 2> 77413 INFO (OverseerCollectionConfigSetProcessor- > 96285128189018119-127.0.0.1:43197_solr-n_0000000000) > [n:127.0.0.1:43197_solr ] o.a.s.c.OverseerTaskProcessor Process current > queue of overseer operations > [junit4] 2> 77413 INFO (jetty-launcher-181-thread-3) > [n:127.0.0.1:43197_solr ] o.a.s.c.ZkController Publish > node=127.0.0.1:43197_solr as DOWN > [junit4] 2> 77413 INFO (OverseerStateUpdate-96285128189018119- > 127.0.0.1:43197_solr-n_0000000000) [n:127.0.0.1:43197_solr ] > o.a.s.c.Overseer Starting to work on the main queue > [junit4] 2> 77415 INFO (OverseerStateUpdate-96285128189018119- > 127.0.0.1:43197_solr-n_0000000000) [n:127.0.0.1:43197_solr ] > o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (3) > [junit4] 2> 77416 INFO (jetty-launcher-181-thread-3) > [n:127.0.0.1:43197_solr ] o.a.s.c.ZkController Register node as live in > ZooKeeper:/live_nodes/127.0.0.1:43197_solr > [junit4] 2> 77416 INFO (jetty-launcher-181-thread-3) > [n:127.0.0.1:43197_solr ] o.a.s.c.c.SolrZkClient makePath: > /live_nodes/127.0.0.1:43197_solr > [junit4] 2> 77417 INFO (zkCallback-201-thread-1-processing- > n:127.0.0.1:42215_solr) [n:127.0.0.1:42215_solr ] o.a.s.c.c.ZkStateReader A > live node change: [WatchedEvent state:SyncConnected > type:NodeChildrenChanged path:/live_nodes], has occurred - updating... > (live nodes size: [3]) > [junit4] 2> 77417 INFO (zkCallback-200-thread-1-processing- > n:127.0.0.1:39222_solr) [n:127.0.0.1:39222_solr ] o.a.s.c.c.ZkStateReader A > live node change: [WatchedEvent state:SyncConnected > type:NodeChildrenChanged path:/live_nodes], has occurred - updating... > (live nodes size: [3]) > [junit4] 2> 77417 INFO (zkCallback-202-thread-1-processing- > n:127.0.0.1:38897_solr) [n:127.0.0.1:38897_solr ] o.a.s.c.c.ZkStateReader A > live node change: [WatchedEvent state:SyncConnected > type:NodeChildrenChanged path:/live_nodes], has occurred - updating... > (live nodes size: [3]) > [junit4] 2> 77417 INFO (zkCallback-197-thread-1-processing- > n:127.0.0.1:43197_solr) [n:127.0.0.1:43197_solr ] o.a.s.c.c.ZkStateReader A > live node change: [WatchedEvent state:SyncConnected > type:NodeChildrenChanged path:/live_nodes], has occurred - updating... > (live nodes size: [3]) > [junit4] 2> 77417 INFO (zkCallback-201-thread-1-processing- > n:127.0.0.1:42215_solr) [n:127.0.0.1:42215_solr ] o.a.s.c.c.ZkStateReader > Updated live nodes from ZooKeeper... (3) -> (4) > [junit4] 2> 77417 INFO (OverseerStateUpdate-96285128189018119- > 127.0.0.1:43197_solr-n_0000000000) [n:127.0.0.1:43197_solr ] > o.a.s.c.Overseer processMessage: queueSize: 1, message = { > [junit4] 2> "operation":"downnode", > [junit4] 2> "node_name":"127.0.0.1:43197_solr"} current state version: > 0 > [junit4] 2> 77417 INFO (OverseerStateUpdate-96285128189018119- > 127.0.0.1:43197_solr-n_0000000000) [n:127.0.0.1:43197_solr ] > o.a.s.c.o.NodeMutator DownNode state invoked for node: > 127.0.0.1:43197_solr > [junit4] 2> 77417 INFO (zkCallback-202-thread-1-processing- > n:127.0.0.1:38897_solr) [n:127.0.0.1:38897_solr ] o.a.s.c.c.ZkStateReader > Updated live nodes from ZooKeeper... (3) -> (4) > [junit4] 2> 77418 INFO (zkCallback-200-thread-1-processing- > n:127.0.0.1:39222_solr) [n:127.0.0.1:39222_solr ] o.a.s.c.c.ZkStateReader > Updated live nodes from ZooKeeper... (3) -> (4) > [junit4] 2> 77419 INFO (zkCallback-197-thread-1-processing- > n:127.0.0.1:43197_solr) [n:127.0.0.1:43197_solr ] o.a.s.c.c.ZkStateReader > Updated live nodes from ZooKeeper... (3) -> (4) > [junit4] 2> 77433 INFO (jetty-launcher-181-thread-2) > [n:127.0.0.1:38897_solr ] o.a.s.c.CoreContainer Security conf doesn't > exist. > Skipping setup for authorization module. > [junit4] 2> 77433 INFO (jetty-launcher-181-thread-2) > [n:127.0.0.1:38897_solr ] o.a.s.c.CoreContainer No authentication plugin > used. > [junit4] 2> 77434 INFO (jetty-launcher-181-thread-2) > [n:127.0.0.1:38897_solr ] o.a.s.c.CorePropertiesLocator Looking for core > definitions underneath /home/jenkins/workspace/Lucene-Solr-master- > Linux/solr/build/solr- > solrj/test/J1/temp/solr.common.cloud.TestCollectionStateWatchers_EEB576 > 37C0F1DF11-001/tempDir-001/node2/. > [junit4] 2> 77434 INFO (jetty-launcher-181-thread-2) > [n:127.0.0.1:38897_solr ] o.a.s.c.CorePropertiesLocator Found 0 core > definitions > [junit4] 2> 77434 INFO (jetty-launcher-181-thread-2) > [n:127.0.0.1:38897_solr ] o.a.s.s.SolrDispatchFilter > user.dir=/home/jenkins/workspace/Lucene-Solr-master- > Linux/solr/build/solr-solrj/test/J1 > [junit4] 2> 77434 INFO (jetty-launcher-181-thread-2) > [n:127.0.0.1:38897_solr ] o.a.s.s.SolrDispatchFilter > SolrDispatchFilter.init() > done > [junit4] 2> 77452 INFO (jetty-launcher-181-thread-1) > [n:127.0.0.1:42215_solr ] o.a.s.c.CoreContainer Security conf doesn't > exist. > Skipping setup for authorization module. > [junit4] 2> 77452 INFO (jetty-launcher-181-thread-1) > [n:127.0.0.1:42215_solr ] o.a.s.c.CoreContainer No authentication plugin > used. > [junit4] 2> 77452 INFO (jetty-launcher-181-thread-1) > [n:127.0.0.1:42215_solr ] o.a.s.c.CorePropertiesLocator Looking for core > definitions underneath /home/jenkins/workspace/Lucene-Solr-master- > Linux/solr/build/solr- > solrj/test/J1/temp/solr.common.cloud.TestCollectionStateWatchers_EEB576 > 37C0F1DF11-001/tempDir-001/node1/. > [junit4] 2> 77453 INFO (jetty-launcher-181-thread-3) > [n:127.0.0.1:43197_solr ] o.a.s.c.CoreContainer Security conf doesn't > exist. > Skipping setup for authorization module. > [junit4] 2> 77453 INFO (jetty-launcher-181-thread-3) > [n:127.0.0.1:43197_solr ] o.a.s.c.CoreContainer No authentication plugin > used. > [junit4] 2> 77453 INFO (jetty-launcher-181-thread-3) > [n:127.0.0.1:43197_solr ] o.a.s.c.CorePropertiesLocator Looking for core > definitions underneath /home/jenkins/workspace/Lucene-Solr-master- > Linux/solr/build/solr- > solrj/test/J1/temp/solr.common.cloud.TestCollectionStateWatchers_EEB576 > 37C0F1DF11-001/tempDir-001/node3/. > [junit4] 2> 77456 INFO (jetty-launcher-181-thread-1) > [n:127.0.0.1:42215_solr ] o.a.s.c.CorePropertiesLocator Found 0 core > definitions > [junit4] 2> 77456 INFO (jetty-launcher-181-thread-3) > [n:127.0.0.1:43197_solr ] o.a.s.c.CorePropertiesLocator Found 0 core > definitions > [junit4] 2> 77456 INFO (jetty-launcher-181-thread-1) > [n:127.0.0.1:42215_solr ] o.a.s.s.SolrDispatchFilter > user.dir=/home/jenkins/workspace/Lucene-Solr-master- > Linux/solr/build/solr-solrj/test/J1 > [junit4] 2> 77456 INFO (jetty-launcher-181-thread-1) > [n:127.0.0.1:42215_solr ] o.a.s.s.SolrDispatchFilter > SolrDispatchFilter.init() > done > [junit4] 2> 77456 INFO (jetty-launcher-181-thread-3) > [n:127.0.0.1:43197_solr ] o.a.s.s.SolrDispatchFilter > user.dir=/home/jenkins/workspace/Lucene-Solr-master- > Linux/solr/build/solr-solrj/test/J1 > [junit4] 2> 77456 INFO (jetty-launcher-181-thread-3) > [n:127.0.0.1:43197_solr ] o.a.s.s.SolrDispatchFilter > SolrDispatchFilter.init() > done > [junit4] 2> 77496 INFO (jetty-launcher-181-thread-4) > [n:127.0.0.1:39222_solr ] o.a.s.c.CoreContainer Security conf doesn't > exist. > Skipping setup for authorization module. > [junit4] 2> 77496 INFO (jetty-launcher-181-thread-4) > [n:127.0.0.1:39222_solr ] o.a.s.c.CoreContainer No authentication plugin > used. > [junit4] 2> 77496 INFO (jetty-launcher-181-thread-4) > [n:127.0.0.1:39222_solr ] o.a.s.c.CorePropertiesLocator Looking for core > definitions underneath /home/jenkins/workspace/Lucene-Solr-master- > Linux/solr/build/solr- > solrj/test/J1/temp/solr.common.cloud.TestCollectionStateWatchers_EEB576 > 37C0F1DF11-001/tempDir-001/node4/. > [junit4] 2> 77496 INFO (jetty-launcher-181-thread-4) > [n:127.0.0.1:39222_solr ] o.a.s.c.CorePropertiesLocator Found 0 core > definitions > [junit4] 2> 77497 INFO (jetty-launcher-181-thread-4) > [n:127.0.0.1:39222_solr ] o.a.s.s.SolrDispatchFilter > user.dir=/home/jenkins/workspace/Lucene-Solr-master- > Linux/solr/build/solr-solrj/test/J1 > [junit4] 2> 77497 INFO (jetty-launcher-181-thread-4) > [n:127.0.0.1:39222_solr ] o.a.s.s.SolrDispatchFilter > SolrDispatchFilter.init() > done > [junit4] 2> 77497 INFO (SUITE-TestCollectionStateWatchers- > seed#[EEB57637C0F1DF11]-worker) [ ] o.a.s.c.c.SolrZkClient Using default > ZkCredentialsProvider > [junit4] 2> 77497 INFO (SUITE-TestCollectionStateWatchers- > seed#[EEB57637C0F1DF11]-worker) [ ] o.a.s.c.c.ConnectionManager > Waiting for client to connect to ZooKeeper > [junit4] 2> 77499 INFO (zkCallback-207-thread-1) [ ] > o.a.s.c.c.ConnectionManager Watcher > org.apache.solr.common.cloud.ConnectionManager@1fe99a5 > name:ZooKeeperConnection Watcher:127.0.0.1:36335 got event > WatchedEvent state:SyncConnected type:None path:null path:null type:None > [junit4] 2> 77499 INFO (SUITE-TestCollectionStateWatchers- > seed#[EEB57637C0F1DF11]-worker) [ ] o.a.s.c.c.ConnectionManager Client > is connected to ZooKeeper > [junit4] 2> 77499 INFO (SUITE-TestCollectionStateWatchers- > seed#[EEB57637C0F1DF11]-worker) [ ] o.a.s.c.c.SolrZkClient Using default > ZkACLProvider > [junit4] 2> 77501 INFO (SUITE-TestCollectionStateWatchers- > seed#[EEB57637C0F1DF11]-worker) [ ] o.a.s.c.c.SolrZkClient Using default > ZkCredentialsProvider > [junit4] 2> 77501 INFO (SUITE-TestCollectionStateWatchers- > seed#[EEB57637C0F1DF11]-worker) [ ] o.a.s.c.c.ConnectionManager > Waiting for client to connect to ZooKeeper > [junit4] 2> 77502 INFO (zkCallback-210-thread-1) [ ] > o.a.s.c.c.ConnectionManager Watcher > org.apache.solr.common.cloud.ConnectionManager@8e3fe8 > name:ZooKeeperConnection Watcher:127.0.0.1:36335/solr got event > WatchedEvent state:SyncConnected type:None path:null path:null type:None > [junit4] 2> 77502 INFO (SUITE-TestCollectionStateWatchers- > seed#[EEB57637C0F1DF11]-worker) [ ] o.a.s.c.c.ConnectionManager Client > is connected to ZooKeeper > [junit4] 2> 77502 INFO (SUITE-TestCollectionStateWatchers- > seed#[EEB57637C0F1DF11]-worker) [ ] o.a.s.c.c.SolrZkClient Using default > ZkACLProvider > [junit4] 2> 77502 INFO (SUITE-TestCollectionStateWatchers- > seed#[EEB57637C0F1DF11]-worker) [ ] o.a.s.c.c.ZkStateReader Updating > cluster state from ZooKeeper... > [junit4] 2> 77503 INFO (SUITE-TestCollectionStateWatchers- > seed#[EEB57637C0F1DF11]-worker) [ ] o.a.s.c.c.ZkStateReader Loaded > cluster properties: {urlScheme=https} > [junit4] 2> 77503 INFO (SUITE-TestCollectionStateWatchers- > seed#[EEB57637C0F1DF11]-worker) [ ] o.a.s.c.c.ZkStateReader Updated live > nodes from ZooKeeper... (0) -> (4) > [junit4] 2> 77504 INFO (SUITE-TestCollectionStateWatchers- > seed#[EEB57637C0F1DF11]-worker) [ ] o.a.s.c.c.SolrZkClient makePath: > /configs/config/solrconfig.xml > [junit4] 2> 77506 INFO (SUITE-TestCollectionStateWatchers- > seed#[EEB57637C0F1DF11]-worker) [ ] o.a.s.c.c.SolrZkClient makePath: > /configs/config/schema-sql.xml > [junit4] 2> 77507 INFO (SUITE-TestCollectionStateWatchers- > seed#[EEB57637C0F1DF11]-worker) [ ] o.a.s.c.c.SolrZkClient makePath: > /configs/config/solrconfig-sql.xml > [junit4] 2> 77507 INFO (SUITE-TestCollectionStateWatchers- > seed#[EEB57637C0F1DF11]-worker) [ ] o.a.s.c.c.SolrZkClient makePath: > /configs/config/solrconfig-slave1.xml > [junit4] 2> 77508 INFO (SUITE-TestCollectionStateWatchers- > seed#[EEB57637C0F1DF11]-worker) [ ] o.a.s.c.c.SolrZkClient makePath: > /configs/config/schema.xml > [junit4] 2> 77509 INFO (SUITE-TestCollectionStateWatchers- > seed#[EEB57637C0F1DF11]-worker) [ ] o.a.s.c.c.SolrZkClient makePath: > /configs/config/schema-replication1.xml > [junit4] 2> 77510 INFO (SUITE-TestCollectionStateWatchers- > seed#[EEB57637C0F1DF11]-worker) [ ] o.a.s.c.c.SolrZkClient makePath: > /configs/config/solrconfig-managed-schema.xml > [junit4] 2> 77529 INFO (TEST- > TestCollectionStateWatchers.testStateWatcherChecksCurrentStateOnRegister > -seed#[EEB57637C0F1DF11]) [ ] o.a.s.SolrTestCaseJ4 ###Starting > testStateWatcherChecksCurrentStateOnRegister > [junit4] 2> 77529 INFO (TEST- > TestCollectionStateWatchers.testStateWatcherChecksCurrentStateOnRegister > -seed#[EEB57637C0F1DF11]) [ ] o.a.s.c.c.SolrZkClient Using default > ZkCredentialsProvider > [junit4] 2> 77530 INFO (TEST- > TestCollectionStateWatchers.testStateWatcherChecksCurrentStateOnRegister > -seed#[EEB57637C0F1DF11]) [ ] o.a.s.c.c.ConnectionManager Waiting for > client to connect to ZooKeeper > [junit4] 2> 77530 INFO (zkCallback-211-thread-1) [ ] > o.a.s.c.c.ConnectionManager Watcher > org.apache.solr.common.cloud.ConnectionManager@10d9684 > name:ZooKeeperConnection Watcher:127.0.0.1:36335 got event > WatchedEvent state:SyncConnected type:None path:null path:null type:None > [junit4] 2> 77531 INFO (TEST- > TestCollectionStateWatchers.testStateWatcherChecksCurrentStateOnRegister > -seed#[EEB57637C0F1DF11]) [ ] o.a.s.c.c.ConnectionManager Client is > connected to ZooKeeper > [junit4] 2> 77531 INFO (TEST- > TestCollectionStateWatchers.testStateWatcherChecksCurrentStateOnRegister > -seed#[EEB57637C0F1DF11]) [ ] o.a.s.c.c.SolrZkClient Using default > ZkACLProvider > [junit4] 2> 77574 INFO (qtp21334380-694) [n:127.0.0.1:39222_solr ] > o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params > async=5c505e08-258b-4d6b-b89a- > e2e108f74dd7&replicationFactor=1&collection.configName=config&name=cu > rrentstate&action=CREATE&numShards=1&wt=javabin&version=2 and > sendToOCPQueue=true > [junit4] 2> 77575 INFO (qtp21334380-694) [n:127.0.0.1:39222_solr ] > o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections > params={async=5c505e08-258b-4d6b-b89a- > e2e108f74dd7&replicationFactor=1&collection.configName=config&name=cu > rrentstate&action=CREATE&numShards=1&wt=javabin&version=2} status=0 > QTime=1 > [junit4] 2> 77576 INFO (OverseerCollectionConfigSetProcessor- > 96285128189018119-127.0.0.1:43197_solr-n_0000000000) > [n:127.0.0.1:43197_solr ] o.a.s.c.c.SolrZkClient makePath: > /overseer/collection-map-running/mn-5c505e08-258b-4d6b-b89a- > e2e108f74dd7 > [junit4] 2> 77577 INFO (OverseerCollectionConfigSetProcessor- > 96285128189018119-127.0.0.1:43197_solr-n_0000000000) > [n:127.0.0.1:43197_solr ] o.a.s.c.OverseerTaskProcessor Overseer > Collection Message Handler: Get the message id:/overseer/collection-queue- > work/qn-0000000000 message:{ > [junit4] 2> "name":"currentstate", > [junit4] 2> "fromApi":"true", > [junit4] 2> "replicationFactor":"1", > [junit4] 2> "collection.configName":"config", > [junit4] 2> "numShards":"1", > [junit4] 2> "stateFormat":"2", > [junit4] 2> "async":"5c505e08-258b-4d6b-b89a-e2e108f74dd7", > [junit4] 2> "operation":"create"} > [junit4] 2> 77577 INFO (OverseerThreadFactory-177-thread-1-processing- > n:127.0.0.1:43197_solr) [n:127.0.0.1:43197_solr ] > o.a.s.c.OverseerCollectionMessageHandler > OverseerCollectionMessageHandler.processMessage : create , { > [junit4] 2> "name":"currentstate", > [junit4] 2> "fromApi":"true", > [junit4] 2> "replicationFactor":"1", > [junit4] 2> "collection.configName":"config", > [junit4] 2> "numShards":"1", > [junit4] 2> "stateFormat":"2", > [junit4] 2> "async":"5c505e08-258b-4d6b-b89a-e2e108f74dd7", > [junit4] 2> "operation":"create"} > [junit4] 2> 77577 INFO (OverseerThreadFactory-177-thread-1-processing- > n:127.0.0.1:43197_solr) [n:127.0.0.1:43197_solr ] > o.a.s.c.OverseerCollectionMessageHandler Create collection currentstate > [junit4] 2> 77577 INFO (OverseerThreadFactory-177-thread-1-processing- > n:127.0.0.1:43197_solr) [n:127.0.0.1:43197_solr ] > o.a.s.c.OverseerCollectionMessageHandler creating collections conf node > /collections/currentstate > [junit4] 2> 77577 INFO (OverseerThreadFactory-177-thread-1-processing- > n:127.0.0.1:43197_solr) [n:127.0.0.1:43197_solr ] o.a.s.c.c.SolrZkClient > makePath: /collections/currentstate > [junit4] 2> 77578 INFO (zkCallback-200-thread-1-processing- > n:127.0.0.1:39222_solr) [n:127.0.0.1:39222_solr ] o.a.s.c.c.ZkStateReader A > collections change: [WatchedEvent state:SyncConnected > type:NodeChildrenChanged path:/collections], has occurred - updating... > [junit4] 2> 77578 INFO (zkCallback-201-thread-1-processing- > n:127.0.0.1:42215_solr) [n:127.0.0.1:42215_solr ] o.a.s.c.c.ZkStateReader A > collections change: [WatchedEvent state:SyncConnected > type:NodeChildrenChanged path:/collections], has occurred - updating... > [junit4] 2> 77578 INFO (zkCallback-210-thread-1) [ ] > o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent > state:SyncConnected type:NodeChildrenChanged path:/collections], has > occurred - updating... > [junit4] 2> 77578 INFO (zkCallback-197-thread-1-processing- > n:127.0.0.1:43197_solr) [n:127.0.0.1:43197_solr ] o.a.s.c.c.ZkStateReader A > collections change: [WatchedEvent state:SyncConnected > type:NodeChildrenChanged path:/collections], has occurred - updating... > [junit4] 2> 77578 INFO (zkCallback-202-thread-1-processing- > n:127.0.0.1:38897_solr) [n:127.0.0.1:38897_solr ] o.a.s.c.c.ZkStateReader A > collections change: [WatchedEvent state:SyncConnected > type:NodeChildrenChanged path:/collections], has occurred - updating... > [junit4] 2> 77579 INFO (qtp21334380-674) [n:127.0.0.1:39222_solr ] > o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with > params requestid=5c505e08-258b-4d6b-b89a- > e2e108f74dd7&action=REQUESTSTATUS&wt=javabin&version=2 and > sendToOCPQueue=true > [junit4] 2> 77579 INFO (qtp21334380-674) [n:127.0.0.1:39222_solr ] > o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections > params={requestid=5c505e08-258b-4d6b-b89a- > e2e108f74dd7&action=REQUESTSTATUS&wt=javabin&version=2} status=0 > QTime=0 > [junit4] 2> 77580 INFO (OverseerStateUpdate-96285128189018119- > 127.0.0.1:43197_solr-n_0000000000) [n:127.0.0.1:43197_solr ] > o.a.s.c.Overseer processMessage: queueSize: 1, message = { > [junit4] 2> "name":"currentstate", > [junit4] 2> "fromApi":"true", > [junit4] 2> "replicationFactor":"1", > [junit4] 2> "collection.configName":"config", > [junit4] 2> "numShards":"1", > [junit4] 2> "stateFormat":"2", > [junit4] 2> "async":"5c505e08-258b-4d6b-b89a-e2e108f74dd7", > [junit4] 2> "operation":"create"} current state version: 0 > [junit4] 2> 77580 INFO (OverseerStateUpdate-96285128189018119- > 127.0.0.1:43197_solr-n_0000000000) [n:127.0.0.1:43197_solr ] > o.a.s.c.o.ClusterStateMutator building a new cName: currentstate > [junit4] 2> 77580 INFO (OverseerStateUpdate-96285128189018119- > 127.0.0.1:43197_solr-n_0000000000) [n:127.0.0.1:43197_solr ] > o.a.s.c.o.ZkStateWriter going to create_collection > /collections/currentstate/state.json > [junit4] 2> 77680 INFO (OverseerThreadFactory-177-thread-1-processing- > n:127.0.0.1:43197_solr) [n:127.0.0.1:43197_solr ] > o.a.s.c.OverseerCollectionMessageHandler Creating SolrCores for new > collection currentstate, shardNames [shard1] , replicationFactor : 1 > [junit4] 2> 77680 INFO (OverseerThreadFactory-177-thread-1-processing- > n:127.0.0.1:43197_solr) [n:127.0.0.1:43197_solr ] > o.a.s.c.OverseerCollectionMessageHandler Creating core > currentstate_shard1_replica1 as part of shard shard1 of collection > currentstate on 127.0.0.1:42215_solr > [junit4] 2> 77719 INFO (qtp15323456-670) [n:127.0.0.1:42215_solr ] > o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores > params={async=5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831&qt=/admin/cores&collection.configName=c > onfig&name=currentstate_shard1_replica1&action=CREATE&numShards=1& > collection=currentstate&shard=shard1&wt=javabin&version=2} status=0 > QTime=1 > [junit4] 2> 77719 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr ] > o.a.s.h.a.CoreAdminOperation core create command async=5c505e08-258b- > 4d6b-b89a- > e2e108f74dd7487291510388831&qt=/admin/cores&collection.configName=c > onfig&name=currentstate_shard1_replica1&action=CREATE&numShards=1& > collection=currentstate&shard=shard1&wt=javabin&version=2 > [junit4] 2> 77719 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr ] > o.a.s.c.CoreDescriptor Created CoreDescriptor: > {name=currentstate_shard1_replica1, collection.configName=config, > config=solrconfig.xml, transient=false, schema=schema.xml, > loadOnStartup=true, configSetProperties=configsetprops.json, > collection=currentstate, numShards=1, dataDir=data/, shard=shard1} > [junit4] 2> 77720 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 x:currentstate_shard1_replica1] o.a.s.c.ZkController > publishing state=down > [junit4] 2> 77720 INFO (qtp15323456-663) [n:127.0.0.1:42215_solr ] > o.a.s.h.a.CoreAdminOperation Checking request status for : 5c505e08-258b- > 4d6b-b89a-e2e108f74dd7487291510388831 > [junit4] 2> 77720 INFO (qtp15323456-663) [n:127.0.0.1:42215_solr ] > o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores > params={qt=/admin/cores&requestid=5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831&action=REQUESTSTATUS&wt=javabin&versi > on=2} status=0 QTime=0 > [junit4] 2> 77721 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 x:currentstate_shard1_replica1] o.a.s.c.ZkController > Registering watch for collection currentstate > [junit4] 2> 77721 INFO (OverseerStateUpdate-96285128189018119- > 127.0.0.1:43197_solr-n_0000000000) [n:127.0.0.1:43197_solr ] > o.a.s.c.Overseer processMessage: queueSize: 1, message = { > [junit4] 2> "core":"currentstate_shard1_replica1", > [junit4] 2> "roles":null, > [junit4] 2> "base_url":"https://127.0.0.1:42215/solr", > [junit4] 2> "node_name":"127.0.0.1:42215_solr", > [junit4] 2> "numShards":"1", > [junit4] 2> "state":"down", > [junit4] 2> "shard":"shard1", > [junit4] 2> "collection":"currentstate", > [junit4] 2> "operation":"state"} current state version: 0 > [junit4] 2> 77721 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 x:currentstate_shard1_replica1] > o.a.s.c.c.ZkStateReader Add data for [currentstate] ver [0] > [junit4] 2> 77721 INFO (OverseerStateUpdate-96285128189018119- > 127.0.0.1:43197_solr-n_0000000000) [n:127.0.0.1:43197_solr ] > o.a.s.c.o.ReplicaMutator Update state numShards=1 message={ > [junit4] 2> "core":"currentstate_shard1_replica1", > [junit4] 2> "roles":null, > [junit4] 2> "base_url":"https://127.0.0.1:42215/solr", > [junit4] 2> "node_name":"127.0.0.1:42215_solr", > [junit4] 2> "numShards":"1", > [junit4] 2> "state":"down", > [junit4] 2> "shard":"shard1", > [junit4] 2> "collection":"currentstate", > [junit4] 2> "operation":"state"} > [junit4] 2> 77721 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 x:currentstate_shard1_replica1] o.a.s.c.ZkController > look for our core node name > [junit4] 2> 77822 INFO (OverseerStateUpdate-96285128189018119- > 127.0.0.1:43197_solr-n_0000000000) [n:127.0.0.1:43197_solr ] > o.a.s.c.o.ZkStateWriter going to update_collection > /collections/currentstate/state.json version: 0 > [junit4] 2> 77823 INFO (zkCallback-201-thread-1-processing- > n:127.0.0.1:42215_solr) [n:127.0.0.1:42215_solr ] o.a.s.c.c.ZkStateReader A > cluster state change: [WatchedEvent state:SyncConnected > type:NodeDataChanged path:/collections/currentstate/state.json] for > collection [currentstate] has occurred - updating... (live nodes size: [4]) > [junit4] 2> 77823 INFO (zkCallback-201-thread-1-processing- > n:127.0.0.1:42215_solr) [n:127.0.0.1:42215_solr ] o.a.s.c.c.ZkStateReader > Updating data for [currentstate] from [0] to [1] > [junit4] 2> 78581 INFO (qtp21334380-691) [n:127.0.0.1:39222_solr ] > o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with > params requestid=5c505e08-258b-4d6b-b89a- > e2e108f74dd7&action=REQUESTSTATUS&wt=javabin&version=2 and > sendToOCPQueue=true > [junit4] 2> 78581 INFO (qtp21334380-691) [n:127.0.0.1:39222_solr ] > o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections > params={requestid=5c505e08-258b-4d6b-b89a- > e2e108f74dd7&action=REQUESTSTATUS&wt=javabin&version=2} status=0 > QTime=0 > [junit4] 2> 78721 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 x:currentstate_shard1_replica1] o.a.s.c.ZkController > waiting to find shard id in clusterstate for currentstate_shard1_replica1 > [junit4] 2> 78721 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 x:currentstate_shard1_replica1] o.a.s.c.ZkController > Check for collection zkNode:currentstate > [junit4] 2> 78721 INFO (qtp15323456-668) [n:127.0.0.1:42215_solr ] > o.a.s.h.a.CoreAdminOperation Checking request status for : 5c505e08-258b- > 4d6b-b89a-e2e108f74dd7487291510388831 > [junit4] 2> 78721 INFO (qtp15323456-668) [n:127.0.0.1:42215_solr ] > o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores > params={qt=/admin/cores&requestid=5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831&action=REQUESTSTATUS&wt=javabin&versi > on=2} status=0 QTime=0 > [junit4] 2> 78722 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 x:currentstate_shard1_replica1] o.a.s.c.ZkController > Collection zkNode exists > [junit4] 2> 78722 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 x:currentstate_shard1_replica1] > o.a.s.c.c.ZkStateReader Load collection config from: > [/collections/currentstate] > [junit4] 2> 78723 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 x:currentstate_shard1_replica1] > o.a.s.c.c.ZkStateReader path=[/collections/currentstate] > [configName]=[config] specified config exists in ZooKeeper > [junit4] 2> 78723 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 x:currentstate_shard1_replica1] > o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: > '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr- > solrj/test/J1/temp/solr.common.cloud.TestCollectionStateWatchers_EEB576 > 37C0F1DF11-001/tempDir-001/node1/currentstate_shard1_replica1' > [junit4] 2> 78723 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 x:currentstate_shard1_replica1] > o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) > [junit4] 2> 78723 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 x:currentstate_shard1_replica1] > o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find > system property or JNDI) > [junit4] 2> 78724 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 x:currentstate_shard1_replica1] o.a.s.c.Config > loaded config solrconfig.xml with version 0 > [junit4] 2> 78728 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 x:currentstate_shard1_replica1] o.a.s.c.SolrConfig > current version of requestparams : -1 > [junit4] 2> 78730 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 x:currentstate_shard1_replica1] o.a.s.c.SolrConfig > Using Lucene MatchVersion: 7.0.0 > [junit4] 2> 78736 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 x:currentstate_shard1_replica1] o.a.s.c.SolrConfig > Loaded SolrConfig: solrconfig.xml > [junit4] 2> 78744 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 x:currentstate_shard1_replica1] o.a.s.s.IndexSchema > [currentstate_shard1_replica1] Schema name=test > [junit4] 2> 78807 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 x:currentstate_shard1_replica1] o.a.s.s.IndexSchema > default search field in schema is text > [junit4] 2> 78808 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 x:currentstate_shard1_replica1] o.a.s.s.IndexSchema > unique key field: id > [junit4] 2> 78808 WARN (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 x:currentstate_shard1_replica1] o.a.s.s.IndexSchema > Field lowerfilt1and2 is not multivalued and destination for multiple > copyFields (2) > [junit4] 2> 78809 WARN (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 x:currentstate_shard1_replica1] o.a.s.s.IndexSchema > Field text is not multivalued and destination for multiple copyFields (3) > [junit4] 2> 78810 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 x:currentstate_shard1_replica1] > o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming > default properties: Can't find resource 'configsetprops.json' in classpath or > '/configs/config', cwd=/home/jenkins/workspace/Lucene-Solr-master- > Linux/solr/build/solr-solrj/test/J1 > [junit4] 2> 78810 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 x:currentstate_shard1_replica1] > o.a.s.c.CoreContainer Creating SolrCore 'currentstate_shard1_replica1' using > configuration from collection currentstate > [junit4] 2> 78810 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 r:core_node1 x:currentstate_shard1_replica1] > o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory > [junit4] 2> 78810 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 r:core_node1 x:currentstate_shard1_replica1] > o.a.s.c.SolrCore [[currentstate_shard1_replica1] ] Opening new SolrCore at > [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr- > solrj/test/J1/temp/solr.common.cloud.TestCollectionStateWatchers_EEB576 > 37C0F1DF11-001/tempDir-001/node1/currentstate_shard1_replica1], > dataDir=[/home/jenkins/workspace/Lucene-Solr-master- > Linux/solr/build/solr- > solrj/test/J1/temp/solr.common.cloud.TestCollectionStateWatchers_EEB576 > 37C0F1DF11-001/tempDir-001/node1/./currentstate_shard1_replica1/data/] > [junit4] 2> 78810 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 r:core_node1 x:currentstate_shard1_replica1] > o.a.s.c.SolrCore JMX monitoring not detected for core: > currentstate_shard1_replica1 > [junit4] 2> 78811 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 r:core_node1 x:currentstate_shard1_replica1] > o.a.s.c.CachingDirectoryFactory return new directory for > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr- > solrj/test/J1/temp/solr.common.cloud.TestCollectionStateWatchers_EEB576 > 37C0F1DF11-001/tempDir-001/node1/./currentstate_shard1_replica1/data > [junit4] 2> 78811 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 r:core_node1 x:currentstate_shard1_replica1] > o.a.s.c.SolrCore New index directory detected: old=null > new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr- > solrj/test/J1/temp/solr.common.cloud.TestCollectionStateWatchers_EEB576 > 37C0F1DF11-001/tempDir- > 001/node1/./currentstate_shard1_replica1/data/index/ > [junit4] 2> 78811 WARN (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 r:core_node1 x:currentstate_shard1_replica1] > o.a.s.c.SolrCore [currentstate_shard1_replica1] Solr index directory > '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr- > solrj/test/J1/temp/solr.common.cloud.TestCollectionStateWatchers_EEB576 > 37C0F1DF11-001/tempDir- > 001/node1/./currentstate_shard1_replica1/data/index' doesn't exist. > Creating new index... > [junit4] 2> 78811 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 r:core_node1 x:currentstate_shard1_replica1] > o.a.s.c.CachingDirectoryFactory return new directory for > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr- > solrj/test/J1/temp/solr.common.cloud.TestCollectionStateWatchers_EEB576 > 37C0F1DF11-001/tempDir- > 001/node1/./currentstate_shard1_replica1/data/index > [junit4] 2> 78812 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 r:core_node1 x:currentstate_shard1_replica1] > o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1 > [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1ded95e > lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@baa848),se > gFN=segments_1,generation=1} > [junit4] 2> 78812 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 r:core_node1 x:currentstate_shard1_replica1] > o.a.s.c.SolrDeletionPolicy newest commit generation = 1 > [junit4] 2> 78812 INFO (OldIndexDirectoryCleanupThreadForCore- > currentstate_shard1_replica1) [n:127.0.0.1:42215_solr c:currentstate > s:shard1 r:core_node1 x:currentstate_shard1_replica1] o.a.s.c.SolrCore > Looking for old index directories to cleanup for core > currentstate_shard1_replica1 in /home/jenkins/workspace/Lucene-Solr- > master-Linux/solr/build/solr- > solrj/test/J1/temp/solr.common.cloud.TestCollectionStateWatchers_EEB576 > 37C0F1DF11-001/tempDir-001/node1/./currentstate_shard1_replica1/data/ > [junit4] 2> 78812 WARN (OldIndexDirectoryCleanupThreadForCore- > currentstate_shard1_replica1) [n:127.0.0.1:42215_solr c:currentstate > s:shard1 r:core_node1 x:currentstate_shard1_replica1] > o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-master- > Linux/solr/build/solr- > solrj/test/J1/temp/solr.common.cloud.TestCollectionStateWatchers_EEB576 > 37C0F1DF11-001/tempDir-001/node1/./currentstate_shard1_replica1/data/ > does not point to a valid data directory; skipping clean-up of old index > directories. > [junit4] 2> 78813 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 r:core_node1 x:currentstate_shard1_replica1] > o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, > creating implicit default > [junit4] 2> 78814 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 r:core_node1 x:currentstate_shard1_replica1] > o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 > [junit4] 2> 78815 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 r:core_node1 x:currentstate_shard1_replica1] > o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 > [junit4] 2> 78815 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 r:core_node1 x:currentstate_shard1_replica1] > o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 > [junit4] 2> 78815 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 r:core_node1 x:currentstate_shard1_replica1] > o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 > [junit4] 2> 78816 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 r:core_node1 x:currentstate_shard1_replica1] > o.a.s.c.RequestHandlers Registered paths: > /admin/mbeans,standard,,/update/json/docs,/admin/luke,/export,/get,/ad > min/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admi > n/segments,/admin/system,/replication,/config,/stream,/schema,/admin/pl > ugins,/admin/logging,/admin/ping,/update,/admin/file,/terms > [junit4] 2> 78816 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 r:core_node1 x:currentstate_shard1_replica1] > o.a.s.c.SolrCore Using default statsCache cache: > org.apache.solr.search.stats.LocalStatsCache > [junit4] 2> 78817 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 r:core_node1 x:currentstate_shard1_replica1] > o.a.s.u.UpdateHandler Using UpdateLog implementation: > org.apache.solr.update.UpdateLog > [junit4] 2> 78817 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 r:core_node1 x:currentstate_shard1_replica1] > o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH > numRecordsToKeep=100 maxNumLogsToKeep=10 > numVersionBuckets=65536 > [junit4] 2> 78817 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 r:core_node1 x:currentstate_shard1_replica1] > o.a.s.u.CommitTracker Hard AutoCommit: disabled > [junit4] 2> 78817 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 r:core_node1 x:currentstate_shard1_replica1] > o.a.s.u.CommitTracker Soft AutoCommit: disabled > [junit4] 2> 78819 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 r:core_node1 x:currentstate_shard1_replica1] > o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1 > [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1ded95e > lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@baa848),se > gFN=segments_1,generation=1} > [junit4] 2> 78819 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 r:core_node1 x:currentstate_shard1_replica1] > o.a.s.c.SolrDeletionPolicy newest commit generation = 1 > [junit4] 2> 78819 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 r:core_node1 x:currentstate_shard1_replica1] > o.a.s.s.SolrIndexSearcher Opening > [Searcher@13a443a[currentstate_shard1_replica1] main] > [junit4] 2> 78819 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 r:core_node1 x:currentstate_shard1_replica1] > o.a.s.c.c.ZkStateReader Load collection config from: > [/collections/currentstate] > [junit4] 2> 78820 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 r:core_node1 x:currentstate_shard1_replica1] > o.a.s.c.c.ZkStateReader path=[/collections/currentstate] > [configName]=[config] specified config exists in ZooKeeper > [junit4] 2> 78820 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 r:core_node1 x:currentstate_shard1_replica1] > o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the > RestManager with znodeBase: /configs/config > [junit4] 2> 78820 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 r:core_node1 x:currentstate_shard1_replica1] > o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with > znodeBase: /configs/config > [junit4] 2> 78820 INFO (parallelCoreAdminExecutor-180-thread-1- > processing-n:127.0.0.1:42215_solr 5c505e08-258b-4d6b-b89a- > e2e108f74dd7487291510388831 CREATE) [n:127.0.0.1:42215_solr > c:currentstate s:shard1 r:core_node1 x:currentstate_shard1_replica1] > o.a.s.r.RestManager Initializing RestManager with initArgs: > > [...truncated too long message...] > > c/java/org/apache/solr/core/HdfsDirectoryFactory.java (at line 227) > [ecj-lint] dir = new BlockDirectory(path, hdfsDir, cache, null, > blockCacheReadEnabled, false, cacheMerges, cacheReadOnce); > [ecj-lint] > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [ecj-lint] Resource leak: 'dir' is never closed > [ecj-lint] ---------- > [ecj-lint] ---------- > [ecj-lint] 8. WARNING in /home/jenkins/workspace/Lucene-Solr-master- > Linux/solr/core/src/java/org/apache/solr/handler/AnalysisRequestHandlerB > ase.java (at line 120) > [ecj-lint] reader = cfiltfac.create(reader); > [ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [ecj-lint] Resource leak: 'reader' is not closed at this location > [ecj-lint] ---------- > [ecj-lint] 9. WARNING in /home/jenkins/workspace/Lucene-Solr-master- > Linux/solr/core/src/java/org/apache/solr/handler/AnalysisRequestHandlerB > ase.java (at line 144) > [ecj-lint] return namedList; > [ecj-lint] ^^^^^^^^^^^^^^^^^ > [ecj-lint] Resource leak: 'listBasedTokenStream' is not closed at this > location > [ecj-lint] ---------- > [ecj-lint] ---------- > [ecj-lint] 10. WARNING in /home/jenkins/workspace/Lucene-Solr-master- > Linux/solr/core/src/java/org/apache/solr/handler/ReplicationHandler.java > (at line 1227) > [ecj-lint] DirectoryReader reader = s==null ? null : > s.get().getIndexReader(); > [ecj-lint] ^^^^^^ > [ecj-lint] Resource leak: 'reader' is never closed > [ecj-lint] ---------- > [ecj-lint] ---------- > [ecj-lint] 11. ERROR in /home/jenkins/workspace/Lucene-Solr-master- > Linux/solr/core/src/java/org/apache/solr/handler/SQLHandler.java (at line > 58) > [ecj-lint] import org.apache.solr.common.cloud.DocCollection; > [ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [ecj-lint] The import org.apache.solr.common.cloud.DocCollection is never > used > [ecj-lint] ---------- > [ecj-lint] 12. WARNING in /home/jenkins/workspace/Lucene-Solr-master- > Linux/solr/core/src/java/org/apache/solr/handler/SQLHandler.java (at line > 254) > [ecj-lint] ParallelStream parallelStream = new > ParallelStream(workerZkHost, workerCollection, tupleStream, numWorkers, > comp); > [ecj-lint] ^^^^^^^^^^^^^^ > [ecj-lint] Resource leak: 'parallelStream' is never closed > [ecj-lint] ---------- > [ecj-lint] 13. WARNING in /home/jenkins/workspace/Lucene-Solr-master- > Linux/solr/core/src/java/org/apache/solr/handler/SQLHandler.java (at line > 393) > [ecj-lint] ParallelStream parallelStream = new > ParallelStream(workerZkHost, workerCollection, tupleStream, numWorkers, > comp); > [ecj-lint] ^^^^^^^^^^^^^^ > [ecj-lint] Resource leak: 'parallelStream' is never closed > [ecj-lint] ---------- > [ecj-lint] ---------- > [ecj-lint] 14. WARNING in /home/jenkins/workspace/Lucene-Solr-master- > Linux/solr/core/src/java/org/apache/solr/handler/component/ExpandComp > onent.java (at line 223) > [ecj-lint] UninvertingReader uninvertingReader = new > UninvertingReader(new ReaderWrapper(searcher.getLeafReader(), field), > mapping); > [ecj-lint] ^^^^^^^^^^^^^^^^^ > [ecj-lint] Resource leak: 'uninvertingReader' is never closed > [ecj-lint] ---------- > [ecj-lint] ---------- > [ecj-lint] 15. WARNING in /home/jenkins/workspace/Lucene-Solr-master- > Linux/solr/core/src/java/org/apache/solr/highlight/DefaultSolrHighlighter.ja > va (at line 544) > [ecj-lint] tvWindowStream = new OffsetWindowTokenFilter(tvStream); > [ecj-lint] > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [ecj-lint] Resource leak: 'tvWindowStream' is never closed > [ecj-lint] ---------- > [ecj-lint] ---------- > [ecj-lint] 16. WARNING in /home/jenkins/workspace/Lucene-Solr-master- > Linux/solr/core/src/java/org/apache/solr/request/SimpleFacets.java (at line > 829) > [ecj-lint] fastForRandomSet = new HashDocSet(sset.getDocs(), 0, > sset.size()); > [ecj-lint] > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > ^^^^^^^^ > [ecj-lint] Resource leak: 'fastForRandomSet' is never closed > [ecj-lint] ---------- > [ecj-lint] ---------- > [ecj-lint] 17. WARNING in /home/jenkins/workspace/Lucene-Solr-master- > Linux/solr/core/src/java/org/apache/solr/schema/OpenExchangeRatesOrgPr > ovider.java (at line 146) > [ecj-lint] ratesJsonStream = > resourceLoader.openResource(ratesFileLocation); > [ecj-lint] > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > ^^^^^^^ > [ecj-lint] Resource leak: 'ratesJsonStream' is not closed at this location > [ecj-lint] ---------- > [ecj-lint] ---------- > [ecj-lint] 18. WARNING in /home/jenkins/workspace/Lucene-Solr-master- > Linux/solr/core/src/java/org/apache/solr/search/CollapsingQParserPlugin.ja > va (at line 1187) > [ecj-lint] UninvertingReader uninvertingReader = new > UninvertingReader(new ReaderWrapper(searcher.getLeafReader(), > collapseField), mapping); > [ecj-lint] ^^^^^^^^^^^^^^^^^ > [ecj-lint] Resource leak: 'uninvertingReader' is never closed > [ecj-lint] ---------- > [ecj-lint] ---------- > [ecj-lint] 19. WARNING in /home/jenkins/workspace/Lucene-Solr-master- > Linux/solr/core/src/java/org/apache/solr/search/DocSlice.java (at line 145) > [ecj-lint] HashDocSet h = new HashDocSet(docs,offset,len); > [ecj-lint] ^ > [ecj-lint] Resource leak: 'h' is never closed > [ecj-lint] ---------- > [ecj-lint] 20. WARNING in /home/jenkins/workspace/Lucene-Solr-master- > Linux/solr/core/src/java/org/apache/solr/search/DocSlice.java (at line 154) > [ecj-lint] HashDocSet h = new HashDocSet(docs,offset,len); > [ecj-lint] ^ > [ecj-lint] Resource leak: 'h' is never closed > [ecj-lint] ---------- > [ecj-lint] 21. WARNING in /home/jenkins/workspace/Lucene-Solr-master- > Linux/solr/core/src/java/org/apache/solr/search/DocSlice.java (at line 163) > [ecj-lint] HashDocSet h = new HashDocSet(docs,offset,len); > [ecj-lint] ^ > [ecj-lint] Resource leak: 'h' is never closed > [ecj-lint] ---------- > [ecj-lint] ---------- > [ecj-lint] 22. WARNING in /home/jenkins/workspace/Lucene-Solr-master- > Linux/solr/core/src/java/org/apache/solr/search/function/OrdFieldSource.ja > va (at line 78) > [ecj-lint] SolrIndexSearcher is = (SolrIndexSearcher) o; > [ecj-lint] ^^ > [ecj-lint] Resource leak: 'is' is never closed > [ecj-lint] ---------- > [ecj-lint] ---------- > [ecj-lint] 23. WARNING in /home/jenkins/workspace/Lucene-Solr-master- > Linux/solr/core/src/java/org/apache/solr/search/function/ReverseOrdFieldS > ource.java (at line 78) > [ecj-lint] SolrIndexSearcher is = (SolrIndexSearcher) o; > [ecj-lint] ^^ > [ecj-lint] Resource leak: 'is' is never closed > [ecj-lint] ---------- > [ecj-lint] ---------- > [ecj-lint] 24. WARNING in /home/jenkins/workspace/Lucene-Solr-master- > Linux/solr/core/src/java/org/apache/solr/servlet/SolrDispatchFilter.java (at > line 184) > [ecj-lint] throw new SolrException(ErrorCode.SERVER_ERROR, "Error > occurred while loading solr.xml from zookeeper", e); > [ecj-lint] > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [ecj-lint] Resource leak: 'loader' is not closed at this location > [ecj-lint] ---------- > [ecj-lint] ---------- > [ecj-lint] 25. WARNING in /home/jenkins/workspace/Lucene-Solr-master- > Linux/solr/core/src/java/org/apache/solr/update/CdcrTransactionLog.java > (at line 98) > [ecj-lint] ChannelFastInputStream is = new > ChannelFastInputStream(channel, pos); > [ecj-lint] ^^ > [ecj-lint] Resource leak: 'is' is never closed > [ecj-lint] ---------- > [ecj-lint] ---------- > [ecj-lint] 26. WARNING in /home/jenkins/workspace/Lucene-Solr-master- > Linux/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at > line 226) > [ecj-lint] ChannelFastInputStream is = new > ChannelFastInputStream(channel, pos); > [ecj-lint] ^^ > [ecj-lint] Resource leak: 'is' is never closed > [ecj-lint] ---------- > [ecj-lint] 27. WARNING in /home/jenkins/workspace/Lucene-Solr-master- > Linux/solr/core/src/java/org/apache/solr/update/TransactionLog.java (at > line 226) > [ecj-lint] ChannelFastInputStream is = new > ChannelFastInputStream(channel, pos); > [ecj-lint] ^^ > [ecj-lint] Resource leak: 'is' is never closed > [ecj-lint] ---------- > [ecj-lint] ---------- > [ecj-lint] 28. WARNING in /home/jenkins/workspace/Lucene-Solr-master- > Linux/solr/core/src/java/org/apache/solr/util/SimplePostTool.java (at line > 640) > [ecj-lint] BAOS bos = new BAOS(); > [ecj-lint] ^^^ > [ecj-lint] Resource leak: 'bos' is never closed > [ecj-lint] ---------- > [ecj-lint] 29. WARNING in /home/jenkins/workspace/Lucene-Solr-master- > Linux/solr/core/src/java/org/apache/solr/util/SimplePostTool.java (at line > 640) > [ecj-lint] BAOS bos = new BAOS(); > [ecj-lint] ^^^ > [ecj-lint] Resource leak: 'bos' is never closed > [ecj-lint] ---------- > [ecj-lint] ---------- > [ecj-lint] 30. WARNING in /home/jenkins/workspace/Lucene-Solr-master- > Linux/solr/core/src/java/org/apache/solr/util/SolrLogLayout.java (at line > 149) > [ecj-lint] SolrQueryRequest req = requestInfo == null ? null : > requestInfo.getReq(); > [ecj-lint] ^^^ > [ecj-lint] Resource leak: 'req' is never closed > [ecj-lint] ---------- > [ecj-lint] 30 problems (1 error, 29 warnings) > > BUILD FAILED > /home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:763: The > following error occurred while executing this line: > /home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:101: The > following error occurred while executing this line: > /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:652: The > following error occurred while executing this line: > /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common- > build.xml:1992: The following error occurred while executing this line: > /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common- > build.xml:2031: Compile failed; see the compiler error output for details. > > Total time: 69 minutes 9 seconds > Build step 'Invoke Ant' marked build as failure > Archiving artifacts > [WARNINGS] Skipping publisher since build result is FAILURE > Recording test results > Email was triggered for: Failure - Any > Sending email for trigger: Failure - Any > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org