Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Solaris/387/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC
1 tests failed.
FAILED: org.apache.solr.cloud.TestAuthenticationFramework.testBasics
Error Message:
Error reading cluster properties
Stack Trace:
org.apache.solr.common.SolrException: Error reading cluster properties
at
__randomizedtesting.SeedInfo.seed([75D11761597D15C7:4809B94D61934BB7]:0)
at
org.apache.solr.common.cloud.ZkStateReader.getClusterProps(ZkStateReader.java:693)
at
org.apache.solr.common.cloud.ZkStateReader.getBaseUrlForNodeName(ZkStateReader.java:780)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:998)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.getRequestState(AbstractFullDistribZkTestBase.java:1923)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.getRequestStateAfterCompletion(AbstractFullDistribZkTestBase.java:1903)
at
org.apache.solr.cloud.TestMiniSolrCloudCluster.testCollectionCreateSearchDelete(TestMiniSolrCloudCluster.java:209)
at
org.apache.solr.cloud.TestAuthenticationFramework.testBasics(TestAuthenticationFramework.java:92)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException:
KeeperErrorCode = Session expired for /clusterprops.json
at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1045)
at
org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:319)
at
org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:316)
at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
at
org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:316)
at
org.apache.solr.common.cloud.ZkStateReader.getClusterProps(ZkStateReader.java:687)
... 49 more
Build Log:
[...truncated 11167 lines...]
[junit4] Suite: org.apache.solr.cloud.TestAuthenticationFramework
[junit4] 2> 1301733 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1301734 INFO (Thread-4117) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1301734 INFO (Thread-4117) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1301834 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.ZkTestServer start zk server on port:40966
[junit4] 2> 1301834 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1301835 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1301901 INFO (zkCallback-1580-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@30de3bd3
name:ZooKeeperConnection Watcher:127.0.0.1:40966 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1301901 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1301901 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1301901 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
[junit4] 2> 1301936 INFO (jetty-launcher-1579-thread-1) [ ]
o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 1301937 INFO (jetty-launcher-1579-thread-2) [ ]
o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 1301938 INFO (jetty-launcher-1579-thread-4) [ ]
o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 1301940 INFO (jetty-launcher-1579-thread-3) [ ]
o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 1301941 INFO (jetty-launcher-1579-thread-5) [ ]
o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 1301942 INFO (jetty-launcher-1579-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@57bcb4f1{/solr,null,AVAILABLE}
[junit4] 2> 1301942 INFO (jetty-launcher-1579-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@96f0b84{/solr,null,AVAILABLE}
[junit4] 2> 1301943 INFO (jetty-launcher-1579-thread-1) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@16e179e5{HTTP/1.1}{127.0.0.1:46706}
[junit4] 2> 1301943 INFO (jetty-launcher-1579-thread-1) [ ]
o.e.j.s.Server Started @1305840ms
[junit4] 2> 1301943 INFO (jetty-launcher-1579-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=46706}
[junit4] 2> 1301943 INFO (jetty-launcher-1579-thread-1) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@6d06d69c
[junit4] 2> 1301943 INFO (jetty-launcher-1579-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node1'
[junit4] 2> 1301943 INFO (jetty-launcher-1579-thread-1) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1301943 INFO (jetty-launcher-1579-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1301944 INFO (jetty-launcher-1579-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1301944 INFO (jetty-launcher-1579-thread-5) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@32482e5f{/solr,null,AVAILABLE}
[junit4] 2> 1301945 INFO (jetty-launcher-1579-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6e066b2b{/solr,null,AVAILABLE}
[junit4] 2> 1301946 INFO (jetty-launcher-1579-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5ff82f07{/solr,null,AVAILABLE}
[junit4] 2> 1301946 INFO (jetty-launcher-1579-thread-5) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@4c3d0664{HTTP/1.1}{127.0.0.1:43730}
[junit4] 2> 1301946 INFO (jetty-launcher-1579-thread-5) [ ]
o.e.j.s.Server Started @1305843ms
[junit4] 2> 1301947 INFO (jetty-launcher-1579-thread-5) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=43730}
[junit4] 2> 1301947 INFO (jetty-launcher-1579-thread-5) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@6d06d69c
[junit4] 2> 1301947 INFO (jetty-launcher-1579-thread-5) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node5'
[junit4] 2> 1301947 INFO (jetty-launcher-1579-thread-5) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1301947 INFO (jetty-launcher-1579-thread-5) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1301947 INFO (jetty-launcher-1579-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1301947 INFO (jetty-launcher-1579-thread-5) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1301948 INFO (jetty-launcher-1579-thread-5) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1301948 INFO (jetty-launcher-1579-thread-4) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@77456d42{HTTP/1.1}{127.0.0.1:53514}
[junit4] 2> 1301948 INFO (jetty-launcher-1579-thread-4) [ ]
o.e.j.s.Server Started @1305845ms
[junit4] 2> 1301948 INFO (jetty-launcher-1579-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=53514}
[junit4] 2> 1301949 INFO (jetty-launcher-1579-thread-4) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@6d06d69c
[junit4] 2> 1301949 INFO (jetty-launcher-1579-thread-2) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@7cf3e9c{HTTP/1.1}{127.0.0.1:47953}
[junit4] 2> 1301949 INFO (jetty-launcher-1579-thread-4) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node4'
[junit4] 2> 1301949 INFO (jetty-launcher-1579-thread-4) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1301949 INFO (jetty-launcher-1579-thread-2) [ ]
o.e.j.s.Server Started @1305846ms
[junit4] 2> 1301949 INFO (jetty-launcher-1579-thread-4) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1301949 INFO (jetty-launcher-1579-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=47953}
[junit4] 2> 1301949 INFO (jetty-launcher-1579-thread-2) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@6d06d69c
[junit4] 2> 1301949 INFO (jetty-launcher-1579-thread-4) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1301949 INFO (jetty-launcher-1579-thread-2) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node2'
[junit4] 2> 1301949 INFO (jetty-launcher-1579-thread-2) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1301949 INFO (jetty-launcher-1579-thread-2) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1301949 INFO (jetty-launcher-1579-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1301950 INFO (jetty-launcher-1579-thread-4) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1301950 INFO (jetty-launcher-1579-thread-3) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@166c654f{HTTP/1.1}{127.0.0.1:52884}
[junit4] 2> 1301950 INFO (jetty-launcher-1579-thread-3) [ ]
o.e.j.s.Server Started @1305847ms
[junit4] 2> 1301950 INFO (jetty-launcher-1579-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=52884}
[junit4] 2> 1301950 INFO (jetty-launcher-1579-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1301950 INFO (jetty-launcher-1579-thread-3) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@6d06d69c
[junit4] 2> 1301950 INFO (jetty-launcher-1579-thread-3) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node3'
[junit4] 2> 1301950 INFO (jetty-launcher-1579-thread-3) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 1301950 INFO (jetty-launcher-1579-thread-3) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 1301950 INFO (jetty-launcher-1579-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1301951 INFO (jetty-launcher-1579-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1301969 INFO (zkCallback-1585-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@5a5109df
name:ZooKeeperConnection Watcher:127.0.0.1:40966/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1301970 INFO (zkCallback-1581-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@49f77cdc
name:ZooKeeperConnection Watcher:127.0.0.1:40966/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1301970 INFO (zkCallback-1582-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@7dde5fba
name:ZooKeeperConnection Watcher:127.0.0.1:40966/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1301970 INFO (jetty-launcher-1579-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1301970 INFO (jetty-launcher-1579-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1301971 INFO (zkCallback-1583-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@2bbbc65f
name:ZooKeeperConnection Watcher:127.0.0.1:40966/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1301971 INFO (jetty-launcher-1579-thread-4) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1301971 INFO (jetty-launcher-1579-thread-4) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1301971 INFO (jetty-launcher-1579-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1301972 INFO (jetty-launcher-1579-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1301972 INFO (jetty-launcher-1579-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1301972 INFO (jetty-launcher-1579-thread-5) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1301972 INFO (jetty-launcher-1579-thread-5) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1301973 INFO (jetty-launcher-1579-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1301977 INFO (jetty-launcher-1579-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1301979 INFO (zkCallback-1584-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@56780836
name:ZooKeeperConnection Watcher:127.0.0.1:40966/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1301981 INFO (jetty-launcher-1579-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1301981 INFO (jetty-launcher-1579-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1301982 INFO (jetty-launcher-1579-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1301983 INFO (jetty-launcher-1579-thread-4) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node4/.
[junit4] 2> 1301983 INFO (jetty-launcher-1579-thread-4) [ ]
o.a.s.c.CoreContainer New CoreContainer 915001362
[junit4] 2> 1301983 INFO (jetty-launcher-1579-thread-4) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node4]
[junit4] 2> 1301983 WARN (jetty-launcher-1579-thread-4) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node4/lib
to classpath:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node4/lib
[junit4] 2> 1301983 INFO (jetty-launcher-1579-thread-4) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 1301984 INFO (jetty-launcher-1579-thread-4) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1301985 INFO (jetty-launcher-1579-thread-4) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1301985 INFO (jetty-launcher-1579-thread-4) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1301985 INFO (jetty-launcher-1579-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40966/solr
[junit4] 2> 1301985 INFO (jetty-launcher-1579-thread-4) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 1301985 INFO (jetty-launcher-1579-thread-4) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1301985 INFO (jetty-launcher-1579-thread-4) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1301985 INFO (jetty-launcher-1579-thread-5) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1301991 INFO (jetty-launcher-1579-thread-1) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node1/.
[junit4] 2> 1301991 INFO (jetty-launcher-1579-thread-1) [ ]
o.a.s.c.CoreContainer New CoreContainer 464322793
[junit4] 2> 1301991 INFO (jetty-launcher-1579-thread-1) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node1]
[junit4] 2> 1301991 WARN (jetty-launcher-1579-thread-1) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node1/lib
to classpath:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node1/lib
[junit4] 2> 1301991 INFO (jetty-launcher-1579-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 1301992 INFO (jetty-launcher-1579-thread-1) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1301993 INFO (jetty-launcher-1579-thread-1) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1301993 INFO (jetty-launcher-1579-thread-1) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1301993 INFO (jetty-launcher-1579-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40966/solr
[junit4] 2> 1301993 INFO (jetty-launcher-1579-thread-1) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 1301994 INFO (jetty-launcher-1579-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1301994 INFO (jetty-launcher-1579-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1302000 INFO (zkCallback-1588-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@696c744f
name:ZooKeeperConnection Watcher:127.0.0.1:40966 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1302001 INFO (jetty-launcher-1579-thread-4) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1302001 INFO (jetty-launcher-1579-thread-4) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1302001 INFO (zkCallback-1591-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@327708ee
name:ZooKeeperConnection Watcher:127.0.0.1:40966 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1302001 INFO (jetty-launcher-1579-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1302001 INFO (jetty-launcher-1579-thread-1) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1302002 INFO (jetty-launcher-1579-thread-2) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node2/.
[junit4] 2> 1302002 INFO (jetty-launcher-1579-thread-2) [ ]
o.a.s.c.CoreContainer New CoreContainer 314157755
[junit4] 2> 1302002 INFO (jetty-launcher-1579-thread-2) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node2]
[junit4] 2> 1302002 WARN (jetty-launcher-1579-thread-2) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node2/lib
to classpath:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node2/lib
[junit4] 2> 1302002 INFO (jetty-launcher-1579-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 1302005 INFO (jetty-launcher-1579-thread-2) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1302006 INFO (jetty-launcher-1579-thread-2) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1302006 INFO (jetty-launcher-1579-thread-2) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1302006 INFO (jetty-launcher-1579-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40966/solr
[junit4] 2> 1302006 INFO (jetty-launcher-1579-thread-2) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 1302006 INFO (jetty-launcher-1579-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1302006 INFO (jetty-launcher-1579-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1302007 INFO (jetty-launcher-1579-thread-3) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node3/.
[junit4] 2> 1302007 INFO (jetty-launcher-1579-thread-3) [ ]
o.a.s.c.CoreContainer New CoreContainer 1593946414
[junit4] 2> 1302007 INFO (jetty-launcher-1579-thread-3) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node3]
[junit4] 2> 1302007 WARN (jetty-launcher-1579-thread-3) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node3/lib
to classpath:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node3/lib
[junit4] 2> 1302008 INFO (jetty-launcher-1579-thread-3) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 1302010 INFO (jetty-launcher-1579-thread-5) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node5/.
[junit4] 2> 1302010 INFO (jetty-launcher-1579-thread-3) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1302010 INFO (jetty-launcher-1579-thread-5) [ ]
o.a.s.c.CoreContainer New CoreContainer 907205394
[junit4] 2> 1302010 INFO (jetty-launcher-1579-thread-5) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node5]
[junit4] 2> 1302010 WARN (jetty-launcher-1579-thread-5) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node5/lib
to classpath:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node5/lib
[junit4] 2> 1302010 INFO (jetty-launcher-1579-thread-5) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 1302010 INFO (jetty-launcher-1579-thread-3) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1302010 INFO (jetty-launcher-1579-thread-3) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1302010 INFO (jetty-launcher-1579-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40966/solr
[junit4] 2> 1302010 INFO (jetty-launcher-1579-thread-3) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 1302010 INFO (jetty-launcher-1579-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1302011 INFO (jetty-launcher-1579-thread-5) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 1302011 INFO (jetty-launcher-1579-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1302011 INFO (jetty-launcher-1579-thread-5) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1302011 INFO (jetty-launcher-1579-thread-5) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1302011 INFO (jetty-launcher-1579-thread-5) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40966/solr
[junit4] 2> 1302011 INFO (jetty-launcher-1579-thread-4)
[n:127.0.0.1:53514_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1302008 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 0x152bbfa8fb50006, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1302011 INFO (jetty-launcher-1579-thread-5) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 1302012 INFO (jetty-launcher-1579-thread-5) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1302012 INFO (jetty-launcher-1579-thread-5) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1302013 INFO (jetty-launcher-1579-thread-1)
[n:127.0.0.1:46706_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1302021 INFO (zkCallback-1594-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@10a6f777
name:ZooKeeperConnection Watcher:127.0.0.1:40966 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1302021 INFO (jetty-launcher-1579-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1302021 INFO (jetty-launcher-1579-thread-2) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1302036 INFO (zkCallback-1601-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@7b44cc45
name:ZooKeeperConnection Watcher:127.0.0.1:40966 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1302036 INFO (jetty-launcher-1579-thread-5) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1302036 INFO (jetty-launcher-1579-thread-5) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1302037 INFO
(zkCallback-1602-thread-1-processing-n:127.0.0.1:46706_solr)
[n:127.0.0.1:46706_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@37e8d06f
name:ZooKeeperConnection Watcher:127.0.0.1:40966/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1302037 INFO (jetty-launcher-1579-thread-1)
[n:127.0.0.1:46706_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 1302038 INFO
(zkCallback-1600-thread-1-processing-n:127.0.0.1:53514_solr)
[n:127.0.0.1:53514_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@36cc4f52
name:ZooKeeperConnection Watcher:127.0.0.1:40966/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1302038 INFO (jetty-launcher-1579-thread-4)
[n:127.0.0.1:53514_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 1302039 INFO (zkCallback-1597-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@5359df92
name:ZooKeeperConnection Watcher:127.0.0.1:40966 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1302039 INFO (jetty-launcher-1579-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1302039 INFO (jetty-launcher-1579-thread-3) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1302067 INFO (jetty-launcher-1579-thread-5)
[n:127.0.0.1:43730_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1302068 INFO (jetty-launcher-1579-thread-2)
[n:127.0.0.1:47953_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1302069 INFO (jetty-launcher-1579-thread-1)
[n:127.0.0.1:46706_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 1302070 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 0x152bbfa8fb50009, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1302070 INFO (jetty-launcher-1579-thread-4)
[n:127.0.0.1:53514_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 1302071 INFO (jetty-launcher-1579-thread-3)
[n:127.0.0.1:52884_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1302076 INFO
(zkCallback-1603-thread-1-processing-n:127.0.0.1:43730_solr)
[n:127.0.0.1:43730_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@310d7425
name:ZooKeeperConnection Watcher:127.0.0.1:40966/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1302076 INFO (jetty-launcher-1579-thread-5)
[n:127.0.0.1:43730_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 1302077 INFO
(zkCallback-1604-thread-1-processing-n:127.0.0.1:47953_solr)
[n:127.0.0.1:47953_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@1c5fa152
name:ZooKeeperConnection Watcher:127.0.0.1:40966/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1302078 INFO (jetty-launcher-1579-thread-2)
[n:127.0.0.1:47953_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 1302079 INFO
(zkCallback-1605-thread-1-processing-n:127.0.0.1:52884_solr)
[n:127.0.0.1:52884_solr ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@233483f9
name:ZooKeeperConnection Watcher:127.0.0.1:40966/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1302080 INFO (jetty-launcher-1579-thread-3)
[n:127.0.0.1:52884_solr ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 1302121 INFO (jetty-launcher-1579-thread-2)
[n:127.0.0.1:47953_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-queue-work
[junit4] 2> 1302121 INFO (jetty-launcher-1579-thread-5)
[n:127.0.0.1:43730_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-queue-work
[junit4] 2> 1302121 INFO (jetty-launcher-1579-thread-3)
[n:127.0.0.1:52884_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-queue-work
[junit4] 2> 1302122 INFO (jetty-launcher-1579-thread-1)
[n:127.0.0.1:46706_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-queue-work
[junit4] 2> 1302123 INFO (jetty-launcher-1579-thread-4)
[n:127.0.0.1:53514_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-queue-work
[junit4] 2> 1302165 INFO (jetty-launcher-1579-thread-5)
[n:127.0.0.1:43730_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-running
[junit4] 2> 1302173 INFO (jetty-launcher-1579-thread-3)
[n:127.0.0.1:52884_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-running
[junit4] 2> 1302173 INFO (jetty-launcher-1579-thread-2)
[n:127.0.0.1:47953_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-running
[junit4] 2> 1302173 INFO (jetty-launcher-1579-thread-1)
[n:127.0.0.1:46706_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-running
[junit4] 2> 1302243 INFO (jetty-launcher-1579-thread-5)
[n:127.0.0.1:43730_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-completed
[junit4] 2> 1302244 INFO (jetty-launcher-1579-thread-2)
[n:127.0.0.1:47953_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-completed
[junit4] 2> 1302244 INFO (jetty-launcher-1579-thread-1)
[n:127.0.0.1:46706_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-completed
[junit4] 2> 1302244 INFO (jetty-launcher-1579-thread-3)
[n:127.0.0.1:52884_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-completed
[junit4] 2> 1302264 INFO (jetty-launcher-1579-thread-5)
[n:127.0.0.1:43730_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-failure
[junit4] 2> 1302264 INFO (jetty-launcher-1579-thread-4)
[n:127.0.0.1:53514_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-failure
[junit4] 2> 1302283 INFO (jetty-launcher-1579-thread-1)
[n:127.0.0.1:46706_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-failure
[junit4] 2> 1302283 INFO (jetty-launcher-1579-thread-3)
[n:127.0.0.1:52884_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-failure
[junit4] 2> 1302284 INFO (jetty-launcher-1579-thread-2)
[n:127.0.0.1:47953_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-failure
[junit4] 2> 1302308 INFO (jetty-launcher-1579-thread-3)
[n:127.0.0.1:52884_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 1302310 INFO (jetty-launcher-1579-thread-1)
[n:127.0.0.1:46706_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 1302310 INFO (jetty-launcher-1579-thread-5)
[n:127.0.0.1:43730_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 1302310 INFO (jetty-launcher-1579-thread-4)
[n:127.0.0.1:53514_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 1302338 INFO (jetty-launcher-1579-thread-1)
[n:127.0.0.1:46706_solr ] o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 1302338 INFO (jetty-launcher-1579-thread-2)
[n:127.0.0.1:47953_solr ] o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 1302338 INFO (jetty-launcher-1579-thread-5)
[n:127.0.0.1:43730_solr ] o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 1302338 INFO (jetty-launcher-1579-thread-3)
[n:127.0.0.1:52884_solr ] o.a.s.c.c.SolrZkClient makePath: /collections
[junit4] 2> 1302355 INFO (jetty-launcher-1579-thread-1)
[n:127.0.0.1:46706_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 1302355 INFO (jetty-launcher-1579-thread-4)
[n:127.0.0.1:53514_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 1302356 INFO (jetty-launcher-1579-thread-5)
[n:127.0.0.1:43730_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 1302356 INFO (jetty-launcher-1579-thread-3)
[n:127.0.0.1:52884_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 1302357 INFO (jetty-launcher-1579-thread-2)
[n:127.0.0.1:47953_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 1302387 INFO (jetty-launcher-1579-thread-5)
[n:127.0.0.1:43730_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 1302387 INFO (jetty-launcher-1579-thread-1)
[n:127.0.0.1:46706_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 1302387 INFO (jetty-launcher-1579-thread-4)
[n:127.0.0.1:53514_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 1302388 INFO (jetty-launcher-1579-thread-2)
[n:127.0.0.1:47953_solr ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
[junit4] 2> 1302404 INFO (jetty-launcher-1579-thread-5)
[n:127.0.0.1:43730_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 1302404 INFO (jetty-launcher-1579-thread-3)
[n:127.0.0.1:52884_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 1302421 INFO (jetty-launcher-1579-thread-4)
[n:127.0.0.1:53514_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 1302422 INFO (jetty-launcher-1579-thread-1)
[n:127.0.0.1:46706_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 1302433 INFO (jetty-launcher-1579-thread-5)
[n:127.0.0.1:43730_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43730_solr
[junit4] 2> 1302433 INFO (jetty-launcher-1579-thread-2)
[n:127.0.0.1:47953_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:47953_solr
[junit4] 2> 1302436 INFO (jetty-launcher-1579-thread-4)
[n:127.0.0.1:53514_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:53514_solr
[junit4] 2> 1302441 INFO (jetty-launcher-1579-thread-5)
[n:127.0.0.1:43730_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:43730_solr
[junit4] 2> 1302441 INFO (jetty-launcher-1579-thread-1)
[n:127.0.0.1:46706_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:46706_solr
[junit4] 2> 1302442 INFO (jetty-launcher-1579-thread-3)
[n:127.0.0.1:52884_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:52884_solr
[junit4] 2> 1302442 INFO (jetty-launcher-1579-thread-2)
[n:127.0.0.1:47953_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:47953_solr
[junit4] 2> 1302469 INFO (jetty-launcher-1579-thread-4)
[n:127.0.0.1:53514_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:53514_solr
[junit4] 2> 1302474 INFO (jetty-launcher-1579-thread-1)
[n:127.0.0.1:46706_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:46706_solr
[junit4] 2> 1302474 INFO (jetty-launcher-1579-thread-3)
[n:127.0.0.1:52884_solr ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:52884_solr
[junit4] 2> 1302481 INFO (jetty-launcher-1579-thread-5)
[n:127.0.0.1:43730_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 1302482 INFO (jetty-launcher-1579-thread-2)
[n:127.0.0.1:47953_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 1302565 INFO (jetty-launcher-1579-thread-5)
[n:127.0.0.1:43730_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 1302566 INFO (jetty-launcher-1579-thread-1)
[n:127.0.0.1:46706_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 1302566 INFO (jetty-launcher-1579-thread-2)
[n:127.0.0.1:47953_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 1302566 INFO (jetty-launcher-1579-thread-4)
[n:127.0.0.1:53514_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 1302567 INFO (jetty-launcher-1579-thread-3)
[n:127.0.0.1:52884_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 1302580 INFO (jetty-launcher-1579-thread-5)
[n:127.0.0.1:43730_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1302580 INFO (jetty-launcher-1579-thread-1)
[n:127.0.0.1:46706_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1302592 INFO (jetty-launcher-1579-thread-2)
[n:127.0.0.1:47953_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1302598 INFO (jetty-launcher-1579-thread-5)
[n:127.0.0.1:43730_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/95345226955423757-127.0.0.1:43730_solr-n_0000000000
[junit4] 2> 1302599 INFO (jetty-launcher-1579-thread-4)
[n:127.0.0.1:53514_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1302599 INFO (jetty-launcher-1579-thread-3)
[n:127.0.0.1:52884_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1302599 INFO (jetty-launcher-1579-thread-1)
[n:127.0.0.1:46706_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/95345226955423756-127.0.0.1:46706_solr-n_0000000001
[junit4] 2> 1302610 INFO (jetty-launcher-1579-thread-5)
[n:127.0.0.1:43730_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:43730_solr
[junit4] 2> 1302610 INFO (jetty-launcher-1579-thread-5)
[n:127.0.0.1:43730_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/leader
[junit4] 2> 1302610 INFO (jetty-launcher-1579-thread-2)
[n:127.0.0.1:47953_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/95345226955423758-127.0.0.1:47953_solr-n_0000000002
[junit4] 2> 1302631 INFO (jetty-launcher-1579-thread-4)
[n:127.0.0.1:53514_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/95345226955423754-127.0.0.1:53514_solr-n_0000000003
[junit4] 2> 1302632 INFO (jetty-launcher-1579-thread-3)
[n:127.0.0.1:52884_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/95345226955423759-127.0.0.1:52884_solr-n_0000000004
[junit4] 2> 1302633 INFO (jetty-launcher-1579-thread-1)
[n:127.0.0.1:46706_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/95345226955423757-127.0.0.1:43730_solr-n_0000000000 to
know if I could be the leader
[junit4] 2> 1302633 INFO (jetty-launcher-1579-thread-1)
[n:127.0.0.1:46706_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 1302633 INFO (jetty-launcher-1579-thread-4)
[n:127.0.0.1:53514_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/95345226955423758-127.0.0.1:47953_solr-n_0000000002 to
know if I could be the leader
[junit4] 2> 1302633 INFO (jetty-launcher-1579-thread-4)
[n:127.0.0.1:53514_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 1302633 INFO (jetty-launcher-1579-thread-2)
[n:127.0.0.1:47953_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/95345226955423756-127.0.0.1:46706_solr-n_0000000001 to
know if I could be the leader
[junit4] 2> 1302633 INFO (jetty-launcher-1579-thread-2)
[n:127.0.0.1:47953_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 1302634 INFO (jetty-launcher-1579-thread-3)
[n:127.0.0.1:52884_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/95345226955423754-127.0.0.1:53514_solr-n_0000000003 to
know if I could be the leader
[junit4] 2> 1302634 INFO (jetty-launcher-1579-thread-3)
[n:127.0.0.1:52884_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 1302703 INFO (jetty-launcher-1579-thread-5)
[n:127.0.0.1:43730_solr ] o.a.s.c.Overseer Overseer
(id=95345226955423757-127.0.0.1:43730_solr-n_0000000000) starting
[junit4] 2> 1302774 INFO (jetty-launcher-1579-thread-5)
[n:127.0.0.1:43730_solr ] o.a.s.c.c.SolrZkClient makePath:
/overseer/queue-work
[junit4] 2> 1302805 INFO (jetty-launcher-1579-thread-3)
[n:127.0.0.1:52884_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 1302805 INFO (jetty-launcher-1579-thread-3)
[n:127.0.0.1:52884_solr ] o.a.s.c.CoreContainer Authentication plugin class
obtained from system property 'authenticationPlugin':
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
[junit4] 2> 1302806 INFO (jetty-launcher-1579-thread-3)
[n:127.0.0.1:52884_solr ] o.a.s.c.CoreContainer Reconfiguring the shard
handler factory and update shard handler.
[junit4] 2> 1302806 INFO (jetty-launcher-1579-thread-3)
[n:127.0.0.1:52884_solr ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring
the default client with:
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@92cfe01
[junit4] 2> 1302809 INFO (jetty-launcher-1579-thread-4)
[n:127.0.0.1:53514_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 1302809 INFO (jetty-launcher-1579-thread-4)
[n:127.0.0.1:53514_solr ] o.a.s.c.CoreContainer Authentication plugin class
obtained from system property 'authenticationPlugin':
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
[junit4] 2> 1302809 INFO (jetty-launcher-1579-thread-4)
[n:127.0.0.1:53514_solr ] o.a.s.c.CoreContainer Reconfiguring the shard
handler factory and update shard handler.
[junit4] 2> 1302809 INFO (jetty-launcher-1579-thread-4)
[n:127.0.0.1:53514_solr ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring
the default client with:
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@28002967
[junit4] 2> 1302821 INFO (jetty-launcher-1579-thread-1)
[n:127.0.0.1:46706_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 1302821 INFO (jetty-launcher-1579-thread-1)
[n:127.0.0.1:46706_solr ] o.a.s.c.CoreContainer Authentication plugin class
obtained from system property 'authenticationPlugin':
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
[junit4] 2> 1302821 INFO (jetty-launcher-1579-thread-1)
[n:127.0.0.1:46706_solr ] o.a.s.c.CoreContainer Reconfiguring the shard
handler factory and update shard handler.
[junit4] 2> 1302821 INFO (jetty-launcher-1579-thread-1)
[n:127.0.0.1:46706_solr ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring
the default client with:
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@6cf40815
[junit4] 2> 1302830 INFO (jetty-launcher-1579-thread-3)
[n:127.0.0.1:52884_solr ] o.a.s.u.UpdateShardHandler Reconfiguring the
default client with:
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@92cfe01
[junit4] 2> 1302830 INFO (jetty-launcher-1579-thread-4)
[n:127.0.0.1:53514_solr ] o.a.s.u.UpdateShardHandler Reconfiguring the
default client with:
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@28002967
[junit4] 2> 1302831 INFO (jetty-launcher-1579-thread-4)
[n:127.0.0.1:53514_solr ] o.a.s.c.CorePropertiesLocator Looking for core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node4/.
[junit4] 2> 1302831 INFO (jetty-launcher-1579-thread-3)
[n:127.0.0.1:52884_solr ] o.a.s.c.CorePropertiesLocator Looking for core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node3/.
[junit4] 2> 1302831 INFO (jetty-launcher-1579-thread-4)
[n:127.0.0.1:53514_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions
[junit4] 2> 1302831 INFO (jetty-launcher-1579-thread-3)
[n:127.0.0.1:52884_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions
[junit4] 2> 1302831 INFO (jetty-launcher-1579-thread-1)
[n:127.0.0.1:46706_solr ] o.a.s.u.UpdateShardHandler Reconfiguring the
default client with:
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@6cf40815
[junit4] 2> 1302871 INFO (jetty-launcher-1579-thread-4)
[n:127.0.0.1:53514_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0
[junit4] 2> 1302872 INFO (jetty-launcher-1579-thread-4)
[n:127.0.0.1:53514_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 1302872 INFO (jetty-launcher-1579-thread-3)
[n:127.0.0.1:52884_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0
[junit4] 2> 1302872 INFO (jetty-launcher-1579-thread-3)
[n:127.0.0.1:52884_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 1302873 INFO (jetty-launcher-1579-thread-1)
[n:127.0.0.1:46706_solr ] o.a.s.c.CorePropertiesLocator Looking for core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node1/.
[junit4] 2> 1302873 INFO (jetty-launcher-1579-thread-1)
[n:127.0.0.1:46706_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions
[junit4] 2> 1302886 INFO (jetty-launcher-1579-thread-2)
[n:127.0.0.1:47953_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 1302886 INFO (jetty-launcher-1579-thread-2)
[n:127.0.0.1:47953_solr ] o.a.s.c.CoreContainer Authentication plugin class
obtained from system property 'authenticationPlugin':
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
[junit4] 2> 1302886 INFO (jetty-launcher-1579-thread-2)
[n:127.0.0.1:47953_solr ] o.a.s.c.CoreContainer Reconfiguring the shard
handler factory and update shard handler.
[junit4] 2> 1302886 INFO (jetty-launcher-1579-thread-2)
[n:127.0.0.1:47953_solr ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring
the default client with:
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@380b6e40
[junit4] 2> 1302886 INFO (jetty-launcher-1579-thread-2)
[n:127.0.0.1:47953_solr ] o.a.s.u.UpdateShardHandler Reconfiguring the
default client with:
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@380b6e40
[junit4] 2> 1302887 INFO (jetty-launcher-1579-thread-2)
[n:127.0.0.1:47953_solr ] o.a.s.c.CorePropertiesLocator Looking for core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node2/.
[junit4] 2> 1302887 INFO (jetty-launcher-1579-thread-2)
[n:127.0.0.1:47953_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions
[junit4] 2> 1302889 INFO (jetty-launcher-1579-thread-2)
[n:127.0.0.1:47953_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0
[junit4] 2> 1302889 INFO (jetty-launcher-1579-thread-2)
[n:127.0.0.1:47953_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 1302889 INFO (jetty-launcher-1579-thread-1)
[n:127.0.0.1:46706_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0
[junit4] 2> 1302889 INFO (jetty-launcher-1579-thread-1)
[n:127.0.0.1:46706_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 1302973 INFO (jetty-launcher-1579-thread-5)
[n:127.0.0.1:43730_solr ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 1302973 INFO
(OverseerCollectionConfigSetProcessor-95345226955423757-127.0.0.1:43730_solr-n_0000000000)
[n:127.0.0.1:43730_solr ] o.a.s.c.OverseerTaskProcessor Process current
queue of overseer operations
[junit4] 2> 1302973 INFO (jetty-launcher-1579-thread-5)
[n:127.0.0.1:43730_solr ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 1302974 INFO
(OverseerStateUpdate-95345226955423757-127.0.0.1:43730_solr-n_0000000000)
[n:127.0.0.1:43730_solr ] o.a.s.c.Overseer Starting to work on the main queue
[junit4] 2> 1303007 INFO (jetty-launcher-1579-thread-5)
[n:127.0.0.1:43730_solr ] o.a.s.c.CoreContainer Security conf doesn't exist.
Skipping setup for authorization module.
[junit4] 2> 1303007 INFO (jetty-launcher-1579-thread-5)
[n:127.0.0.1:43730_solr ] o.a.s.c.CoreContainer Authentication plugin class
obtained from system property 'authenticationPlugin':
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
[junit4] 2> 1303007 INFO (jetty-launcher-1579-thread-5)
[n:127.0.0.1:43730_solr ] o.a.s.c.CoreContainer Reconfiguring the shard
handler factory and update shard handler.
[junit4] 2> 1303007 INFO (jetty-launcher-1579-thread-5)
[n:127.0.0.1:43730_solr ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring
the default client with:
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@145b9361
[junit4] 2> 1303007 INFO (jetty-launcher-1579-thread-5)
[n:127.0.0.1:43730_solr ] o.a.s.u.UpdateShardHandler Reconfiguring the
default client with:
org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@145b9361
[junit4] 2> 1303008 INFO (jetty-launcher-1579-thread-5)
[n:127.0.0.1:43730_solr ] o.a.s.c.CorePropertiesLocator Looking for core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node5/.
[junit4] 2> 1303008 INFO (jetty-launcher-1579-thread-5)
[n:127.0.0.1:43730_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions
[junit4] 2> 1303010 INFO (jetty-launcher-1579-thread-5)
[n:127.0.0.1:43730_solr ] o.a.s.s.SolrDispatchFilter
user.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0
[junit4] 2> 1303010 INFO (jetty-launcher-1579-thread-5)
[n:127.0.0.1:43730_solr ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 1303010 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1303010 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1303035 INFO (zkCallback-1606-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@7f00e507
name:ZooKeeperConnection Watcher:127.0.0.1:40966 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1303035 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1303036 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1303051 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 1303051 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1303081 INFO (zkCallback-1608-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@7abb04bd
name:ZooKeeperConnection Watcher:127.0.0.1:40966/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 1303081 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1303081 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 1303082 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-HighlighterMaxOffsetTest.xml
[junit4] 2> 1303128 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-solrconfig-missing-scriptfile.xml
[junit4] 2> 1303167 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-mergepolicy-nocfs.xml
[junit4] 2> 1303197 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-default-code.xml
[junit4] 2> 1303224 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-bogus-analysis-parameters.xml
[junit4] 2> 1303253 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-binaryfield.xml
[junit4] 2> 1303272 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-plugcollector.xml
[junit4] 2> 1303284 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-unsupported-docValues.xml
[junit4] 2> 1303300 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-master2.xml
[junit4] 2> 1303310 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/stop-1.txt
[junit4] 2> 1303341 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad_solrconfig.xml
[junit4] 2> 1303362 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/enumsConfig.xml
[junit4] 2> 1303386 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-class-name-shortening-on-serialization.xml
[junit4] 2> 1303417 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-noopregen.xml
[junit4] 2> 1303568 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-add-schema-fields-update-processor.xml
[junit4] 2> 1303691 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-externalversionconstraint.xml
[junit4] 2> 1303790 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-headers.xml
[junit4] 2> 1303819 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-phrasesuggest.xml
[junit4] 2> 1303832 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-solrconfig-unexpected-schema-attribute.xml
[junit4] 2> 1303856 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-not-indexed-but-norms.xml
[junit4] 2> 1303912 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-infostream-logging.xml
[junit4] 2> 1303933 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-solrconfig-bogus-scriptengine-name.xml
[junit4] 2> 1303987 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-functionquery.xml
[junit4] 2> 1304014 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/currency.xml
[junit4] 2> 1304043 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/analyzingInfixSuggest.txt
[junit4] 2> 1304085 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-querysender-noquery.xml
[junit4] 2> 1304132 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-stop-keep.xml
[junit4] 2> 1304181 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-sim-default-does-not-exist.xml
[junit4] 2> 1304204 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-required-fields.xml
[junit4] 2> 1304244 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/stoptypes-1.txt
[junit4] 2> 1304278 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-doctransformers.xml
[junit4] 2> 1304291 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-parsing-update-processor-chains.xml
[junit4] 2> 1304328 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-suggestercomponent.xml
[junit4] 2> 1304356 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-implicitproperties.xml
[junit4] 2> 1304385 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-mp-solrconfig.xml
[junit4] 2> 1304435 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-currency-multivalued.xml
[junit4] 2> 1304461 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-sweetspot-both-tf.xml
[junit4] 2> 1304507 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-analytics-query.xml
[junit4] 2> 1304527 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-complex-phrase.xml
[junit4] 2> 1304558 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-reversed.xml
[junit4] 2> 1304571 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-eff.xml
[junit4] 2> 1304584 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-docValuesMulti.xml
[junit4] 2> 1304603 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-trie.xml
[junit4] 2> 1304618 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-cdcrupdatelog.xml
[junit4] 2> 1304640 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-query-parser-init.xml
[junit4] 2> 1304656 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig_codec2.xml
[junit4] 2> 1304690 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-sim-default-has-no-explicit-sim.xml
[junit4] 2> 1304723 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-luceneMatchVersion.xml
[junit4] 2> 1304740 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/stopwords.txt
[junit4] 2> 1304747 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-docValuesJoin.xml
[junit4] 2> 1304762 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-currency.xml
[junit4] 2> 1304773 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-managed-schema-test.xml
[junit4] 2> 1304781 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-init-error.xml
[junit4] 2> 1304793 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-tieredmergepolicy.xml
[junit4] 2> 1304801 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-not-indexed-but-tf.xml
[junit4] 2> 1304809 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-not-required-unique-key.xml
[junit4] 2> 1304827 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-elevate.xml
[junit4] 2> 1304841 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-sim-global-vs-ft-mismatch.xml
[junit4] 2> 1304853 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-code-in-xml.xml
[junit4] 2> 1304868 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-one-field-no-dynamic-field.xml
[junit4] 2> 1304885 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-charfilters.xml
[junit4] 2> 1304894 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-copyfield-test.xml
[junit4] 2> 1304923 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-solrconfig-multiple-cfs.xml
[junit4] 2> 1304941 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-sql.xml
[junit4] 2> 1304952 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-replication2.xml
[junit4] 2> 1304962 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/hunspell-test.aff
[junit4] 2> 1304980 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-master-throttled.xml
[junit4] 2> 1304992 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/missleading.extension.updateprocessor.js.txt
[junit4] 2> 1304998 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema15.xml
[junit4] 2> 1305029 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-solrconfig-invalid-scriptfile.xml
[junit4] 2> 1305063 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema12.xml
[junit4] 2> 1305091 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-sweetspot-partial-norms.xml
[junit4] 2> 1305120 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-dfr.xml
[junit4] 2> 1305149 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1305162 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-misplaced-asterisk-copyfield-source-should-fail-test.xml
[junit4] 2> 1305176 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-codec-global-vs-ft-mismatch.xml
[junit4] 2> 1305188 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-cdcr.xml
[junit4] 2> 1305199 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/keep-2.txt
[junit4] 2> 1305211 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-field-sort-values.xml
[junit4] 2> 1305226 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-transformers.xml
[junit4] 2> 1305240 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-sim.xml
[junit4] 2> 1305261 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-delpolicy1.xml
[junit4] 2> 1305276 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-repeater.xml
[junit4] 2> 1305293 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-delaying-component.xml
[junit4] 2> 1305317 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-managed-schema.xml
[junit4] 2> 1305343 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-currency-ft-oer-norates.xml
[junit4] 2> 1305351 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/stemdict.txt
[junit4] 2> 1305359 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/conditional.updateprocessor.js
[junit4] 2> 1305373 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/mapping-ISOLatin1Accent.txt
[junit4] 2> 1305382 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-dynamicfield-default-val.xml
[junit4] 2> 1305396 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-dfi.xml
[junit4] 2> 1305435 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-non-stored-docvalues.xml
[junit4] 2> 1305455 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-master3.xml
[junit4] 2> 1305463 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-tolerant-search.xml
[junit4] 2> 1305498 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-enums.xml
[junit4] 2> 1305519 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/regex-boost-processor-test.txt
[junit4] 2> 1305528 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-querysender.xml
[junit4] 2> 1305542 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-id-and-version-fields-only.xml
[junit4] 2> 1305548 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-tfidf.xml
[junit4] 2> 1305564 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-suggestercomponent-context-filter-query.xml
[junit4] 2> 1305581 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-preanalyzed.xml
[junit4] 2> 1305596 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-docValues.xml
[junit4] 2> 1305610 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/hunspell-test.dic
[junit4] 2> 1305621 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-synonym-tokenizer.xml
[junit4] 2> 1305647 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-lmdirichlet.xml
[junit4] 2> 1305660 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-nocache.xml
[junit4] 2> 1305687 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-customfield.xml
[junit4] 2> 1305702 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-postingshighlight.xml
[junit4] 2> 1305718 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/bad-schema-uniquekey-uses-default.xml
[junit4] 2> 1305724 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-lmjelinekmercer.xml
[junit4] 2> 1305732 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/solrconfig-response-log-component.xml
[junit4] 2> 1305738 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/elevate.xml
[junit4] 2> 1305767 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schemasurround.xml
[junit4] 2> 1305789 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath:
/configs/solrCloudCollectionConfig/schema-distributed-missing-sort.xml
[junit4] 2> 1305801 INFO
(TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7])
[ ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollecti
[...truncated too long message...]
hildren(SolrZkClient.java:333)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:107)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:58)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:388)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:269)
[junit4] 2> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1465221 WARN
(zkCallback-1811-thread-2-processing-n:127.0.0.1:56637_solr)
[n:127.0.0.1:56637_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 1465227 INFO (jetty-launcher-1785-thread-5) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@2035162a{/solr,null,UNAVAILABLE}
[junit4] 2> 1465230 WARN
(zkCallback-1810-thread-2-processing-n:127.0.0.1:42504_solr)
[n:127.0.0.1:42504_solr ] 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:336)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:333)
[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:333)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:107)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:58)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:388)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:269)
[junit4] 2> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 1465233 INFO (jetty-launcher-1785-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@54e40ef1{/solr,null,UNAVAILABLE}
[junit4] 2> 1465240 INFO
(TEST-TestAuthenticationFramework.testCollectionCreateWithoutCoresThenDelete-seed#[75D11761597D15C7])
[ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40290 40290
[junit4] 2> 1465264 INFO (Thread-4565) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:40290 40290
[junit4] 2> 1465266 WARN (Thread-4565) [ ] 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> 5 /solr/security.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 7 /solr/clusterstate.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 7 /solr/live_nodes
[junit4] 2> 7 /solr/collections
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001
[junit4] 2> Feb 07, 2016 1:47:49 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(Lucene60):
{range_facet_l_dv=PostingsFormat(name=Asserting),
_version_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
multiDefault=PostingsFormat(name=Direct),
intDefault=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
id=PostingsFormat(name=Asserting),
range_facet_i_dv=PostingsFormat(name=Direct),
range_facet_l=PostingsFormat(name=Direct),
timestamp=PostingsFormat(name=Direct)},
docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54),
range_facet_i_dv=DocValuesFormat(name=Lucene54),
timestamp=DocValuesFormat(name=Lucene54)},
sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=ar-LY,
timezone=Mexico/BajaNorte
[junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_72
(64-bit)/cpus=3,threads=1,free=57968088,total=461373440
[junit4] 2> NOTE: All tests run in this JVM: [TestCollapseQParserPlugin,
TestCodecSupport, CurrencyFieldXmlFileTest, TestIBSimilarityFactory,
TestFieldTypeResource, RemoteQueryErrorTest, BitVectorTest, SolrCoreTest,
TestSimpleQParserPlugin, TestExpandComponent, SuggesterFSTTest, HLLUtilTest,
TestInfoStreamLogging, SSLMigrationTest, UpdateParamsTest, TestDocSet,
RequestLoggingTest, HdfsDirectoryTest, HdfsTlogReplayBufferedWhileIndexingTest,
OverseerRolesTest, TestSolr4Spatial2, TestCoreContainer, ResponseHeaderTest,
TestFastLRUCache, DistributedSuggestComponentTest, TestConfigSetsAPI,
SpatialHeatmapFacetsTest, TestDFRSimilarityFactory,
DocumentAnalysisRequestHandlerTest, LeaderInitiatedRecoveryOnShardRestartTest,
TestDynamicLoading, TestExclusionRuleCollectionAccess, DistributedQueueTest,
TestSchemaVersionResource, TestSchemaResource, PeerSyncTest, ShardRoutingTest,
VMParamsZkACLAndCredentialsProvidersTest, DirectSolrSpellCheckerTest,
SampleTest, TestObjectReleaseTracker, TestReqParamsAPI, TestCloudPivotFacet,
TestReloadDeadlock, TestAddFieldRealTimeGet, UnloadDistributedZkTest,
TestComponentsName, TestConfigOverlay, CircularListTest, OverseerTaskQueueTest,
QueryEqualityTest, TestSolrQueryResponse, SolrCloudExampleTest,
TestAnalyzedSuggestions, JsonLoaderTest,
DistribDocExpirationUpdateProcessorTest, ActionThrottleTest, SOLR749Test,
TestShortCircuitedRequests, DocumentBuilderTest, TestDocumentBuilder,
IndexBasedSpellCheckerTest, DistributedFacetPivotLongTailTest,
TestJmxIntegration, PingRequestHandlerTest, CustomCollectionTest,
BlockJoinFacetSimpleTest, TestMissingGroups, XsltUpdateRequestHandlerTest,
TestSortByMinMaxFunction, SystemInfoHandlerTest, OverseerTest,
TestManagedSchemaFieldResource, TestUniqueKeyFieldResource, TestFieldResource,
DeleteLastCustomShardedReplicaTest, TestJmxMonitoredMap, ConfigSetsAPITest,
CollectionsAPIAsyncDistributedZkTest, TestExtendedDismaxParser,
MoreLikeThisHandlerTest, SoftAutoCommitTest, SyncSliceTest,
CloneFieldUpdateProcessorFactoryTest, SharedFSAutoReplicaFailoverUtilsTest,
TestDocBasedVersionConstraints, PrimUtilsTest, TestPostingsSolrHighlighter,
TestConfigReload, UUIDFieldTest, TestLRUCache, TestSolrDynamicMBean,
MultiThreadedOCPTest, TestLFUCache, CursorMarkTest, StandardRequestHandlerTest,
TestDefaultSearchFieldResource, CdcrRequestHandlerTest, TestManagedSchema,
SimpleFacetsTest, TestPartialUpdateDeduplication, TestInitQParser,
TestJsonRequest, AssignTest, TestRemoteStreaming,
IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestDistribDocBasedVersion,
CollectionStateFormat2Test, ShardSplitTest, HdfsWriteToMultipleCollectionsTest,
HardAutoCommitTest, ZkControllerTest, TestElisionMultitermQuery,
TestSurroundQueryParser, TestTrackingShardHandlerFactory,
DisMaxRequestHandlerTest, UUIDUpdateProcessorFallbackTest, TestExactStatsCache,
DOMUtilTest, CdcrReplicationDistributedZkTest, XmlUpdateRequestHandlerTest,
TestAuthorizationFramework, TestAuthenticationFramework]
[junit4] Completed [277/577 (1!)] on J0 in 163.81s, 7 tests, 1 error <<<
FAILURES!
[...truncated 966 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:740: The
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:684: The
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:59: The
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build.xml:233:
The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/common-build.xml:524:
The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/lucene/common-build.xml:1457:
The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/lucene/common-build.xml:1014:
There were test failures: 577 suites (8 ignored), 2318 tests, 1 error, 87
ignored (72 assumptions) [seed: 75D11761597D15C7]
Total time: 70 minutes 35 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]