Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6013/
Java: 64bit/jdk1.8.0_92 -XX:+UseCompressedOops -XX:+UseParallelGC
2 tests failed.
FAILED: org.apache.solr.handler.TestSQLHandler.doTest
Error Message:
Stack Trace:
java.lang.AssertionError
at
__randomizedtesting.SeedInfo.seed([C604A03B3FB5A051:6140189F520EB3E8]:0)
at
org.apache.solr.handler.TestSQLHandler.testBasicSelect(TestSQLHandler.java:298)
at org.apache.solr.handler.TestSQLHandler.doTest(TestSQLHandler.java:91)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
FAILED:
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail
Error Message:
expected:<200> but was:<404>
Stack Trace:
java.lang.AssertionError: expected:<200> but was:<404>
at
__randomizedtesting.SeedInfo.seed([C604A03B3FB5A051:AEBB9511EF2FB2BD]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at org.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.cancelDelegationToken(TestSolrCloudWithDelegationTokens.java:140)
at
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail(TestSolrCloudWithDelegationTokens.java:285)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
Build Log:
[...truncated 10682 lines...]
[junit4] Suite: org.apache.solr.handler.TestSQLHandler
[junit4] 2> Creating dataDir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C604A03B3FB5A051-001\init-core-data-001
[junit4] 2> 216736 INFO
(SUITE-TestSQLHandler-seed#[C604A03B3FB5A051]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 216736 INFO
(SUITE-TestSQLHandler-seed#[C604A03B3FB5A051]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 2> 216736 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 216736 INFO (Thread-281) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 216736 INFO (Thread-281) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 216845 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.ZkTestServer start zk server on port:53608
[junit4] 2> 216845 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 216845 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 216861 INFO (zkCallback-186-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@62a9c01e
name:ZooKeeperConnection Watcher:127.0.0.1:53608 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 216861 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 216861 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 216861 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.SolrZkClient makePath: /solr
[junit4] 2> 216892 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 216907 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 216907 INFO (zkCallback-187-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@43d8b450
name:ZooKeeperConnection Watcher:127.0.0.1:53608/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 216907 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 216907 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 216907 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/collection1
[junit4] 2> 216907 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
[junit4] 2> 216907 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
[junit4] 2> 216907 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
[junit4] 2> 216923 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-sql.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 216923 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
[junit4] 2> 216923 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\schema-sql.xml
to /configs/conf1/schema.xml
[junit4] 2> 216923 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
[junit4] 2> 216923 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 216923 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 216923 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 216923 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
[junit4] 2> 216923 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 216923 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
[junit4] 2> 216939 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 216939 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
[junit4] 2> 216939 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 216939 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
[junit4] 2> 216939 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 216939 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
[junit4] 2> 216939 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 216939 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 216939 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 216939 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
[junit4] 2> 216939 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.AbstractZkTestCase put
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 216939 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
[junit4] 2> 217438 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C604A03B3FB5A051-001\control-001\cores\collection1
[junit4] 2> 217438 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ] o.e.j.s.Server
jetty-9.3.8.v20160314
[junit4] 2> 217454 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6855bde2{/,null,AVAILABLE}
[junit4] 2> 217454 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@4b36065f{HTTP/1.1,[http/1.1]}{127.0.0.1:53616}
[junit4] 2> 217454 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ] o.e.j.s.Server
Started @221514ms
[junit4] 2> 217454 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C604A03B3FB5A051-001\tempDir-001/control/data,
hostContext=/, hostPort=53616,
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C604A03B3FB5A051-001\control-001\cores}
[junit4] 2> 217454 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@73d16e93
[junit4] 2> 217454 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C604A03B3FB5A051-001\control-001'
[junit4] 2> 217454 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 217454 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 217454 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 217454 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 217454 INFO (zkCallback-188-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@7bb77216
name:ZooKeeperConnection Watcher:127.0.0.1:53608/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 217454 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 217454 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 217454 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 0x156376b2fbd0002, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 217454 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 217470 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C604A03B3FB5A051-001\control-001\solr.xml
[junit4] 2> 217470 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C604A03B3FB5A051-001\control-001\cores
[junit4] 2> 217470 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.CoreContainer New CoreContainer 442522167
[junit4] 2> 217470 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C604A03B3FB5A051-001\control-001]
[junit4] 2> 217470 WARN
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.CoreContainer Couldn't add files from
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C604A03B3FB5A051-001\control-001\lib
to classpath:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C604A03B3FB5A051-001\control-001\lib
[junit4] 2> 217470 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,
[junit4] 2> 217485 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
[junit4] 2> 217485 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ] o.a.s.l.LogWatcher
SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 217485 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ] o.a.s.l.LogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 217485 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ] o.a.s.c.ZkContainer
Zookeeper client=127.0.0.1:53608/solr
[junit4] 2> 217485 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 217485 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 217485 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 217485 INFO (zkCallback-191-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@8005615 name:ZooKeeperConnection
Watcher:127.0.0.1:53608 got event WatchedEvent state:SyncConnected type:None
path:null path:null type:None
[junit4] 2> 217485 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 217485 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 217485 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 0x156376b2fbd0003, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 217485 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53616_ ]
o.a.s.c.ZkController Added new OnReconnect listener
org.apache.solr.cloud.ZkController$$Lambda$74/1927207348@6717517b
[junit4] 2> 217501 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53616_ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 217501 INFO
(zkCallback-192-thread-1-processing-n:127.0.0.1:53616_) [n:127.0.0.1:53616_
] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@27c18d1e
name:ZooKeeperConnection Watcher:127.0.0.1:53608/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 217501 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53616_ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 217501 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53616_ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 217501 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53616_ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
[junit4] 2> 217517 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53616_ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
[junit4] 2> 217517 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53616_ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
[junit4] 2> 217517 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53616_ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
[junit4] 2> 217517 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53616_ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 217517 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53616_ ]
o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 217517 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53616_ ]
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 217532 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53616_ ]
o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 217532 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53616_ ]
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 217532 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53616_ ]
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
[junit4] 2> 217532 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53616_ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
[junit4] 2> 217532 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53616_ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 217532 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53616_ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
[junit4] 2> 217532 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53616_ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 217532 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53616_ ]
o.a.s.c.LeaderElector Joined leadership election with path:
/overseer_elect/election/96325375536988164-127.0.0.1:53616_-n_0000000000
[junit4] 2> 217532 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53616_ ]
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:53616_
[junit4] 2> 217532 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53616_ ]
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
[junit4] 2> 217532 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53616_ ]
o.a.s.c.Overseer Overseer (id=96325375536988164-127.0.0.1:53616_-n_0000000000)
starting
[junit4] 2> 217548 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53616_ ]
o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
[junit4] 2> 217548 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53616_ ]
o.a.s.c.OverseerAutoReplicaFailoverThread Starting
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=10000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 217548 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53616_ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:53616_
[junit4] 2> 217548 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53616_ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:53616_
[junit4] 2> 217548 INFO
(OverseerCollectionConfigSetProcessor-96325375536988164-127.0.0.1:53616_-n_0000000000)
[n:127.0.0.1:53616_ ] o.a.s.c.OverseerTaskProcessor Process current queue
of overseer operations
[junit4] 2> 217548 INFO
(OverseerStateUpdate-96325375536988164-127.0.0.1:53616_-n_0000000000)
[n:127.0.0.1:53616_ ] o.a.s.c.Overseer Starting to work on the main queue
[junit4] 2> 217548 INFO
(zkCallback-192-thread-1-processing-n:127.0.0.1:53616_) [n:127.0.0.1:53616_
] 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> 217580 INFO
(OverseerStateUpdate-96325375536988164-127.0.0.1:53616_-n_0000000000)
[n:127.0.0.1:53616_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 217580 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53616_ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 217580 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53616_ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 217580 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53616_ ]
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C604A03B3FB5A051-001\control-001\cores
[junit4] 2> 217580 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53616_ ]
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1,
config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true,
configSetProperties=configsetprops.json, collection=control_collection,
coreNodeName=, dataDir=data\, shard=}
[junit4] 2> 217580 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53616_ ]
o.a.s.c.CorePropertiesLocator Found core collection1 in
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C604A03B3FB5A051-001\control-001\cores\collection1
[junit4] 2> 217580 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53616_ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions
[junit4] 2> 217580 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53616_ ]
o.a.s.s.SolrDispatchFilter
user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
[junit4] 2> 217580 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53616_ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 217580 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection x:collection1] o.a.s.c.ZkController
publishing state=down
[junit4] 2> 217580 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection x:collection1] o.a.s.c.ZkController
numShards not found on descriptor - reading it from system property
[junit4] 2> 217593 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection x:collection1] o.a.s.c.ZkController
Collection control_collection not visible yet, but flagging it so a watch is
registered when it becomes visible
[junit4] 2> 217593 INFO
(OverseerStateUpdate-96325375536988164-127.0.0.1:53616_-n_0000000000)
[n:127.0.0.1:53616_ ] o.a.s.c.Overseer processMessage: queueSize: 1, message
= {
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:53616",
[junit4] 2> "node_name":"127.0.0.1:53616_",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 217593 INFO
(OverseerStateUpdate-96325375536988164-127.0.0.1:53616_-n_0000000000)
[n:127.0.0.1:53616_ ] o.a.s.c.o.ReplicaMutator Update state numShards=1
message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:53616",
[junit4] 2> "node_name":"127.0.0.1:53616_",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 217593 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection x:collection1]
o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
[junit4] 2> 217593 INFO
(OverseerStateUpdate-96325375536988164-127.0.0.1:53616_-n_0000000000)
[n:127.0.0.1:53616_ ] o.a.s.c.o.ClusterStateMutator building a new cName:
control_collection
[junit4] 2> 217593 INFO
(OverseerStateUpdate-96325375536988164-127.0.0.1:53616_-n_0000000000)
[n:127.0.0.1:53616_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard1
[junit4] 2> 217593 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection x:collection1] o.a.s.c.ZkController
look for our core node name
[junit4] 2> 217593 INFO
(zkCallback-192-thread-1-processing-n:127.0.0.1:53616_) [n:127.0.0.1:53616_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred
- updating... (live nodes size: [1])
[junit4] 2> 218609 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection x:collection1] o.a.s.c.ZkController
waiting to find shard id in clusterstate for collection1
[junit4] 2> 218609 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection x:collection1] o.a.s.c.ZkController
Check for collection zkNode:control_collection
[junit4] 2> 218609 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection x:collection1] o.a.s.c.ZkController
Collection zkNode exists
[junit4] 2> 218609 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection x:collection1]
o.a.s.c.c.ZkStateReader Load collection config from:
[/collections/control_collection]
[junit4] 2> 218609 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection x:collection1]
o.a.s.c.c.ZkStateReader path=[/collections/control_collection]
[configName]=[conf1] specified config exists in ZooKeeper
[junit4] 2> 218609 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection x:collection1]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C604A03B3FB5A051-001\control-001\cores\collection1'
[junit4] 2> 218609 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection x:collection1]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 218609 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection x:collection1]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 218609 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection x:collection1] o.a.s.c.Config loaded
config solrconfig.xml with version 0
[junit4] 2> 218609 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection x:collection1] o.a.s.c.SolrConfig
current version of requestparams : -1
[junit4] 2> 218609 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 218624 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection x:collection1] o.a.s.c.SolrConfig
Loaded SolrConfig: solrconfig.xml
[junit4] 2> 218624 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 218672 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection x:collection1] o.a.s.s.IndexSchema
default search field in schema is text
[junit4] 2> 218672 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection x:collection1] o.a.s.s.IndexSchema
unique key field: id
[junit4] 2> 218672 WARN
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection x:collection1] o.a.s.s.IndexSchema
Field lowerfilt1and2 is not multivalued and destination for multiple copyFields
(2)
[junit4] 2> 218672 WARN
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection x:collection1] o.a.s.s.IndexSchema
Field text is not multivalued and destination for multiple copyFields (3)
[junit4] 2> 218686 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection x:collection1]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'/configs/conf1',
cwd=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
[junit4] 2> 218686 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection
control_collection
[junit4] 2> 218686 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 218686 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C604A03B3FB5A051-001\control-001\cores\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C604A03B3FB5A051-001\control-001\cores\collection1\data\]
[junit4] 2> 218686 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
[junit4] 2> 218686 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.CachingDirectoryFactory return new directory for
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C604A03B3FB5A051-001\control-001\cores\collection1\data\snapshot_metadata
[junit4] 2> 218686 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
[junit4] 2> 218686 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.CachingDirectoryFactory return new directory for
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C604A03B3FB5A051-001\control-001\cores\collection1\data\
[junit4] 2> 218686 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.SolrCore New index directory detected: old=null
new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C604A03B3FB5A051-001\control-001\cores\collection1\data\index/
[junit4] 2> 218686 WARN
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.SolrCore [collection1] Solr index directory
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C604A03B3FB5A051-001\control-001\cores\collection1\data\index'
doesn't exist. Creating new index...
[junit4] 2> 218686 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.CachingDirectoryFactory return new directory for
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C604A03B3FB5A051-001\control-001\cores\collection1\data\index
[junit4] 2> 218686 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@5e23d27f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7cab7a43),segFN=segments_1,generation=1}
[junit4] 2> 218686 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 218686 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:53616_
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore
Looking for old index directories to cleanup for core collection1 in
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C604A03B3FB5A051-001\control-001\cores\collection1\data\
[junit4] 2> 218686 WARN
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:53616_
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.DirectoryFactory
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C604A03B3FB5A051-001\control-001\cores\collection1\data\
does not point to a valid data directory; skipping clean-up of old index
directories.
[junit4] 2> 218686 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating
implicit default
[junit4] 2> 218686 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 218686 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 218686 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 218702 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 218702 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.PluginBag requestHandler : '/replication' created with startup=lazy
[junit4] 2> 218702 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.RequestHandlers Registered paths:
/admin/mbeans,standard,,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
[junit4] 2> 218702 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 218702 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 218702 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 218702 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 218702 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 218702 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@5e23d27f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7cab7a43),segFN=segments_1,generation=1}
[junit4] 2> 218702 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 218702 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@47be89b[collection1] main]
[junit4] 2> 218702 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.c.ZkStateReader Load collection config from:
[/collections/control_collection]
[junit4] 2> 218702 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.c.ZkStateReader path=[/collections/control_collection]
[configName]=[conf1] specified config exists in ZooKeeper
[junit4] 2> 218702 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the
RestManager with znodeBase: /configs/conf1
[junit4] 2> 218702 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 218702 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
[junit4] 2> 218702 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 218702 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.r.ManagedResourceStorage No data found for znode
/configs/conf1/_rest_managed.json
[junit4] 2> 218702 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 218702 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 218702 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
[junit4] 2> 218702 INFO
(searcherExecutor-579-thread-1-processing-n:127.0.0.1:53616_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53616_
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore
[collection1] Registered new searcher Searcher@47be89b[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 218702 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version
buckets from index
[junit4] 2> 218702 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket
highest value from index
[junit4] 2> 218702 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1541206010653310976
[junit4] 2> 218702 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version
1541206010653310976
[junit4] 2> 218702 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.ZkController watch zkdir /configs/conf1
[junit4] 2> 218702 INFO
(coreLoadExecutor-578-thread-1-processing-n:127.0.0.1:53616_)
[n:127.0.0.1:53616_ c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 218702 INFO
(coreZkRegister-572-thread-1-processing-n:127.0.0.1:53616_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53616_
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController
Register replica - core:collection1 address:http://127.0.0.1:53616
collection:control_collection shard:shard1
[junit4] 2> 218702 INFO
(coreZkRegister-572-thread-1-processing-n:127.0.0.1:53616_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53616_
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.c.SolrZkClient makePath:
/collections/control_collection/leader_elect/shard1/election
[junit4] 2> 218718 INFO
(coreZkRegister-572-thread-1-processing-n:127.0.0.1:53616_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53616_
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector
Joined leadership election with path:
/collections/control_collection/leader_elect/shard1/election/96325375536988164-core_node1-n_0000000000
[junit4] 2> 218718 INFO
(coreZkRegister-572-thread-1-processing-n:127.0.0.1:53616_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53616_
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1
and weAreReplacement=false and leaderVoteWait=10000
[junit4] 2> 218718 INFO
(coreZkRegister-572-thread-1-processing-n:127.0.0.1:53616_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53616_
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 218718 INFO
(coreZkRegister-572-thread-1-processing-n:127.0.0.1:53616_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53616_
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 218718 INFO
(coreZkRegister-572-thread-1-processing-n:127.0.0.1:53616_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53616_
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:53616/collection1/
[junit4] 2> 218718 INFO
(coreZkRegister-572-thread-1-processing-n:127.0.0.1:53616_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53616_
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 218718 INFO
(coreZkRegister-572-thread-1-processing-n:127.0.0.1:53616_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53616_
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy
http://127.0.0.1:53616/collection1/ has no replicas
[junit4] 2> 218718 INFO
(OverseerStateUpdate-96325375536988164-127.0.0.1:53616_-n_0000000000)
[n:127.0.0.1:53616_ ] o.a.s.c.Overseer processMessage: queueSize: 1, message
= {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection"} current state version: 1
[junit4] 2> 218718 INFO
(coreZkRegister-572-thread-1-processing-n:127.0.0.1:53616_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53616_
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
[junit4] 2> 218718 INFO
(coreZkRegister-572-thread-1-processing-n:127.0.0.1:53616_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53616_
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/control_collection/leaders/shard1/leader after winning as
/collections/control_collection/leader_elect/shard1/election/96325375536988164-core_node1-n_0000000000
[junit4] 2> 218734 INFO
(coreZkRegister-572-thread-1-processing-n:127.0.0.1:53616_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53616_
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:53616/collection1/ shard1
[junit4] 2> 218734 INFO
(OverseerStateUpdate-96325375536988164-127.0.0.1:53616_-n_0000000000)
[n:127.0.0.1:53616_ ] o.a.s.c.Overseer processMessage: queueSize: 1, message
= {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "base_url":"http://127.0.0.1:53616",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 1
[junit4] 2> 218843 INFO
(zkCallback-192-thread-1-processing-n:127.0.0.1:53616_) [n:127.0.0.1:53616_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred
- updating... (live nodes size: [1])
[junit4] 2> 218859 INFO
(coreZkRegister-572-thread-1-processing-n:127.0.0.1:53616_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53616_
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController
We are http://127.0.0.1:53616/collection1/ and leader is
http://127.0.0.1:53616/collection1/
[junit4] 2> 218859 INFO
(coreZkRegister-572-thread-1-processing-n:127.0.0.1:53616_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53616_
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController
No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53616
[junit4] 2> 218859 INFO
(coreZkRegister-572-thread-1-processing-n:127.0.0.1:53616_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53616_
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 218859 INFO
(coreZkRegister-572-thread-1-processing-n:127.0.0.1:53616_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53616_
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController
publishing state=active
[junit4] 2> 218859 INFO
(coreZkRegister-572-thread-1-processing-n:127.0.0.1:53616_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53616_
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController
numShards not found on descriptor - reading it from system property
[junit4] 2> 218859 INFO
(coreZkRegister-572-thread-1-processing-n:127.0.0.1:53616_ x:collection1
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53616_
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.c.c.ZkStateReader Checking legacy cluster state for collection
control_collection
[junit4] 2> 218859 INFO
(OverseerStateUpdate-96325375536988164-127.0.0.1:53616_-n_0000000000)
[n:127.0.0.1:53616_ ] o.a.s.c.Overseer processMessage: queueSize: 1, message
= {
[junit4] 2> "core":"collection1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:53616",
[junit4] 2> "node_name":"127.0.0.1:53616_",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"} current state version: 2
[junit4] 2> 218859 INFO
(OverseerStateUpdate-96325375536988164-127.0.0.1:53616_-n_0000000000)
[n:127.0.0.1:53616_ ] o.a.s.c.o.ReplicaMutator Update state numShards=1
message={
[junit4] 2> "core":"collection1",
[junit4] 2> "core_node_name":"core_node1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:53616",
[junit4] 2> "node_name":"127.0.0.1:53616_",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "operation":"state"}
[junit4] 2> 218968 INFO
(zkCallback-192-thread-1-processing-n:127.0.0.1:53616_) [n:127.0.0.1:53616_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred
- updating... (live nodes size: [1])
[junit4] 2> 219109 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 219109 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 219109 INFO (zkCallback-196-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@7f1f9545
name:ZooKeeperConnection Watcher:127.0.0.1:53608/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 219109 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 219109 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 219109 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 219109 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
[junit4] 2> 219109 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 219109 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ] o.a.s.c.ChaosMonkey
monkey: init - expire sessions:false cause connection loss:false
[junit4] 2> 219670 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C604A03B3FB5A051-001\shard-1-001\cores\collection1
[junit4] 2> 219685 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C604A03B3FB5A051-001\shard-1-001
[junit4] 2> 219685 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ] o.e.j.s.Server
jetty-9.3.8.v20160314
[junit4] 2> 219685 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7f25fc59{/,null,AVAILABLE}
[junit4] 2> 219685 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@7f1c3b80{HTTP/1.1,[http/1.1]}{127.0.0.1:53646}
[junit4] 2> 219685 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ] o.e.j.s.Server
Started @223748ms
[junit4] 2> 219685 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C604A03B3FB5A051-001\tempDir-001/jetty1,
solrconfig=solrconfig.xml, hostContext=/, hostPort=53646,
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C604A03B3FB5A051-001\shard-1-001\cores}
[junit4] 2> 219685 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@73d16e93
[junit4] 2> 219685 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C604A03B3FB5A051-001\shard-1-001'
[junit4] 2> 219685 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 219685 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 219685 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 219685 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 219701 INFO (zkCallback-197-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@454d6aa9
name:ZooKeeperConnection Watcher:127.0.0.1:53608/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 219701 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 219701 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 219701 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 219701 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C604A03B3FB5A051-001\shard-1-001\solr.xml
[junit4] 2> 219716 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C604A03B3FB5A051-001\shard-1-001\cores
[junit4] 2> 219716 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.CoreContainer New CoreContainer 1550075135
[junit4] 2> 219716 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C604A03B3FB5A051-001\shard-1-001]
[junit4] 2> 219716 WARN
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.CoreContainer Couldn't add files from
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C604A03B3FB5A051-001\shard-1-001\lib
to classpath:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C604A03B3FB5A051-001\shard-1-001\lib
[junit4] 2> 219716 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,
[junit4] 2> 219716 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
[junit4] 2> 219716 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ] o.a.s.l.LogWatcher
SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 219716 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ] o.a.s.l.LogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 219716 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ] o.a.s.c.ZkContainer
Zookeeper client=127.0.0.1:53608/solr
[junit4] 2> 219716 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 219716 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 219716 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 219732 INFO (zkCallback-200-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@5aab779a
name:ZooKeeperConnection Watcher:127.0.0.1:53608 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 219732 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 219732 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 219732 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53646_ ]
o.a.s.c.ZkController Added new OnReconnect listener
org.apache.solr.cloud.ZkController$$Lambda$74/1927207348@46ef26d7
[junit4] 2> 219748 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53646_ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 219748 INFO
(zkCallback-201-thread-1-processing-n:127.0.0.1:53646_) [n:127.0.0.1:53646_
] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@7d1f6afa
name:ZooKeeperConnection Watcher:127.0.0.1:53608/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 219748 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53646_ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 219748 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53646_ ]
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 219748 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53646_ ]
o.a.s.c.c.ZkStateReader Loaded empty cluster properties
[junit4] 2> 219763 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53646_ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 219763 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53646_ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 219763 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53646_ ]
o.a.s.c.LeaderElector Joined leadership election with path:
/overseer_elect/election/96325375536988168-127.0.0.1:53646_-n_0000000001
[junit4] 2> 219763 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53646_ ]
o.a.s.c.LeaderElector Watching path
/overseer_elect/election/96325375536988164-127.0.0.1:53616_-n_0000000000 to
know if I could be the leader
[junit4] 2> 219763 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53646_ ]
o.a.s.c.ZkController Publish node=127.0.0.1:53646_ as DOWN
[junit4] 2> 219763 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53646_ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:53646_
[junit4] 2> 219763 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53646_ ]
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:53646_
[junit4] 2> 219763 INFO
(OverseerStateUpdate-96325375536988164-127.0.0.1:53616_-n_0000000000)
[n:127.0.0.1:53616_ ] o.a.s.c.Overseer processMessage: queueSize: 1, message
= {
[junit4] 2> "operation":"downnode",
[junit4] 2> "node_name":"127.0.0.1:53646_"} current state version: 3
[junit4] 2> 219763 INFO
(OverseerStateUpdate-96325375536988164-127.0.0.1:53616_-n_0000000000)
[n:127.0.0.1:53616_ ] o.a.s.c.o.NodeMutator DownNode state invoked for node:
127.0.0.1:53646_
[junit4] 2> 219763 INFO
(zkCallback-201-thread-1-processing-n:127.0.0.1:53646_) [n:127.0.0.1:53646_
] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [1])
[junit4] 2> 219763 INFO (zkCallback-196-thread-1) [ ]
o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [1])
[junit4] 2> 219763 INFO
(zkCallback-192-thread-2-processing-n:127.0.0.1:53616_) [n:127.0.0.1:53616_
] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected
type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live
nodes size: [1])
[junit4] 2> 219763 INFO
(zkCallback-201-thread-1-processing-n:127.0.0.1:53646_) [n:127.0.0.1:53646_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 219763 INFO (zkCallback-196-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 219763 INFO
(zkCallback-192-thread-2-processing-n:127.0.0.1:53616_) [n:127.0.0.1:53616_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 219778 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53646_ ]
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for
authorization module.
[junit4] 2> 219778 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53646_ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 219778 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53646_ ]
o.a.s.c.CorePropertiesLocator Looking for core definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C604A03B3FB5A051-001\shard-1-001\cores
[junit4] 2> 219794 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53646_ ]
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1,
config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true,
configSetProperties=configsetprops.json, collection=collection1, coreNodeName=,
dataDir=data\, shard=}
[junit4] 2> 219794 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53646_ ]
o.a.s.c.CorePropertiesLocator Found core collection1 in
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C604A03B3FB5A051-001\shard-1-001\cores\collection1
[junit4] 2> 219794 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53646_ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions
[junit4] 2> 219794 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53646_ ]
o.a.s.s.SolrDispatchFilter
user.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
[junit4] 2> 219794 INFO
(TEST-TestSQLHandler.doTest-seed#[C604A03B3FB5A051]) [n:127.0.0.1:53646_ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
[junit4] 2> 219794 INFO
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:53646_)
[n:127.0.0.1:53646_ c:collection1 x:collection1] o.a.s.c.ZkController
publishing state=down
[junit4] 2> 219794 INFO
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:53646_)
[n:127.0.0.1:53646_ c:collection1 x:collection1] o.a.s.c.ZkController
numShards not found on descriptor - reading it from system property
[junit4] 2> 219794 INFO
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:53646_)
[n:127.0.0.1:53646_ c:collection1 x:collection1] o.a.s.c.ZkController
Collection collection1 not visible yet, but flagging it so a watch is
registered when it becomes visible
[junit4] 2> 219794 INFO
(OverseerStateUpdate-96325375536988164-127.0.0.1:53616_-n_0000000000)
[n:127.0.0.1:53616_ ] o.a.s.c.Overseer processMessage: queueSize: 1, message
= {
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:53646",
[junit4] 2> "node_name":"127.0.0.1:53646_",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"} current state version: 3
[junit4] 2> 219794 INFO
(OverseerStateUpdate-96325375536988164-127.0.0.1:53616_-n_0000000000)
[n:127.0.0.1:53616_ ] o.a.s.c.o.ReplicaMutator Update state numShards=2
message={
[junit4] 2> "core":"collection1",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:53646",
[junit4] 2> "node_name":"127.0.0.1:53646_",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "shard":null,
[junit4] 2> "collection":"collection1",
[junit4] 2> "operation":"state"}
[junit4] 2> 219794 INFO
(OverseerStateUpdate-96325375536988164-127.0.0.1:53616_-n_0000000000)
[n:127.0.0.1:53616_ ] o.a.s.c.o.ClusterStateMutator building a new cName:
collection1
[junit4] 2> 219794 INFO
(OverseerStateUpdate-96325375536988164-127.0.0.1:53616_-n_0000000000)
[n:127.0.0.1:53616_ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard
shard=shard2
[junit4] 2> 219794 INFO
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:53646_)
[n:127.0.0.1:53646_ c:collection1 x:collection1] o.a.s.c.c.ZkStateReader
Deleting data for [collection1]
[junit4] 2> 219794 INFO
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:53646_)
[n:127.0.0.1:53646_ c:collection1 x:collection1] o.a.s.c.ZkController look
for our core node name
[junit4] 2> 219919 INFO
(zkCallback-201-thread-1-processing-n:127.0.0.1:53646_) [n:127.0.0.1:53646_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred
- updating... (live nodes size: [2])
[junit4] 2> 219919 INFO (zkCallback-196-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred
- updating... (live nodes size: [2])
[junit4] 2> 219919 INFO
(zkCallback-192-thread-3-processing-n:127.0.0.1:53616_) [n:127.0.0.1:53616_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred
- updating... (live nodes size: [2])
[junit4] 2> 220795 INFO
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:53646_)
[n:127.0.0.1:53646_ c:collection1 x:collection1] o.a.s.c.ZkController waiting
to find shard id in clusterstate for collection1
[junit4] 2> 220795 INFO
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:53646_)
[n:127.0.0.1:53646_ c:collection1 x:collection1] o.a.s.c.ZkController Check
for collection zkNode:collection1
[junit4] 2> 220795 INFO
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:53646_)
[n:127.0.0.1:53646_ c:collection1 x:collection1] o.a.s.c.ZkController
Collection zkNode exists
[junit4] 2> 220795 INFO
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:53646_)
[n:127.0.0.1:53646_ c:collection1 x:collection1] o.a.s.c.c.ZkStateReader Load
collection config from: [/collections/collection1]
[junit4] 2> 220795 INFO
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:53646_)
[n:127.0.0.1:53646_ c:collection1 x:collection1] o.a.s.c.c.ZkStateReader
path=[/collections/collection1] [configName]=[conf1] specified config exists in
ZooKeeper
[junit4] 2> 220795 INFO
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:53646_)
[n:127.0.0.1:53646_ c:collection1 x:collection1] o.a.s.c.SolrResourceLoader
new SolrResourceLoader for directory:
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C604A03B3FB5A051-001\shard-1-001\cores\collection1'
[junit4] 2> 220795 INFO
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:53646_)
[n:127.0.0.1:53646_ c:collection1 x:collection1] o.a.s.c.SolrResourceLoader
JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 220795 INFO
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:53646_)
[n:127.0.0.1:53646_ c:collection1 x:collection1] o.a.s.c.SolrResourceLoader
solr home defaulted to 'solr/' (could not find system property or JNDI)
[junit4] 2> 220795 INFO
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:53646_)
[n:127.0.0.1:53646_ c:collection1 x:collection1] o.a.s.c.Config loaded config
solrconfig.xml with version 0
[junit4] 2> 220795 INFO
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:53646_)
[n:127.0.0.1:53646_ c:collection1 x:collection1] o.a.s.c.SolrConfig current
version of requestparams : -1
[junit4] 2> 220810 INFO
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:53646_)
[n:127.0.0.1:53646_ c:collection1 x:collection1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 220810 INFO
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:53646_)
[n:127.0.0.1:53646_ c:collection1 x:collection1] o.a.s.c.SolrConfig Loaded
SolrConfig: solrconfig.xml
[junit4] 2> 220810 INFO
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:53646_)
[n:127.0.0.1:53646_ c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 220873 INFO
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:53646_)
[n:127.0.0.1:53646_ c:collection1 x:collection1] o.a.s.s.IndexSchema default
search field in schema is text
[junit4] 2> 220873 INFO
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:53646_)
[n:127.0.0.1:53646_ c:collection1 x:collection1] o.a.s.s.IndexSchema unique
key field: id
[junit4] 2> 220873 WARN
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:53646_)
[n:127.0.0.1:53646_ c:collection1 x:collection1] o.a.s.s.IndexSchema Field
lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
[junit4] 2> 220873 WARN
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:53646_)
[n:127.0.0.1:53646_ c:collection1 x:collection1] o.a.s.s.IndexSchema Field
text is not multivalued and destination for multiple copyFields (3)
[junit4] 2> 220873 INFO
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:53646_)
[n:127.0.0.1:53646_ c:collection1 x:collection1] o.a.s.c.ConfigSetProperties
Did not find ConfigSet properties, assuming default properties: Can't find
resource 'configsetprops.json' in classpath or '/configs/conf1',
cwd=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0
[junit4] 2> 220873 INFO
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:53646_)
[n:127.0.0.1:53646_ c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection collection1
[junit4] 2> 220873 INFO
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:53646_)
[n:127.0.0.1:53646_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 220873 INFO
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:53646_)
[n:127.0.0.1:53646_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C604A03B3FB5A051-001\shard-1-001\cores\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C604A03B3FB5A051-001\shard-1-001\cores\collection1\data\]
[junit4] 2> 220873 INFO
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:53646_)
[n:127.0.0.1:53646_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
[junit4] 2> 220873 INFO
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:53646_)
[n:127.0.0.1:53646_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.c.CachingDirectoryFactory return new directory for
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C604A03B3FB5A051-001\shard-1-001\cores\collection1\data\snapshot_metadata
[junit4] 2> 220873 INFO
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:53646_)
[n:127.0.0.1:53646_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
[junit4] 2> 220873 INFO
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:53646_)
[n:127.0.0.1:53646_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.c.CachingDirectoryFactory return new directory for
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C604A03B3FB5A051-001\shard-1-001\cores\collection1\data\
[junit4] 2> 220873 INFO
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:53646_)
[n:127.0.0.1:53646_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.c.SolrCore New index directory detected: old=null
new=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSQLHandler_C604A03B3FB5A051-001\shard-1-001\cores\collection1\data\index/
[junit4] 2> 220873 WARN
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:53646_)
[n:127.0.0.1:53646_ c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.c.SolrCore [collection1] Solr index directory
'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\so
[...truncated too long message...]
solr ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover
received java.lang.InterruptedException: sleep interrupted
[junit4] 2> 2324339 INFO (jetty-launcher-3540-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@5a3227e8{/solr,null,UNAVAILABLE}
[junit4] 2> 2324347 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[C604A03B3FB5A051]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:51204 51204
[junit4] 2> 2324349 INFO (Thread-4422) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:51204 51204
[junit4] 2> 2324349 WARN (Thread-4422) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 2 /solr/aliases.json
[junit4] 2> 2 /solr/security.json
[junit4] 2> 2 /solr/clusterprops.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 4 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMKeyIdRoot
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_7
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_6
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_9
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_8
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_1
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_1
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_3
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_3
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_2
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_2
[junit4] 2> 2 /solr/clusterstate.json
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_5
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_4
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_4
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_12
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMSeqNumRoot
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_11
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_10
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/overseer/collection-queue-work
[junit4] 2> 3 /solr/overseer/queue
[junit4] 2> 2 /solr/live_nodes
[junit4] 2> 2 /solr/collections
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot
[junit4] 2> 2 /solr/overseer/queue-work
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot
[junit4] 2>
[junit4] 2> 2324350 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[C604A03B3FB5A051]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestSolrCloudWithDelegationTokens_C604A03B3FB5A051-001
[junit4] 2> Jul 29, 2016 4:44:54 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 2 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62): {},
docValues:{}, maxPointsInLeafNode=409, sim=RandomSimilarity(queryNorm=true):
{}, locale=de-DE, timezone=Etc/GMT+6
[junit4] 2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_92
(64-bit)/cpus=3,threads=1,free=130343528,total=504365056
[junit4] 2> NOTE: All tests run in this JVM: [ConnectionReuseTest,
TestFuzzyAnalyzedSuggestions, SecurityConfHandlerTest, TestWriterPerf,
TestBlendedInfixSuggestions, ChaosMonkeySafeLeaderTest, TestSystemIdResolver,
TestValueSourceCache, TestRTimerTree, TestBinaryField,
TestOnReconnectListenerSupport, TestReloadDeadlock, TestXmlQParserPlugin,
BasicZkTest, TestCSVResponseWriter, UniqFieldsUpdateProcessorFactoryTest,
TestCloudSchemaless, CollectionsAPISolrJTest, HdfsNNFailoverTest,
LeaderInitiatedRecoveryOnShardRestartTest, HdfsRecoveryZkTest,
TestBinaryResponseWriter, SuggesterWFSTTest, HdfsChaosMonkeySafeLeaderTest,
FullSolrCloudDistribCmdsTest, OpenCloseCoreStressTest, TestLRUStatsCache,
TestReplicaProperties, OverseerStatusTest, MultiTermTest, SortByFunctionTest,
TestFoldingMultitermQuery, EchoParamsTest, TestRawTransformer,
HdfsDirectoryFactoryTest, HLLSerializationTest, TestAuthenticationFramework,
DistributedQueryComponentOptimizationTest,
IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestFieldCache,
TestTolerantUpdateProcessorCloud, TestCoreDiscovery, TestMissingGroups,
CopyFieldTest, TestSolrJ, TestRequestStatusCollectionAPI, TestRTGBase,
TestFastOutputStream, ResourceLoaderTest, TestShortCircuitedRequests,
CoreAdminHandlerTest, TestBackupRepositoryFactory, TestConfigSets,
SmileWriterTest, TestSolrQueryParser, TestSlowCompositeReaderWrapper,
SpellingQueryConverterTest, TestDFISimilarityFactory, ConvertedLegacyTest,
TestCloudInspectUtil, TestRestoreCore, TestSimpleTrackingShardHandler,
DistributedDebugComponentTest, TestFieldCacheSanityChecker,
TestAtomicUpdateErrorCases, AnalyticsQueryTest, SolrPluginUtilsTest,
DistributedQueueTest, TestReloadAndDeleteDocs, TestGraphMLResponseWriter,
TestCrossCoreJoin, TestConfigReload, TestCloudManagedSchema,
DistanceFunctionTest, TestZkChroot, TestMiniSolrCloudCluster, TestCharFilters,
ShowFileRequestHandlerTest, TestPerFieldSimilarity, DeleteInactiveReplicaTest,
TestManagedStopFilterFactory, OverriddenZkACLAndCredentialsProvidersTest,
SpellCheckComponentTest, TestJettySolrRunner, TestClusterStateMutator,
CollectionTooManyReplicasTest, LukeRequestHandlerTest, TestSchemaNameResource,
TestUtils, MergeStrategyTest, LeaderFailoverAfterPartitionTest,
BinaryUpdateRequestHandlerTest, TestSerializedLuceneMatchVersion,
TestMinMaxOnMultiValuedField, TestStandardQParsers,
AsyncCallRequestStatusResponseTest, TestFieldSortValues, TestSchemaManager,
TestSuggestSpellingConverter, ForceLeaderTest, TestLeaderElectionZkExpiry,
TestCollationField, DistribDocExpirationUpdateProcessorTest,
DocValuesMissingTest, SuggesterTest, TestRecovery, DistributedMLTComponentTest,
ConjunctionSolrSpellCheckerTest, TestDistribDocBasedVersion,
DistributedTermsComponentTest, MultiThreadedOCPTest, TestQueryTypes,
TestPivotHelperCode, BigEndianAscendingWordSerializerTest, JavabinLoaderTest,
CurrencyFieldOpenExchangeTest, TestFieldCacheWithThreads,
TestSolrConfigHandler, TestComplexPhraseQParserPlugin, SolrCmdDistributorTest,
TestSha256AuthenticationProvider, TestSubQueryTransformerDistrib,
FacetPivotSmallTest, DistributedFacetPivotSmallAdvancedTest, HdfsSyncSliceTest,
VMParamsZkACLAndCredentialsProvidersTest, CdcrVersionReplicationTest,
CoreMergeIndexesAdminHandlerTest, TestQueryUtils, TestCustomDocTransformer,
ZkStateWriterTest, NoCacheHeaderTest, TestBadConfig,
CachingDirectoryFactoryTest, SuggesterTSTTest, TestFastWriter,
UpdateRequestProcessorFactoryTest, TestSolr4Spatial2, ConfigSetsAPITest,
SuggestComponentContextFilterQueryTest, RollingRestartTest,
RecoveryAfterSoftCommitTest, TestSolrXml, CloneFieldUpdateProcessorFactoryTest,
AtomicUpdatesTest, TestReRankQParserPlugin, TestDistributedGrouping,
TestExclusionRuleCollectionAccess, TestNumericTerms32,
TestSolrConfigHandlerCloud, HdfsLockFactoryTest, CacheHeaderTest,
DistributedFacetPivotWhiteBoxTest, SearchHandlerTest, TestJoin,
CollectionsAPIDistributedZkTest, ClusterStateUpdateTest, TestRandomDVFaceting,
TestDistributedSearch, ZkControllerTest, TestReload, TestSolr4Spatial,
StatsComponentTest, PeerSyncTest, TestFunctionQuery, TestLazyCores,
CurrencyFieldXmlFileTest, SimplePostToolTest,
SignatureUpdateProcessorFactoryTest, SuggesterFSTTest, DocValuesTest,
DefaultValueUpdateProcessorTest, TestRemoteStreaming, SolrInfoMBeanTest,
TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest,
FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, DocumentBuilderTest,
TestIndexingPerformance, MoreLikeThisHandlerTest, IndexSchemaRuntimeFieldTest,
ReturnFieldsTest, QueryParsingTest, TestAnalyzedSuggestions,
TestPHPSerializedResponseWriter, TestComponentsName, HighlighterConfigTest,
SOLR749Test, TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest,
TestSolrIndexConfig, ResponseLogComponentTest, BadComponentTest,
TestStressRecovery, TestMergePolicyConfig, TestSolrDeletionPolicy2,
TestSearchPerf, NumericFieldsTest, MinimalSchemaTest,
TestElisionMultitermQuery, TestConfig, OutputWriterTest,
TestSolrCoreProperties, DirectSolrConnectionTest, NotRequiredUniqueKeyTest,
TestPhraseSuggestions, SpellPossibilityIteratorTest, SynonymTokenizerTest,
TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory,
TestBM25SimilarityFactory, TestJmxMonitoredMap, TimeZoneUtilsTest,
OpenExchangeRatesOrgProviderTest, PluginInfoTest, DateMathParserTest,
ChaosMonkeyNothingIsSafeTest, BaseCdcrDistributedZkTest,
CdcrReplicationHandlerTest, CleanupOldIndexTest, CollectionReloadTest,
DeleteReplicaTest, DistribCursorPagingTest, DistributedVersionInfoTest,
OutOfBoxZkACLAndCredentialsProvidersTest, OverseerModifyCollectionTest,
RemoteQueryErrorTest, ReplicationFactorTest, SaslZkACLProviderTest,
SharedFSAutoReplicaFailoverTest, SharedFSAutoReplicaFailoverUtilsTest,
SimpleCollectionCreateDeleteTest, SolrCLIZkUtilsTest, SolrCloudExampleTest,
SolrXmlInZkTest, TestCloudPseudoReturnFields, TestConfigSetsAPI,
TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure,
TestHdfsCloudBackupRestore, TestLocalFSCloudBackupRestore,
TestMiniSolrCloudClusterBase, TestRandomFlRTGCloud,
TestRandomRequestDistribution, TestSolrCloudWithDelegationTokens]
[junit4] Completed [491/625 (2!)] on J1 in 6.80s, 8 tests, 1 failure <<<
FAILURES!
[...truncated 60497 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]