me too! fixing


On Tue, Aug 4, 2015 at 12:22 PM, Policeman Jenkins Server
<[email protected]> wrote:
> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/13731/
> Java: 32bit/jdk1.8.0_60-ea-b24 -client -XX:+UseSerialGC
>
> 1 tests failed.
> FAILED:  org.apache.solr.util.TestSolrCLIRunExample.testTechproductsExample
>
> Error Message:
> expected 32 docs in the techproducts example but found 0, output: Creating 
> Solr home directory 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr
>   Starting up Solr on port 44313 using command: 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/bin/solr start -p 44313 
> -s 
> "temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr"
>    Setup new core instance directory: 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr/techproducts
>   Creating new core 'techproducts' using command: 
> http://localhost:44313/solr/admin/cores?action=CREATE&name=techproducts&instanceDir=techproducts
>   {   "responseHeader":{     "status":0,     "QTime":632},   
> "core":"techproducts"}   example/exampledocs/post.jar not found, skipping 
> indexing step for the techproducts example  Solr techproducts example 
> launched successfully. Direct your Web browser to http://localhost:44313/solr 
> to visit the Solr Admin UI
>
> Stack Trace:
> java.lang.AssertionError: expected 32 docs in the techproducts example but 
> found 0, output: Creating Solr home directory 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr
>
> Starting up Solr on port 44313 using command:
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/bin/solr start -p 44313 
> -s 
> "temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr"
>
>
> Setup new core instance directory:
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr/techproducts
>
> Creating new core 'techproducts' using command:
> http://localhost:44313/solr/admin/cores?action=CREATE&name=techproducts&instanceDir=techproducts
>
> {
>   "responseHeader":{
>     "status":0,
>     "QTime":632},
>   "core":"techproducts"}
>
>
> example/exampledocs/post.jar not found, skipping indexing step for the 
> techproducts example
>
> Solr techproducts example launched successfully. Direct your Web browser to 
> http://localhost:44313/solr to visit the Solr Admin UI
>
>         at 
> __randomizedtesting.SeedInfo.seed([4AB6020F9A1CD81D:C061D2B780FEE082]:0)
>         at org.junit.Assert.fail(Assert.java:93)
>         at org.junit.Assert.assertTrue(Assert.java:43)
>         at 
> org.apache.solr.util.TestSolrCLIRunExample.testExample(TestSolrCLIRunExample.java:368)
>         at 
> org.apache.solr.util.TestSolrCLIRunExample.testTechproductsExample(TestSolrCLIRunExample.java:305)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>         at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:497)
>         at 
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
>         at 
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
>         at 
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
>         at 
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
>         at 
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
>         at 
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
>         at 
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at 
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
>         at 
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
>         at 
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at 
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at 
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
>         at 
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
>         at 
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
>         at 
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
>         at 
> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
>         at 
> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
>         at 
> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
>         at 
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at 
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
>         at 
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at 
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at 
> org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
>         at 
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at 
> com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
>         at 
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at 
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at 
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at 
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
>         at 
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>         at 
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
>         at 
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
>         at 
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>         at 
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
>         at java.lang.Thread.run(Thread.java:745)
>
>
>
>
> Build Log:
> [...truncated 11226 lines...]
>    [junit4] Suite: org.apache.solr.util.TestSolrCLIRunExample
>    [junit4]   2> Creating dataDir: 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/init-core-data-001
>    [junit4]   2> 1894572 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    ] o.a.s.SolrTestCaseJ4 ###Starting testTechproductsExample
>    [junit4]   2> 1894573 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    ] o.a.s.u.TestSolrCLIRunExample Selected port 44313 to start 
> techproducts example Solr instance on ...
>    [junit4]   2> 1894630 INFO  (Thread-4663) [    ] o.e.j.s.Server 
> jetty-9.2.11.v20150529
>    [junit4]   2> 1894632 INFO  (Thread-4663) [    ] o.e.j.s.h.ContextHandler 
> Started o.e.j.s.ServletContextHandler@1020a6c{/solr,null,AVAILABLE}
>    [junit4]   2> 1894633 INFO  (Thread-4663) [    ] o.e.j.s.ServerConnector 
> Started ServerConnector@10f5140{HTTP/1.1}{127.0.0.1:44313}
>    [junit4]   2> 1894633 INFO  (Thread-4663) [    ] o.e.j.s.Server Started 
> @1895769ms
>    [junit4]   2> 1894633 INFO  (Thread-4663) [    ] 
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
> hostPort=44313}
>    [junit4]   2> 1894635 INFO  (Thread-4663) [    ] 
> o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
> sun.misc.Launcher$AppClassLoader@e2f2a
>    [junit4]   2> 1894635 INFO  (Thread-4663) [    ] 
> o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
> '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr/'
>    [junit4]   2> 1894646 WARN  (qtp32940503-14431) [    ] 
> o.e.j.s.ServletHandler /solr/admin/info/system
>    [junit4]   2> java.lang.NullPointerException
>    [junit4]   2>        at 
> org.apache.solr.servlet.SolrDispatchFilter.authenticateRequest(SolrDispatchFilter.java:253)
>    [junit4]   2>        at 
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:202)
>    [junit4]   2>        at 
> org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:195)
>    [junit4]   2>        at 
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
>    [junit4]   2>        at 
> org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:106)
>    [junit4]   2>        at 
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
>    [junit4]   2>        at 
> org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:83)
>    [junit4]   2>        at 
> org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:364)
>    [junit4]   2>        at 
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
>    [junit4]   2>        at 
> org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
>    [junit4]   2>        at 
> org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
>    [junit4]   2>        at 
> org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
>    [junit4]   2>        at 
> org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
>    [junit4]   2>        at 
> org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
>    [junit4]   2>        at 
> org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
>    [junit4]   2>        at 
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
>    [junit4]   2>        at 
> org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
>    [junit4]   2>        at 
> org.eclipse.jetty.server.Server.handle(Server.java:499)
>    [junit4]   2>        at 
> org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)
>    [junit4]   2>        at 
> org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
>    [junit4]   2>        at 
> org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
>    [junit4]   2>        at 
> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
>    [junit4]   2>        at 
> org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
>    [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
>    [junit4]   2> 1894665 INFO  (Thread-4663) [    ] o.a.s.c.SolrXmlConfig 
> Loading container configuration from 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr/solr.xml
>    [junit4]   2> 1894674 INFO  (Thread-4663) [    ] o.a.s.c.CoresLocator 
> Config-defined core root directory: 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr
>    [junit4]   2> 1894674 INFO  (Thread-4663) [    ] o.a.s.c.CoreContainer New 
> CoreContainer 15175785
>    [junit4]   2> 1894674 INFO  (Thread-4663) [    ] o.a.s.c.CoreContainer 
> Loading cores into CoreContainer 
> [instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr/]
>    [junit4]   2> 1894674 INFO  (Thread-4663) [    ] o.a.s.c.CoreContainer 
> loading shared library: 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr/lib
>    [junit4]   2> 1894675 WARN  (Thread-4663) [    ] 
> o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
> classloader: lib (resolved as: 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr/lib).
>    [junit4]   2> 1894680 INFO  (Thread-4663) [    ] 
> o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
> 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 
> 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
> 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
>    [junit4]   2> 1894681 INFO  (Thread-4663) [    ] 
> o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with 
> params: socketTimeout=600000&connTimeout=60000&retry=true
>    [junit4]   2> 1894682 INFO  (Thread-4663) [    ] o.a.s.l.LogWatcher SLF4J 
> impl is org.slf4j.impl.Log4jLoggerFactory
>    [junit4]   2> 1894682 INFO  (Thread-4663) [    ] o.a.s.l.LogWatcher 
> Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>    [junit4]   2> 1894682 INFO  (Thread-4663) [    ] o.a.s.c.CoreContainer No 
> authentication plugin used.
>    [junit4]   2> 1894682 INFO  (Thread-4663) [    ] o.a.s.c.CoresLocator 
> Looking for core definitions underneath 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr
>    [junit4]   2> 1894683 INFO  (Thread-4663) [    ] o.a.s.c.CoresLocator 
> Found 0 core definitions
>    [junit4]   2> 1894683 INFO  (Thread-4663) [    ] 
> o.a.s.s.SolrDispatchFilter 
> user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
>    [junit4]   2> 1894683 INFO  (Thread-4663) [    ] 
> o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
>    [junit4]   2> 1896676 INFO  (qtp32940503-14433) [    ] 
> o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/info/system 
> params={wt=json} status=0 QTime=16
>    [junit4]   2> 1896685 INFO  (qtp32940503-14432) [    ] 
> o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/cores 
> params={core=techproducts&action=STATUS&wt=json} status=0 QTime=0
>    [junit4]   2> 1896695 INFO  (qtp32940503-14431) [    ] 
> o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/info/system 
> params={wt=json} status=0 QTime=5
>    [junit4]   2> 1896709 INFO  (qtp32940503-14432) [    ] 
> o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/info/system 
> params={wt=json} status=0 QTime=5
>    [junit4]   2> 1896713 INFO  (qtp32940503-14431) [    ] 
> o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/cores 
> params={core=techproducts&action=STATUS&wt=json} status=0 QTime=0
>    [junit4]   2> 1896754 INFO  (qtp32940503-14433) [    ] 
> o.a.s.h.a.CoreAdminHandler core create command 
> name=techproducts&action=CREATE&instanceDir=techproducts&wt=json
>    [junit4]   2> 1896755 INFO  (qtp32940503-14433) [    ] o.a.s.c.SolrCore 
> Created CoreDescriptor: {name=techproducts, config=solrconfig.xml, 
> transient=false, schema=schema.xml, loadOnStartup=true, 
> configSetProperties=configsetprops.json, instanceDir=techproducts, 
> absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr/techproducts/,
>  dataDir=data/}
>    [junit4]   2> 1896755 INFO  (qtp32940503-14433) [    ] 
> o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
> '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr/techproducts/'
>    [junit4]   2> 1896792 INFO  (qtp32940503-14433) [    ] o.a.s.c.SolrConfig 
> current version of requestparams : -1
>    [junit4]   2> 1896795 INFO  (qtp32940503-14433) [    ] o.a.s.c.SolrConfig 
> Adding specified lib dirs to ClassLoader
>    [junit4]   2> 1896795 WARN  (qtp32940503-14433) [    ] 
> o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
> classloader: ../../../../contrib/extraction/lib (resolved as: 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr/techproducts/../../../../contrib/extraction/lib).
>    [junit4]   2> 1896795 WARN  (qtp32940503-14433) [    ] 
> o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
> classloader: ../../../../dist/ (resolved as: 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr/techproducts/../../../../dist).
>    [junit4]   2> 1896796 WARN  (qtp32940503-14433) [    ] 
> o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
> classloader: ../../../../contrib/clustering/lib/ (resolved as: 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr/techproducts/../../../../contrib/clustering/lib).
>    [junit4]   2> 1896796 WARN  (qtp32940503-14433) [    ] 
> o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
> classloader: ../../../../dist/ (resolved as: 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr/techproducts/../../../../dist).
>    [junit4]   2> 1896797 WARN  (qtp32940503-14433) [    ] 
> o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
> classloader: ../../../../contrib/langid/lib/ (resolved as: 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr/techproducts/../../../../contrib/langid/lib).
>    [junit4]   2> 1896797 WARN  (qtp32940503-14433) [    ] 
> o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
> classloader: ../../../../dist/ (resolved as: 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr/techproducts/../../../../dist).
>    [junit4]   2> 1896797 WARN  (qtp32940503-14433) [    ] 
> o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
> classloader: ../../../../contrib/velocity/lib (resolved as: 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr/techproducts/../../../../contrib/velocity/lib).
>    [junit4]   2> 1896798 WARN  (qtp32940503-14433) [    ] 
> o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
> classloader: ../../../../dist/ (resolved as: 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr/techproducts/../../../../dist).
>    [junit4]   2> 1896819 INFO  (qtp32940503-14433) [    ] 
> o.a.s.u.SolrIndexConfig IndexWriter infoStream solr logging is enabled
>    [junit4]   2> 1896821 INFO  (qtp32940503-14433) [    ] o.a.s.c.SolrConfig 
> Using Lucene MatchVersion: 6.0.0
>    [junit4]   2> 1896852 INFO  (qtp32940503-14433) [    ] o.a.s.c.Config 
> Loaded SolrConfig: solrconfig.xml
>    [junit4]   2> 1896852 INFO  (qtp32940503-14433) [    ] o.a.s.s.IndexSchema 
> Reading Solr Schema from 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr/techproducts/conf/schema.xml
>    [junit4]   2> 1896859 INFO  (qtp32940503-14433) [    ] o.a.s.s.IndexSchema 
> [techproducts] Schema name=example
>    [junit4]   2> 1897112 INFO  (qtp32940503-14433) [    ] o.a.s.s.IndexSchema 
> unique key field: id
>    [junit4]   2> 1897113 INFO  (qtp32940503-14433) [    ] o.a.s.r.RestManager 
> Registered ManagedResource impl 
> org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path 
> /schema/analysis/stopwords/english
>    [junit4]   2> 1897114 INFO  (qtp32940503-14433) [    ] o.a.s.r.RestManager 
> Registered ManagedResource impl 
> org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager
>  for path /schema/analysis/synonyms/english
>    [junit4]   2> 1897133 INFO  (qtp32940503-14433) [    ] 
> o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file 
> currency.xml
>    [junit4]   2> 1897137 INFO  (qtp32940503-14433) [    ] 
> o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file 
> currency.xml
>    [junit4]   2> 1897222 INFO  (qtp32940503-14433) [    ] 
> o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming 
> default properties: Can't find resource 'configsetprops.json' in classpath or 
> '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr/techproducts/conf'
>    [junit4]   2> 1897222 INFO  (qtp32940503-14433) [    ] 
> o.a.s.c.CoreContainer Creating SolrCore 'techproducts' using configuration 
> from instancedir 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr/techproducts/
>    [junit4]   2> 1897222 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
>    [junit4]   2> 1897223 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.c.SolrCore [[techproducts] ] Opening new SolrCore at 
> [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr/techproducts/],
>  dataDir=[null]
>    [junit4]   2> 1897223 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
> Server: com.sun.jmx.mbeanserver.JmxMBeanServer@17f1755
>    [junit4]   2> 1897224 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.c.SolrCore [[techproducts] ] Added SolrEventListener for newSearcher: 
> [org.apache.solr.core.QuerySenderListener{queries=[]}]
>    [junit4]   2> 1897224 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.c.SolrCore [[techproducts] ] Added SolrEventListener for firstSearcher: 
> [org.apache.solr.core.QuerySenderListener{queries=[{q=static firstSearcher 
> warming in solrconfig.xml}]}]
>    [junit4]   2> 1897225 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.c.CachingDirectoryFactory return new directory for 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr/techproducts/data
>    [junit4]   2> 1897225 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.c.SolrCore New index directory detected: old=null 
> new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr/techproducts/data/index/
>    [junit4]   2> 1897226 WARN  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.c.SolrCore [techproducts] Solr index directory 
> '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr/techproducts/data/index'
>  doesn't exist. Creating new index...
>    [junit4]   2> 1897226 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.c.CachingDirectoryFactory return new directory for 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr/techproducts/data/index
>    [junit4]   2> 1897226 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IFD][qtp32940503-14433]: init: current segments 
> file is "segments"; 
> deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@10f3d4c
>    [junit4]   2> 1897226 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IFD][qtp32940503-14433]: now checkpoint "" [0 
> segments ; isCommit = false]
>    [junit4]   2> 1897227 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IFD][qtp32940503-14433]: 0 msec to checkpoint
>    [junit4]   2> 1897227 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IW][qtp32940503-14433]: init: create=true
>    [junit4]   2> 1897227 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IW][qtp32940503-14433]:
>    [junit4]   2> dir=MockDirectoryWrapper(RAMDirectory@112ad8a 
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@186f60d)
>    [junit4]   2> index=
>    [junit4]   2> version=6.0.0
>    [junit4]   2> 
> analyzer=org.apache.solr.update.SolrIndexConfig$DelayedSchemaAnalyzer
>    [junit4]   2> ramBufferSizeMB=100.0
>    [junit4]   2> maxBufferedDocs=-1
>    [junit4]   2> maxBufferedDeleteTerms=-1
>    [junit4]   2> mergedSegmentWarmer=null
>    [junit4]   2> delPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper
>    [junit4]   2> commit=null
>    [junit4]   2> openMode=CREATE
>    [junit4]   2> 
> similarity=org.apache.lucene.search.similarities.DefaultSimilarity
>    [junit4]   2> mergeScheduler=ConcurrentMergeScheduler: maxThreadCount=-1, 
> maxMergeCount=-1, ioThrottle=true
>    [junit4]   2> codec=Lucene53
>    [junit4]   2> infoStream=org.apache.solr.update.LoggingInfoStream
>    [junit4]   2> mergePolicy=[TieredMergePolicy: maxMergeAtOnce=10, 
> maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5120.0, floorSegmentMB=2.0, 
> forceMergeDeletesPctAllowed=10.0, segmentsPerTier=10.0, 
> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1
>    [junit4]   2> 
> indexerThreadPool=org.apache.lucene.index.DocumentsWriterPerThreadPool@16e5ddb
>    [junit4]   2> readerPooling=false
>    [junit4]   2> perThreadHardLimitMB=1945
>    [junit4]   2> useCompoundFile=false
>    [junit4]   2> commitOnClose=true
>    [junit4]   2> writer=org.apache.solr.update.SolrIndexWriter@1c0c881
>    [junit4]   2>
>    [junit4]   2> 1897228 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IW][qtp32940503-14433]: now flush at close
>    [junit4]   2> 1897228 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IW][qtp32940503-14433]:   start flush: 
> applyAllDeletes=true
>    [junit4]   2> 1897228 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IW][qtp32940503-14433]:   index before flush
>    [junit4]   2> 1897229 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [DW][qtp32940503-14433]: startFullFlush
>    [junit4]   2> 1897229 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [DW][qtp32940503-14433]: qtp32940503-14433 
> finishFullFlush success=true
>    [junit4]   2> 1897229 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IW][qtp32940503-14433]: apply all deletes during 
> flush
>    [junit4]   2> 1897229 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IW][qtp32940503-14433]: now apply all deletes for 
> all segments maxDoc=0
>    [junit4]   2> 1897229 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [BD][qtp32940503-14433]: prune sis=segments:  
> minGen=9223372036854775807 packetCount=0
>    [junit4]   2> 1897230 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [MS][qtp32940503-14433]: initDynamicDefaults 
> spins=true maxThreadCount=1 maxMergeCount=6
>    [junit4]   2> 1897230 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [MS][qtp32940503-14433]: updateMergeThreads 
> ioThrottle=true targetMBPerSec=10240.0 MB/sec
>    [junit4]   2> 1897230 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [MS][qtp32940503-14433]: now merge
>    [junit4]   2> 1897230 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [MS][qtp32940503-14433]:   index:
>    [junit4]   2> 1897231 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [MS][qtp32940503-14433]:   no more merges pending; 
> now return
>    [junit4]   2> 1897231 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IW][qtp32940503-14433]: waitForMerges
>    [junit4]   2> 1897231 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IW][qtp32940503-14433]: waitForMerges done
>    [junit4]   2> 1897232 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IW][qtp32940503-14433]: commit: start
>    [junit4]   2> 1897232 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IW][qtp32940503-14433]: commit: enter lock
>    [junit4]   2> 1897233 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IW][qtp32940503-14433]: commit: now prepare
>    [junit4]   2> 1897233 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IW][qtp32940503-14433]: prepareCommit: flush
>    [junit4]   2> 1897233 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IW][qtp32940503-14433]:   index before flush
>    [junit4]   2> 1897233 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [DW][qtp32940503-14433]: startFullFlush
>    [junit4]   2> 1897233 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IW][qtp32940503-14433]: apply all deletes during 
> flush
>    [junit4]   2> 1897234 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IW][qtp32940503-14433]: now apply all deletes for 
> all segments maxDoc=0
>    [junit4]   2> 1897234 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [BD][qtp32940503-14433]: prune sis=segments:  
> minGen=9223372036854775807 packetCount=0
>    [junit4]   2> 1897234 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [DW][qtp32940503-14433]: qtp32940503-14433 
> finishFullFlush success=true
>    [junit4]   2> 1897234 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IW][qtp32940503-14433]: startCommit(): start
>    [junit4]   2> 1897235 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IW][qtp32940503-14433]: startCommit index= 
> changeCount=2
>    [junit4]   2> 1897235 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IW][qtp32940503-14433]: startCommit: wrote pending 
> segments file "pending_segments_1"
>    [junit4]   2> 1897235 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IW][qtp32940503-14433]: done all syncs: []
>    [junit4]   2> 1897236 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IW][qtp32940503-14433]: commit: pendingCommit != 
> null
>    [junit4]   2> 1897236 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IW][qtp32940503-14433]: commit: done writing 
> segments file "segments_1"
>    [junit4]   2> 1897236 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IFD][qtp32940503-14433]: now checkpoint "" [0 
> segments ; isCommit = true]
>    [junit4]   2> 1897236 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
>    [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@112ad8a 
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@186f60d),segFN=segments_1,generation=1}
>    [junit4]   2> 1897237 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.c.SolrCore newest commit generation = 1
>    [junit4]   2> 1897237 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IFD][qtp32940503-14433]: 0 msec to checkpoint
>    [junit4]   2> 1897237 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IW][qtp32940503-14433]: commit: took 4.3 msec
>    [junit4]   2> 1897237 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IW][qtp32940503-14433]: commit: done
>    [junit4]   2> 1897238 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IW][qtp32940503-14433]: rollback
>    [junit4]   2> 1897238 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IW][qtp32940503-14433]: all running merges have 
> aborted
>    [junit4]   2> 1897238 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IW][qtp32940503-14433]: rollback: done finish 
> merges
>    [junit4]   2> 1897238 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [DW][qtp32940503-14433]: abort
>    [junit4]   2> 1897238 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [DW][qtp32940503-14433]: done abort success=true
>    [junit4]   2> 1897239 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IW][qtp32940503-14433]: rollback: infos=
>    [junit4]   2> 1897239 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IFD][qtp32940503-14433]: now checkpoint "" [0 
> segments ; isCommit = false]
>    [junit4]   2> 1897239 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IFD][qtp32940503-14433]: 0 msec to checkpoint
>    [junit4]   2> 1897240 INFO  
> (OldIndexDirectoryCleanupThreadForCore-techproducts) [    x:techproducts] 
> o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
> techproducts in 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr/techproducts/data/
>    [junit4]   2> 1897241 WARN  
> (OldIndexDirectoryCleanupThreadForCore-techproducts) [    x:techproducts] 
> o.a.s.c.DirectoryFactory 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr/techproducts/data/
>  does not point to a valid data directory; skipping clean-up of old index 
> directories.
>    [junit4]   2> 1897248 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.c.PluginBag queryResponseWriter : 'velocity' created with startup=lazy
>    [junit4]   2> 1897258 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
>    [junit4]   2> 1897305 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
> implicit default
>    [junit4]   2> 1897307 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>    [junit4]   2> 1897308 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>    [junit4]   2> 1897309 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>    [junit4]   2> 1897310 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>    [junit4]   2> 1897331 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.c.PluginBag requestHandler : '/update/extract' created with startup=lazy
>    [junit4]   2> 1897332 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.c.PluginBag requestHandler : '/analysis/field' created with startup=lazy
>    [junit4]   2> 1897332 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.c.PluginBag requestHandler : '/analysis/document' created with 
> startup=lazy
>    [junit4]   2> 1897334 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.c.PluginBag requestHandler : '/spell' created with startup=lazy
>    [junit4]   2> 1897335 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.c.PluginBag requestHandler : '/suggest' created with startup=lazy
>    [junit4]   2> 1897336 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.c.PluginBag requestHandler : '/tvrh' created with startup=lazy
>    [junit4]   2> 1897336 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.c.PluginBag requestHandler : '/terms' created with startup=lazy
>    [junit4]   2> 1897336 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.c.PluginBag requestHandler : '/elevate' created with startup=lazy
>    [junit4]   2> 1897336 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.c.RequestHandlers Registered paths: 
> /admin/mbeans,/browse,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/elevate,/update/json,/admin/threads,/query,/analysis/field,/analysis/document,/spell,/update/csv,/sql,/tvrh,/select,/admin/segments,/admin/system,/suggest,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/debug/dump,/terms,/update/extract
>    [junit4]   2> 1897338 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.c.SolrCore Using default statsCache cache: 
> org.apache.solr.search.stats.LocalStatsCache
>    [junit4]   2> 1897338 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.UpdateHandler Using UpdateLog implementation: 
> org.apache.solr.update.UpdateLog
>    [junit4]   2> 1897339 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
> numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
>    [junit4]   2> 1897340 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.c.SolrCore Hard AutoCommit: if uncommited for 15000ms;
>    [junit4]   2> 1897340 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.c.SolrCore Soft AutoCommit: disabled
>    [junit4]   2> 1897341 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IFD][qtp32940503-14433]: init: current segments 
> file is "segments_1"; 
> deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@10f3d4c
>    [junit4]   2> 1897341 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IFD][qtp32940503-14433]: init: load commit 
> "segments_1"
>    [junit4]   2> 1897342 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
>    [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@112ad8a 
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@186f60d),segFN=segments_1,generation=1}
>    [junit4]   2> 1897342 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.c.SolrCore newest commit generation = 1
>    [junit4]   2> 1897342 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IFD][qtp32940503-14433]: now checkpoint "" [0 
> segments ; isCommit = false]
>    [junit4]   2> 1897342 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IFD][qtp32940503-14433]: 0 msec to checkpoint
>    [junit4]   2> 1897343 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IW][qtp32940503-14433]: init: create=false
>    [junit4]   2> 1897343 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IW][qtp32940503-14433]:
>    [junit4]   2> dir=MockDirectoryWrapper(RAMDirectory@112ad8a 
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@186f60d)
>    [junit4]   2> index=
>    [junit4]   2> version=6.0.0
>    [junit4]   2> 
> analyzer=org.apache.solr.update.SolrIndexConfig$DelayedSchemaAnalyzer
>    [junit4]   2> ramBufferSizeMB=100.0
>    [junit4]   2> maxBufferedDocs=-1
>    [junit4]   2> maxBufferedDeleteTerms=-1
>    [junit4]   2> mergedSegmentWarmer=null
>    [junit4]   2> delPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper
>    [junit4]   2> commit=null
>    [junit4]   2> openMode=APPEND
>    [junit4]   2> 
> similarity=org.apache.lucene.search.similarities.DefaultSimilarity
>    [junit4]   2> mergeScheduler=ConcurrentMergeScheduler: maxThreadCount=-1, 
> maxMergeCount=-1, ioThrottle=true
>    [junit4]   2> codec=Lucene53
>    [junit4]   2> infoStream=org.apache.solr.update.LoggingInfoStream
>    [junit4]   2> mergePolicy=[TieredMergePolicy: maxMergeAtOnce=10, 
> maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5120.0, floorSegmentMB=2.0, 
> forceMergeDeletesPctAllowed=10.0, segmentsPerTier=10.0, 
> maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1
>    [junit4]   2> 
> indexerThreadPool=org.apache.lucene.index.DocumentsWriterPerThreadPool@885d9f
>    [junit4]   2> readerPooling=false
>    [junit4]   2> perThreadHardLimitMB=1945
>    [junit4]   2> useCompoundFile=false
>    [junit4]   2> commitOnClose=true
>    [junit4]   2> writer=org.apache.solr.update.SolrIndexWriter@1f6ad9f
>    [junit4]   2>
>    [junit4]   2> 1897344 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IW][qtp32940503-14433]: flush at getReader
>    [junit4]   2> 1897344 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [DW][qtp32940503-14433]: startFullFlush
>    [junit4]   2> 1897344 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IW][qtp32940503-14433]: apply all deletes during 
> flush
>    [junit4]   2> 1897344 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IW][qtp32940503-14433]: now apply all deletes for 
> all segments maxDoc=0
>    [junit4]   2> 1897344 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [BD][qtp32940503-14433]: prune sis=segments_1:  
> minGen=9223372036854775807 packetCount=0
>    [junit4]   2> 1897344 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IW][qtp32940503-14433]: return reader version=2 
> reader=StandardDirectoryReader(segments_1:2:nrt)
>    [junit4]   2> 1897345 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [DW][qtp32940503-14433]: qtp32940503-14433 
> finishFullFlush success=true
>    [junit4]   2> 1897345 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.LoggingInfoStream [IW][qtp32940503-14433]: getReader took 1 msec
>    [junit4]   2> 1897345 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.s.SolrIndexSearcher Opening Searcher@94ef07[techproducts] main
>    [junit4]   2> 1897346 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr/techproducts/conf
>    [junit4]   2> 1897346 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.r.RestManager Initializing RestManager with initArgs: 
> {storageDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr/techproducts/conf}
>    [junit4]   2> 1897346 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
> file:dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr/techproducts/conf
>    [junit4]   2> 1897346 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
> _rest_managed.json using 
> file:dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr/techproducts/conf
>    [junit4]   2> 1897346 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.r.ManagedResource Loaded initArgs {} for /rest/managed
>    [junit4]   2> 1897347 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.r.RestManager Initializing 2 registered ManagedResources
>    [junit4]   2> 1897347 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.r.ManagedResourceStorage Reading 
> _schema_analysis_stopwords_english.json using 
> file:dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr/techproducts/conf
>    [junit4]   2> 1897347 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
> _schema_analysis_stopwords_english.json using 
> file:dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr/techproducts/conf
>    [junit4]   2> 1897348 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=true} for 
> /schema/analysis/stopwords/english
>    [junit4]   2> 1897348 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.r.ManagedResource Loaded 35 words for /schema/analysis/stopwords/english
>    [junit4]   2> 1897348 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.r.ManagedResource Notified 1 observers of 
> /schema/analysis/stopwords/english
>    [junit4]   2> 1897348 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.r.ManagedResourceStorage Reading _schema_analysis_synonyms_english.json 
> using 
> file:dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr/techproducts/conf
>    [junit4]   2> 1897349 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path 
> _schema_analysis_synonyms_english.json using 
> file:dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr/techproducts/conf
>    [junit4]   2> 1897349 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=true,format=solr} for 
> /schema/analysis/synonyms/english
>    [junit4]   2> 1897350 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.r.ManagedResource Loaded 3 synonym mappings for 
> /schema/analysis/synonyms/english
>    [junit4]   2> 1897350 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.r.ManagedResource Notified 1 observers of 
> /schema/analysis/synonyms/english
>    [junit4]   2> 1897350 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.h.c.SpellCheckComponent Initializing spell checkers
>    [junit4]   2> 1897364 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.s.DirectSolrSpellChecker init: 
> {name=default,field=text,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
>    [junit4]   2> 1897365 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.h.c.SpellCheckComponent No queryConverter defined, using default 
> converter
>    [junit4]   2> 1897365 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.h.c.SuggestComponent Initializing SuggestComponent
>    [junit4]   2> 1897365 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.s.s.SolrSuggester init: 
> {name=mySuggester,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=string,buildOnStartup=false}
>    [junit4]   2> 1897366 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
> {name=mySuggester,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=string,buildOnStartup=false}
>    [junit4]   2> 1897366 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.h.c.QueryElevationComponent Loading QueryElevation from: 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr/techproducts/conf/elevate.xml
>    [junit4]   2> 1897379 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.h.ReplicationHandler Commits will be reserved for  10000
>    [junit4]   2> 1897379 INFO  
> (searcherExecutor-5998-thread-1-processing-x:techproducts) [    
> x:techproducts] o.a.s.c.SolrCore QuerySenderListener sending requests to 
> Searcher@94ef07[techproducts] 
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 1897381 INFO  
> (searcherExecutor-5998-thread-1-processing-x:techproducts) [    
> x:techproducts] o.a.s.c.S.Request [techproducts] webapp=null path=null 
> params={q=static+firstSearcher+warming+in+solrconfig.xml&distrib=false&event=firstSearcher}
>  hits=0 status=0 QTime=1
>    [junit4]   2> 1897381 INFO  
> (searcherExecutor-5998-thread-1-processing-x:techproducts) [    
> x:techproducts] o.a.s.c.SolrCore QuerySenderListener done.
>    [junit4]   2> 1897381 INFO  
> (searcherExecutor-5998-thread-1-processing-x:techproducts) [    
> x:techproducts] o.a.s.h.c.SpellCheckComponent Loading spell index for 
> spellchecker: default
>    [junit4]   2> 1897381 INFO  
> (searcherExecutor-5998-thread-1-processing-x:techproducts) [    
> x:techproducts] o.a.s.h.c.SpellCheckComponent Loading spell index for 
> spellchecker: wordbreak
>    [junit4]   2> 1897383 INFO  
> (searcherExecutor-5998-thread-1-processing-x:techproducts) [    
> x:techproducts] o.a.s.c.SolrCore [techproducts] Registered new searcher 
> Searcher@94ef07[techproducts] 
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 1897383 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.UpdateLog Looking up max value of version field to seed version 
> buckets
>    [junit4]   2> 1897383 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version 
> buckets from index
>    [junit4]   2> 1897383 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket 
> highest value from index
>    [junit4]   2> 1897384 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.UpdateLog Could not find max version in index or recent updates, 
> using new clock 1508599434222501888
>    [junit4]   2> 1897386 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.u.UpdateLog Took 3 ms to seed version buckets with highest version 
> 1508599434222501888
>    [junit4]   2> 1897386 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.c.CoreContainer registering core: techproducts
>    [junit4]   2> 1897387 INFO  (qtp32940503-14433) [    x:techproducts] 
> o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/cores 
> params={name=techproducts&action=CREATE&instanceDir=techproducts&wt=json} 
> status=0 QTime=632
>    [junit4]   2> 1897393 INFO  (qtp32940503-14432) [    x:techproducts] 
> o.a.s.c.S.Request [techproducts] webapp=/solr path=/select 
> params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
>    [junit4]   2> 1897395 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    ] o.a.s.SolrTestCaseJ4 ###Ending testTechproductsExample
>    [junit4]   2> 1897412 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    ] o.e.j.s.ServerConnector Stopped 
> ServerConnector@10f5140{HTTP/1.1}{127.0.0.1:44313}
>    [junit4]   2> 1897412 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=15175785
>    [junit4]   2> 1897413 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.c.SolrCore [techproducts]  CLOSING SolrCore 
> org.apache.solr.core.SolrCore@529379
>    [junit4]   2> 1897413 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.u.UpdateHandler closing 
> DirectUpdateHandler2{commits=0,autocommit maxTime=15000ms,autocommits=0,soft 
> autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
>    [junit4]   2> 1897413 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.u.SolrCoreState Closing SolrCoreState
>    [junit4]   2> 1897414 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has 
> reached 0 - closing IndexWriter
>    [junit4]   2> 1897414 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.u.DefaultSolrCoreState closing IndexWriter with 
> IndexWriterCloser
>    [junit4]   2> 1897414 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.u.LoggingInfoStream 
> [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]]:
>  now flush at close
>    [junit4]   2> 1897414 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.u.LoggingInfoStream 
> [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]]:
>    start flush: applyAllDeletes=true
>    [junit4]   2> 1897414 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.u.LoggingInfoStream 
> [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]]:
>    index before flush
>    [junit4]   2> 1897414 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.u.LoggingInfoStream 
> [DW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]]:
>  startFullFlush
>    [junit4]   2> 1897415 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.u.LoggingInfoStream 
> [DW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]]:
>  TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D] 
> finishFullFlush success=true
>    [junit4]   2> 1897415 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.u.LoggingInfoStream 
> [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]]:
>  apply all deletes during flush
>    [junit4]   2> 1897415 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.u.LoggingInfoStream 
> [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]]:
>  now apply all deletes for all segments maxDoc=0
>    [junit4]   2> 1897415 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.u.LoggingInfoStream 
> [BD][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]]:
>  prune sis=segments_1:  minGen=9223372036854775807 packetCount=0
>    [junit4]   2> 1897416 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.u.LoggingInfoStream 
> [MS][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]]:
>  initDynamicDefaults spins=true maxThreadCount=1 maxMergeCount=6
>    [junit4]   2> 1897416 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.u.LoggingInfoStream 
> [MS][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]]:
>  updateMergeThreads ioThrottle=true targetMBPerSec=10240.0 MB/sec
>    [junit4]   2> 1897416 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.u.LoggingInfoStream 
> [MS][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]]:
>  now merge
>    [junit4]   2> 1897416 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.u.LoggingInfoStream 
> [MS][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]]:
>    index:
>    [junit4]   2> 1897416 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.u.LoggingInfoStream 
> [MS][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]]:
>    no more merges pending; now return
>    [junit4]   2> 1897417 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.u.LoggingInfoStream 
> [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]]:
>  waitForMerges
>    [junit4]   2> 1897417 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.u.LoggingInfoStream 
> [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]]:
>  waitForMerges done
>    [junit4]   2> 1897417 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.u.LoggingInfoStream 
> [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]]:
>  commit: start
>    [junit4]   2> 1897417 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.u.LoggingInfoStream 
> [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]]:
>  commit: enter lock
>    [junit4]   2> 1897417 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.u.LoggingInfoStream 
> [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]]:
>  commit: now prepare
>    [junit4]   2> 1897417 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.u.LoggingInfoStream 
> [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]]:
>  prepareCommit: flush
>    [junit4]   2> 1897417 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.u.LoggingInfoStream 
> [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]]:
>    index before flush
>    [junit4]   2> 1897418 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.u.LoggingInfoStream 
> [DW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]]:
>  startFullFlush
>    [junit4]   2> 1897418 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.u.LoggingInfoStream 
> [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]]:
>  apply all deletes during flush
>    [junit4]   2> 1897418 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.u.LoggingInfoStream 
> [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]]:
>  now apply all deletes for all segments maxDoc=0
>    [junit4]   2> 1897418 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.u.LoggingInfoStream 
> [BD][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]]:
>  prune sis=segments_1:  minGen=9223372036854775807 packetCount=0
>    [junit4]   2> 1897418 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.u.LoggingInfoStream 
> [DW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]]:
>  TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D] 
> finishFullFlush success=true
>    [junit4]   2> 1897418 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.u.LoggingInfoStream 
> [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]]:
>  startCommit(): start
>    [junit4]   2> 1897419 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.u.LoggingInfoStream 
> [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]]:
>    skip startCommit(): no changes pending
>    [junit4]   2> 1897419 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.u.LoggingInfoStream 
> [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]]:
>  commit: pendingCommit == null; skip
>    [junit4]   2> 1897419 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.u.LoggingInfoStream 
> [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]]:
>  commit: took 1.5 msec
>    [junit4]   2> 1897419 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.u.LoggingInfoStream 
> [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]]:
>  commit: done
>    [junit4]   2> 1897419 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.u.LoggingInfoStream 
> [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]]:
>  rollback
>    [junit4]   2> 1897419 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.u.LoggingInfoStream 
> [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]]:
>  all running merges have aborted
>    [junit4]   2> 1897420 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.u.LoggingInfoStream 
> [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]]:
>  rollback: done finish merges
>    [junit4]   2> 1897420 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.u.LoggingInfoStream 
> [DW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]]:
>  abort
>    [junit4]   2> 1897420 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.u.LoggingInfoStream 
> [DW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]]:
>  done abort success=true
>    [junit4]   2> 1897420 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.u.LoggingInfoStream 
> [IW][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]]:
>  rollback: infos=
>    [junit4]   2> 1897420 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.u.LoggingInfoStream 
> [IFD][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]]:
>  now checkpoint "" [0 segments ; isCommit = false]
>    [junit4]   2> 1897420 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.u.LoggingInfoStream 
> [IFD][TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]]:
>  0 msec to checkpoint
>    [junit4]   2> 1897421 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.c.SolrCore [techproducts] Closing main searcher on 
> request.
>    [junit4]   2> 1897460 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.c.CachingDirectoryFactory Closing 
> MockDirectoryFactory - 2 directories currently being tracked
>    [junit4]   2> 1897461 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.c.CachingDirectoryFactory looking to close 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr/techproducts/data/index
>  
> [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr/techproducts/data/index;done=false>>]
>    [junit4]   2> 1897461 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.c.CachingDirectoryFactory Closing directory: 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr/techproducts/data/index
>    [junit4]   2> 1897461 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.c.CachingDirectoryFactory looking to close 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr/techproducts/data
>  
> [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr/techproducts/data;done=false>>]
>    [junit4]   2> 1897462 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.a.s.c.CachingDirectoryFactory Closing directory: 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr/techproducts/data
>    [junit4]   2> 1897467 INFO  
> (TEST-TestSolrCLIRunExample.testTechproductsExample-seed#[4AB6020F9A1CD81D]) 
> [    x:techproducts] o.e.j.s.h.ContextHandler Stopped 
> o.e.j.s.ServletContextHandler@1020a6c{/solr,null,UNAVAILABLE}
>    [junit4]   2> NOTE: reproduce with: ant test  
> -Dtestcase=TestSolrCLIRunExample -Dtests.method=testTechproductsExample 
> -Dtests.seed=4AB6020F9A1CD81D -Dtests.multiplier=3 -Dtests.slow=true 
> -Dtests.locale=et -Dtests.timezone=Asia/Riyadh -Dtests.asserts=true 
> -Dtests.file.encoding=UTF-8
>    [junit4] FAILURE 2.92s J0 | TestSolrCLIRunExample.testTechproductsExample 
> <<<
>    [junit4]    > Throwable #1: java.lang.AssertionError: expected 32 docs in 
> the techproducts example but found 0, output: Creating Solr home directory 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr
>    [junit4]    > Starting up Solr on port 44313 using command:
>    [junit4]    > 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/bin/solr start -p 44313 
> -s 
> "temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr"
>    [junit4]    > Setup new core instance directory:
>    [junit4]    > 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-001/techproducts/solr/techproducts
>    [junit4]    > Creating new core 'techproducts' using command:
>    [junit4]    > 
> http://localhost:44313/solr/admin/cores?action=CREATE&name=techproducts&instanceDir=techproducts
>    [junit4]    > {
>    [junit4]    >   "responseHeader":{
>    [junit4]    >     "status":0,
>    [junit4]    >     "QTime":632},
>    [junit4]    >   "core":"techproducts"}
>    [junit4]    > example/exampledocs/post.jar not found, skipping indexing 
> step for the techproducts example
>    [junit4]    > Solr techproducts example launched successfully. Direct your 
> Web browser to http://localhost:44313/solr to visit the Solr Admin UI
>    [junit4]    >        at 
> __randomizedtesting.SeedInfo.seed([4AB6020F9A1CD81D:C061D2B780FEE082]:0)
>    [junit4]    >        at 
> org.apache.solr.util.TestSolrCLIRunExample.testExample(TestSolrCLIRunExample.java:368)
>    [junit4]    >        at 
> org.apache.solr.util.TestSolrCLIRunExample.testTechproductsExample(TestSolrCLIRunExample.java:305)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:745)
>    [junit4]   2> 1897491 INFO  
> (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[4AB6020F9A1CD81D]) [  
>   ] o.a.s.SolrTestCaseJ4 ###Starting testSchemalessExample
>    [junit4]   2> 1897492 INFO  
> (TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[4AB6020F9A1CD81D]) [  
>   ] o.a.s.u.TestSolrCLIRunExample Selected port 54061 to start schemaless 
> example Solr instance on ...
>    [junit4]   2> 1897494 INFO  (Thread-4677) [    ] o.e.j.s.Server 
> jetty-9.2.11.v20150529
>    [junit4]   2> 1897496 INFO  (Thread-4677) [    ] o.e.j.s.h.ContextHandler 
> Started o.e.j.s.ServletContextHandler@172159e{/solr,null,AVAILABLE}
>    [junit4]   2> 1897497 INFO  (Thread-4677) [    ] o.e.j.s.ServerConnector 
> Started ServerConnector@1bf67{HTTP/1.1}{127.0.0.1:54061}
>    [junit4]   2> 1897497 INFO  (Thread-4677) [    ] o.e.j.s.Server Started 
> @1898633ms
>    [junit4]   2> 1897497 INFO  (Thread-4677) [    ] 
> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
> hostPort=54061}
>    [junit4]   2> 1897498 INFO  (Thread-4677) [    ] 
> o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
> sun.misc.Launcher$AppClassLoader@e2f2a
>    [junit4]   2> 1897498 INFO  (Thread-4677) [    ] 
> o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
> '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-002/schemaless/solr/'
>    [junit4]   2> 1897537 INFO  (Thread-4677) [    ] o.a.s.c.SolrXmlConfig 
> Loading container configuration from 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-002/schemaless/solr/solr.xml
>    [junit4]   2> 1897544 INFO  (Thread-4677) [    ] o.a.s.c.CoresLocator 
> Config-defined core root directory: 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-002/schemaless/solr
>    [junit4]   2> 1897545 INFO  (Thread-4677) [    ] o.a.s.c.CoreContainer New 
> CoreContainer 2194602
>    [junit4]   2> 1897545 INFO  (Thread-4677) [    ] o.a.s.c.CoreContainer 
> Loading cores into CoreContainer 
> [instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-002/schemaless/solr/]
>    [junit4]   2> 1897545 INFO  (Thread-4677) [    ] o.a.s.c.CoreContainer 
> loading shared library: 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-002/schemaless/solr/lib
>    [junit4]   2> 1897546 WARN  (Thread-4677) [    ] 
> o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
> classloader: lib (resolved as: 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-002/schemaless/solr/lib).
>    [junit4]   2> 1897555 INFO  (Thread-4677) [    ] 
> o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
> 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 
> 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
> 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
>    [junit4]   2> 1897557 INFO  (Thread-4677) [    ] 
> o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with 
> params: socketTimeout=600000&connTimeout=60000&retry=true
>    [junit4]   2> 1897558 INFO  (Thread-4677) [    ] o.a.s.l.LogWatcher SLF4J 
> impl is org.slf4j.impl.Log4jLoggerFactory
>    [junit4]   2> 1897558 INFO  (Thread-4677) [    ] o.a.s.l.LogWatcher 
> Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>    [junit4]   2> 1897558 INFO  (Thread-4677) [    ] o.a.s.c.CoreContainer No 
> authentication plugin used.
>    [junit4]   2> 1897559 INFO  (Thread-4677) [    ] o.a.s.c.CoresLocator 
> Looking for core definitions underneath 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-002/schemaless/solr
>    [junit4]   2> 1897560 INFO  (Thread-4677) [    ] o.a.s.c.CoresLocator 
> Found 0 core definitions
>    [junit4]   2> 1897561 INFO  (Thread-4677) [    ] 
> o.a.s.s.SolrDispatchFilter 
> user.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
>    [junit4]   2> 1897561 INFO  (Thread-4677) [    ] 
> o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
>    [junit4]   2> 1902501 INFO  (qtp31264126-14453) [    ] 
> o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/info/system 
> params={wt=json} status=0 QTime=3
>    [junit4]   2> 1902513 INFO  (qtp31264126-14454) [    ] 
> o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/cores 
> params={core=gettingstarted&action=STATUS&wt=json} status=0 QTime=1
>    [junit4]   2> 1902521 INFO  (qtp31264126-14453) [    ] 
> o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/info/system 
> params={wt=json} status=0 QTime=3
>    [junit4]   2> 1902530 INFO  (qtp31264126-14454) [    ] 
> o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/info/system 
> params={wt=json} status=0 QTime=5
>    [junit4]   2> 1902537 INFO  (qtp31264126-14453) [    ] 
> o.a.s.s.SolrDispatchFilter [admin] webapp=null path=/admin/cores 
> params={core=gettingstarted&action=STATUS&wt=json} status=0 QTime=0
>    [junit4]   2> 1902553 INFO  (qtp31264126-14452) [    ] 
> o.a.s.h.a.CoreAdminHandler core create command 
> name=gettingstarted&action=CREATE&instanceDir=gettingstarted&wt=json
>    [junit4]   2> 1902553 INFO  (qtp31264126-14452) [    ] o.a.s.c.SolrCore 
> Created CoreDescriptor: {name=gettingstarted, config=solrconfig.xml, 
> transient=false, schema=schema.xml, loadOnStartup=true, 
> configSetProperties=configsetprops.json, instanceDir=gettingstarted, 
> absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-002/schemaless/solr/gettingstarted/,
>  dataDir=data/}
>    [junit4]   2> 1902554 INFO  (qtp31264126-14452) [    ] 
> o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
> '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-002/schemaless/solr/gettingstarted/'
>    [junit4]   2> 1902587 INFO  (qtp31264126-14452) [    ] o.a.s.c.SolrConfig 
> current version of requestparams : 0
>    [junit4]   2> 1902588 INFO  (qtp31264126-14452) [    ] o.a.s.c.SolrConfig 
> Adding specified lib dirs to ClassLoader
>    [junit4]   2> 1902588 WARN  (qtp31264126-14452) [    ] 
> o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
> classloader: ../../../../contrib/extraction/lib (resolved as: 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-002/schemaless/solr/gettingstarted/../../../../contrib/extraction/lib).
>    [junit4]   2> 1902588 WARN  (qtp31264126-14452) [    ] 
> o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
> classloader: ../../../../dist/ (resolved as: 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-002/schemaless/solr/gettingstarted/../../../../dist).
>    [junit4]   2> 1902589 WARN  (qtp31264126-14452) [    ] 
> o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
> classloader: ../../../../contrib/clustering/lib/ (resolved as: 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-002/schemaless/solr/gettingstarted/../../../../contrib/clustering/lib).
>    [junit4]   2> 1902589 WARN  (qtp31264126-14452) [    ] 
> o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
> classloader: ../../../../dist/ (resolved as: 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-002/schemaless/solr/gettingstarted/../../../../dist).
>    [junit4]   2> 1902589 WARN  (qtp31264126-14452) [    ] 
> o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
> classloader: ../../../../contrib/langid/lib/ (resolved as: 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-002/schemaless/solr/gettingstarted/../../../../contrib/langid/lib).
>    [junit4]   2> 1902589 WARN  (qtp31264126-14452) [    ] 
> o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
> classloader: ../../../../dist/ (resolved as: 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-002/schemaless/solr/gettingstarted/../../../../dist).
>    [junit4]   2> 1902590 WARN  (qtp31264126-14452) [    ] 
> o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
> classloader: ../../../../contrib/velocity/lib (resolved as: 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-002/schemaless/solr/gettingstarted/../../../../contrib/velocity/lib).
>    [junit4]   2> 1902590 WARN  (qtp31264126-14452) [    ] 
> o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
> classloader: ../../../../dist/ (resolved as: 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-002/schemaless/solr/gettingstarted/../../../../dist).
>    [junit4]   2> 1902609 INFO  (qtp31264126-14452) [    ] o.a.s.c.SolrConfig 
> Using Lucene MatchVersion: 6.0.0
>    [junit4]   2> 1902636 INFO  (qtp31264126-14452) [    ] o.a.s.c.Config 
> Loaded SolrConfig: solrconfig.xml
>    [junit4]   2> 1902638 INFO  (qtp31264126-14452) [    ] o.a.s.s.IndexSchema 
> Reading Solr Schema from 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-002/schemaless/solr/gettingstarted/conf/managed-schema
>    [junit4]   2> 1902647 INFO  (qtp31264126-14452) [    ] o.a.s.s.IndexSchema 
> [gettingstarted] Schema name=example-data-driven-schema
>    [junit4]   2> 1902866 INFO  (qtp31264126-14452) [    ] o.a.s.s.IndexSchema 
> unique key field: id
>    [junit4]   2> 1902902 INFO  (qtp31264126-14452) [    ] 
> o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file 
> currency.xml
>    [junit4]   2> 1902905 INFO  (qtp31264126-14452) [    ] 
> o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file 
> currency.xml
>    [junit4]   2> 1902922 INFO  (qtp31264126-14452) [    ] 
> o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming 
> default properties: Can't find resource 'configsetprops.json' in classpath or 
> '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-002/schemaless/solr/gettingstarted/conf'
>    [junit4]   2> 1902922 INFO  (qtp31264126-14452) [    ] 
> o.a.s.c.CoreContainer Creating SolrCore 'gettingstarted' using configuration 
> from instancedir 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-002/schemaless/solr/gettingstarted/
>    [junit4]   2> 1902923 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
>    [junit4]   2> 1902923 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.c.SolrCore [[gettingstarted] ] Opening new SolrCore at 
> [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-002/schemaless/solr/gettingstarted/],
>  dataDir=[null]
>    [junit4]   2> 1902923 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
> Server: com.sun.jmx.mbeanserver.JmxMBeanServer@17f1755
>    [junit4]   2> 1902924 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.c.SolrCore [[gettingstarted] ] Added SolrEventListener for newSearcher: 
> [org.apache.solr.core.QuerySenderListener{queries=[]}]
>    [junit4]   2> 1902924 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.c.SolrCore [[gettingstarted] ] Added SolrEventListener for 
> firstSearcher: [org.apache.solr.core.QuerySenderListener{queries=[]}]
>    [junit4]   2> 1902925 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.c.CachingDirectoryFactory return new directory for 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-002/schemaless/solr/gettingstarted/data
>    [junit4]   2> 1902925 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.c.SolrCore New index directory detected: old=null 
> new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-002/schemaless/solr/gettingstarted/data/index/
>    [junit4]   2> 1902925 WARN  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.c.SolrCore [gettingstarted] Solr index directory 
> '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-002/schemaless/solr/gettingstarted/data/index'
>  doesn't exist. Creating new index...
>    [junit4]   2> 1902926 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.c.CachingDirectoryFactory return new directory for 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-002/schemaless/solr/gettingstarted/data/index
>    [junit4]   2> 1902926 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
>    [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1b80b70 
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@114d80c),segFN=segments_1,generation=1}
>    [junit4]   2> 1902926 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.c.SolrCore newest commit generation = 1
>    [junit4]   2> 1902927 INFO  
> (OldIndexDirectoryCleanupThreadForCore-gettingstarted) [    x:gettingstarted] 
> o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
> gettingstarted in 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-002/schemaless/solr/gettingstarted/data/
>    [junit4]   2> 1902927 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.c.PluginBag queryResponseWriter : 'velocity' created with startup=lazy
>    [junit4]   2> 1902927 WARN  
> (OldIndexDirectoryCleanupThreadForCore-gettingstarted) [    x:gettingstarted] 
> o.a.s.c.DirectoryFactory 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-002/schemaless/solr/gettingstarted/data/
>  does not point to a valid data directory; skipping clean-up of old index 
> directories.
>    [junit4]   2> 1902927 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
>    [junit4]   2> 1902936 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
> "add-unknown-fields-to-the-schema"
>    [junit4]   2> 1902945 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
> implicit default
>    [junit4]   2> 1902947 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>    [junit4]   2> 1902948 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>    [junit4]   2> 1902949 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>    [junit4]   2> 1902950 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
>    [junit4]   2> 1902957 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.c.PluginBag requestHandler : '/update/extract' created with startup=lazy
>    [junit4]   2> 1902957 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.c.PluginBag requestHandler : '/analysis/field' created with startup=lazy
>    [junit4]   2> 1902957 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.c.PluginBag requestHandler : '/analysis/document' created with 
> startup=lazy
>    [junit4]   2> 1902957 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.c.PluginBag requestHandler : '/spell' created with startup=lazy
>    [junit4]   2> 1902958 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.c.PluginBag requestHandler : '/tvrh' created with startup=lazy
>    [junit4]   2> 1902958 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.c.PluginBag requestHandler : '/terms' created with startup=lazy
>    [junit4]   2> 1902958 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.c.PluginBag requestHandler : '/elevate' created with startup=lazy
>    [junit4]   2> 1902958 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.c.RequestHandlers Registered paths: 
> /admin/mbeans,/browse,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/elevate,/update/json,/admin/threads,/query,/analysis/field,/analysis/document,/spell,/update/csv,/sql,/tvrh,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/debug/dump,/terms,/update/extract
>    [junit4]   2> 1902959 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.c.SolrCore Using default statsCache cache: 
> org.apache.solr.search.stats.LocalStatsCache
>    [junit4]   2> 1902960 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.u.UpdateHandler Using UpdateLog implementation: 
> org.apache.solr.update.UpdateLog
>    [junit4]   2> 1902960 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
> numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
>    [junit4]   2> 1902961 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.c.SolrCore Hard AutoCommit: if uncommited for 15000ms;
>    [junit4]   2> 1902961 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.c.SolrCore Soft AutoCommit: disabled
>    [junit4]   2> 1902961 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
>    [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1b80b70 
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@114d80c),segFN=segments_1,generation=1}
>    [junit4]   2> 1902962 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.c.SolrCore newest commit generation = 1
>    [junit4]   2> 1902962 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.s.SolrIndexSearcher Opening Searcher@16d5724[gettingstarted] main
>    [junit4]   2> 1902962 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-002/schemaless/solr/gettingstarted/conf
>    [junit4]   2> 1902962 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.r.RestManager Initializing RestManager with initArgs: 
> {storageDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-002/schemaless/solr/gettingstarted/conf}
>    [junit4]   2> 1902962 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
> file:dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-002/schemaless/solr/gettingstarted/conf
>    [junit4]   2> 1902963 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.r.RestManager Initializing 0 registered ManagedResources
>    [junit4]   2> 1902963 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.h.c.SpellCheckComponent Initializing spell checkers
>    [junit4]   2> 1902963 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.s.DirectSolrSpellChecker init: 
> {name=default,field=text,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
>    [junit4]   2> 1902963 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.h.c.SpellCheckComponent No queryConverter defined, using default 
> converter
>    [junit4]   2> 1902964 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.h.c.QueryElevationComponent Loading QueryElevation from: 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001/tempDir-002/schemaless/solr/gettingstarted/conf/elevate.xml
>    [junit4]   2> 1902968 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.h.ReplicationHandler Commits will be reserved for  10000
>    [junit4]   2> 1902968 INFO  
> (searcherExecutor-6009-thread-1-processing-x:gettingstarted) [    
> x:gettingstarted] o.a.s.c.SolrCore QuerySenderListener sending requests to 
> Searcher@16d5724[gettingstarted] 
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 1902968 INFO  
> (searcherExecutor-6009-thread-1-processing-x:gettingstarted) [    
> x:gettingstarted] o.a.s.c.SolrCore QuerySenderListener done.
>    [junit4]   2> 1902968 INFO  
> (searcherExecutor-6009-thread-1-processing-x:gettingstarted) [    
> x:gettingstarted] o.a.s.h.c.SpellCheckComponent Loading spell index for 
> spellchecker: default
>    [junit4]   2> 1902969 INFO  
> (searcherExecutor-6009-thread-1-processing-x:gettingstarted) [    
> x:gettingstarted] o.a.s.h.c.SpellCheckComponent Loading spell index for 
> spellchecker: wordbreak
>    [junit4]   2> 1902971 INFO  
> (searcherExecutor-6009-thread-1-processing-x:gettingstarted) [    
> x:gettingstarted] o.a.s.c.SolrCore [gettingstarted] Registered new searcher 
> Searcher@16d5724[gettingstarted] 
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 1902971 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.u.UpdateLog Looking up max value of version field to seed version 
> buckets
>    [junit4]   2> 1902971 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version 
> buckets from index
>    [junit4]   2> 1902971 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket 
> highest value from index
>    [junit4]   2> 1902971 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.u.UpdateLog Could not find max version in index or recent updates, 
> using new clock 1508599440080896000
>    [junit4]   2> 1902973 INFO  (qtp31264126-14452) [    x:gettingstarted] 
> o.a.s.u.UpdateLog Took 2 ms to seed version buckets with highest version 
> 1508599440080896000
>    [junit4]   2> 1902973 INFO  (qtp
>
> [...truncated too long message...]
>
> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode 
> = Session expired for 
> /collections/testCloudExamplePrompt/leader_elect/shard2/election/94287465007742979-core_node3-n_
>    [junit4]   2>        at 
> org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
>    [junit4]   2>        at 
> org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
>    [junit4]   2>        at 
> org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
>    [junit4]   2>        at 
> org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:394)
>    [junit4]   2>        at 
> org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:299)
>    [junit4]   2>        at 
> org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:257)
>    [junit4]   2>        at 
> org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:481)
>    [junit4]   2>        at 
> org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:238)
>    [junit4]   2>        at 
> org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:199)
>    [junit4]   2>        at 
> org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:159)
>    [junit4]   2>        at 
> org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
>    [junit4]   2>        at 
> org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:390)
>    [junit4]   2>        at 
> org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:269)
>    [junit4]   2>        at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
>    [junit4]   2>        at 
> java.util.concurrent.FutureTask.run(FutureTask.java:266)
>    [junit4]   2>        at 
> org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:209)
>    [junit4]   2>        at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>    [junit4]   2>        at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>    [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
>    [junit4]   2> 1916386 INFO  (jetty-launcher-2802-thread-1) 
> [n:localhost:36764_solr c:testCloudExamplePrompt s:shard2 r:core_node3 
> x:testCloudExamplePrompt_shard2_replica2] o.e.j.s.h.ContextHandler Stopped 
> o.e.j.s.ServletContextHandler@206867{/solr,null,UNAVAILABLE}
>    [junit4]   2> 1916387 INFO  
> (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4AB6020F9A1CD81D])
>  [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43882 43882
>    [junit4]   2> 1916394 INFO  (Thread-4691) [    ] o.a.s.c.ZkTestServer 
> connecting to 127.0.0.1:43882 43882
>    [junit4]   2> 1916394 WARN  (Thread-4691) [    ] o.a.s.c.ZkTestServer 
> Watch limit violations:
>    [junit4]   2> Maximum concurrent create/delete watches above limit:
>    [junit4]   2>
>    [junit4]   2>        8       
> /solr/configs/testCloudExamplePrompt/managed-schema
>    [junit4]   2>        5       /solr/aliases.json
>    [junit4]   2>        5       /solr/clusterstate.json
>    [junit4]   2>        2       /solr/configs/testCloudExamplePrompt
>    [junit4]   2>
>    [junit4]   2> Maximum concurrent children watches above limit:
>    [junit4]   2>
>    [junit4]   2>        5       /solr/live_nodes
>    [junit4]   2>
>    [junit4]   2> 1916395 INFO  
> (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4AB6020F9A1CD81D])
>  [    ] o.a.s.u.TestSolrCLIRunExample Stopped SolrCloud test cluster
>    [junit4]   2> 1916395 INFO  
> (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4AB6020F9A1CD81D])
>  [    ] o.a.s.SolrTestCaseJ4 ###Ending testInteractiveSolrCloudExample
>    [junit4]   2> 1916395 INFO  
> (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4AB6020F9A1CD81D])
>  [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43882 43882
>    [junit4]   2> 1916396 INFO  
> (SUITE-TestSolrCLIRunExample-seed#[4AB6020F9A1CD81D]-worker) [    ] 
> o.a.s.SolrTestCaseJ4 ###deleteCore
>    [junit4]   2> NOTE: leaving temporary files on disk at: 
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.util.TestSolrCLIRunExample_4AB6020F9A1CD81D-001
>    [junit4]   2> Aug 04, 2015 6:22:33 PM 
> com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
>    [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked 
> thread(s).
>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): {}, 
> docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, 
> locale=et, timezone=Asia/Riyadh
>    [junit4]   2> NOTE: Linux 3.16.0-44-generic i386/Oracle Corporation 
> 1.8.0_60-ea (32-bit)/cpus=12,threads=1,free=147948072,total=313110528
>    [junit4]   2> NOTE: All tests run in this JVM: 
> [TestSolrQueryParserResource, MigrateRouteKeyTest, HighlighterMaxOffsetTest, 
> TestSolrDynamicMBean, TestDocumentBuilder, TestFunctionQuery, 
> VersionInfoTest, TestCodecSupport, TestHdfsUpdateLog, TestStressLucene, 
> TestNamedUpdateProcessors, BasicZkTest, CloudMLTQParserTest, 
> TestRawResponseWriter, TestFaceting, TestInfoStreamLogging, 
> SharedFSAutoReplicaFailoverTest, TestAddFieldRealTimeGet, 
> TestRandomDVFaceting, TestPostingsSolrHighlighter, 
> DistribJoinFromCollectionTest, TestManagedSchemaDynamicFieldResource, 
> PrimitiveFieldTypeTest, HLLSerializationTest, TestJoin, AssignTest, 
> LeaderElectionIntegrationTest, TestSerializedLuceneMatchVersion, 
> HdfsDirectoryFactoryTest, TestIBSimilarityFactory, SuggesterWFSTTest, 
> TermVectorComponentTest, TestLazyCores, AliasIntegrationTest, 
> TestDocBasedVersionConstraints, IndexSchemaTest, 
> SchemaVersionSpecificBehaviorTest, TestMiniSolrCloudCluster, 
> URLClassifyProcessorTest, TestConfigSetProperties, ChangedSchemaMergeTest, 
> TestJmxMonitoredMap, TestSolr4Spatial, RequestHandlersTest, 
> TestClusterStateMutator, TestReversedWildcardFilterFactory, TestBadConfig, 
> SuggestComponentTest, SolrIndexConfigTest, HdfsLockFactoryTest, 
> UniqFieldsUpdateProcessorFactoryTest, CurrencyFieldXmlFileTest, 
> DefaultValueUpdateProcessorTest, UpdateRequestProcessorFactoryTest, 
> StandardRequestHandlerTest, DateMathParserTest, 
> TestRequestStatusCollectionAPI, TestDynamicLoading, 
> DeleteInactiveReplicaTest, BigEndianAscendingWordDeserializerTest, 
> TestConfig, LeaderInitiatedRecoveryOnCommitTest, IndexBasedSpellCheckerTest, 
> DistributedSpellCheckComponentTest, TestCustomDocTransformer, 
> DebugComponentTest, ClusterStateTest, DateFieldTest, 
> QueryElevationComponentTest, TestCrossCoreJoin, DistributedVersionInfoTest, 
> TestQuerySenderListener, SimpleCollectionCreateDeleteTest, 
> TestSweetSpotSimilarityFactory, TestDistribDocBasedVersion, SyncSliceTest, 
> TestClassNameShortening, TestSchemaSimilarityResource, 
> CoreMergeIndexesAdminHandlerTest, OverriddenZkACLAndCredentialsProvidersTest, 
> TestAuthenticationFramework, CdcrUpdateLogTest, TestSchemaVersionResource, 
> TestBinaryField, QueryResultKeyTest, TermsComponentTest, 
> ClusterStateUpdateTest, LeaderElectionTest, ZkSolrClientTest, AutoCommitTest, 
> TestRecovery, TermVectorComponentDistributedTest, TestStressVersions, 
> PeerSyncTest, ConvertedLegacyTest, TestFiltering, SuggesterFSTTest, 
> TestFoldingMultitermQuery, SuggesterTSTTest, TestAtomicUpdateErrorCases, 
> SortByFunctionTest, TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, 
> CacheHeaderTest, DisMaxRequestHandlerTest, XmlUpdateRequestHandlerTest, 
> TestIndexingPerformance, RequiredFieldsTest, TestArbitraryIndexDir, 
> LoggingHandlerTest, SolrPluginUtilsTest, TestCollationField, 
> QueryParsingTest, TestPartialUpdateDeduplication, 
> TestPHPSerializedResponseWriter, CSVRequestHandlerTest, SearchHandlerTest, 
> TestSolrIndexConfig, CopyFieldTest, TestStressRecovery, 
> TestHighlightDedupGrouping, TestEmbeddedSolrServerConstructors, 
> TestJettySolrRunner, BaseCdcrDistributedZkTest, 
> CdcrReplicationDistributedZkTest, TestCollectionAPI, TestCryptoKeys, 
> TestRebalanceLeaders, VMParamsZkACLAndCredentialsProvidersTest, 
> HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, 
> HdfsCollectionsAPIDistributedZkTest, HdfsNNFailoverTest, 
> HdfsRecoverLeaseTest, HdfsSyncSliceTest, HdfsUnloadDistributedZkTest, 
> HdfsWriteToMultipleCollectionsTest, StressHdfsTest, ZkStateWriterTest, 
> RulesTest, TestDistributedStatsComponentCardinality, 
> TestCollationFieldDocValues, TestSchemaManager, AnalyticsQueryTest, 
> TestComplexPhraseQParserPlugin, TestCustomSort, TestHashQParserPlugin, 
> TestInitQParser, TestMaxScoreQueryParser, TestNoOpRegenerator, 
> TestOverriddenPrefixQueryForCustomFieldType, TestReRankQParserPlugin, 
> TestSearcherReuse, TestSimpleQParserPlugin, TestSolr4Spatial2, 
> TestStandardQParsers, TestTrieFacet, TestJsonFacets, TestScoreJoinQPScore, 
> SimpleMLTQParserTest, TestDefaultStatsCache, TestExactStatsCache, 
> TestAnalyzeInfixSuggestions, TestBlendedInfixSuggestions, 
> DataDrivenBlockJoinTest, AddSchemaFieldsUpdateProcessorFactoryTest, 
> IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
> PreAnalyzedUpdateProcessorTest, UUIDUpdateProcessorFallbackTest, TestRTimer, 
> TestRandomMergePolicy, TestSolrCLIRunExample]
>    [junit4] Completed [530/531] on J0 in 22.86s, 3 tests, 1 failure <<< 
> FAILURES!
>
> [...truncated 14 lines...]
> BUILD FAILED
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:716: The following 
> error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:660: The following 
> error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:59: The following 
> error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:230: The 
> following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:514: 
> The following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1429: 
> The following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:984: 
> There were test failures: 531 suites, 2104 tests, 1 failure, 65 ignored (30 
> assumptions)
>
> Total time: 52 minutes 32 seconds
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> Recording test results
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to