You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2015/05/13 07:08:19 UTC

[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 3109 - Still Failing

Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/3109/

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestSolrConfigHandlerConcurrent

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.handler.TestSolrConfigHandlerConcurrent:     1) Thread[id=207, name=qtp207074561-207, state=RUNNABLE, group=TGRP-TestSolrConfigHandlerConcurrent]         at java.net.PlainSocketImpl.socketConnect(Native Method)         at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)         at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)         at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)         at java.net.Socket.connect(Socket.java:579)         at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:618)         at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:532)         at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:409)         at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)         at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)         at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)         at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)         at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)         at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)         at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)         at org.apache.solr.servlet.HttpSolrCall.remoteQuery(HttpSolrCall.java:464)         at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:362)         at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:175)         at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:168)         at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)         at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:105)         at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)         at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:83)         at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:300)         at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)         at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)         at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)         at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)         at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)         at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)         at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)         at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)         at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)         at org.eclipse.jetty.server.Server.handle(Server.java:497)         at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)         at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)         at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.handler.TestSolrConfigHandlerConcurrent: 
   1) Thread[id=207, name=qtp207074561-207, state=RUNNABLE, group=TGRP-TestSolrConfigHandlerConcurrent]
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
        at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
        at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
        at java.net.Socket.connect(Socket.java:579)
        at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:618)
        at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:532)
        at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:409)
        at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
        at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
        at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
        at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
        at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
        at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
        at org.apache.solr.servlet.HttpSolrCall.remoteQuery(HttpSolrCall.java:464)
        at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:362)
        at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:175)
        at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:168)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
        at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:105)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
        at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:83)
        at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:300)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
        at org.eclipse.jetty.server.Server.handle(Server.java:497)
        at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)
        at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
        at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([4162C6E10C136CF4]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestSolrConfigHandlerConcurrent

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=207, name=qtp207074561-207, state=RUNNABLE, group=TGRP-TestSolrConfigHandlerConcurrent]         at java.net.PlainSocketImpl.socketConnect(Native Method)         at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)         at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)         at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)         at java.net.Socket.connect(Socket.java:579)         at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:618)         at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:532)         at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:409)         at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)         at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)         at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)         at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)         at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)         at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)         at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)         at org.apache.solr.servlet.HttpSolrCall.remoteQuery(HttpSolrCall.java:464)         at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:362)         at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:175)         at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:168)         at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)         at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:105)         at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)         at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:83)         at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:300)         at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)         at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)         at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)         at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)         at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)         at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)         at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)         at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)         at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)         at org.eclipse.jetty.server.Server.handle(Server.java:497)         at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)         at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)         at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=207, name=qtp207074561-207, state=RUNNABLE, group=TGRP-TestSolrConfigHandlerConcurrent]
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
        at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
        at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
        at java.net.Socket.connect(Socket.java:579)
        at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:618)
        at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:532)
        at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:409)
        at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
        at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
        at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
        at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
        at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
        at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
        at org.apache.solr.servlet.HttpSolrCall.remoteQuery(HttpSolrCall.java:464)
        at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:362)
        at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:175)
        at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:168)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
        at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:105)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
        at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:83)
        at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:300)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
        at org.eclipse.jetty.server.Server.handle(Server.java:497)
        at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)
        at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
        at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([4162C6E10C136CF4]:0)




Build Log:
[...truncated 9479 lines...]
   [junit4] Suite: org.apache.solr.handler.TestSolrConfigHandlerConcurrent
   [junit4]   2> Creating dataDir: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerConcurrent 4162C6E10C136CF4-001/init-core-data-001
   [junit4]   2> 35028 T22 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (true)
   [junit4]   2> 35029 T22 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /uq_/tz
   [junit4]   2> 35095 T22 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 35106 T23 oasc.ZkTestServer$2$1.setClientPort client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 35107 T23 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 35508 T22 oasc.ZkTestServer.run start zk server on port:15659
   [junit4]   2> 35686 T22 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 36040 T22 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 36298 T30 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@472ec00d name:ZooKeeperConnection Watcher:127.0.0.1:15659 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 36299 T22 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 36301 T22 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 36322 T22 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 36548 T22 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 36549 T22 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 36552 T33 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@623e2a62 name:ZooKeeperConnection Watcher:127.0.0.1:15659/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 36552 T22 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 36554 T22 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 36585 T22 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 36592 T22 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 36598 T22 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 36602 T22 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 36608 T22 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 36656 T22 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 36664 T22 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 36664 T22 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 36669 T22 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 36670 T22 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 36676 T22 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 36676 T22 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 36681 T22 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 36682 T22 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 36687 T22 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 36687 T22 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 36692 T22 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 36693 T22 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 36699 T22 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 36699 T22 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 36704 T22 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 36705 T22 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 36710 T22 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 36711 T22 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 36716 T22 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 36716 T22 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 36743 T22 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 36744 T22 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 36747 T36 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@65ce9dc5 name:ZooKeeperConnection Watcher:127.0.0.1:15659/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 36748 T22 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 36748 T22 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 39104 T22 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerConcurrent 4162C6E10C136CF4-001/control-001/cores/collection1
   [junit4]   2> 41008 T22 oejs.Server.doStart jetty-9.2.10.v20150310
   [junit4]   2> 41675 T22 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@5af9fd0b{/uq_/tz,null,AVAILABLE}
   [junit4]   2> 41812 T22 oejs.AbstractConnector.doStart Started ServerConnector@19a0ecb1{SSL-http/1.1}{127.0.0.1:16532}
   [junit4]   2> 41813 T22 oejs.Server.doStart Started @47318ms
   [junit4]   2> 41814 T22 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/uq_/tz, coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerConcurrent 4162C6E10C136CF4-001/control-001/cores, solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerConcurrent 4162C6E10C136CF4-001/tempDir-001/control/data, hostPort=16532}
   [junit4]   2> 41857 T22 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@57bd06bf
   [junit4]   2> 41858 T22 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerConcurrent 4162C6E10C136CF4-001/control-001/'
   [junit4]   2> 41946 T22 oasc.SolrXmlConfig.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerConcurrent 4162C6E10C136CF4-001/control-001/solr.xml
   [junit4]   2> 42063 T22 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerConcurrent 4162C6E10C136CF4-001/control-001/cores
   [junit4]   2> 42064 T22 oasc.CoreContainer.<init> New CoreContainer 1161179411
   [junit4]   2> 42065 T22 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerConcurrent 4162C6E10C136CF4-001/control-001/]
   [junit4]   2> 42066 T22 oasc.CoreContainer.load loading shared library: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerConcurrent 4162C6E10C136CF4-001/control-001/lib
   [junit4]   2> 42067 T22 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerConcurrent 4162C6E10C136CF4-001/control-001/lib).
   [junit4]   2> 42202 T22 oashc.HttpShardHandlerFactory.init 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> 42220 T22 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 42227 T22 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 42228 T22 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 42228 T22 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 42229 T22 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:15659/solr
   [junit4]   2> 42312 T22 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 42313 T22 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 42314 T22 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 42319 T51 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b99a290 name:ZooKeeperConnection Watcher:127.0.0.1:15659 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 42319 T22 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 42321 T22 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 42357 T22 n:127.0.0.1:16532_uq_%2Ftz oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 42359 T54 n:127.0.0.1:16532_uq_%2Ftz oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@711a9933 name:ZooKeeperConnection Watcher:127.0.0.1:15659/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 42360 T22 n:127.0.0.1:16532_uq_%2Ftz oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 42399 T22 n:127.0.0.1:16532_uq_%2Ftz oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 42421 T22 n:127.0.0.1:16532_uq_%2Ftz oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 42437 T22 n:127.0.0.1:16532_uq_%2Ftz oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 42444 T22 n:127.0.0.1:16532_uq_%2Ftz oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 42450 T22 n:127.0.0.1:16532_uq_%2Ftz oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 42492 T22 n:127.0.0.1:16532_uq_%2Ftz oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 42498 T22 n:127.0.0.1:16532_uq_%2Ftz oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 42502 T22 n:127.0.0.1:16532_uq_%2Ftz oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 42506 T22 n:127.0.0.1:16532_uq_%2Ftz oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:16532_uq_%2Ftz
   [junit4]   2> 42519 T22 n:127.0.0.1:16532_uq_%2Ftz oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:16532_uq_%2Ftz
   [junit4]   2> 42526 T22 n:127.0.0.1:16532_uq_%2Ftz oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 42531 T22 n:127.0.0.1:16532_uq_%2Ftz oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 42536 T22 n:127.0.0.1:16532_uq_%2Ftz oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 42575 T22 n:127.0.0.1:16532_uq_%2Ftz oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:16532_uq_%2Ftz
   [junit4]   2> 42576 T22 n:127.0.0.1:16532_uq_%2Ftz oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 42580 T22 n:127.0.0.1:16532_uq_%2Ftz oasc.Overseer.start Overseer (id=93814149860098052-127.0.0.1:16532_uq_%2Ftz-n_0000000000) starting
   [junit4]   2> 42622 T22 n:127.0.0.1:16532_uq_%2Ftz oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 42668 T22 n:127.0.0.1:16532_uq_%2Ftz oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 42694 T56 n:127.0.0.1:16532_uq_%2Ftz oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 42694 T22 n:127.0.0.1:16532_uq_%2Ftz oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 42712 T55 n:127.0.0.1:16532_uq_%2Ftz oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 42730 T22 n:127.0.0.1:16532_uq_%2Ftz oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerConcurrent 4162C6E10C136CF4-001/control-001/cores
   [junit4]   2> 42755 T22 n:127.0.0.1:16532_uq_%2Ftz oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerConcurrent 4162C6E10C136CF4-001/control-001/cores/collection1, name=collection1, config=solrconfig.xml, collection=control_collection, coreNodeName=, transient=false, shard=, absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerConcurrent 4162C6E10C136CF4-001/control-001/cores/collection1/, loadOnStartup=true, dataDir=data/, schema=schema.xml}
   [junit4]   2> 42755 T22 n:127.0.0.1:16532_uq_%2Ftz oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerConcurrent 4162C6E10C136CF4-001/control-001/cores/collection1/
   [junit4]   2> 42756 T22 n:127.0.0.1:16532_uq_%2Ftz oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 42759 T58 n:127.0.0.1:16532_uq_%2Ftz c:control_collection x:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 42760 T58 n:127.0.0.1:16532_uq_%2Ftz c:control_collection x:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 42780 T54 n:127.0.0.1:16532_uq_%2Ftz oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 42780 T58 n:127.0.0.1:16532_uq_%2Ftz oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 42790 T55 n:127.0.0.1:16532_uq_%2Ftz oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:16532_uq_%2Ftz",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:16532/uq_/tz",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "numShards":"1"} current state version: 0
   [junit4]   2> 42861 T55 n:127.0.0.1:16532_uq_%2Ftz oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:16532_uq_%2Ftz",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:16532/uq_/tz",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "numShards":"1"}
   [junit4]   2> 42870 T55 n:127.0.0.1:16532_uq_%2Ftz oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 42934 T55 n:127.0.0.1:16532_uq_%2Ftz oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 42959 T54 n:127.0.0.1:16532_uq_%2Ftz oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 43783 T58 n:127.0.0.1:16532_uq_%2Ftz oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 43783 T58 n:127.0.0.1:16532_uq_%2Ftz oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 43785 T58 n:127.0.0.1:16532_uq_%2Ftz oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 43785 T58 n:127.0.0.1:16532_uq_%2Ftz oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 43787 T58 n:127.0.0.1:16532_uq_%2Ftz oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 43788 T58 n:127.0.0.1:16532_uq_%2Ftz oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerConcurrent 4162C6E10C136CF4-001/control-001/cores/collection1/'
   [junit4]   2> 43884 T58 n:127.0.0.1:16532_uq_%2Ftz oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 43944 T58 n:127.0.0.1:16532_uq_%2Ftz oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 43985 T58 n:127.0.0.1:16532_uq_%2Ftz oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 44059 T58 n:127.0.0.1:16532_uq_%2Ftz oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 44062 T58 n:127.0.0.1:16532_uq_%2Ftz oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 44166 T58 n:127.0.0.1:16532_uq_%2Ftz oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 44660 T58 n:127.0.0.1:16532_uq_%2Ftz oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 44684 T58 n:127.0.0.1:16532_uq_%2Ftz oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 44688 T58 n:127.0.0.1:16532_uq_%2Ftz oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 44722 T58 n:127.0.0.1:16532_uq_%2Ftz oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 44728 T58 n:127.0.0.1:16532_uq_%2Ftz oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 44734 T58 n:127.0.0.1:16532_uq_%2Ftz oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 44736 T58 n:127.0.0.1:16532_uq_%2Ftz oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 44737 T58 n:127.0.0.1:16532_uq_%2Ftz oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 44737 T58 n:127.0.0.1:16532_uq_%2Ftz oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 44739 T58 n:127.0.0.1:16532_uq_%2Ftz oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 44739 T58 n:127.0.0.1:16532_uq_%2Ftz oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 44740 T58 n:127.0.0.1:16532_uq_%2Ftz oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 44740 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 44741 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oasc.SolrCore.<init> [[collection1] ] Opening new SolrCore at [/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerConcurrent 4162C6E10C136CF4-001/control-001/cores/collection1/], dataDir=[null]
   [junit4]   2> 44742 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3291ea21
   [junit4]   2> 44761 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerConcurrent 4162C6E10C136CF4-001/control-001/cores/collection1/data
   [junit4]   2> 44762 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerConcurrent 4162C6E10C136CF4-001/control-001/cores/collection1/data/index/
   [junit4]   2> 44762 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerConcurrent 4162C6E10C136CF4-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 44763 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerConcurrent 4162C6E10C136CF4-001/control-001/cores/collection1/data/index
   [junit4]   2> 44763 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=2.4912109375, floorSegmentMB=0.4375, forceMergeDeletesPctAllowed=5.391086396139415, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.12452571128587407
   [junit4]   2> 44765 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1363d95 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@100501d2),segFN=segments_1,generation=1}
   [junit4]   2> 44765 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 44775 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 44776 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 44776 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 44777 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 44777 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 44778 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 44779 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 44779 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 44779 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 44807 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 44821 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 44824 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 44826 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 44842 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /replication,/admin/file,/admin/mbeans,/admin/properties,/get,/update/json/docs,/admin/segments,/admin/threads,/admin/logging,/config,/admin/ping,standard,/update/csv,/schema,/admin/luke,/admin/plugins,/admin/system,/update/json,/update
   [junit4]   2> 44845 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 44848 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 44849 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 44861 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 44862 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 44863 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=43.025390625, floorSegmentMB=1.26953125, forceMergeDeletesPctAllowed=20.55083406130898, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8268423730807084
   [junit4]   2> 44864 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1363d95 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@100501d2),segFN=segments_1,generation=1}
   [junit4]   2> 44865 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 44865 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@306359f3[collection1] main
   [junit4]   2> 44866 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 44868 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 44868 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 44885 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 44886 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 44886 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 44887 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 44888 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 44888 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 44889 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 44895 T59 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@306359f3[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 44897 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oasc.ZkController.getConfDirListeners watch zkdir /configs/conf1
   [junit4]   2> 44907 T58 n:127.0.0.1:16532_uq_%2Ftz x:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 44908 T62 n:127.0.0.1:16532_uq_%2Ftz c:control_collection s:shard1 x:collection1 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:16532/uq_/tz collection:control_collection shard:shard1
   [junit4]   2> 44909 T22 n:127.0.0.1:16532_uq_%2Ftz oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2
   [junit4]   2> 44910 T22 n:127.0.0.1:16532_uq_%2Ftz oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 44961 T62 n:127.0.0.1:16532_uq_%2Ftz c:control_collection s:shard1 x:collection1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 44971 T62 n:127.0.0.1:16532_uq_%2Ftz c:control_collection s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 44974 T54 n:127.0.0.1:16532_uq_%2Ftz oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 44975 T62 n:127.0.0.1:16532_uq_%2Ftz c:control_collection s:shard1 x:collection1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 44976 T62 n:127.0.0.1:16532_uq_%2Ftz c:control_collection s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 44976 T55 n:127.0.0.1:16532_uq_%2Ftz oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> ASYNC  NEW_CORE C4 name=collection1 org.apache.solr.core.SolrCore@32af198c url=https://127.0.0.1:16532/uq_/tz/collection1 node=127.0.0.1:16532_uq_%2Ftz C4_STATE=coll:control_collection core:collection1 props:{core=collection1, node_name=127.0.0.1:16532_uq_%2Ftz, base_url=https://127.0.0.1:16532/uq_/tz, state=down}
   [junit4]   2> 44989 T62 n:127.0.0.1:16532_uq_%2Ftz c:control_collection s:shard1 x:collection1 C4 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:16532/uq_/tz/collection1/
   [junit4]   2> 44989 T62 n:127.0.0.1:16532_uq_%2Ftz c:control_collection s:shard1 x:collection1 C4 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 44990 T62 n:127.0.0.1:16532_uq_%2Ftz c:control_collection s:shard1 x:collection1 C4 oasc.SyncStrategy.syncToMe https://127.0.0.1:16532/uq_/tz/collection1/ has no replicas
   [junit4]   2> 44990 T62 n:127.0.0.1:16532_uq_%2Ftz c:control_collection s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:16532/uq_/tz/collection1/ shard1
   [junit4]   2> 44996 T54 n:127.0.0.1:16532_uq_%2Ftz oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 45012 T62 n:127.0.0.1:16532_uq_%2Ftz c:control_collection s:shard1 x:collection1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 45018 T54 n:127.0.0.1:16532_uq_%2Ftz oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 45020 T55 n:127.0.0.1:16532_uq_%2Ftz oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:16532/uq_/tz",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 45126 T54 n:127.0.0.1:16532_uq_%2Ftz oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 45173 T62 n:127.0.0.1:16532_uq_%2Ftz c:control_collection s:shard1 x:collection1 oasc.ZkController.register We are https://127.0.0.1:16532/uq_/tz/collection1/ and leader is https://127.0.0.1:16532/uq_/tz/collection1/
   [junit4]   2> 45173 T62 n:127.0.0.1:16532_uq_%2Ftz c:control_collection s:shard1 x:collection1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:16532/uq_/tz
   [junit4]   2> 45174 T62 n:127.0.0.1:16532_uq_%2Ftz c:control_collection s:shard1 x:collection1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 45174 T62 n:127.0.0.1:16532_uq_%2Ftz c:control_collection s:shard1 x:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 45175 T62 n:127.0.0.1:16532_uq_%2Ftz c:control_collection s:shard1 x:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 45177 T54 n:127.0.0.1:16532_uq_%2Ftz oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 45180 T55 n:127.0.0.1:16532_uq_%2Ftz oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:16532_uq_%2Ftz",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:16532/uq_/tz",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"} current state version: 3
   [junit4]   2> 45182 T55 n:127.0.0.1:16532_uq_%2Ftz oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:16532_uq_%2Ftz",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:16532/uq_/tz",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 45207 T22 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 45209 T22 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 45211 T65 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a992216 name:ZooKeeperConnection Watcher:127.0.0.1:15659/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 45212 T22 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 45213 T22 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 45213 T22 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 45223 T22 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 45288 T65 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 45288 T54 n:127.0.0.1:16532_uq_%2Ftz oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 47218 T22 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerConcurrent 4162C6E10C136CF4-001/shard-1-001/cores/collection1
   [junit4]   2> 47223 T22 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerConcurrent 4162C6E10C136CF4-001/shard-1-001
   [junit4]   2> 47225 T22 oejs.Server.doStart jetty-9.2.10.v20150310
   [junit4]   2> 47229 T22 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@12d8b54d{/uq_/tz,null,AVAILABLE}
   [junit4]   2> 47247 T22 oejs.AbstractConnector.doStart Started ServerConnector@6a233503{SSL-http/1.1}{127.0.0.1:47798}
   [junit4]   2> 47248 T22 oejs.Server.doStart Started @52752ms
   [junit4]   2> 47248 T22 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/uq_/tz, hostPort=47798, solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerConcurrent 4162C6E10C136CF4-001/tempDir-001/jetty1, coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerConcurrent 4162C6E10C136CF4-001/shard-1-001/cores, solrconfig=solrconfig.xml}
   [junit4]   2> 47256 T22 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@57bd06bf
   [junit4]   2> 47258 T22 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerConcurrent 4162C6E10C136CF4-001/shard-1-001/'
   [junit4]   2> 47322 T22 oasc.SolrXmlConfig.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerConcurrent 4162C6E10C136CF4-001/shard-1-001/solr.xml
   [junit4]   2> 47404 T22 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerConcurrent 4162C6E10C136CF4-001/shard-1-001/cores
   [junit4]   2> 47405 T22 oasc.CoreContainer.<init> New CoreContainer 494480014
   [junit4]   2> 47406 T22 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerConcurrent 4162C6E10C136CF4-001/shard-1-001/]
   [junit4]   2> 47407 T22 oasc.CoreContainer.load loading shared library: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerConcurrent 4162C6E10C136CF4-001/shard-1-001/lib
   [junit4]   2> 47408 T22 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerConcurrent 4162C6E10C136CF4-001/shard-1-001/lib).
   [junit4]   2> 47425 T22 oashc.HttpShardHandlerFactory.init 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> 47439 T22 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 47444 T22 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 47445 T22 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 47445 T22 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 47446 T22 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:15659/solr
   [junit4]   2> 47447 T22 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 47447 T22 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 47448 T22 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 47451 T79 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@65723aee name:ZooKeeperConnection Watcher:127.0.0.1:15659 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 47452 T22 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 47453 T22 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 47457 T22 n:127.0.0.1:47798_uq_%2Ftz oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 47459 T82 n:127.0.0.1:47798_uq_%2Ftz oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@409c4443 name:ZooKeeperConnection Watcher:127.0.0.1:15659/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 47460 T22 n:127.0.0.1:47798_uq_%2Ftz oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 47468 T22 n:127.0.0.1:47798_uq_%2Ftz oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 48475 T22 n:127.0.0.1:47798_uq_%2Ftz oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47798_uq_%2Ftz
   [junit4]   2> 48476 T22 n:127.0.0.1:47798_uq_%2Ftz oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:47798_uq_%2Ftz
   [junit4]   2> 48481 T22 n:127.0.0.1:47798_uq_%2Ftz oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 48494 T22 n:127.0.0.1:47798_uq_%2Ftz oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerConcurrent 4162C6E10C136CF4-001/shard-1-001/cores
   [junit4]   2> 48501 T22 n:127.0.0.1:47798_uq_%2Ftz oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {schema=schema.xml, config=solrconfig.xml, dataDir=data/, absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerConcurrent 4162C6E10C136CF4-001/shard-1-001/cores/collection1/, instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerConcurrent 4162C6E10C136CF4-001/shard-1-001/cores/collection1, transient=false, loadOnStartup=true, coreNodeName=, name=collection1, collection=collection1, shard=}
   [junit4]   2> 48501 T22 n:127.0.0.1:47798_uq_%2Ftz oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerConcurrent 4162C6E10C136CF4-001/shard-1-001/cores/collection1/
   [junit4]   2> 48502 T22 n:127.0.0.1:47798_uq_%2Ftz oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 48504 T83 n:127.0.0.1:47798_uq_%2Ftz c:collection1 x:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 48505 T83 n:127.0.0.1:47798_uq_%2Ftz c:collection1 x:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 48506 T83 n:127.0.0.1:47798_uq_%2Ftz oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 48506 T54 n:127.0.0.1:16532_uq_%2Ftz oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 48508 T55 n:127.0.0.1:16532_uq_%2Ftz oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:47798_uq_%2Ftz",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:47798/uq_/tz",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "numShards":"2"} current state version: 4
   [junit4]   2> 48510 T55 n:127.0.0.1:16532_uq_%2Ftz oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:47798_uq_%2Ftz",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:47798/uq_/tz",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "numShards":"2"}
   [junit4]   2> 48510 T55 n:127.0.0.1:16532_uq_%2Ftz oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 48511 T55 n:127.0.0.1:16532_uq_%2Ftz oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 48514 T65 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 48514 T54 n:127.0.0.1:16532_uq_%2Ftz oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 48514 T82 n:127.0.0.1:47798_uq_%2Ftz oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 49508 T83 n:127.0.0.1:47798_uq_%2Ftz oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 49509 T83 n:127.0.0.1:47798_uq_%2Ftz oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 49510 T83 n:127.0.0.1:47798_uq_%2Ftz oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 49511 T83 n:127.0.0.1:47798_uq_%2Ftz oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 49512 T83 n:127.0.0.1:47798_uq_%2Ftz oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 49513 T83 n:127.0.0.1:47798_uq_%2Ftz oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerConcurrent 4162C6E10C136CF4-001/shard-1-001/cores/collection1/'
   [junit4]   2> 49532 T83 n:127.0.0.1:47798_uq_%2Ftz oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 49551 T83 n:127.0.0.1:47798_uq_%2Ftz oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 49577 T83 n:127.0.0.1:47798_uq_%2Ftz oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 49635 T83 n:127.0.0.1:47798_uq_%2Ftz oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 49638 T83 n:127.0.0.1:47798_uq_%2Ftz oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 49692 T83 n:127.0.0.1:47798_uq_%2Ftz oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 50127 T83 n:127.0.0.1:47798_uq_%2Ftz oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 50149 T83 n:127.0.0.1:47798_uq_%2Ftz oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 50152 T83 n:127.0.0.1:47798_uq_%2Ftz oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 50183 T83 n:127.0.0.1:47798_uq_%2Ftz oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 50189 T83 n:127.0.0.1:47798_uq_%2Ftz oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 50195 T83 n:127.0.0.1:47798_uq_%2Ftz oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 50197 T83 n:127.0.0.1:47798_uq_%2Ftz oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 50197 T83 n:127.0.0.1:47798_uq_%2Ftz oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 50197 T83 n:127.0.0.1:47798_uq_%2Ftz oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 50199 T83 n:127.0.0.1:47798_uq_%2Ftz oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 50199 T83 n:127.0.0.1:47798_uq_%2Ftz oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 50200 T83 n:127.0.0.1:47798_uq_%2Ftz oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 50200 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 50201 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oasc.SolrCore.<init> [[collection1] ] Opening new SolrCore at [/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerConcurrent 4162C6E10C136CF4-001/shard-1-001/cores/collection1/], dataDir=[null]
   [junit4]   2> 50201 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3291ea21
   [junit4]   2> 50203 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerConcurrent 4162C6E10C136CF4-001/shard-1-001/cores/collection1/data
   [junit4]   2> 50203 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerConcurrent 4162C6E10C136CF4-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 50204 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerConcurrent 4162C6E10C136CF4-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 50204 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerConcurrent 4162C6E10C136CF4-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 50205 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=2.4912109375, floorSegmentMB=0.4375, forceMergeDeletesPctAllowed=5.391086396139415, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.12452571128587407
   [junit4]   2> 50206 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6d3ad41 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@331389e7),segFN=segments_1,generation=1}
   [junit4]   2> 50206 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 50218 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 50219 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 50219 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 50219 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 50220 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 50220 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 50221 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 50221 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 50222 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 50244 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 50248 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 50251 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 50255 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 50288 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /replication,/admin/file,/admin/mbeans,/admin/properties,/get,/update/json/docs,/admin/segments,/admin/threads,/admin/logging,/config,/admin/ping,standard,/update/csv,/schema,/admin/luke,/admin/plugins,/admin/system,/update/json,/update
   [junit4]   2> 50290 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 50293 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 50293 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 50296 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 50297 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 50298 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=43.025390625, floorSegmentMB=1.26953125, forceMergeDeletesPctAllowed=20.55083406130898, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8268423730807084
   [junit4]   2> 50299 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6d3ad41 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@331389e7),segFN=segments_1,generation=1}
   [junit4]   2> 50300 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 50300 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@4eb78974[collection1] main
   [junit4]   2> 50301 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 50303 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 50303 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 50304 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 50304 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 50305 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 50306 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 50306 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 50307 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 50307 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 50311 T84 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4eb78974[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 50312 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oasc.ZkController.getConfDirListeners watch zkdir /configs/conf1
   [junit4]   2> 50314 T83 n:127.0.0.1:47798_uq_%2Ftz x:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 50315 T87 n:127.0.0.1:47798_uq_%2Ftz c:collection1 s:shard1 x:collection1 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:47798/uq_/tz collection:collection1 shard:shard1
   [junit4]   2> 50316 T22 n:127.0.0.1:47798_uq_%2Ftz oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J2
   [junit4]   2> 50317 T22 n:127.0.0.1:47798_uq_%2Ftz oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 50318 T87 n:127.0.0.1:47798_uq_%2Ftz c:collection1 s:shard1 x:collection1 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 50329 T87 n:127.0.0.1:47798_uq_%2Ftz c:collection1 s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 50333 T54 n:127.0.0.1:16532_uq_%2Ftz oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 50334 T87 n:127.0.0.1:47798_uq_%2Ftz c:collection1 s:shard1 x:collection1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 50334 T87 n:127.0.0.1:47798_uq_%2Ftz c:collection1 s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C5 name=collection1 org.apache.solr.core.SolrCore@3797aabb url=https://127.0.0.1:47798/uq_/tz/collection1 node=127.0.0.1:47798_uq_%2Ftz C5_STATE=coll:collection1 core:collection1 props:{core=collection1, node_name=127.0.0.1:47798_uq_%2Ftz, base_url=https://127.0.0.1:47798/uq_/tz, state=down}
   [junit4]   2> 50335 T87 n:127.0.0.1:47798_uq_%2Ftz c:collection1 s:shard1 x:collection1 C5 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:47798/uq_/tz/collection1/
   [junit4]   2> 50335 T87 n:127.0.0.1:47798_uq_%2Ftz c:collection1 s:shard1 x:collection1 C5 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 50335 T55 n:127.0.0.1:16532_uq_%2Ftz oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 50336 T87 n:127.0.0.1:47798_uq_%2Ftz c:collection1 s:shard1 x:collection1 C5 oasc.SyncStrategy.syncToMe https://127.0.0.1:47798/uq_/tz/collection1/ has no replicas
   [junit4]   2> 50337 T87 n:127.0.0.1:47798_uq_%2Ftz c:collection1 s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:47798/uq_/tz/collection1/ shard1
   [junit4]   2> 50337 T87 n:127.0.0.1:47798_uq_%2Ftz c:collection1 s:shard1 x:collection1 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 50340 T82 n:127.0.0.1:47798_uq_%2Ftz oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 50340 T65 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 50340 T54 n:127.0.0.1:16532_uq_%2Ftz oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 50350 T54 n:127.0.0.1:16532_uq_%2Ftz oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 50353 T55 n:127.0.0.1:16532_uq_%2Ftz oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:47798/uq_/tz",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 6
   [junit4]   2> 50461 T54 n:127.0.0.1:16532_uq_%2Ftz oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 50461 T82 n:127.0.0.1:47798_uq_%2Ftz oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 50461 T65 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 50505 T87 n:127.0.0.1:47798_uq_%2Ftz c:collection1 s:shard1 x:collection1 oasc.ZkController.register We are https://127.0.0.1:47798/uq_/tz/collection1/ and leader is https://127.0.0.1:47798/uq_/tz/collection1/
   [junit4]   2> 50506 T87 n:127.0.0.1:47798_uq_%2Ftz c:collection1 s:shard1 x:collection1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:47798/uq_/tz
   [junit4]   2> 50507 T87 n:127.0.0.1:47798_uq_%2Ftz c:collection1 s:shard1 x:collection1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 50507 T87 n:127.0.0.1:47798_uq_%2Ftz c:collection1 s:shard1 x:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 50507 T87 n:127.0.0.1:47798_uq_%2Ftz c:collection1 s:shard1 x:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 50510 T54 n:127.0.0.1:16532_uq_%2Ftz oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 50513 T55 n:127.0.0.1:16532_uq_%2Ftz oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:47798_uq_%2Ftz",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:47798/uq_/tz",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"} current state version: 7
   [junit4]   2> 50515 T55 n:127.0.0.1:16532_uq_%2Ftz oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:47798_uq_%2Ftz"

[...truncated too long message...]

n.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:409)
   [junit4]    >         at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
   [junit4]    >         at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
   [junit4]    >         at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
   [junit4]    >         at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
   [junit4]    >         at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
   [junit4]    >         at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    >         at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
   [junit4]    >         at org.apache.solr.servlet.HttpSolrCall.remoteQuery(HttpSolrCall.java:464)
   [junit4]    >         at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:362)
   [junit4]    >         at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:175)
   [junit4]    >         at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:168)
   [junit4]    >         at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
   [junit4]    >         at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:105)
   [junit4]    >         at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
   [junit4]    >         at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:83)
   [junit4]    >         at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:300)
   [junit4]    >         at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
   [junit4]    >         at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
   [junit4]    >         at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
   [junit4]    >         at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
   [junit4]    >         at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
   [junit4]    >         at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]    >         at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
   [junit4]    >         at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]    >         at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
   [junit4]    >         at org.eclipse.jetty.server.Server.handle(Server.java:497)
   [junit4]    >         at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)
   [junit4]    >         at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
   [junit4]    >         at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4162C6E10C136CF4]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=207, name=qtp207074561-207, state=RUNNABLE, group=TGRP-TestSolrConfigHandlerConcurrent]
   [junit4]    >         at java.net.PlainSocketImpl.socketConnect(Native Method)
   [junit4]    >         at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
   [junit4]    >         at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
   [junit4]    >         at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
   [junit4]    >         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
   [junit4]    >         at java.net.Socket.connect(Socket.java:579)
   [junit4]    >         at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:618)
   [junit4]    >         at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:532)
   [junit4]    >         at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:409)
   [junit4]    >         at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
   [junit4]    >         at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
   [junit4]    >         at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
   [junit4]    >         at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
   [junit4]    >         at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
   [junit4]    >         at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    >         at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
   [junit4]    >         at org.apache.solr.servlet.HttpSolrCall.remoteQuery(HttpSolrCall.java:464)
   [junit4]    >         at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:362)
   [junit4]    >         at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:175)
   [junit4]    >         at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:168)
   [junit4]    >         at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
   [junit4]    >         at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:105)
   [junit4]    >         at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
   [junit4]    >         at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:83)
   [junit4]    >         at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:300)
   [junit4]    >         at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
   [junit4]    >         at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
   [junit4]    >         at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
   [junit4]    >         at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
   [junit4]    >         at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
   [junit4]    >         at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]    >         at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
   [junit4]    >         at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]    >         at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
   [junit4]    >         at org.eclipse.jetty.server.Server.handle(Server.java:497)
   [junit4]    >         at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)
   [junit4]    >         at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
   [junit4]    >         at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4162C6E10C136CF4]:0)
   [junit4] Completed [22/488] on J2 in 112.35s, 1 test, 2 errors <<< FAILURES!

[...truncated 1445 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:536: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:484: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:61: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/extra-targets.xml:39: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build.xml:229: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/common-build.xml:511: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:1433: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:991: There were test failures: 488 suites, 1958 tests, 2 suite-level errors, 1124 ignored (19 assumptions)

Total time: 44 minutes 42 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-Tests-5.x-Java7 #3107
Archived 5 artifacts
Archive block size is 32768
Received 0 blocks and 89027961 bytes
Compression is 0.0%
Took 17 sec
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure