Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/257/
Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
2 tests failed.
FAILED:
junit.framework.TestSuite.org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth
Error Message:
1 thread leaked from SUITE scope at
org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth: 1)
Thread[id=3701, name=jetty-launcher-308-thread-1-EventThread,
state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth] at
sun.misc.Unsafe.park(Native Method) at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
at
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
at
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
at
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
at
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
at
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
at
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
at
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
at
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
at
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth:
1) Thread[id=3701, name=jetty-launcher-308-thread-1-EventThread,
state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]
at sun.misc.Unsafe.park(Native Method)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
at
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
at
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
at
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
at
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
at
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
at
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
at
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
at
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
at
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
at __randomizedtesting.SeedInfo.seed([D0E73BDB71528FB1]:0)
FAILED: org.apache.solr.cloud.HttpPartitionTest.test
Error Message:
Doc with id=1 not found in http://127.0.0.1:45811/_xy/h/collMinRf_1x3 due to:
Path not found: /id; rsp={doc=null}
Stack Trace:
java.lang.AssertionError: Doc with id=1 not found in
http://127.0.0.1:45811/_xy/h/collMinRf_1x3 due to: Path not found: /id;
rsp={doc=null}
at
__randomizedtesting.SeedInfo.seed([D0E73BDB71528FB1:58B30401DFAEE249]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:603)
at
org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:558)
at
org.apache.solr.cloud.HttpPartitionTest.testMinRf(HttpPartitionTest.java:249)
at
org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:127)
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:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
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:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
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:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 11109 lines...]
[junit4] Suite:
org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.hadoop.TestImpersonationWithHadoopAuth_D0E73BDB71528FB1-001/init-core-data-001
[junit4] 2> 259519 WARN
(SUITE-TestImpersonationWithHadoopAuth-seed#[D0E73BDB71528FB1]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
[junit4] 2> 259520 INFO
(SUITE-TestImpersonationWithHadoopAuth-seed#[D0E73BDB71528FB1]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 259521 INFO
(SUITE-TestImpersonationWithHadoopAuth-seed#[D0E73BDB71528FB1]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 259521 INFO
(SUITE-TestImpersonationWithHadoopAuth-seed#[D0E73BDB71528FB1]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 259536 INFO
(SUITE-TestImpersonationWithHadoopAuth-seed#[D0E73BDB71528FB1]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.hadoop.TestImpersonationWithHadoopAuth_D0E73BDB71528FB1-001/tempDir-001
[junit4] 2> 259537 INFO
(SUITE-TestImpersonationWithHadoopAuth-seed#[D0E73BDB71528FB1]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 259537 INFO (Thread-1974) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 259537 INFO (Thread-1974) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 259538 ERROR (Thread-1974) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 259637 INFO
(SUITE-TestImpersonationWithHadoopAuth-seed#[D0E73BDB71528FB1]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:33553
[junit4] 2> 259640 INFO (jetty-launcher-308-thread-2) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 259640 INFO (jetty-launcher-308-thread-1) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 259641 INFO (jetty-launcher-308-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@15b936ec{/solr,null,AVAILABLE}
[junit4] 2> 259641 INFO (jetty-launcher-308-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@59577fb7{/solr,null,AVAILABLE}
[junit4] 2> 259643 INFO (jetty-launcher-308-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@391a88f4{HTTP/1.1,[http/1.1]}{127.0.0.1:36547}
[junit4] 2> 259643 INFO (jetty-launcher-308-thread-1) [ ]
o.e.j.s.Server Started @261281ms
[junit4] 2> 259643 INFO (jetty-launcher-308-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=36547}
[junit4] 2> 259643 ERROR (jetty-launcher-308-thread-1) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 259643 INFO (jetty-launcher-308-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.1.0
[junit4] 2> 259643 INFO (jetty-launcher-308-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 259643 INFO (jetty-launcher-308-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 259643 INFO (jetty-launcher-308-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-08-14T06:10:11.354Z
[junit4] 2> 259644 INFO (jetty-launcher-308-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@775d6b13{HTTP/1.1,[http/1.1]}{127.0.0.1:45247}
[junit4] 2> 259644 INFO (jetty-launcher-308-thread-2) [ ]
o.e.j.s.Server Started @261282ms
[junit4] 2> 259644 INFO (jetty-launcher-308-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=45247}
[junit4] 2> 259644 ERROR (jetty-launcher-308-thread-2) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 259644 INFO (jetty-launcher-308-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.1.0
[junit4] 2> 259644 INFO (jetty-launcher-308-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 259644 INFO (jetty-launcher-308-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 259644 INFO (jetty-launcher-308-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-08-14T06:10:11.355Z
[junit4] 2> 259646 INFO (jetty-launcher-308-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 259646 INFO (jetty-launcher-308-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 259650 INFO (jetty-launcher-308-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33553/solr
[junit4] 2> 259651 INFO (jetty-launcher-308-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33553/solr
[junit4] 2> 259652 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 0x15ddf5d2ab00003, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 259698 INFO (jetty-launcher-308-thread-2)
[n:127.0.0.1:45247_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 259698 INFO (jetty-launcher-308-thread-2)
[n:127.0.0.1:45247_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:45247_solr
[junit4] 2> 259698 INFO (jetty-launcher-308-thread-2)
[n:127.0.0.1:45247_solr ] o.a.s.c.Overseer Overseer
(id=98480358113148934-127.0.0.1:45247_solr-n_0000000000) starting
[junit4] 2> 259698 INFO (jetty-launcher-308-thread-1)
[n:127.0.0.1:36547_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 259699 INFO (jetty-launcher-308-thread-1)
[n:127.0.0.1:36547_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36547_solr
[junit4] 2> 259700 INFO
(zkCallback-319-thread-1-processing-n:127.0.0.1:36547_solr)
[n:127.0.0.1:36547_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 259700 INFO
(zkCallback-320-thread-1-processing-n:127.0.0.1:45247_solr)
[n:127.0.0.1:45247_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 259701 INFO (jetty-launcher-308-thread-2)
[n:127.0.0.1:45247_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45247_solr
[junit4] 2> 259705 INFO
(zkCallback-320-thread-1-processing-n:127.0.0.1:45247_solr)
[n:127.0.0.1:45247_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 259713 INFO
(zkCallback-319-thread-1-processing-n:127.0.0.1:36547_solr)
[n:127.0.0.1:36547_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 259729 INFO (jetty-launcher-308-thread-2)
[n:127.0.0.1:45247_solr ] o.a.s.c.CoreContainer Initializing authentication
plugin: org.apache.solr.security.HadoopAuthPlugin
[junit4] 2> 259734 INFO (jetty-launcher-308-thread-2)
[n:127.0.0.1:45247_solr ] o.a.s.s.HadoopAuthPlugin Params:
{proxyuser.anyHostUsersGroup.hosts=*, proxyuser.wrongHost.hosts=1.1.1.1.1.1,
proxyuser.bogusGroup.groups=__some_bogus_group,
proxyuser.localHostAnyGroup.groups=*, cookie.domain=127.0.0.1,
proxyuser.wrongHost.groups=*, type=simple, proxyuser.noHosts.groups=*,
proxyuser.anyHostUsersGroup.groups=jenkins, proxyuser.noGroups.hosts=*,
proxyuser.anyHostAnyUser.groups=*, delegation-token.token-kind=solr-dt,
proxyuser.bogusGroup.hosts=*,
zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm,
signer.secret.provider.zookeeper.path=/token, zk-dt-secret-manager.enable=true,
proxyuser.localHostAnyGroup.hosts=localhost.localdomain,localhost,127.0.0.1,
proxyuser.anyHostAnyUser.hosts=*, signer.secret.provider=zookeeper}
[junit4] 2> 259766 INFO (jetty-launcher-308-thread-1)
[n:127.0.0.1:36547_solr ] o.a.s.c.CoreContainer Initializing authentication
plugin: org.apache.solr.security.HadoopAuthPlugin
[junit4] 2> 259767 INFO (jetty-launcher-308-thread-1)
[n:127.0.0.1:36547_solr ] o.a.s.s.HadoopAuthPlugin Params:
{proxyuser.anyHostUsersGroup.hosts=*, proxyuser.wrongHost.hosts=1.1.1.1.1.1,
proxyuser.bogusGroup.groups=__some_bogus_group,
proxyuser.localHostAnyGroup.groups=*, cookie.domain=127.0.0.1,
proxyuser.wrongHost.groups=*, type=simple, proxyuser.noHosts.groups=*,
proxyuser.anyHostUsersGroup.groups=jenkins, proxyuser.noGroups.hosts=*,
proxyuser.anyHostAnyUser.groups=*, delegation-token.token-kind=solr-dt,
proxyuser.bogusGroup.hosts=*,
zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm,
signer.secret.provider.zookeeper.path=/token, zk-dt-secret-manager.enable=true,
proxyuser.localHostAnyGroup.hosts=localhost.localdomain,localhost,127.0.0.1,
proxyuser.anyHostAnyUser.hosts=*, signer.secret.provider=zookeeper}
[junit4] 2> 259785 INFO (jetty-launcher-308-thread-2)
[n:127.0.0.1:45247_solr ] o.a.c.f.i.CuratorFrameworkImpl Starting
[junit4] 2> 259785 INFO (jetty-launcher-308-thread-1)
[n:127.0.0.1:36547_solr ] o.a.c.f.i.CuratorFrameworkImpl Starting
[junit4] 2> 259798 INFO (jetty-launcher-308-thread-2-EventThread)
[n:127.0.0.1:45247_solr ] o.a.c.f.s.ConnectionStateManager State change:
CONNECTED
[junit4] 2> 259798 INFO (jetty-launcher-308-thread-1-EventThread)
[n:127.0.0.1:36547_solr ] o.a.c.f.s.ConnectionStateManager State change:
CONNECTED
[junit4] 2> 259860 INFO (jetty-launcher-308-thread-2)
[n:127.0.0.1:45247_solr ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is
managing internode requests
[junit4] 2> 259860 INFO (jetty-launcher-308-thread-1)
[n:127.0.0.1:36547_solr ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is
managing internode requests
[junit4] 2> 259880 INFO (jetty-launcher-308-thread-2)
[n:127.0.0.1:45247_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45247.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@17c1ee02
[junit4] 2> 259880 INFO (jetty-launcher-308-thread-1)
[n:127.0.0.1:36547_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_36547.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@17c1ee02
[junit4] 2> 259883 INFO (jetty-launcher-308-thread-2)
[n:127.0.0.1:45247_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45247.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@17c1ee02
[junit4] 2> 259883 INFO (jetty-launcher-308-thread-2)
[n:127.0.0.1:45247_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45247.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@17c1ee02
[junit4] 2> 259883 INFO (jetty-launcher-308-thread-2)
[n:127.0.0.1:45247_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.hadoop.TestImpersonationWithHadoopAuth_D0E73BDB71528FB1-001/tempDir-001/node2/.
[junit4] 2> 259884 INFO (jetty-launcher-308-thread-1)
[n:127.0.0.1:36547_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_36547.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@17c1ee02
[junit4] 2> 259884 INFO (jetty-launcher-308-thread-1)
[n:127.0.0.1:36547_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_36547.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@17c1ee02
[junit4] 2> 259884 INFO (jetty-launcher-308-thread-1)
[n:127.0.0.1:36547_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.security.hadoop.TestImpersonationWithHadoopAuth_D0E73BDB71528FB1-001/tempDir-001/node1/.
[junit4] 2> 259907 INFO
(SUITE-TestImpersonationWithHadoopAuth-seed#[D0E73BDB71528FB1]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 259908 INFO
(SUITE-TestImpersonationWithHadoopAuth-seed#[D0E73BDB71528FB1]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33553/solr ready
[junit4] 2> 259917 INFO
(TEST-TestImpersonationWithHadoopAuth.testProxyValidateGroup-seed#[D0E73BDB71528FB1])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateGroup
[junit4] 2> 259929 INFO (qtp688031619-3665) [n:127.0.0.1:36547_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
doAs=jenkins&action=LIST&user.name=anyHostUsersGroup&wt=javabin&version=2 and
sendToOCPQueue=true
[junit4] 2> 259929 INFO (qtp688031619-3665) [n:127.0.0.1:36547_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={doAs=jenkins&action=LIST&user.name=anyHostUsersGroup&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 259935 WARN
(TEST-TestImpersonationWithHadoopAuth.testProxyValidateGroup-seed#[D0E73BDB71528FB1])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth="u=anyHostUsersGroup&p=anyHostUsersGroup&t=simple-dt&e=1502727011635&s=Lwns+VyTYvqPqHDd03/piIkQNtg=";
Domain=127.0.0.1; Expires= ., 14- .-2017 16:10:11 GMT; HttpOnly". Invalid
'expires' attribute: ., 14- .-2017 16:10:11 GMT
[junit4] 2> 259936 INFO
(TEST-TestImpersonationWithHadoopAuth.testProxyValidateGroup-seed#[D0E73BDB71528FB1])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateGroup
[junit4] IGNOR/A 0.00s J2 | TestImpersonationWithHadoopAuth.testForwarding
[junit4] > Assumption #1: 'awaitsfix' test group is disabled
(@AwaitsFix(bugUrl=https://issues.apache.org/jira/browse/HADOOP-9893))
[junit4] 2> 259946 INFO
(TEST-TestImpersonationWithHadoopAuth.testProxyNoConfigGroups-seed#[D0E73BDB71528FB1])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNoConfigGroups
[junit4] 2> 259969 WARN
(TEST-TestImpersonationWithHadoopAuth.testProxyNoConfigGroups-seed#[D0E73BDB71528FB1])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth="u=noGroups&p=noGroups&t=simple-dt&e=1502727011662&s=/xtRQrQGR5dkG8r+YqlkBo7tJFQ=";
Domain=127.0.0.1; Expires= ., 14- .-2017 16:10:11 GMT; HttpOnly". Invalid
'expires' attribute: ., 14- .-2017 16:10:11 GMT
[junit4] 2> 259969 INFO
(TEST-TestImpersonationWithHadoopAuth.testProxyNoConfigGroups-seed#[D0E73BDB71528FB1])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNoConfigGroups
[junit4] 2> 259977 INFO
(TEST-TestImpersonationWithHadoopAuth.testProxyWrongHost-seed#[D0E73BDB71528FB1])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testProxyWrongHost
[junit4] 2> 274989 WARN
(jetty-launcher-308-thread-1-SendThread(127.0.0.1:33553))
[n:127.0.0.1:36547_solr ] o.a.z.ClientCnxn Client session timed out, have
not heard from server in 15124ms for sessionid 0x15ddf5d2ab00007
[junit4] 2> 274989 WARN
(jetty-launcher-308-thread-2-SendThread(127.0.0.1:33553))
[n:127.0.0.1:45247_solr ] o.a.z.ClientCnxn Client session timed out, have
not heard from server in 15124ms for sessionid 0x15ddf5d2ab00008
[junit4] 2> 274989 WARN
(jetty-launcher-308-thread-2-SendThread(127.0.0.1:33553))
[n:127.0.0.1:45247_solr ] o.a.z.ClientCnxn Client session timed out, have
not heard from server in 15105ms for sessionid 0x15ddf5d2ab00006
[junit4] 2> 274989 WARN
(jetty-launcher-308-thread-1-SendThread(127.0.0.1:33553))
[n:127.0.0.1:36547_solr ] o.a.z.ClientCnxn Client session timed out, have
not heard from server in 15104ms for sessionid 0x15ddf5d2ab00004
[junit4] 2> 274989 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 0x15ddf5d2ab00008, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 274990 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 0x15ddf5d2ab00007, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 274990 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 0x15ddf5d2ab00006, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 274990 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 0x15ddf5d2ab00004, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 274991 WARN
(TEST-TestImpersonationWithHadoopAuth.testProxyWrongHost-seed#[D0E73BDB71528FB1])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth="u=wrongHost&p=wrongHost&t=simple-dt&e=1502727011690&s=86j9RaB4CC/W//o+abkNVO5u/ws=";
Domain=127.0.0.1; Expires= ., 14- .-2017 16:10:11 GMT; HttpOnly". Invalid
'expires' attribute: ., 14- .-2017 16:10:11 GMT
[junit4] 2> 274991 INFO
(TEST-TestImpersonationWithHadoopAuth.testProxyWrongHost-seed#[D0E73BDB71528FB1])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testProxyWrongHost
[junit4] 2> 274998 INFO
(TEST-TestImpersonationWithHadoopAuth.testProxyNullProxyUser-seed#[D0E73BDB71528FB1])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNullProxyUser
[junit4] 2> 275000 INFO (qtp688031619-3665) [n:127.0.0.1:36547_solr ]
o.a.s.s.SolrDispatchFilter Error authenticating
[junit4] 2> java.lang.IllegalArgumentException: userName is NULL, empty or
contains a '&'
[junit4] 2> at
org.apache.hadoop.security.authentication.util.AuthToken.checkForIllegalArgument(AuthToken.java:87)
[junit4] 2> at
org.apache.hadoop.security.authentication.util.AuthToken.<init>(AuthToken.java:70)
[junit4] 2> at
org.apache.hadoop.security.authentication.server.AuthenticationToken.<init>(AuthenticationToken.java:58)
[junit4] 2> at
org.apache.hadoop.security.authentication.server.PseudoAuthenticationHandler.authenticate(PseudoAuthenticationHandler.java:191)
[junit4] 2> at
org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationHandler.authenticate(DelegationTokenAuthenticationHandler.java:348)
[junit4] 2> at
org.apache.solr.security.RequestContinuesRecorderAuthenticationHandler.authenticate(RequestContinuesRecorderAuthenticationHandler.java:69)
[junit4] 2> at
org.apache.hadoop.security.authentication.server.AuthenticationFilter.doFilter(AuthenticationFilter.java:519)
[junit4] 2> at
org.apache.solr.security.HadoopAuthFilter.doFilter(HadoopAuthFilter.java:110)
[junit4] 2> at
org.apache.solr.security.HadoopAuthPlugin.doAuthenticate(HadoopAuthPlugin.java:245)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.authenticateRequest(SolrDispatchFilter.java:447)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:343)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:322)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
[junit4] 2> at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
[junit4] 2> at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
[junit4] 2> at
org.eclipse.jetty.server.Server.handle(Server.java:534)
[junit4] 2> at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
[junit4] 2> at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
[junit4] 2> at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
[junit4] 2> at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
[junit4] 2> at
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 275000 WARN (qtp688031619-3665) [n:127.0.0.1:36547_solr ]
o.e.j.s.ServletHandler /solr/admin/collections
[junit4] 2> org.apache.solr.common.SolrException: Error during request
authentication,
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.authenticateRequest(SolrDispatchFilter.java:453)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:343)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:322)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
[junit4] 2> at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
[junit4] 2> at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
[junit4] 2> at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
[junit4] 2> at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
[junit4] 2> at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
[junit4] 2> at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
[junit4] 2> at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
[junit4] 2> at
org.eclipse.jetty.server.Server.handle(Server.java:534)
[junit4] 2> at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
[junit4] 2> at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
[junit4] 2> at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
[junit4] 2> at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
[junit4] 2> at
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> Caused by: java.lang.IllegalArgumentException: userName is
NULL, empty or contains a '&'
[junit4] 2> at
org.apache.hadoop.security.authentication.util.AuthToken.checkForIllegalArgument(AuthToken.java:87)
[junit4] 2> at
org.apache.hadoop.security.authentication.util.AuthToken.<init>(AuthToken.java:70)
[junit4] 2> at
org.apache.hadoop.security.authentication.server.AuthenticationToken.<init>(AuthenticationToken.java:58)
[junit4] 2> at
org.apache.hadoop.security.authentication.server.PseudoAuthenticationHandler.authenticate(PseudoAuthenticationHandler.java:191)
[junit4] 2> at
org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationHandler.authenticate(DelegationTokenAuthenticationHandler.java:348)
[junit4] 2> at
org.apache.solr.security.RequestContinuesRecorderAuthenticationHandler.authenticate(RequestContinuesRecorderAuthenticationHandler.java:69)
[junit4] 2> at
org.apache.hadoop.security.authentication.server.AuthenticationFilter.doFilter(AuthenticationFilter.java:519)
[junit4] 2> at
org.apache.solr.security.HadoopAuthFilter.doFilter(HadoopAuthFilter.java:110)
[junit4] 2> at
org.apache.solr.security.HadoopAuthPlugin.doAuthenticate(HadoopAuthPlugin.java:245)
[junit4] 2> at
org.apache.solr.servlet.SolrDispatchFilter.authenticateRequest(SolrDispatchFilter.java:447)
[junit4] 2> ... 26 more
[junit4] 2> 275002 INFO
(TEST-TestImpersonationWithHadoopAuth.testProxyNullProxyUser-seed#[D0E73BDB71528FB1])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNullProxyUser
[junit4] 2> 275008 INFO
(TEST-TestImpersonationWithHadoopAuth.testProxyValidateHost-seed#[D0E73BDB71528FB1])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateHost
[junit4] 2> 275009 INFO (qtp688031619-3661) [n:127.0.0.1:36547_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
doAs=bar&action=LIST&user.name=localHostAnyGroup&wt=javabin&version=2 and
sendToOCPQueue=true
[junit4] 2> 275010 INFO (qtp688031619-3661) [n:127.0.0.1:36547_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={doAs=bar&action=LIST&user.name=localHostAnyGroup&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 275010 WARN
(TEST-TestImpersonationWithHadoopAuth.testProxyValidateHost-seed#[D0E73BDB71528FB1])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth="u=localHostAnyGroup&p=localHostAnyGroup&t=simple-dt&e=1502727026720&s=qOvgiHT3XAMeMb3qFHXONDSpn90=";
Domain=127.0.0.1; Expires= ., 14- .-2017 16:10:26 GMT; HttpOnly". Invalid
'expires' attribute: ., 14- .-2017 16:10:26 GMT
[junit4] 2> 275010 INFO
(TEST-TestImpersonationWithHadoopAuth.testProxyValidateHost-seed#[D0E73BDB71528FB1])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateHost
[junit4] 2> 275016 INFO
(TEST-TestImpersonationWithHadoopAuth.testProxyNoConfigHosts-seed#[D0E73BDB71528FB1])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNoConfigHosts
[junit4] 2> 275020 WARN
(TEST-TestImpersonationWithHadoopAuth.testProxyNoConfigHosts-seed#[D0E73BDB71528FB1])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth="u=noHosts&p=noHosts&t=simple-dt&e=1502727026728&s=a3vxri7sW6BwVqI9IlZLqIU5l5k=";
Domain=127.0.0.1; Expires= ., 14- .-2017 16:10:26 GMT; HttpOnly". Invalid
'expires' attribute: ., 14- .-2017 16:10:26 GMT
[junit4] 2> 275020 INFO
(TEST-TestImpersonationWithHadoopAuth.testProxyNoConfigHosts-seed#[D0E73BDB71528FB1])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNoConfigHosts
[junit4] 2> 275038 INFO
(TEST-TestImpersonationWithHadoopAuth.testProxyInvalidProxyUser-seed#[D0E73BDB71528FB1])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testProxyInvalidProxyUser
[junit4] 2> 275041 WARN
(TEST-TestImpersonationWithHadoopAuth.testProxyInvalidProxyUser-seed#[D0E73BDB71528FB1])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth="u=bar&p=bar&t=simple-dt&e=1502727026750&s=wFtSVYvduHQ0561ZO8StLsbk2pU=";
Domain=127.0.0.1; Expires= ., 14- .-2017 16:10:26 GMT; HttpOnly". Invalid
'expires' attribute: ., 14- .-2017 16:10:26 GMT
[junit4] 2> 275041 INFO
(TEST-TestImpersonationWithHadoopAuth.testProxyInvalidProxyUser-seed#[D0E73BDB71528FB1])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testProxyInvalidProxyUser
[junit4] 2> 275055 INFO
(TEST-TestImpersonationWithHadoopAuth.testProxyValidateAnyHostAnyUser-seed#[D0E73BDB71528FB1])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateAnyHostAnyUser
[junit4] 2> 275057 INFO (qtp688031619-3661) [n:127.0.0.1:36547_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
doAs=bar&action=LIST&user.name=anyHostAnyUser&wt=javabin&version=2 and
sendToOCPQueue=true
[junit4] 2> 275058 INFO (qtp688031619-3661) [n:127.0.0.1:36547_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={doAs=bar&action=LIST&user.name=anyHostAnyUser&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 275058 WARN
(TEST-TestImpersonationWithHadoopAuth.testProxyValidateAnyHostAnyUser-seed#[D0E73BDB71528FB1])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth="u=anyHostAnyUser&p=anyHostAnyUser&t=simple-dt&e=1502727026768&s=EhMHzDTyDM4UWTmraGS+8++l3HY=";
Domain=127.0.0.1; Expires= ., 14- .-2017 16:10:26 GMT; HttpOnly". Invalid
'expires' attribute: ., 14- .-2017 16:10:26 GMT
[junit4] 2> 275058 INFO
(TEST-TestImpersonationWithHadoopAuth.testProxyValidateAnyHostAnyUser-seed#[D0E73BDB71528FB1])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateAnyHostAnyUser
[junit4] 2> 275069 INFO
(TEST-TestImpersonationWithHadoopAuth.testProxyInvalidGroup-seed#[D0E73BDB71528FB1])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testProxyInvalidGroup
[junit4] 2> 275082 WARN (qtp688031619-3661) [n:127.0.0.1:36547_solr ]
o.a.h.s.ShellBasedUnixGroupsMapping got exception trying to get groups for user
bar: id: âbarâ: no such user
[junit4] 2>
[junit4] 2> 275082 WARN (qtp688031619-3661) [n:127.0.0.1:36547_solr ]
o.a.h.s.UserGroupInformation No groups available for user bar
[junit4] 2> 275084 WARN
(TEST-TestImpersonationWithHadoopAuth.testProxyInvalidGroup-seed#[D0E73BDB71528FB1])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth="u=bogusGroup&p=bogusGroup&t=simple-dt&e=1502727026782&s=saTkfwZWjbrKEGf8qSTFt/F//lk=";
Domain=127.0.0.1; Expires= ., 14- .-2017 16:10:26 GMT; HttpOnly". Invalid
'expires' attribute: ., 14- .-2017 16:10:26 GMT
[junit4] 2> 275085 INFO
(TEST-TestImpersonationWithHadoopAuth.testProxyInvalidGroup-seed#[D0E73BDB71528FB1])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testProxyInvalidGroup
[junit4] 2> 275090 INFO (jetty-launcher-308-thread-1-EventThread)
[n:127.0.0.1:36547_solr ] o.a.c.f.s.ConnectionStateManager State change:
SUSPENDED
[junit4] 2> 275090 WARN
(zkCallback-319-thread-1-processing-n:127.0.0.1:36547_solr)
[n:127.0.0.1:36547_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@73bcdda5 name:
ZooKeeperConnection Watcher:127.0.0.1:33553/solr got event WatchedEvent
state:Disconnected type:None path:null path: null type: None
[junit4] 2> 275090 WARN
(zkCallback-319-thread-1-processing-n:127.0.0.1:36547_solr)
[n:127.0.0.1:36547_solr ] o.a.s.c.c.ConnectionManager zkClient has
disconnected
[junit4] 2> 275090 WARN
(zkCallback-320-thread-1-processing-n:127.0.0.1:45247_solr)
[n:127.0.0.1:45247_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@59951813 name:
ZooKeeperConnection Watcher:127.0.0.1:33553/solr got event WatchedEvent
state:Disconnected type:None path:null path: null type: None
[junit4] 2> 275090 WARN
(zkCallback-320-thread-1-processing-n:127.0.0.1:45247_solr)
[n:127.0.0.1:45247_solr ] o.a.s.c.c.ConnectionManager zkClient has
disconnected
[junit4] 2> 275091 INFO (jetty-closer-309-thread-1) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@391a88f4{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 275096 INFO (jetty-closer-309-thread-1) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2119740354
[junit4] 2> 275097 INFO (jetty-closer-309-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 275097 INFO (jetty-closer-309-thread-2) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@775d6b13{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 275097 INFO (jetty-closer-309-thread-2) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=344852789
[junit4] 2> 275097 INFO (jetty-closer-309-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 275099 INFO (jetty-closer-309-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 275100 INFO (jetty-closer-309-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 275100 INFO (jetty-closer-309-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 275102 INFO (jetty-closer-309-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 276131 INFO (jetty-closer-309-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 276131 INFO (jetty-closer-309-thread-2) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 276131 INFO (jetty-closer-309-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=98480358113148934-127.0.0.1:45247_solr-n_0000000000) closing
[junit4] 2> 276131 INFO
(OverseerStateUpdate-98480358113148934-127.0.0.1:45247_solr-n_0000000000)
[n:127.0.0.1:45247_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:45247_solr
[junit4] 2> 276131 INFO
(OverseerCollectionConfigSetProcessor-98480358113148934-127.0.0.1:45247_solr-n_0000000000)
[n:127.0.0.1:45247_solr ] o.a.s.c.OverseerTaskProcessor According to ZK I
(id=98480358113148934-127.0.0.1:45247_solr-n_0000000000) am no longer a leader.
[junit4] 2> 276132 WARN
(zkCallback-320-thread-6-processing-n:127.0.0.1:45247_solr)
[n:127.0.0.1:45247_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 276133 ERROR
(Thread[Thread-1991,5,TGRP-TestImpersonationWithHadoopAuth])
[n:127.0.0.1:45247_solr ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager
ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
[junit4] 2> 276209 INFO
(zkCallback-319-thread-5-processing-n:127.0.0.1:36547_solr)
[n:127.0.0.1:36547_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:36547_solr
[junit4] 2> 276210 INFO
(zkCallback-319-thread-2-processing-n:127.0.0.1:36547_solr)
[n:127.0.0.1:36547_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (1)
[junit4] 2> 276210 INFO (jetty-closer-309-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 276210 INFO (jetty-closer-309-thread-1) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 277081 INFO (jetty-closer-309-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@15b936ec{/solr,null,UNAVAILABLE}
[junit4] 2> 277711 WARN
(zkCallback-319-thread-5-processing-n:127.0.0.1:36547_solr)
[n:127.0.0.1:36547_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 277711 ERROR
(Thread[Thread-1992,5,TGRP-TestImpersonationWithHadoopAuth])
[n:127.0.0.1:36547_solr ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager
ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
[junit4] 2> 277713 INFO (jetty-closer-309-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@59577fb7{/solr,null,UNAVAILABLE}
[junit4] 2> 277713 ERROR
(SUITE-TestImpersonationWithHadoopAuth-seed#[D0E73BDB71528FB1]-worker) [ ]
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper
server won't take any action on ERROR or SHUTDOWN server state changes
[junit4] 2> 277714 INFO
(SUITE-TestImpersonationWithHadoopAuth-seed#[D0E73BDB71528FB1]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:33553 33553
[junit4] 2> 282742 INFO (Thread-1974) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:33553 33553
[junit4] 2> 282743 WARN (Thread-1974) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 3 /solr/aliases.json
[junit4] 2> 3 /solr/clusterprops.json
[junit4] 2> 2 /solr/security.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 4 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMKeyIdRoot
[junit4] 2> 3 /solr/clusterstate.json
[junit4] 2> 3
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMSeqNumRoot
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_1
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_3
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_2
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_4
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 3 /solr/live_nodes
[junit4] 2> 3 /solr/collections
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot
[junit4] 2>
[junit4] 2> 282743 INFO
(SUITE-TestImpersonationWithHadoopAuth-seed#[D0E73BDB71528FB1]-worker) [ ]
o.a.s.SolrTestCaseJ4 -------------------------------------------------------
Done waiting for tracked resources to be released
[junit4] 2> Aug 14, 2017 6:10:34 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> Aug 14, 2017 6:10:54 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> SEVERE: 1 thread leaked from SUITE scope at
org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth:
[junit4] 2> 1) Thread[id=3701,
name=jetty-launcher-308-thread-1-EventThread, state=TIMED_WAITING,
group=TGRP-TestImpersonationWithHadoopAuth]
[junit4] 2> at sun.misc.Unsafe.park(Native Method)
[junit4] 2> at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
[junit4] 2> at
java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
[junit4] 2> at
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
[junit4] 2> at
org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
[junit4] 2> at
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
[junit4] 2> at
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
[junit4] 2> at
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
[junit4] 2> at
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
[junit4] 2> at
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
[junit4] 2> at
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
[junit4] 2> at
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
[junit4] 2> Aug 14, 2017 6:10:54 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: Starting to interrupt leaked threads:
[junit4] 2> 1) Thread[id=3701,
name=jetty-launcher-308-thread-1-EventThread, state=TIMED_WAITING,
group=TGRP-TestImpersonationWithHadoopAuth]
[junit4] 2> 302791 ERROR (jetty-launcher-308-thread-1-EventThread)
[n:127.0.0.1:36547_solr ] o.a.c.f.i.CuratorFrameworkImpl Watcher exception
[junit4] 2> java.lang.InterruptedException
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1039)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
[junit4] 2> at
java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
[junit4] 2> at
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
[junit4] 2> at
org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
[junit4] 2> at
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
[junit4] 2> at
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
[junit4] 2> at
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
[junit4] 2> at
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
[junit4] 2> at
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
[junit4] 2> at
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
[junit4] 2> at
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
[junit4] 2> Aug 14, 2017 6:10:54 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: All leaked threads terminated.
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=520, maxMBSortInHeap=7.053911605297417,
sim=RandomSimilarity(queryNorm=true): {}, locale=mk-MK, timezone=Canada/Mountain
[junit4] 2> NOTE: Linux 4.10.0-27-generic amd64/Oracle Corporation
1.8.0_144 (64-bit)/cpus=8,threads=1,free=212146576,total=518979584
[junit4] 2> NOTE: All tests run in this JVM: [CdcrUpdateLogTest,
TestTlogReplica, TestHttpShardHandlerFactory, TestRandomCollapseQParserPlugin,
CdcrReplicationDistributedZkTest, CheckHdfsIndexTest,
SpellCheckCollatorWithCollapseTest, TestSolrQueryResponse, TestSolrCoreParser,
TestFoldingMultitermQuery, SearchHandlerTest, TestSlowCompositeReaderWrapper,
SimpleFacetsTest, TestDistribDocBasedVersion, DeleteNodeTest,
DirectUpdateHandlerOptimizeTest, TestFastWriter, TestTolerantSearch,
QueryEqualityTest, SolrCoreCheckLockOnStartupTest,
ClassificationUpdateProcessorIntegrationTest, DateMathParserTest,
TestImpersonationWithHadoopAuth]
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestImpersonationWithHadoopAuth -Dtests.seed=D0E73BDB71528FB1
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=mk-MK
-Dtests.timezone=Canada/Mountain -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 0.00s J2 | TestImpersonationWithHadoopAuth (suite) <<<
[junit4] > Throwable #1:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth:
[junit4] > 1) Thread[id=3701,
name=jetty-launcher-308-thread-1-EventThread, state=TIMED_WAITING,
group=TGRP-TestImpersonationWithHadoopAuth]
[junit4] > at sun.misc.Unsafe.park(Native Method)
[junit4] > at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[junit4] > at
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
[junit4] > at
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
[junit4] > at
java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
[junit4] > at
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
[junit4] > at
org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
[junit4] > at
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
[junit4] > at
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
[junit4] > at
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
[junit4] > at
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
[junit4] > at
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
[junit4] > at
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
[junit4] > at
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
[junit4] > at
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
[junit4] > at
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
[junit4] > at
__randomizedtesting.SeedInfo.seed([D0E73BDB71528FB1]:0)
[junit4] Completed [100/728 (1!)] on J2 in 43.28s, 10 tests, 1 error, 1
skipped <<< FAILURES!
[...truncated 1298 lines...]
[junit4] Suite: org.apache.solr.cloud.HttpPartitionTest
[junit4] 2> 2093684 INFO
(SUITE-HttpPartitionTest-seed#[D0E73BDB71528FB1]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_D0E73BDB71528FB1-001/init-core-data-001
[junit4] 2> 2093685 WARN
(SUITE-HttpPartitionTest-seed#[D0E73BDB71528FB1]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=102 numCloses=102
[junit4] 2> 2093685 INFO
(SUITE-HttpPartitionTest-seed#[D0E73BDB71528FB1]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 2093686 INFO
(SUITE-HttpPartitionTest-seed#[D0E73BDB71528FB1]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
[junit4] 2> 2093686 INFO
(SUITE-HttpPartitionTest-seed#[D0E73BDB71528FB1]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_xy/h
[junit4] 2> 2093688 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 2093688 INFO (Thread-5391) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 2093688 INFO (Thread-5391) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 2093690 ERROR (Thread-5391) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 2093788 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.c.ZkTestServer start zk server on port:34843
[junit4] 2> 2093794 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 2093794 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 2093795 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 2093795 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 2093796 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 2093796 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 2093796 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 2093797 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 2093797 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 2093797 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 2093798 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 2093798 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly
asked otherwise
[junit4] 2> 2093864 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ] o.e.j.s.Server
jetty-9.3.14.v20161028
[junit4] 2> 2093864 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@673c1572{/_xy/h,null,AVAILABLE}
[junit4] 2> 2093867 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@271af9fb{HTTP/1.1,[http/1.1]}{127.0.0.1:37749}
[junit4] 2> 2093867 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ] o.e.j.s.Server
Started @2095505ms
[junit4] 2> 2093867 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_D0E73BDB71528FB1-001/tempDir-001/control/data,
replicaType=NRT, hostContext=/_xy/h, hostPort=36531,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_D0E73BDB71528FB1-001/control-001/cores}
[junit4] 2> 2093867 ERROR
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2093867 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.1.0
[junit4] 2> 2093867 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2093867 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 2093867 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-08-14T06:40:45.578Z
[junit4] 2> 2093872 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2093872 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_D0E73BDB71528FB1-001/control-001/solr.xml
[junit4] 2> 2093876 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@17c1ee02, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2093878 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34843/solr
[junit4] 2> 2093912 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1])
[n:127.0.0.1:36531__xy%2Fh ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2093912 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1])
[n:127.0.0.1:36531__xy%2Fh ] o.a.s.c.OverseerElectionContext I am going to
be the leader 127.0.0.1:36531__xy%2Fh
[junit4] 2> 2093912 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1])
[n:127.0.0.1:36531__xy%2Fh ] o.a.s.c.Overseer Overseer
(id=98480478316134404-127.0.0.1:36531__xy%2Fh-n_0000000000) starting
[junit4] 2> 2093914 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1])
[n:127.0.0.1:36531__xy%2Fh ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36531__xy%2Fh
[junit4] 2> 2093915 INFO
(zkCallback-2564-thread-1-processing-n:127.0.0.1:36531__xy%2Fh)
[n:127.0.0.1:36531__xy%2Fh ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2093964 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1])
[n:127.0.0.1:36531__xy%2Fh ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@17c1ee02
[junit4] 2> 2093968 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1])
[n:127.0.0.1:36531__xy%2Fh ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@17c1ee02
[junit4] 2> 2093968 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1])
[n:127.0.0.1:36531__xy%2Fh ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@17c1ee02
[junit4] 2> 2093969 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1])
[n:127.0.0.1:36531__xy%2Fh ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_D0E73BDB71528FB1-001/control-001/cores
[junit4] 2> 2093984 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2093984 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34843/solr ready
[junit4] 2> 2093985 INFO (SocketProxy-Acceptor-36531) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=54586,localport=36531], receiveBufferSize:531000
[junit4] 2> 2093987 INFO (SocketProxy-Acceptor-36531) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=37749,localport=33648], receiveBufferSize=530904
[junit4] 2> 2093987 INFO (qtp573742748-17856) [n:127.0.0.1:36531__xy%2Fh
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:36531__xy%252Fh&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2093988 INFO
(OverseerThreadFactory-6835-thread-1-processing-n:127.0.0.1:36531__xy%2Fh)
[n:127.0.0.1:36531__xy%2Fh ] o.a.s.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 2094090 INFO (SocketProxy-Acceptor-36531) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=54590,localport=36531], receiveBufferSize:531000
[junit4] 2> 2094091 INFO (SocketProxy-Acceptor-36531) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=37749,localport=33652], receiveBufferSize=530904
[junit4] 2> 2094092 INFO (qtp573742748-17852) [n:127.0.0.1:36531__xy%2Fh
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2094092 INFO (qtp573742748-17852) [n:127.0.0.1:36531__xy%2Fh
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 2094194 INFO
(zkCallback-2564-thread-1-processing-n:127.0.0.1:36531__xy%2Fh)
[n:127.0.0.1:36531__xy%2Fh ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 2095100 INFO (qtp573742748-17852) [n:127.0.0.1:36531__xy%2Fh
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 2095107 INFO (qtp573742748-17852) [n:127.0.0.1:36531__xy%2Fh
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
[junit4] 2> 2095168 INFO (qtp573742748-17852) [n:127.0.0.1:36531__xy%2Fh
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 2095174 INFO (qtp573742748-17852) [n:127.0.0.1:36531__xy%2Fh
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1'
using configuration from collection control_collection, trusted=true
[junit4] 2> 2095174 INFO (qtp573742748-17852) [n:127.0.0.1:36531__xy%2Fh
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.control_collection.shard1.replica_n1' (registry
'solr.core.control_collection.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@17c1ee02
[junit4] 2> 2095174 INFO (qtp573742748-17852) [n:127.0.0.1:36531__xy%2Fh
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2095174 INFO (qtp573742748-17852) [n:127.0.0.1:36531__xy%2Fh
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore
at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_D0E73BDB71528FB1-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_D0E73BDB71528FB1-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 2095176 INFO (qtp573742748-17852) [n:127.0.0.1:36531__xy%2Fh
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 2095177 WARN (qtp573742748-17852) [n:127.0.0.1:36531__xy%2Fh
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 2095198 INFO (qtp573742748-17852) [n:127.0.0.1:36531__xy%2Fh
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 2095198 INFO (qtp573742748-17852) [n:127.0.0.1:36531__xy%2Fh
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2095199 INFO (qtp573742748-17852) [n:127.0.0.1:36531__xy%2Fh
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2095199 INFO (qtp573742748-17852) [n:127.0.0.1:36531__xy%2Fh
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2095200 INFO (qtp573742748-17852) [n:127.0.0.1:36531__xy%2Fh
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=23, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 2095200 INFO (qtp573742748-17852) [n:127.0.0.1:36531__xy%2Fh
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@1dae61f1[control_collection_shard1_replica_n1] main]
[junit4] 2> 2095200 INFO (qtp573742748-17852) [n:127.0.0.1:36531__xy%2Fh
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 2095200 INFO (qtp573742748-17852) [n:127.0.0.1:36531__xy%2Fh
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2095201 INFO (qtp573742748-17852) [n:127.0.0.1:36531__xy%2Fh
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 2095202 INFO
(searcherExecutor-6838-thread-1-processing-n:127.0.0.1:36531__xy%2Fh
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection)
[n:127.0.0.1:36531__xy%2Fh c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore
[control_collection_shard1_replica_n1] Registered new searcher
Searcher@1dae61f1[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2095202 INFO (qtp573742748-17852) [n:127.0.0.1:36531__xy%2Fh
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1575687654644645888
[junit4] 2> 2095204 INFO (qtp573742748-17852) [n:127.0.0.1:36531__xy%2Fh
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 2095204 INFO (qtp573742748-17852) [n:127.0.0.1:36531__xy%2Fh
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 2095204 INFO (qtp573742748-17852) [n:127.0.0.1:36531__xy%2Fh
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:36531/_xy/h/control_collection_shard1_replica_n1/
[junit4] 2> 2095204 INFO (qtp573742748-17852) [n:127.0.0.1:36531__xy%2Fh
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 2095204 INFO (qtp573742748-17852) [n:127.0.0.1:36531__xy%2Fh
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:36531/_xy/h/control_collection_shard1_replica_n1/ has no
replicas
[junit4] 2> 2095204 INFO (qtp573742748-17852) [n:127.0.0.1:36531__xy%2Fh
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 2095205 INFO (qtp573742748-17852) [n:127.0.0.1:36531__xy%2Fh
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:36531/_xy/h/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 2095306 INFO
(zkCallback-2564-thread-1-processing-n:127.0.0.1:36531__xy%2Fh)
[n:127.0.0.1:36531__xy%2Fh ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 2095356 INFO (qtp573742748-17852) [n:127.0.0.1:36531__xy%2Fh
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 2095357 INFO (qtp573742748-17852) [n:127.0.0.1:36531__xy%2Fh
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1265
[junit4] 2> 2095358 INFO (qtp573742748-17856) [n:127.0.0.1:36531__xy%2Fh
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at
most 30 seconds. Check all shard replicas
[junit4] 2> 2095458 INFO
(zkCallback-2564-thread-1-processing-n:127.0.0.1:36531__xy%2Fh)
[n:127.0.0.1:36531__xy%2Fh ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 2095990 INFO
(OverseerCollectionConfigSetProcessor-98480478316134404-127.0.0.1:36531__xy%2Fh-n_0000000000)
[n:127.0.0.1:36531__xy%2Fh ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 2096358 INFO (qtp573742748-17856) [n:127.0.0.1:36531__xy%2Fh
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:36531__xy%252Fh&wt=javabin&version=2}
status=0 QTime=2370
[junit4] 2> 2096362 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2096362 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34843/solr ready
[junit4] 2> 2096362 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 2096362 INFO (SocketProxy-Acceptor-36531) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=54612,localport=36531], receiveBufferSize:531000
[junit4] 2> 2096363 INFO (SocketProxy-Acceptor-36531) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=37749,localport=33674], receiveBufferSize=530904
[junit4] 2> 2096364 INFO (qtp573742748-17852) [n:127.0.0.1:36531__xy%2Fh
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2096366 INFO
(OverseerThreadFactory-6835-thread-2-processing-n:127.0.0.1:36531__xy%2Fh)
[n:127.0.0.1:36531__xy%2Fh ] o.a.s.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 2096366 WARN
(OverseerThreadFactory-6835-thread-2-processing-n:127.0.0.1:36531__xy%2Fh)
[n:127.0.0.1:36531__xy%2Fh ] o.a.s.c.CreateCollectionCmd It is unusual to
create a collection (collection1) without cores.
[junit4] 2> 2096568 INFO (qtp573742748-17852) [n:127.0.0.1:36531__xy%2Fh
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at
most 30 seconds. Check all shard replicas
[junit4] 2> 2096568 INFO (qtp573742748-17852) [n:127.0.0.1:36531__xy%2Fh
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2}
status=0 QTime=204
[junit4] 2> 2096618 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_D0E73BDB71528FB1-001/shard-1-001
of type TLOG
[junit4] 2> 2096618 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ] o.e.j.s.Server
jetty-9.3.14.v20161028
[junit4] 2> 2096621 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6b9b3f0a{/_xy/h,null,AVAILABLE}
[junit4] 2> 2096621 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@7f9ba06f{HTTP/1.1,[http/1.1]}{127.0.0.1:40841}
[junit4] 2> 2096621 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ] o.e.j.s.Server
Started @2098260ms
[junit4] 2> 2096622 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_D0E73BDB71528FB1-001/tempDir-001/jetty1,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/_xy/h,
hostPort=45811,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_D0E73BDB71528FB1-001/shard-1-001/cores}
[junit4] 2> 2096622 ERROR
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2096622 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.1.0
[junit4] 2> 2096622 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2096622 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 2096622 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-08-14T06:40:48.333Z
[junit4] 2> 2096627 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2096627 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_D0E73BDB71528FB1-001/shard-1-001/solr.xml
[junit4] 2> 2096630 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@17c1ee02, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2096633 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34843/solr
[junit4] 2> 2096636 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1])
[n:127.0.0.1:45811__xy%2Fh ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2096637 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1])
[n:127.0.0.1:45811__xy%2Fh ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2096637 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1])
[n:127.0.0.1:45811__xy%2Fh ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45811__xy%2Fh
[junit4] 2> 2096638 INFO
(zkCallback-2564-thread-1-processing-n:127.0.0.1:36531__xy%2Fh)
[n:127.0.0.1:36531__xy%2Fh ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 2096638 INFO
(zkCallback-2576-thread-1-processing-n:127.0.0.1:45811__xy%2Fh)
[n:127.0.0.1:45811__xy%2Fh ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 2096641 INFO (zkCallback-2571-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2096735 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1])
[n:127.0.0.1:45811__xy%2Fh ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@17c1ee02
[junit4] 2> 2096738 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1])
[n:127.0.0.1:45811__xy%2Fh ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@17c1ee02
[junit4] 2> 2096738 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1])
[n:127.0.0.1:45811__xy%2Fh ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@17c1ee02
[junit4] 2> 2096739 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1])
[n:127.0.0.1:45811__xy%2Fh ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_D0E73BDB71528FB1-001/shard-1-001/cores
[junit4] 2> 2096751 INFO (SocketProxy-Acceptor-45811) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=54230,localport=45811], receiveBufferSize:531000
[junit4] 2> 2096751 INFO (SocketProxy-Acceptor-45811) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=40841,localport=56272], receiveBufferSize=530904
[junit4] 2> 2096753 INFO (qtp603087327-17904) [n:127.0.0.1:45811__xy%2Fh
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with
params
node=127.0.0.1:45811__xy%252Fh&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2096774 INFO
(OverseerCollectionConfigSetProcessor-98480478316134404-127.0.0.1:36531__xy%2Fh-n_0000000000)
[n:127.0.0.1:36531__xy%2Fh ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 2096774 INFO
(OverseerThreadFactory-6835-thread-3-processing-n:127.0.0.1:36531__xy%2Fh)
[n:127.0.0.1:36531__xy%2Fh ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:45811__xy%2Fh for creating new replica
[junit4] 2> 2096775 INFO (SocketProxy-Acceptor-45811) [ ]
o.a.s.c.SocketProxy accepted Socket[a
[...truncated too long message...]
LatestIndex(IndexFetcher.java:332)
[junit4] 2> at
org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:419)
[junit4] 2> at
org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$12(ReplicationHandler.java:1183)
[junit4] 2> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[junit4] 2> at
java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
[junit4] 2> at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
[junit4] 2> at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2>
[junit4] 2> 2123521 WARN
(zkCallback-2588-thread-2-processing-n:127.0.0.1:36255__xy%2Fh)
[n:127.0.0.1:36255__xy%2Fh ] o.a.s.c.c.ZkStateReader ZooKeeper watch
triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for
/live_nodes]
[junit4] 2> 2123522 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@459a68fe{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 2123522 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@4dd6e988{/_xy/h,null,UNAVAILABLE}
[junit4] 2> 2123522 ERROR
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper
server won't take any action on ERROR or SHUTDOWN server state changes
[junit4] 2> 2123523 INFO
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:34843 34843
[junit4] 2> 2130081 INFO (Thread-5391) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:34843 34843
[junit4] 2> 2130082 WARN (Thread-5391) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/aliases.json
[junit4] 2> 4 /solr/security.json
[junit4] 2> 4 /solr/configs/conf1
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/clusterprops.json
[junit4] 2> 6 /solr/clusterstate.json
[junit4] 2> 3 /solr/collections/collection1/state.json
[junit4] 2> 3 /solr/collections/collMinRf_1x3/state.json
[junit4] 2> 2 /solr/collections/c8n_crud_1x2/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/live_nodes
[junit4] 2> 6 /solr/collections
[junit4] 2> 4 /solr/overseer/queue
[junit4] 2> 4 /solr/overseer/collection-queue-work
[junit4] 2> 2 /solr/overseer/queue-work
[junit4] 2>
[junit4] 2> 2130082 WARN
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.c.SocketProxy Closing 9 connections to: http://127.0.0.1:36531/_xy/h,
target: http://127.0.0.1:37749/_xy/h
[junit4] 2> 2130082 WARN
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.c.SocketProxy Closing 2 connections to: http://127.0.0.1:36831/_xy/h,
target: http://127.0.0.1:36751/_xy/h
[junit4] 2> 2130082 WARN
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.c.SocketProxy Closing 13 connections to: http://127.0.0.1:45811/_xy/h,
target: http://127.0.0.1:40841/_xy/h
[junit4] 2> 2130083 WARN
(TEST-HttpPartitionTest.test-seed#[D0E73BDB71528FB1]) [ ]
o.a.s.c.SocketProxy Closing 5 connections to: http://127.0.0.1:36255/_xy/h,
target: http://127.0.0.1:45897/_xy/h
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=HttpPartitionTest
-Dtests.method=test -Dtests.seed=D0E73BDB71528FB1 -Dtests.multiplier=3
-Dtests.slow=true -Dtests.locale=cs -Dtests.timezone=Europe/London
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
[junit4] FAILURE 36.4s J2 | HttpPartitionTest.test <<<
[junit4] > Throwable #1: java.lang.AssertionError: Doc with id=1 not
found in http://127.0.0.1:45811/_xy/h/collMinRf_1x3 due to: Path not found:
/id; rsp={doc=null}
[junit4] > at
__randomizedtesting.SeedInfo.seed([D0E73BDB71528FB1:58B30401DFAEE249]:0)
[junit4] > at
org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:603)
[junit4] > at
org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:558)
[junit4] > at
org.apache.solr.cloud.HttpPartitionTest.testMinRf(HttpPartitionTest.java:249)
[junit4] > at
org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:127)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_D0E73BDB71528FB1-001
[junit4] 2> NOTE: test params are: codec=Lucene70,
sim=RandomSimilarity(queryNorm=false): {}, locale=cs, timezone=Europe/London
[junit4] 2> NOTE: Linux 4.10.0-27-generic amd64/Oracle Corporation
1.8.0_144 (64-bit)/cpus=8,threads=1,free=264314840,total=518979584
[junit4] 2> NOTE: All tests run in this JVM: [CdcrUpdateLogTest,
TestTlogReplica, TestHttpShardHandlerFactory, TestRandomCollapseQParserPlugin,
CdcrReplicationDistributedZkTest, CheckHdfsIndexTest,
SpellCheckCollatorWithCollapseTest, TestSolrQueryResponse, TestSolrCoreParser,
TestFoldingMultitermQuery, SearchHandlerTest, TestSlowCompositeReaderWrapper,
SimpleFacetsTest, TestDistribDocBasedVersion, DeleteNodeTest,
DirectUpdateHandlerOptimizeTest, TestFastWriter, TestTolerantSearch,
QueryEqualityTest, SolrCoreCheckLockOnStartupTest,
ClassificationUpdateProcessorIntegrationTest, DateMathParserTest,
TestImpersonationWithHadoopAuth, TestUtils, AsyncCallRequestStatusResponseTest,
UnloadDistributedZkTest, TestLegacyFieldCache, ClusterStateTest,
CollectionsAPIAsyncDistributedZkTest, RestartWhileUpdatingTest,
MoveReplicaTest, TestManagedResourceStorage, CopyFieldTest, BlockCacheTest,
FullSolrCloudDistribCmdsTest, TestLRUStatsCache,
TermVectorComponentDistributedTest, TestStressCloudBlindAtomicUpdates,
StatsComponentTest, RegexBoostProcessorTest, TestSegmentSorting,
TestCopyFieldCollectionResource, SparseHLLTest,
DocExpirationUpdateProcessorFactoryTest, BigEndianAscendingWordSerializerTest,
SaslZkACLProviderTest, TestIndexSearcher, TestSimpleQParserPlugin,
TestPerFieldSimilarityWithDefaultOverride, TestSchemaSimilarityResource,
UniqFieldsUpdateProcessorFactoryTest, PingRequestHandlerTest, OverseerTest,
TestHdfsCloudBackupRestore, SolrIndexMetricsTest, SpellPossibilityIteratorTest,
TestSolrDeletionPolicy2, TestQuerySenderListener,
DistributedQueryComponentCustomSortTest, TestCollectionsAPIViaSolrCloudCluster,
CollectionReloadTest, SimplePostToolTest, FullHLLTest, TestRTimerTree,
TestSolrCloudWithDelegationTokens, TestCoreAdminApis,
TestMiniSolrCloudClusterSSL, TestLMJelinekMercerSimilarityFactory,
TestGraphTermsQParserPlugin, TlogReplayBufferedWhileIndexingTest,
TestUseDocValuesAsStored2, CustomCollectionTest, InfoHandlerTest, TestReload,
TestUniqueKeyFieldResource, TestLegacyNumericUtils, SolrShardReporterTest,
DeleteStatusTest, TestGeoJSONResponseWriter, URLClassifyProcessorTest,
TestSQLHandlerNonCloud, TestGroupingSearch, TestNestedDocsSort,
ConfigSetsAPITest, PolyFieldTest, TestCustomSort, DirectUpdateHandlerTest,
SolrCoreMetricManagerTest, TestClassicSimilarityFactory, BadIndexSchemaTest,
AutoScalingHandlerTest, CircularListTest, CursorMarkTest, TestXmlQParserPlugin,
NumericFieldsTest, BasicDistributedZk2Test, TestZkChroot, RequiredFieldsTest,
TestShardHandlerFactory, TestConfigOverlay, TestCodecSupport,
TestRuleBasedAuthorizationPlugin, TestDynamicLoading,
SignatureUpdateProcessorFactoryTest, TestInitParams,
DistributedFacetPivotSmallAdvancedTest, ShufflingReplicaListTransformerTest,
SuggesterFSTTest, ShowFileRequestHandlerTest, TestUninvertingReader,
TestLeaderInitiatedRecoveryThread, CoreSorterTest, TestFieldCache,
XsltUpdateRequestHandlerTest, TestPullReplica, TestSurroundQueryParser,
UtilsToolTest, TestFileDictionaryLookup, ZkStateReaderTest,
LeaderElectionIntegrationTest, ShardRoutingTest, RecoveryZkTest,
LeaderElectionTest, ZkCLITest, AutoCommitTest, TestFaceting, TestRecovery,
DistributedSpellCheckComponentTest, TestStressReorder, HardAutoCommitTest,
TestRangeQuery, TestOmitPositions, TermsComponentTest,
PathHierarchyTokenizerFactoryTest, MoreLikeThisHandlerTest,
FieldAnalysisRequestHandlerTest, IndexSchemaTest, ReturnFieldsTest,
MBeansHandlerTest, JsonLoaderTest, TestComponentsName, TestLFUCache,
PreAnalyzedFieldTest, TestSystemIdResolver, PrimUtilsTest,
TestSuggestSpellingConverter, DateFieldTest, SpellingQueryConverterTest,
TestLRUCache, TestDocumentBuilder, ZkNodePropsTest, SystemInfoHandlerTest,
FileUtilsTest, DistributedMLTComponentTest, CursorPagingTest,
DistributedIntervalFacetingTest, SolrTestCaseJ4Test,
TestDistributedMissingSort, TestJettySolrRunner, AliasIntegrationTest,
CdcrVersionReplicationTest, ChaosMonkeySafeLeaderWithPullReplicasTest,
CollectionsAPISolrJTest, DeleteLastCustomShardedReplicaTest, DeleteReplicaTest,
DistribDocExpirationUpdateProcessorTest, DistributedVersionInfoTest,
HttpPartitionTest]
[junit4] Completed [509/728 (2!)] on J2 in 36.41s, 1 test, 1 failure <<<
FAILURES!
[...truncated 44150 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]