Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17461/ Java: 64bit/jdk-9-ea+129 -XX:-UseCompressedOops -XX:+UseSerialGC
2 tests failed. FAILED: org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.testProxyValidateHost Error Message: Error from server at https://127.0.0.1:36682/solr: Expected mime type application/octet-stream but got application/json. { "RemoteException" : { "message" : "Unauthorized connection for super-user: localHostAnyGroup from IP localhost.localdomain", "exception" : "AuthorizationException", "javaClassName" : "org.apache.hadoop.security.authorize.AuthorizationException" } } Stack Trace: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:36682/solr: Expected mime type application/octet-stream but got application/json. { "RemoteException" : { "message" : "Unauthorized connection for super-user: localHostAnyGroup from IP localhost.localdomain", "exception" : "AuthorizationException", "javaClassName" : "org.apache.hadoop.security.authorize.AuthorizationException" } } at __randomizedtesting.SeedInfo.seed([50CCA9C22F6CC6DC:B53269332A2B926B]:0) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:576) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250) at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219) at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.testProxyValidateHost(TestSolrCloudWithSecureImpersonation.java:260) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:533) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) at java.lang.Thread.run(java.base@9-ea/Thread.java:843) FAILED: org.apache.solr.common.cloud.TestCollectionStateWatchers.testSimpleCollectionWatch Error Message: Stack Trace: java.util.concurrent.TimeoutException at __randomizedtesting.SeedInfo.seed([443A016CB84414FA:1901CE1CFF498BC4]:0) at org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:1254) at org.apache.solr.client.solrj.impl.CloudSolrClient.waitForState(CloudSolrClient.java:651) at org.apache.solr.common.cloud.TestCollectionStateWatchers.testSimpleCollectionWatch(TestCollectionStateWatchers.java:92) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:533) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367) at java.lang.Thread.run(java.base@9-ea/Thread.java:843) Build Log: [...truncated 12138 lines...] [junit4] Suite: org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation [junit4] 2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_50CCA9C22F6CC6DC-001/init-core-data-001 [junit4] 2> 1469952 INFO (SUITE-TestSolrCloudWithSecureImpersonation-seed#[50CCA9C22F6CC6DC]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN) [junit4] 2> 1470008 WARN (SUITE-TestSolrCloudWithSecureImpersonation-seed#[50CCA9C22F6CC6DC]-worker) [ ] o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your platform... using builtin-java classes where applicable [junit4] 2> 1470085 INFO (SUITE-TestSolrCloudWithSecureImpersonation-seed#[50CCA9C22F6CC6DC]-worker) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 1470086 INFO (Thread-3174) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 1470086 INFO (Thread-3174) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 1470186 INFO (SUITE-TestSolrCloudWithSecureImpersonation-seed#[50CCA9C22F6CC6DC]-worker) [ ] o.a.s.c.ZkTestServer start zk server on port:36000 [junit4] 2> 1470186 INFO (SUITE-TestSolrCloudWithSecureImpersonation-seed#[50CCA9C22F6CC6DC]-worker) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1470186 INFO (SUITE-TestSolrCloudWithSecureImpersonation-seed#[50CCA9C22F6CC6DC]-worker) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1470187 INFO (zkCallback-2417-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@47bdfe4a name:ZooKeeperConnection Watcher:127.0.0.1:36000 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1470187 INFO (SUITE-TestSolrCloudWithSecureImpersonation-seed#[50CCA9C22F6CC6DC]-worker) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1470187 INFO (SUITE-TestSolrCloudWithSecureImpersonation-seed#[50CCA9C22F6CC6DC]-worker) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1470187 INFO (SUITE-TestSolrCloudWithSecureImpersonation-seed#[50CCA9C22F6CC6DC]-worker) [ ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml [junit4] 2> 1470188 INFO (SUITE-TestSolrCloudWithSecureImpersonation-seed#[50CCA9C22F6CC6DC]-worker) [ ] o.a.s.c.c.SolrZkClient makePath: /solr/clusterprops.json [junit4] 2> 1470190 INFO (jetty-launcher-2416-thread-2) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 1470190 INFO (jetty-launcher-2416-thread-1) [ ] o.e.j.s.Server jetty-9.3.8.v20160314 [junit4] 2> 1470191 INFO (jetty-launcher-2416-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@412e1f5d{/solr,null,AVAILABLE} [junit4] 2> 1470191 INFO (jetty-launcher-2416-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@e14c355{/solr,null,AVAILABLE} [junit4] 2> 1470192 INFO (jetty-launcher-2416-thread-2) [ ] o.e.j.s.ServerConnector Started ServerConnector@718293be{SSL,[ssl, http/1.1]}{127.0.0.1:36682} [junit4] 2> 1470192 INFO (jetty-launcher-2416-thread-1) [ ] o.e.j.s.ServerConnector Started ServerConnector@38ea86b3{SSL,[ssl, http/1.1]}{127.0.0.1:40626} [junit4] 2> 1470192 INFO (jetty-launcher-2416-thread-2) [ ] o.e.j.s.Server Started @1472115ms [junit4] 2> 1470192 INFO (jetty-launcher-2416-thread-1) [ ] o.e.j.s.Server Started @1472115ms [junit4] 2> 1470192 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36682} [junit4] 2> 1470192 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40626} [junit4] 2> 1470192 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@3ab39c39 [junit4] 2> 1470192 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@3ab39c39 [junit4] 2> 1470192 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_50CCA9C22F6CC6DC-001/tempDir-001/node2' [junit4] 2> 1470192 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_50CCA9C22F6CC6DC-001/tempDir-001/node1' [junit4] 2> 1470192 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 1470192 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 1470192 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 1470192 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 1470192 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1470192 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1470192 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1470193 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1470193 INFO (zkCallback-2418-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@54e74cb6 name:ZooKeeperConnection Watcher:127.0.0.1:36000/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1470193 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1470193 INFO (zkCallback-2419-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@502bd721 name:ZooKeeperConnection Watcher:127.0.0.1:36000/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1470193 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1470193 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1470193 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1470193 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 1470194 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 1470197 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_50CCA9C22F6CC6DC-001/tempDir-001/node1/. [junit4] 2> 1470197 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_50CCA9C22F6CC6DC-001/tempDir-001/node2/. [junit4] 2> 1470197 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.CoreContainer New CoreContainer 183362234 [junit4] 2> 1470197 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.CoreContainer New CoreContainer 2139109093 [junit4] 2> 1470197 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_50CCA9C22F6CC6DC-001/tempDir-001/node1] [junit4] 2> 1470197 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_50CCA9C22F6CC6DC-001/tempDir-001/node2] [junit4] 2> 1470197 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 0x1565619f2d20001, likely client has closed socket [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208) [junit4] 2> at java.lang.Thread.run(java.base@9-ea/Thread.java:843) [junit4] 2> 1470197 WARN (jetty-launcher-2416-thread-1) [ ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_50CCA9C22F6CC6DC-001/tempDir-001/node1/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_50CCA9C22F6CC6DC-001/tempDir-001/node1/lib [junit4] 2> 1470197 WARN (jetty-launcher-2416-thread-2) [ ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_50CCA9C22F6CC6DC-001/tempDir-001/node2/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_50CCA9C22F6CC6DC-001/tempDir-001/node2/lib [junit4] 2> 1470198 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false, [junit4] 2> 1470198 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false, [junit4] 2> 1470199 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 1470199 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000 [junit4] 2> 1470199 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 1470199 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 1470199 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 1470199 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 1470199 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36000/solr [junit4] 2> 1470199 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36000/solr [junit4] 2> 1470200 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 1470200 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 1470200 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1470200 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1470200 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1470200 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1470200 INFO (zkCallback-2424-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7b5ef148 name:ZooKeeperConnection Watcher:127.0.0.1:36000 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1470200 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1470200 INFO (zkCallback-2425-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@475cc8b5 name:ZooKeeperConnection Watcher:127.0.0.1:36000 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1470200 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1470200 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1470201 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1470202 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 0x1565619f2d20004, likely client has closed socket [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208) [junit4] 2> at java.lang.Thread.run(java.base@9-ea/Thread.java:843) [junit4] 2> 1470202 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$190/423330848@747f7170 [junit4] 2> 1470202 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$190/423330848@6a1609f [junit4] 2> 1470202 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1470210 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1470210 INFO (zkCallback-2426-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2567c82b name:ZooKeeperConnection Watcher:127.0.0.1:36000/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1470210 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1470210 INFO (zkCallback-2427-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@101c4751 name:ZooKeeperConnection Watcher:127.0.0.1:36000/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1470211 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1470211 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue [junit4] 2> 1470211 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue [junit4] 2> 1470211 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work [junit4] 2> 1470211 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work [junit4] 2> 1470212 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running [junit4] 2> 1470212 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running [junit4] 2> 1470212 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed [junit4] 2> 1470213 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed [junit4] 2> 1470214 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure [junit4] 2> 1470214 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure [junit4] 2> 1470215 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes [junit4] 2> 1470215 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes [junit4] 2> 1470215 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /collections [junit4] 2> 1470215 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /collections [junit4] 2> 1470215 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /aliases.json [junit4] 2> 1470215 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /aliases.json [junit4] 2> 1470216 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json [junit4] 2> 1470216 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json [junit4] 2> 1470216 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /security.json [junit4] 2> 1470216 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /security.json [junit4] 2> 1470216 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 1470216 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 1470216 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https} [junit4] 2> 1470216 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {urlScheme=https} [junit4] 2> 1470216 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0) [junit4] 2> 1470216 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0) [junit4] 2> 1470217 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect [junit4] 2> 1470217 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect [junit4] 2> 1470217 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election [junit4] 2> 1470217 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election [junit4] 2> 1470218 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 1470218 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 1470218 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96359111483064326-127.0.0.1:36682_solr-n_0000000000 [junit4] 2> 1470218 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96359111483064325-127.0.0.1:40626_solr-n_0000000001 [junit4] 2> 1470218 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36682_solr [junit4] 2> 1470218 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader [junit4] 2> 1470218 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96359111483064326-127.0.0.1:36682_solr-n_0000000000 to know if I could be the leader [junit4] 2> 1470218 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40626_solr [junit4] 2> 1470218 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.Overseer Overseer (id=96359111483064326-127.0.0.1:36682_solr-n_0000000000) starting [junit4] 2> 1470218 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:40626_solr [junit4] 2> 1470219 INFO (zkCallback-2426-thread-1) [ ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0]) [junit4] 2> 1470219 INFO (zkCallback-2427-thread-1) [ ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0]) [junit4] 2> 1470219 INFO (zkCallback-2426-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 1470219 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work [junit4] 2> 1470219 INFO (zkCallback-2427-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 1470221 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000 [junit4] 2> 1470221 INFO (OverseerStateUpdate-96359111483064326-127.0.0.1:36682_solr-n_0000000000) [ ] o.a.s.c.Overseer Starting to work on the main queue [junit4] 2> 1470221 INFO (OverseerCollectionConfigSetProcessor-96359111483064326-127.0.0.1:36682_solr-n_0000000000) [ ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations [junit4] 2> 1470221 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.ZkController Publish node=127.0.0.1:36682_solr as DOWN [junit4] 2> 1470222 INFO (OverseerStateUpdate-96359111483064326-127.0.0.1:36682_solr-n_0000000000) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1) [junit4] 2> 1470222 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36682_solr [junit4] 2> 1470222 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:36682_solr [junit4] 2> 1470222 INFO (OverseerStateUpdate-96359111483064326-127.0.0.1:36682_solr-n_0000000000) [ ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "operation":"downnode", [junit4] 2> "node_name":"127.0.0.1:36682_solr"} current state version: 0 [junit4] 2> 1470222 INFO (zkCallback-2427-thread-1) [ ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1]) [junit4] 2> 1470222 INFO (OverseerStateUpdate-96359111483064326-127.0.0.1:36682_solr-n_0000000000) [ ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:36682_solr [junit4] 2> 1470222 INFO (zkCallback-2426-thread-1) [ ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1]) [junit4] 2> 1470222 INFO (zkCallback-2427-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 1470222 INFO (zkCallback-2426-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 1470224 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 1470224 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.CoreContainer Authentication plugin class obtained from system property 'authenticationPlugin': org.apache.solr.security.HttpParamDelegationTokenPlugin [junit4] 2> 1470227 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 1470227 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.CoreContainer Authentication plugin class obtained from system property 'authenticationPlugin': org.apache.solr.security.HttpParamDelegationTokenPlugin [junit4] 2> 1470240 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.s.KerberosPlugin Params: {solr.kerberos.impersonator.user.noGroups.hosts=*, solr.kerberos.impersonator.user.bogusGroup.groups=__some_bogus_group, token.valid=30, cookie.domain=127.0.0.1, solr.kerberos.impersonator.user.anyHostAnyUser.groups=*, solr.kerberos.impersonator.user.bogusGroup.hosts=*, solr.kerberos.impersonator.user.anyHostAnyUser.hosts=*, token.validity=36000, solr.kerberos.impersonator.user.noHosts.groups=*, type=kerberos, solr.kerberos.impersonator.user.localHostAnyGroup.groups=*, delegation-token.token-kind=solr-dt, solr.kerberos.impersonator.user.wrongHost.hosts=1.1.1.1.1.1, cookie.path=/, zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, solr.kerberos.impersonator.user.localHostAnyGroup.hosts=127.0.0.1, signer.secret.provider.zookeeper.path=/token, solr.kerberos.impersonator.user.anyHostUsersGroup.groups=jenkins, zk-dt-secret-manager.enable=true, solr.kerberos.impersonator.user.wrongHost.groups=*, kerberos.name.rules=DEFAULT, signer.secret.provider=zookeeper, solr.kerberos.impersonator.user.anyHostUsersGroup.hosts=*} [junit4] 2> 1470240 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.s.KerberosPlugin Params: {solr.kerberos.impersonator.user.noGroups.hosts=*, solr.kerberos.impersonator.user.bogusGroup.groups=__some_bogus_group, token.valid=30, cookie.domain=127.0.0.1, solr.kerberos.impersonator.user.anyHostAnyUser.groups=*, solr.kerberos.impersonator.user.bogusGroup.hosts=*, solr.kerberos.impersonator.user.anyHostAnyUser.hosts=*, token.validity=36000, solr.kerberos.impersonator.user.noHosts.groups=*, type=kerberos, solr.kerberos.impersonator.user.localHostAnyGroup.groups=*, delegation-token.token-kind=solr-dt, solr.kerberos.impersonator.user.wrongHost.hosts=1.1.1.1.1.1, cookie.path=/, zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, solr.kerberos.impersonator.user.localHostAnyGroup.hosts=127.0.0.1, signer.secret.provider.zookeeper.path=/token, solr.kerberos.impersonator.user.anyHostUsersGroup.groups=jenkins, zk-dt-secret-manager.enable=true, solr.kerberos.impersonator.user.wrongHost.groups=*, kerberos.name.rules=DEFAULT, signer.secret.provider=zookeeper, solr.kerberos.impersonator.user.anyHostUsersGroup.hosts=*} [junit4] 2> 1470305 INFO (jetty-launcher-2416-thread-1) [ ] o.a.c.f.i.CuratorFrameworkImpl Starting [junit4] 2> 1470305 INFO (jetty-launcher-2416-thread-2) [ ] o.a.c.f.i.CuratorFrameworkImpl Starting [junit4] 2> 1470319 INFO (jetty-launcher-2416-thread-2-EventThread) [ ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED [junit4] 2> 1470319 INFO (jetty-launcher-2416-thread-1-EventThread) [ ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED [junit4] 2> 1470415 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.CoreContainer Reconfiguring HttpClient settings. [junit4] 2> 1470415 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.CoreContainer Reconfiguring HttpClient settings. [junit4] 2> 1470415 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_50CCA9C22F6CC6DC-001/tempDir-001/node1/. [junit4] 2> 1470415 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestSolrCloudWithSecureImpersonation_50CCA9C22F6CC6DC-001/tempDir-001/node2/. [junit4] 2> 1470415 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 1470415 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions [junit4] 2> 1470416 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2 [junit4] 2> 1470416 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2 [junit4] 2> 1470416 INFO (jetty-launcher-2416-thread-2) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 1470416 INFO (jetty-launcher-2416-thread-1) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 1470416 INFO (SUITE-TestSolrCloudWithSecureImpersonation-seed#[50CCA9C22F6CC6DC]-worker) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1470416 INFO (SUITE-TestSolrCloudWithSecureImpersonation-seed#[50CCA9C22F6CC6DC]-worker) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1470417 INFO (zkCallback-2430-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@9118676 name:ZooKeeperConnection Watcher:127.0.0.1:36000 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1470417 INFO (SUITE-TestSolrCloudWithSecureImpersonation-seed#[50CCA9C22F6CC6DC]-worker) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1470417 INFO (SUITE-TestSolrCloudWithSecureImpersonation-seed#[50CCA9C22F6CC6DC]-worker) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1470428 INFO (TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateHost-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateHost [junit4] 2> 1470707 WARN (TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateHost-seed#[50CCA9C22F6CC6DC]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=localHostAnyGroup&p=localHostAnyGroup&t=test&e=1470359356731&s=8BrOZ93XD4SNZtZKHeBc7RkxeP4="; Path=/; Domain=127.0.0.1; Expires= , 05-8 -2016 01:09:16 GMT; Secure; HttpOnly". Invalid 'expires' attribute: , 05-8 -2016 01:09:16 GMT [junit4] 2> 1470708 INFO (TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateHost-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateHost [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestSolrCloudWithSecureImpersonation -Dtests.method=testProxyValidateHost -Dtests.seed=50CCA9C22F6CC6DC -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=zh-Hans-HK -Dtests.timezone=Pacific/Niue -Dtests.asserts=true -Dtests.file.encoding=UTF-8 [junit4] ERROR 0.29s J2 | TestSolrCloudWithSecureImpersonation.testProxyValidateHost <<< [junit4] > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:36682/solr: Expected mime type application/octet-stream but got application/json. { [junit4] > "RemoteException" : { [junit4] > "message" : "Unauthorized connection for super-user: localHostAnyGroup from IP localhost.localdomain", [junit4] > "exception" : "AuthorizationException", [junit4] > "javaClassName" : "org.apache.hadoop.security.authorize.AuthorizationException" [junit4] > } [junit4] > } [junit4] > at __randomizedtesting.SeedInfo.seed([50CCA9C22F6CC6DC:B53269332A2B926B]:0) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:576) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:261) [junit4] > at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:250) [junit4] > at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219) [junit4] > at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation.testProxyValidateHost(TestSolrCloudWithSecureImpersonation.java:260) [junit4] > at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method) [junit4] > at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62) [junit4] > at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43) [junit4] > at java.lang.Thread.run(java.base@9-ea/Thread.java:843) [junit4] 2> 1470717 INFO (TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigHosts-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNoConfigHosts [junit4] 2> 1470724 WARN (TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigHosts-seed#[50CCA9C22F6CC6DC]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=noHosts&p=noHosts&t=test&e=1470359357002&s=Gb3yy3WZQEO49+0J/zqV4UgR430="; Path=/; Domain=127.0.0.1; Expires= , 05-8 -2016 01:09:17 GMT; Secure; HttpOnly". Invalid 'expires' attribute: , 05-8 -2016 01:09:17 GMT [junit4] 2> 1470724 INFO (TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigHosts-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNoConfigHosts [junit4] 2> 1470734 INFO (TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidRemote-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testProxyInvalidRemote [junit4] 2> 1470738 WARN (TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidRemote-seed#[50CCA9C22F6CC6DC]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=localHostAnyGroup&p=localHostAnyGroup&t=test&e=1470359357018&s=KWYw56skjbcUa1eYzvhba1RuZgI="; Path=/; Domain=127.0.0.1; Expires= , 05-8 -2016 01:09:17 GMT; Secure; HttpOnly". Invalid 'expires' attribute: , 05-8 -2016 01:09:17 GMT [junit4] 2> 1470738 INFO (TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidRemote-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testProxyInvalidRemote [junit4] 2> 1470748 INFO (TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateGroup-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testProxyValidateGroup [junit4] 2> 1470771 INFO (qtp1996860669-14576) [ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params doAs=jenkins&action=LIST&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 1470771 INFO (qtp1996860669-14576) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={doAs=jenkins&action=LIST&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 1470772 WARN (TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateGroup-seed#[50CCA9C22F6CC6DC]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=anyHostUsersGroup&p=anyHostUsersGroup&t=test&e=1470359357033&s=jVxAehaOv0spJFYFznE2wM+flQg="; Path=/; Domain=127.0.0.1; Expires= , 05-8 -2016 01:09:17 GMT; Secure; HttpOnly". Invalid 'expires' attribute: , 05-8 -2016 01:09:17 GMT [junit4] 2> 1470772 INFO (TEST-TestSolrCloudWithSecureImpersonation.testProxyValidateGroup-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testProxyValidateGroup [junit4] 2> 1470781 INFO (TEST-TestSolrCloudWithSecureImpersonation.testProxyUnknownRemote-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testProxyUnknownRemote [junit4] 2> 1470785 WARN (TEST-TestSolrCloudWithSecureImpersonation.testProxyUnknownRemote-seed#[50CCA9C22F6CC6DC]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=localHostAnyGroup&p=localHostAnyGroup&t=test&e=1470359357066&s=BTZuGAsG0nIGfPBwKQ7aznLqFXE="; Path=/; Domain=127.0.0.1; Expires= , 05-8 -2016 01:09:17 GMT; Secure; HttpOnly". Invalid 'expires' attribute: , 05-8 -2016 01:09:17 GMT [junit4] 2> 1470786 INFO (TEST-TestSolrCloudWithSecureImpersonation.testProxyUnknownRemote-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testProxyUnknownRemote [junit4] 2> 1470795 INFO (TEST-TestSolrCloudWithSecureImpersonation.testProxyWrongHost-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testProxyWrongHost [junit4] 2> 1470803 WARN (TEST-TestSolrCloudWithSecureImpersonation.testProxyWrongHost-seed#[50CCA9C22F6CC6DC]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=wrongHost&p=wrongHost&t=test&e=1470359357081&s=q0rdAfAerf6rExOzq1AT4miXE20="; Path=/; Domain=127.0.0.1; Expires= , 05-8 -2016 01:09:17 GMT; Secure; HttpOnly". Invalid 'expires' attribute: , 05-8 -2016 01:09:17 GMT [junit4] 2> 1470803 INFO (TEST-TestSolrCloudWithSecureImpersonation.testProxyWrongHost-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testProxyWrongHost [junit4] 2> 1470812 INFO (TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigGroups-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNoConfigGroups [junit4] 2> 1470818 WARN (TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigGroups-seed#[50CCA9C22F6CC6DC]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=noGroups&p=noGroups&t=test&e=1470359357098&s=Fi298ERR7fkAviTNv//2efJxz8I="; Path=/; Domain=127.0.0.1; Expires= , 05-8 -2016 01:09:17 GMT; Secure; HttpOnly". Invalid 'expires' attribute: , 05-8 -2016 01:09:17 GMT [junit4] 2> 1470818 INFO (TEST-TestSolrCloudWithSecureImpersonation.testProxyNoConfigGroups-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNoConfigGroups [junit4] 2> 1470828 INFO (TEST-TestSolrCloudWithSecureImpersonation.testProxyNullProxyUser-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testProxyNullProxyUser [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.solr.security.HttpParamDelegationTokenPlugin$HttpParamDelegationTokenAuthenticationHandler$HttpParamAuthenticationHandler.authenticate(HttpParamDelegationTokenPlugin.java:213) [junit4] 2> at org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationHandler.authenticate(DelegationTokenAuthenticationHandler.java:348) [junit4] 2> at org.apache.solr.security.KerberosPlugin$RequestContinuesRecorderAuthenticationHandler.authenticate(KerberosPlugin.java:573) [junit4] 2> at org.apache.hadoop.security.authentication.server.AuthenticationFilter.doFilter(AuthenticationFilter.java:519) [junit4] 2> at org.apache.solr.security.DelegationTokenKerberosFilter.doFilter(DelegationTokenKerberosFilter.java:123) [junit4] 2> at org.apache.solr.security.HttpParamDelegationTokenPlugin$HttpParamToRequestFilter.doFilter(HttpParamDelegationTokenPlugin.java:245) [junit4] 2> at org.apache.solr.security.KerberosPlugin.doAuthenticate(KerberosPlugin.java:264) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.authenticateRequest(SolrDispatchFilter.java:312) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:222) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:208) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1676) [junit4] 2> at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:111) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1676) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:581) [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:1160) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:511) [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:1092) [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:518) [junit4] 2> at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:308) [junit4] 2> at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:244) [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.ssl.SslConnection.onFillable(SslConnection.java:186) [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.produceAndRun(ExecuteProduceConsume.java:246) [junit4] 2> at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:156) [junit4] 2> at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:654) [junit4] 2> at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572) [junit4] 2> at java.lang.Thread.run(java.base@9-ea/Thread.java:843) [junit4] 2> 1470832 WARN (qtp1996860669-14588) [ ] 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:320) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:222) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:208) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1676) [junit4] 2> at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:111) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1676) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:581) [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:1160) [junit4] 2> at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:511) [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:1092) [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:518) [junit4] 2> at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:308) [junit4] 2> at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:244) [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.ssl.SslConnection.onFillable(SslConnection.java:186) [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.produceAndRun(ExecuteProduceConsume.java:246) [junit4] 2> at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:156) [junit4] 2> at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:654) [junit4] 2> at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572) [junit4] 2> at java.lang.Thread.run(java.base@9-ea/Thread.java:843) [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.solr.security.HttpParamDelegationTokenPlugin$HttpParamDelegationTokenAuthenticationHandler$HttpParamAuthenticationHandler.authenticate(HttpParamDelegationTokenPlugin.java:213) [junit4] 2> at org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationHandler.authenticate(DelegationTokenAuthenticationHandler.java:348) [junit4] 2> at org.apache.solr.security.KerberosPlugin$RequestContinuesRecorderAuthenticationHandler.authenticate(KerberosPlugin.java:573) [junit4] 2> at org.apache.hadoop.security.authentication.server.AuthenticationFilter.doFilter(AuthenticationFilter.java:519) [junit4] 2> at org.apache.solr.security.DelegationTokenKerberosFilter.doFilter(DelegationTokenKerberosFilter.java:123) [junit4] 2> at org.apache.solr.security.HttpParamDelegationTokenPlugin$HttpParamToRequestFilter.doFilter(HttpParamDelegationTokenPlugin.java:245) [junit4] 2> at org.apache.solr.security.KerberosPlugin.doAuthenticate(KerberosPlugin.java:264) [junit4] 2> at org.apache.solr.servlet.SolrDispatchFilter.authenticateRequest(SolrDispatchFilter.java:312) [junit4] 2> ... 28 more [junit4] 2> 1470833 INFO (TEST-TestSolrCloudWithSecureImpersonation.testProxyNullProxyUser-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testProxyNullProxyUser [junit4] 2> 1470843 INFO (TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidProxyUser-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testProxyInvalidProxyUser [junit4] 2> 1470848 WARN (TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidProxyUser-seed#[50CCA9C22F6CC6DC]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=bar&p=bar&t=test&e=1470359357128&s=oz91EHrqdd7f+fKcIbENz4KrwGQ="; Path=/; Domain=127.0.0.1; Expires= , 05-8 -2016 01:09:17 GMT; Secure; HttpOnly". Invalid 'expires' attribute: , 05-8 -2016 01:09:17 GMT [junit4] 2> 1470848 INFO (TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidProxyUser-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testProxyInvalidProxyUser [junit4] 2> 1470858 INFO (TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidGroup-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testProxyInvalidGroup [junit4] 2> 1470865 WARN (qtp1996860669-14588) [ ] o.a.h.s.ShellBasedUnixGroupsMapping got exception trying to get groups for user bar: id: bar: no such user [junit4] 2> [junit4] 2> 1470865 WARN (qtp1996860669-14588) [ ] o.a.h.s.UserGroupInformation No groups available for user bar [junit4] 2> 1470868 WARN (TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidGroup-seed#[50CCA9C22F6CC6DC]) [ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=bogusGroup&p=bogusGroup&t=test&e=1470359357143&s=peCYyWCf9yh4Z3UYOJ8DduUaYRg="; Path=/; Domain=127.0.0.1; Expires= , 05-8 -2016 01:09:17 GMT; Secure; HttpOnly". Invalid 'expires' attribute: , 05-8 -2016 01:09:17 GMT [junit4] 2> 1470868 INFO (TEST-TestSolrCloudWithSecureImpersonation.testProxyInvalidGroup-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testProxyInvalidGroup [junit4] 2> 1470877 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testForwarding [junit4] 2> 1470877 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 1470877 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 1470878 INFO (zkCallback-2432-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@130afcd4 name:ZooKeeperConnection Watcher:127.0.0.1:36000/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 1470878 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 1470878 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 1470879 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt [junit4] 2> 1470880 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-delaying-component.xml [junit4] 2> 1470880 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad_solrconfig.xml [junit4] 2> 1470881 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-sortingmergepolicyfactory.xml [junit4] 2> 1470881 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-nocache.xml [junit4] 2> 1470882 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-implicitproperties.xml [junit4] 2> 1470883 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-mergepolicy-legacy.xml [junit4] 2> 1470883 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-schema-uniquekey-uses-default.xml [junit4] 2> 1470884 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-schema-sim-default-has-no-explicit-sim.xml [junit4] 2> 1470884 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-schema-uniquekey-multivalued.xml [junit4] 2> 1470886 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/analyzingInfixSuggest.txt [junit4] 2> 1470887 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-testxmlparser.xml [junit4] 2> 1470887 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/missleading.extension.updateprocessor.js.txt [junit4] 2> 1470888 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-schema-multiple-asterisk-copyfield-source-should-fail-test.xml [junit4] 2> 1470888 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-replication2.xml [junit4] 2> 1470889 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-infostream-logging.xml [junit4] 2> 1470890 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-collapseqparser.xml [junit4] 2> 1470891 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-schema-currency-ft-bogus-code-in-xml.xml [junit4] 2> 1470891 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt [junit4] 2> 1470892 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml [junit4] 2> 1470893 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-script-updateprocessor.xml [junit4] 2> 1470893 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-add-schema-fields-update-processor.xml [junit4] 2> 1470894 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-mergepolicyfactory-nocfs.xml [junit4] 2> 1470895 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-schema-sweetspot-both-tf.xml [junit4] 2> 1470895 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-phrasesuggest.xml [junit4] 2> 1470896 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml [junit4] 2> 1470898 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-delpolicy1.xml [junit4] 2> 1470899 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-sim.xml [junit4] 2> 1470900 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema15.xml [junit4] 2> 1470901 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-sql.xml [junit4] 2> 1470902 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-schema-misplaced-asterisk-copyfield-source-should-fail-test.xml [junit4] 2> 1470903 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stemdict.txt [junit4] 2> 1470904 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/hunspell-test.aff [junit4] 2> 1470904 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-sql.xml [junit4] 2> 1470905 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-spatial.xml [junit4] 2> 1470906 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-slave1.xml [junit4] 2> 1470906 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-schema-dup-fieldType.xml [junit4] 2> 1470907 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-schema-external-filefield.xml [junit4] 2> 1470907 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-query-parser-init.xml [junit4] 2> 1470908 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-solrconfig-nrtmode.xml [junit4] 2> 1470908 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-complex-phrase.xml [junit4] 2> 1470910 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/conditional.updateprocessor.js [junit4] 2> 1470910 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-schema-analyzer-class-and-nested.xml [junit4] 2> 1470911 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-eff.xml [junit4] 2> 1470912 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-folding.xml [junit4] 2> 1470913 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-tieredmergepolicyfactory.xml [junit4] 2> 1470913 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-simpleqpplugin.xml [junit4] 2> 1470914 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-hash.xml [junit4] 2> 1470914 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt [junit4] 2> 1470915 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-schema-dynamicfield-required.xml [junit4] 2> 1470915 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-mergepolicy-nocfs.xml [junit4] 2> 1470916 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-solrconfig-bogus-scriptengine-name.xml [junit4] 2> 1470916 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/throw.error.on.add.updateprocessor.js [junit4] 2> 1470917 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-minimal.xml [junit4] 2> 1470917 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-defaults.xml [junit4] 2> 1470918 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/blendedInfixSuggest.txt [junit4] 2> 1470919 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-postingshighlight.xml [junit4] 2> 1470919 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-docValuesJoin.xml [junit4] 2> 1470919 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-docValues.xml [junit4] 2> 1470920 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-schema-misplaced-asterisk-copyfield-dest-should-fail-test.xml [junit4] 2> 1470921 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-snippet-types.incl [junit4] 2> 1470922 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-minimal.xml [junit4] 2> 1470923 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 1470923 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-collate.xml [junit4] 2> 1470924 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-rest.xml [junit4] 2> 1470924 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-schema-codec-global-vs-ft-mismatch.xml [junit4] 2> 1470925 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-schema-not-indexed-but-norms.xml [junit4] 2> 1470925 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/phrasesuggest.txt [junit4] 2> 1470926 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwordsWrongEncoding.txt [junit4] 2> 1470926 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-logmergepolicy.xml [junit4] 2> 1470927 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-plugcollector.xml [junit4] 2> 1470927 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-noopregen.xml [junit4] 2> 1470928 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-analytics-query.xml [junit4] 2> 1470928 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stoptypes-1.txt [junit4] 2> 1470929 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-warmer-randommergepolicyfactory.xml [junit4] 2> 1470930 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-spatial.xml [junit4] 2> 1470930 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-spellchecker.xml [junit4] 2> 1470931 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-minimal-atomic-stress.xml [junit4] 2> 1470931 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-non-stored-docvalues.xml [junit4] 2> 1470932 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-distrib-interval-faceting.xml [junit4] 2> 1470932 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stop-1.txt [junit4] 2> 1470934 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-docValuesMissing.xml [junit4] 2> 1470934 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-caching.xml [junit4] 2> 1470935 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-doctransformers.xml [junit4] 2> 1470935 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/freeTextSuggest.txt [junit4] 2> 1470936 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-tolerant-update-minimal.xml [junit4] 2> 1470936 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml [junit4] 2> 1470937 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-querysender-noquery.xml [junit4] 2> 1470938 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-sortingresponse.xml [junit4] 2> 1470938 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/trivial.updateprocessor1.js [junit4] 2> 1470939 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-solrconfig-managed-schema-named-schema.xml.xml [junit4] 2> 1470939 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-paramset.xml [junit4] 2> 1470940 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-lmdirichlet.xml [junit4] 2> 1470940 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-solrconfig-multiple-dirfactory.xml [junit4] 2> 1470941 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-schema-init-error.xml [junit4] 2> 1470941 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-altdirectory.xml [junit4] 2> 1470942 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-tlog.xml [junit4] 2> 1470942 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/hyphenation.dtd [junit4] 2> 1470943 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-classification.xml [junit4] 2> 1470943 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-sweetspot.xml [junit4] 2> 1470944 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-xinclude.xml [junit4] 2> 1470944 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-schemaless.xml [junit4] 2> 1470945 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schemasurround.xml [junit4] 2> 1470946 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-binaryfield.xml [junit4] 2> 1470946 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-SOLR-749.xml [junit4] 2> 1470947 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/compoundDictionary.txt [junit4] 2> 1470947 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/fuzzysuggest.txt [junit4] 2> 1470948 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-querysender.xml [junit4] 2> 1470948 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-ib.xml [junit4] 2> 1470949 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema-snippet-type.xml [junit4] 2> 1470949 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-blockjoinfacetcomponent.xml [junit4] 2> 1470950 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/cross-compatible.js [junit4] 2> 1470950 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-solcoreproperties.xml [junit4] 2> 1470951 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-master-throttled.xml [junit4] 2> 1470951 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-components-name.xml [junit4] 2> 1470952 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-elevate.xml [junit4] 2> 1470952 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-schema-sim-global-vs-ft-mismatch.xml [junit4] 2> 1470953 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-delpolicy2.xml [junit4] 2> 1470953 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stop-snowball.txt [junit4] 2> 1470954 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-solrconfig-unexpected-schema-attribute.xml [junit4] 2> 1470954 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-indexconfig-mergepolicyfactory.xml [junit4] 2> 1470954 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-schema-currency-dynamic-multivalued.xml [junit4] 2> 1470955 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-schema-dup-dynamicField.xml [junit4] 2> 1470955 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-error-solrconfig.xml [junit4] 2> 1470956 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-schema-sweetspot-partial-baseline.xml [junit4] 2> 1470956 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/hunspell-test.dic [junit4] 2> 1470957 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-withgethandler.xml [junit4] 2> 1470958 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-schema-dup-field.xml [junit4] 2> 1470959 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-master2.xml [junit4] 2> 1470959 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt [junit4] 2> 1470960 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-schema-non-glob-copyfield-source-matching-nothing-should-fail-test.xml [junit4] 2> 1470960 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 1470961 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-spellchecker.xml [junit4] 2> 1470961 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-solrconfig-multiple-cfs.xml [junit4] 2> 1470962 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-phrasesuggest.xml [junit4] 2> 1470963 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-parsing-update-processor-chains.xml [junit4] 2> 1470963 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-snippet-processor.xml [junit4] 2> 1470964 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-solrconfig-invalid-scriptfile.xml [junit4] 2> 1470964 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/bad-schema-unsupported-docValues.xml [junit4] 2> 1470965 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig-logmergepolicyfactory.xml [junit4] 2> 1470965 INFO (TEST-TestSolrCloudWithSecureImpersonation.testForwarding-seed#[50CCA9C22F6CC6DC]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/ [...truncated too long message...] t/J1/temp/solr.common.cloud.TestCollectionStateWatchers_443A016CB84414FA-001/tempDir-001/node1/./testcollection_shard2_replica1/data/snapshot_metadata [junit4] 2> 83353 INFO (coreCloseExecutor-225-thread-1) [ ] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.common.cloud.TestCollectionStateWatchers_443A016CB84414FA-001/tempDir-001/node3/./falsepredicate_shard2_replica1/data/index [junit4] 2> 83353 INFO (coreCloseExecutor-227-thread-2) [ ] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.common.cloud.TestCollectionStateWatchers_443A016CB84414FA-001/tempDir-001/node1/./testcollection_shard2_replica1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.common.cloud.TestCollectionStateWatchers_443A016CB84414FA-001/tempDir-001/node1/./testcollection_shard2_replica1/data;done=false>>] [junit4] 2> 83353 INFO (coreCloseExecutor-227-thread-2) [ ] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true [junit4] 2> 83353 INFO (coreCloseExecutor-227-thread-2) [ ] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.common.cloud.TestCollectionStateWatchers_443A016CB84414FA-001/tempDir-001/node1/./testcollection_shard2_replica1/data [junit4] 2> 83354 INFO (zkCallback-110-thread-7) [ ] o.a.s.c.c.ZkStateReader Updating data for [testcollection] from [3] to [4] [junit4] 2> 83354 INFO (zkCallback-109-thread-1) [ ] o.a.s.c.c.ZkStateReader Updating data for [testcollection] from [3] to [4] [junit4] 2> 83354 INFO (jetty-launcher-91-thread-2) [ ] o.a.s.c.Overseer Overseer (id=96359128917999626-127.0.0.1:39359_solr-n_0000000000) closing [junit4] 2> 83354 INFO (OverseerStateUpdate-96359128917999626-127.0.0.1:39359_solr-n_0000000000) [ ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:39359_solr [junit4] 2> 83355 INFO (zkCallback-110-thread-7) [ ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3]) [junit4] 2> 83355 INFO (zkCallback-136-thread-3) [ ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3]) [junit4] 2> 83355 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 0x156561e0206000a, likely client has closed socket [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208) [junit4] 2> at java.lang.Thread.run(java.base@9-ea/Thread.java:843) [junit4] 2> 83356 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 0x156561e02060019, likely client has closed socket [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228) [junit4] 2> at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208) [junit4] 2> at java.lang.Thread.run(java.base@9-ea/Thread.java:843) [junit4] 2> 83360 INFO (zkCallback-109-thread-1) [ ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3]) [junit4] 2> 83360 WARN (zkCallback-109-thread-1) [ ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes] [junit4] 2> 83360 INFO (jetty-launcher-91-thread-3) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@25491c24{/solr,null,UNAVAILABLE} [junit4] 2> 84855 WARN (zkCallback-136-thread-2) [ ] o.a.s.c.LeaderElector [junit4] 2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election [junit4] 2> at org.apache.zookeeper.KeeperException.create(KeeperException.java:127) [junit4] 2> at org.apache.zookeeper.KeeperException.create(KeeperException.java:51) [junit4] 2> at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:331) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:328) [junit4] 2> at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:328) [junit4] 2> at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:105) [junit4] 2> at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56) [junit4] 2> at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348) [junit4] 2> at org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:266) [junit4] 2> at java.util.concurrent.Executors$RunnableAdapter.call(java.base@9-ea/Executors.java:514) [junit4] 2> at java.util.concurrent.FutureTask.run(java.base@9-ea/FutureTask.java:264) [junit4] 2> at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229) [junit4] 2> at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-ea/ThreadPoolExecutor.java:1158) [junit4] 2> at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632) [junit4] 2> at java.lang.Thread.run(java.base@9-ea/Thread.java:843) [junit4] 2> 84855 WARN (zkCallback-136-thread-3) [ ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes] [junit4] 2> 84855 WARN (zkCallback-110-thread-7) [ ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes] [junit4] 2> 84856 INFO (jetty-launcher-91-thread-2) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@52766808{/solr,null,UNAVAILABLE} [junit4] 2> 84856 INFO (jetty-launcher-91-thread-4) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2797ade0{/solr,null,UNAVAILABLE} [junit4] 2> 84856 INFO (SUITE-TestCollectionStateWatchers-seed#[443A016CB84414FA]-worker) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40149 40149 [junit4] 2> 84902 INFO (Thread-48) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40149 40149 [junit4] 2> 84903 WARN (Thread-48) [ ] o.a.s.c.ZkTestServer Watch limit violations: [junit4] 2> Maximum concurrent create/delete watches above limit: [junit4] 2> [junit4] 2> 7 /solr/aliases.json [junit4] 2> 6 /solr/security.json [junit4] 2> 6 /solr/configs/config [junit4] 2> 3 /solr/collections/stateformat1/state.json [junit4] 2> [junit4] 2> Maximum concurrent data watches above limit: [junit4] 2> [junit4] 2> 16 /solr/collections/falsepredicate/state.json [junit4] 2> 12 /solr/collections/waitforstate/state.json [junit4] 2> 7 /solr/clusterprops.json [junit4] 2> 7 /solr/clusterstate.json [junit4] 2> 3 /solr/overseer_elect/election/96359128917999625-127.0.0.1:34115_solr-n_0000000002 [junit4] 2> 3 /solr/collections/stateformat1/state.json [junit4] 2> 3 /solr/collections/testcollection/state.json [junit4] 2> 2 /solr/collections/currentstate/state.json [junit4] 2> 2 /solr/collections/delayed/state.json [junit4] 2> 2 /solr/collections/tobedeleted/state.json [junit4] 2> 2 /solr/overseer_elect/election/96359128917999626-127.0.0.1:39359_solr-n_0000000000 [junit4] 2> [junit4] 2> Maximum concurrent children watches above limit: [junit4] 2> [junit4] 2> 45 /solr/overseer/queue [junit4] 2> 39 /solr/overseer/collection-queue-work [junit4] 2> 18 /solr/overseer/queue-work [junit4] 2> 7 /solr/collections [junit4] 2> 5 /solr/live_nodes [junit4] 2> [junit4] 2> 84903 INFO (SUITE-TestCollectionStateWatchers-seed#[443A016CB84414FA]-worker) [ ] o.a.s.SolrTestCaseJ4 ###deleteCore [junit4] 2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J1/temp/solr.common.cloud.TestCollectionStateWatchers_443A016CB84414FA-001 [junit4] 2> Aug 04, 2016 3:14:43 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks [junit4] 2> WARNING: Will linger awaiting termination of 1 leaked thread(s). [junit4] 2> NOTE: test params are: codec=Asserting(Lucene62): {}, docValues:{}, maxPointsInLeafNode=1261, maxMBSortInHeap=6.19027164805531, sim=ClassicSimilarity, locale=en-US, timezone=SST [junit4] 2> NOTE: Linux 4.4.0-31-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=393568512,total=509018112 [junit4] 2> NOTE: All tests run in this JVM: [CloudSolrClientMultiConstructorTest, NoOpResponseParserTest, ConcurrentUpdateSolrClientTest, JdbcTest, MergeIndexesEmbeddedTest, TestConfigSetAdminRequest, CommonParamsTest, StreamExpressionToExpessionTest, TestUpdateRequestCodec, TestCollectionStateWatchers] [junit4] Completed [68/85 (1!)] on J1 in 61.74s, 9 tests, 1 error <<< FAILURES! [...truncated 49055 lines...]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
