You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2015/04/15 08:10:56 UTC

[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 2178 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/2178/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC

All tests passed

Build Log:
[...truncated 8411 lines...]
    [javac] Compiling 784 source files to /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/classes/java
    [javac] /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/java/org/apache/solr/response/transform/TransformerFactory.java:51: error: cannot find symbol
    [javac]     defaultFactories.put( "json", new RawValueTransformerFactory("json") );
    [javac]                                       ^
    [javac]   symbol:   class RawValueTransformerFactory
    [javac]   location: class TransformerFactory
    [javac] /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/java/org/apache/solr/response/transform/TransformerFactory.java:52: error: cannot find symbol
    [javac]     defaultFactories.put( "xml", new RawValueTransformerFactory("xml") );
    [javac]                                      ^
    [javac]   symbol:   class RawValueTransformerFactory
    [javac]   location: class TransformerFactory
    [javac] /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/java/org/apache/solr/response/TextResponseWriter.java:206: error: cannot find symbol
    [javac]     } else if (val instanceof WriteableValue) {
    [javac]                               ^
    [javac]   symbol:   class WriteableValue
    [javac]   location: class TextResponseWriter
    [javac] /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/java/org/apache/solr/response/TextResponseWriter.java:207: error: cannot find symbol
    [javac]       ((WriteableValue)val).write(name, this);
    [javac]         ^
    [javac]   symbol:   class WriteableValue
    [javac]   location: class TextResponseWriter
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 4 errors

BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:526: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:474: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:61: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:39: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:229: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:512: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:464: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:377: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:506: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1927: Compile failed; see the compiler error output for details.

Total time: 26 minutes 16 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



Re: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 2179 - Still Failing!

Posted by Tommaso Teofili <to...@apache.org>.
it should be fixed as of r1673731

Tommaso

2015-04-15 11:26 GMT+02:00 Tommaso Teofili <to...@apache.org>:

> this is due to my recent commit to fix the compile errors in the Solr
> build, I'll see if I can adjust it to make the test pass too.
>
>
>
> 2015-04-15 10:55 GMT+02:00 Policeman Jenkins Server <je...@thetaphi.de>:
>
>> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/2179/
>> Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
>>
>> 5 tests failed.
>> FAILED:  org.apache.solr.client.solrj.SolrExampleBinaryTest.testRawFields
>>
>> Error Message:
>> Expected ',' or '}': char=@,position=286
>> BEFORE='","json_s":org.apache.lucene.document.LazyDocument$LazyField@'
>> AFTER='4920f480}]}} '
>>
>> Stack Trace:
>> org.noggit.JSONParser$ParseException: Expected ',' or '}':
>> char=@,position=286
>> BEFORE='","json_s":org.apache.lucene.document.LazyDocument$LazyField@'
>> AFTER='4920f480}]}} '
>>         at
>> __randomizedtesting.SeedInfo.seed([3004853E8802F64B:BA44BE415151056]:0)
>>         at org.noggit.JSONParser.err(JSONParser.java:356)
>>         at org.noggit.JSONParser.nextEvent(JSONParser.java:958)
>>         at
>> org.apache.solr.client.solrj.SolrExampleTests.testRawFields(SolrExampleTests.java:595)
>>         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)
>>
>>
>> FAILED:  org.apache.solr.client.solrj.SolrExampleXMLTest.testRawFields
>>
>> Error Message:
>> Expected ',' or '}': char=@,position=286
>> BEFORE='","json_s":org.apache.lucene.document.LazyDocument$LazyField@'
>> AFTER='52357ff2}]}} '
>>
>> Stack Trace:
>> org.noggit.JSONParser$ParseException: Expected ',' or '}':
>> char=@,position=286
>> BEFORE='","json_s":org.apache.lucene.document.LazyDocument$LazyField@'
>> AFTER='52357ff2}]}} '
>>         at
>> __randomizedtesting.SeedInfo.seed([3004853E8802F64B:BA44BE415151056]:0)
>>         at org.noggit.JSONParser.err(JSONParser.java:356)
>>         at org.noggit.JSONParser.nextEvent(JSONParser.java:958)
>>         at
>> org.apache.solr.client.solrj.SolrExampleTests.testRawFields(SolrExampleTests.java:595)
>>         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)
>>
>>
>> FAILED:
>> org.apache.solr.client.solrj.embedded.SolrExampleJettyTest.testRawFields
>>
>> Error Message:
>> Expected ',' or '}': char=@,position=286
>> BEFORE='","json_s":org.apache.lucene.document.LazyDocument$LazyField@'
>> AFTER='4d434211}]}} '
>>
>> Stack Trace:
>> org.noggit.JSONParser$ParseException: Expected ',' or '}':
>> char=@,position=286
>> BEFORE='","json_s":org.apache.lucene.document.LazyDocument$LazyField@'
>> AFTER='4d434211}]}} '
>>         at
>> __randomizedtesting.SeedInfo.seed([3004853E8802F64B:BA44BE415151056]:0)
>>         at org.noggit.JSONParser.err(JSONParser.java:356)
>>         at org.noggit.JSONParser.nextEvent(JSONParser.java:958)
>>         at
>> org.apache.solr.client.solrj.SolrExampleTests.testRawFields(SolrExampleTests.java:595)
>>         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)
>>
>>
>> FAILED:
>> org.apache.solr.client.solrj.embedded.SolrExampleStreamingBinaryTest.testRawFields
>>
>> Error Message:
>> Expected ',' or '}': char=@,position=286
>> BEFORE='","json_s":org.apache.lucene.document.LazyDocument$LazyField@'
>> AFTER='1e782a1e}]}} '
>>
>> Stack Trace:
>> org.noggit.JSONParser$ParseException: Expected ',' or '}':
>> char=@,position=286
>> BEFORE='","json_s":org.apache.lucene.document.LazyDocument$LazyField@'
>> AFTER='1e782a1e}]}} '
>>         at
>> __randomizedtesting.SeedInfo.seed([3004853E8802F64B:BA44BE415151056]:0)
>>         at org.noggit.JSONParser.err(JSONParser.java:356)
>>         at org.noggit.JSONParser.nextEvent(JSONParser.java:958)
>>         at
>> org.apache.solr.client.solrj.SolrExampleTests.testRawFields(SolrExampleTests.java:595)
>>         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)
>>
>>
>> FAILED:
>> org.apache.solr.client.solrj.embedded.SolrExampleStreamingTest.testRawFields
>>
>> Error Message:
>> Expected ',' or '}': char=@,position=286
>> BEFORE='","json_s":org.apache.lucene.document.LazyDocument$LazyField@'
>> AFTER='4ce7cb07}]}} '
>>
>> Stack Trace:
>> org.noggit.JSONParser$ParseException: Expected ',' or '}':
>> char=@,position=286
>> BEFORE='","json_s":org.apache.lucene.document.LazyDocument$LazyField@'
>> AFTER='4ce7cb07}]}} '
>>         at
>> __randomizedtesting.SeedInfo.seed([3004853E8802F64B:BA44BE415151056]:0)
>>         at org.noggit.JSONParser.err(JSONParser.java:356)
>>         at org.noggit.JSONParser.nextEvent(JSONParser.java:958)
>>         at
>> org.apache.solr.client.solrj.SolrExampleTests.testRawFields(SolrExampleTests.java:595)
>>         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 10874 lines...]
>>    [junit4] Suite: org.apache.solr.client.solrj.SolrExampleXMLTest
>>    [junit4]   2> Creating dataDir:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
>> 3004853E8802F64B-001/init-core-data-001
>>    [junit4]   2> 23285 T28 oas.SolrTestCaseJ4.initCore ####initCore
>>    [junit4]   2> 23285 T28 oas.SolrTestCaseJ4.initCore ####initCore end
>>    [junit4]   2> 23287 T28 oas.SolrTestCaseJ4.writeCoreProperties Writing
>> core.properties file to
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
>> 3004853E8802F64B-001/tempDir-002/cores/core
>>    [junit4]   2> 23436 T28 oejul.Log.initialized Logging initialized
>> @29599ms
>>    [junit4]   2> 24229 T28 oejs.Server.doStart jetty-9.2.9.v20150224
>>    [junit4]   2> 24535 T28 oejsh.ContextHandler.doStart Started
>> o.e.j.s.ServletContextHandler@75e4ba9f{/solr,null,AVAILABLE}
>>    [junit4]   2> 24629 T28 oejs.AbstractConnector.doStart Started
>> ServerConnector@1f6b5ddf{HTTP/1.1}{127.0.0.1:59156}
>>    [junit4]   2> 24631 T28 oejs.Server.doStart Started @30796ms
>>    [junit4]   2> 24632 T28 oascse.JettySolrRunner$1.lifeCycleStarted
>> Jetty properties: {hostContext=/solr, hostPort=59156,
>> configSetBaseDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
>> 3004853E8802F64B-001/tempDir-001,
>> coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
>> 3004853E8802F64B-001/tempDir-002/cores}
>>    [junit4]   2> 24745 T28 oass.SolrDispatchFilter.init
>> SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@677327b6
>>    [junit4]   2> 24746 T28 oasc.SolrResourceLoader.<init> new
>> SolrResourceLoader for directory:
>> '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
>> 3004853E8802F64B-001/tempDir-001/'
>>    [junit4]   2> 24828 T28 oasc.SolrXmlConfig.fromFile Loading container
>> configuration from
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
>> 3004853E8802F64B-001/tempDir-001/solr.xml
>>    [junit4]   2> 24854 T28 oasc.CorePropertiesLocator.<init>
>> Config-defined core root directory:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
>> 3004853E8802F64B-001/tempDir-001
>>    [junit4]   2> 24860 T28 oasc.CoreContainer.<init> New CoreContainer
>> 1097580111
>>    [junit4]   2> 24861 T28 oasc.CoreContainer.load Loading cores into
>> CoreContainer
>> [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
>> 3004853E8802F64B-001/tempDir-001/]
>>    [junit4]   2> 24861 T28 oasc.CoreContainer.load loading shared
>> library:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
>> 3004853E8802F64B-001/tempDir-001/lib
>>    [junit4]   2> 24862 T28 oasc.SolrResourceLoader.addToClassLoader WARN
>> Can't find (or read) directory to add to classloader: lib (resolved as:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
>> 3004853E8802F64B-001/tempDir-001/lib).
>>    [junit4]   2> 25024 T28 oashc.HttpShardHandlerFactory.init created
>> with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost :
>> 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize :
>> 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy :
>> false,useRetries : false,
>>    [junit4]   2> 25035 T28 oasu.UpdateShardHandler.<init> Creating
>> UpdateShardHandler HTTP client with params:
>> socketTimeout=600000&connTimeout=60000&retry=true
>>    [junit4]   2> 25038 T28 oasl.LogWatcher.createWatcher SLF4J impl is
>> org.slf4j.impl.Log4jLoggerFactory
>>    [junit4]   2> 25039 T28 oasl.LogWatcher.newRegisteredLogWatcher
>> Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>>    [junit4]   2> 25040 T28 oasc.CoreContainer.load Node Name:
>>    [junit4]   2> 25050 T28 oasc.CorePropertiesLocator.discover Looking
>> for core definitions underneath
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
>> 3004853E8802F64B-001/tempDir-001
>>    [junit4]   2> 25055 T28 oasc.CoreDescriptor.<init> CORE DESCRIPTOR:
>> {name=collection1, config=solrconfig.xml,
>> instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
>> 3004853E8802F64B-001/tempDir-001/collection1, loadOnStartup=true,
>> absoluteInstDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
>> 3004853E8802F64B-001/tempDir-001/collection1/, schema=schema.xml,
>> transient=false, dataDir=data/}
>>    [junit4]   2> 25056 T28 oasc.CorePropertiesLocator.discoverUnder Found
>> core collection1 in
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
>> 3004853E8802F64B-001/tempDir-001/collection1/
>>    [junit4]   2> 25058 T28 oasc.CorePropertiesLocator.discover Found 1
>> core definitions
>>    [junit4]   2> 25061 T41 oasc.SolrResourceLoader.<init> new
>> SolrResourceLoader for directory:
>> '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
>> 3004853E8802F64B-001/tempDir-001/collection1/'
>>    [junit4]   2> 25201 T41 oasc.SolrConfig.refreshRequestParams current
>> version of requestparams : -1
>>    [junit4]   2> 25208 T41 oasc.SolrConfig.initLibs Adding specified lib
>> dirs to ClassLoader
>>    [junit4]   2> 25209 T41 oasc.SolrResourceLoader.addToClassLoader WARN
>> Can't find (or read) directory to add to classloader:
>> ../../../../contrib/extraction/lib (resolved as:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
>> 3004853E8802F64B-001/tempDir-001/collection1/../../../../contrib/extraction/lib).
>>    [junit4]   2> 25210 T41 oasc.SolrResourceLoader.addToClassLoader WARN
>> Can't find (or read) directory to add to classloader: ../../../../dist/
>> (resolved as:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
>> 3004853E8802F64B-001/tempDir-001/collection1/../../../../dist).
>>    [junit4]   2> 25211 T41 oasc.SolrResourceLoader.addToClassLoader WARN
>> Can't find (or read) directory to add to classloader:
>> ../../../../contrib/clustering/lib/ (resolved as:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
>> 3004853E8802F64B-001/tempDir-001/collection1/../../../../contrib/clustering/lib).
>>    [junit4]   2> 25211 T41 oasc.SolrResourceLoader.addToClassLoader WARN
>> Can't find (or read) directory to add to classloader: ../../../../dist/
>> (resolved as:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
>> 3004853E8802F64B-001/tempDir-001/collection1/../../../../dist).
>>    [junit4]   2> 25214 T41 oasc.SolrResourceLoader.addToClassLoader WARN
>> Can't find (or read) directory to add to classloader:
>> ../../../../contrib/langid/lib/ (resolved as:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
>> 3004853E8802F64B-001/tempDir-001/collection1/../../../../contrib/langid/lib).
>>    [junit4]   2> 25214 T41 oasc.SolrResourceLoader.addToClassLoader WARN
>> Can't find (or read) directory to add to classloader: ../../../../dist/
>> (resolved as:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
>> 3004853E8802F64B-001/tempDir-001/collection1/../../../../dist).
>>    [junit4]   2> 25217 T41 oasc.SolrResourceLoader.addToClassLoader WARN
>> Can't find (or read) directory to add to classloader:
>> ../../../../contrib/velocity/lib (resolved as:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
>> 3004853E8802F64B-001/tempDir-001/collection1/../../../../contrib/velocity/lib).
>>    [junit4]   2> 25218 T41 oasc.SolrResourceLoader.addToClassLoader WARN
>> Can't find (or read) directory to add to classloader: ../../../../dist/
>> (resolved as:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
>> 3004853E8802F64B-001/tempDir-001/collection1/../../../../dist).
>>    [junit4]   2> 25357 T41 oasu.SolrIndexConfig.<init> IndexWriter
>> infoStream solr logging is enabled
>>    [junit4]   2> 25374 T41 oasc.SolrConfig.<init> Using Lucene
>> MatchVersion: 6.0.0
>>    [junit4]   2> 25583 T41 oasc.SolrConfig.<init> Loaded SolrConfig:
>> solrconfig.xml
>>    [junit4]   2> 25585 T41 oass.IndexSchema.readSchema Reading Solr
>> Schema from
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
>> 3004853E8802F64B-001/tempDir-001/collection1/conf/schema.xml
>>    [junit4]   2> 25601 T41 oass.IndexSchema.readSchema [collection1]
>> Schema name=example
>>    [junit4]   2> 26406 T41 oass.IndexSchema.readSchema unique key field:
>> id
>>    [junit4]   2> 26407 T41
>> oasr.RestManager$Registry.registerManagedResource Registered
>> ManagedResource impl
>> org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path
>> /schema/analysis/stopwords/english
>>    [junit4]   2> 26407 T41
>> oasr.RestManager$Registry.registerManagedResource Registered
>> ManagedResource impl
>> org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager
>> for path /schema/analysis/synonyms/english
>>    [junit4]   2> 26440 T41 oass.FileExchangeRateProvider.reload Reloading
>> exchange rates from file currency.xml
>>    [junit4]   2> 26450 T41 oass.FileExchangeRateProvider.reload Reloading
>> exchange rates from file currency.xml
>>    [junit4]   2> 26513 T41 oasc.CoreContainer.create Creating SolrCore
>> 'collection1' using configuration from instancedir
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
>> 3004853E8802F64B-001/tempDir-001/collection1/
>>    [junit4]   2> 26514 T41 c:collection1
>> oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
>>    [junit4]   2> 26514 T41 c:collection1 oasc.SolrCore.<init>
>> [collection1] Opening new SolrCore at
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
>> 3004853E8802F64B-001/tempDir-001/collection1/,
>> dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
>> 3004853E8802F64B-001/tempDir-001/collection1/data/
>>    [junit4]   2> 26517 T41 c:collection1 oasc.JmxMonitoredMap.<init> No
>> JMX servers found, not exposing Solr information with JMX.
>>    [junit4]   2> 26518 T41 c:collection1 oasc.SolrCore.initListeners
>> [collection1] Added SolrEventListener for newSearcher:
>> org.apache.solr.core.QuerySenderListener{queries=[]}
>>    [junit4]   2> 26518 T41 c:collection1 oasc.SolrCore.initListeners
>> [collection1] Added SolrEventListener for firstSearcher:
>> org.apache.solr.core.QuerySenderListener{queries=[{q=static firstSearcher
>> warming in solrconfig.xml}]}
>>    [junit4]   2> 26519 T41 c:collection1 oasc.CachingDirectoryFactory.get
>> return new directory for
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
>> 3004853E8802F64B-001/tempDir-001/collection1/data
>>    [junit4]   2> 26520 T41 c:collection1 oasc.SolrCore.getNewIndexDir New
>> index directory detected: old=null
>> new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
>> 3004853E8802F64B-001/tempDir-001/collection1/data/index/
>>    [junit4]   2> 26521 T41 c:collection1 oasc.SolrCore.initIndex WARN
>> [collection1] Solr index directory
>> '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
>> 3004853E8802F64B-001/tempDir-001/collection1/data/index' doesn't exist.
>> Creating new index...
>>    [junit4]   2> 26521 T41 c:collection1 oasc.CachingDirectoryFactory.get
>> return new directory for
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
>> 3004853E8802F64B-001/tempDir-001/collection1/data/index
>>    [junit4]   2> 26522 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IFD][coreLoadExecutor-25-thread-1]: init: current segments file is
>> "segments";
>> deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@3566615f
>>    [junit4]   2> 26523 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IFD][coreLoadExecutor-25-thread-1]: now checkpoint "" [0 segments ;
>> isCommit = false]
>>    [junit4]   2> 26523 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IFD][coreLoadExecutor-25-thread-1]: 0 msec to checkpoint
>>    [junit4]   2> 26524 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IW][coreLoadExecutor-25-thread-1]: init: create=true
>>    [junit4]   2> 26524 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IW][coreLoadExecutor-25-thread-1]:
>>    [junit4]   2>        dir=MockDirectoryWrapper(RAMDirectory@1eaa65b6
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13a9b4f2)
>>    [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>        default WRITE_LOCK_TIMEOUT=1000
>>    [junit4]   2>        writeLockTimeout=1000
>>    [junit4]   2>        codec=Lucene50
>>    [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.0
>>    [junit4]   2>
>> indexerThreadPool=org.apache.lucene.index.DocumentsWriterPerThreadPool@36965d61
>>    [junit4]   2>        readerPooling=false
>>    [junit4]   2>        perThreadHardLimitMB=1945
>>    [junit4]   2>        useCompoundFile=false
>>    [junit4]   2>        commitOnClose=true
>>    [junit4]   2>
>> writer=org.apache.solr.update.SolrIndexWriter@7b5c19d0
>>    [junit4]   2>
>>    [junit4]   2> 26525 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IW][coreLoadExecutor-25-thread-1]: now flush at close
>>    [junit4]   2> 26525 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IW][coreLoadExecutor-25-thread-1]:   start flush: applyAllDeletes=true
>>    [junit4]   2> 26525 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IW][coreLoadExecutor-25-thread-1]:   index before flush
>>    [junit4]   2> 26525 T41 c:collection1 oasu.LoggingInfoStream.message
>> [DW][coreLoadExecutor-25-thread-1]: startFullFlush
>>    [junit4]   2> 26525 T41 c:collection1 oasu.LoggingInfoStream.message
>> [DW][coreLoadExecutor-25-thread-1]: coreLoadExecutor-25-thread-1
>> finishFullFlush success=true
>>    [junit4]   2> 26526 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IW][coreLoadExecutor-25-thread-1]: apply all deletes during flush
>>    [junit4]   2> 26526 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IW][coreLoadExecutor-25-thread-1]: now apply all deletes for all segments
>> maxDoc=0
>>    [junit4]   2> 26526 T41 c:collection1 oasu.LoggingInfoStream.message
>> [BD][coreLoadExecutor-25-thread-1]: prune sis=segments:
>> minGen=9223372036854775807 packetCount=0
>>    [junit4]   2> 26526 T41 c:collection1 oasu.LoggingInfoStream.message
>> [MS][coreLoadExecutor-25-thread-1]: initDynamicDefaults spins=false
>> maxThreadCount=1 maxMergeCount=6
>>    [junit4]   2> 26526 T41 c:collection1 oasu.LoggingInfoStream.message
>> [MS][coreLoadExecutor-25-thread-1]: updateMergeThreads ioThrottle=true
>> targetMBPerSec=10240.0 MB/sec
>>    [junit4]   2> 26527 T41 c:collection1 oasu.LoggingInfoStream.message
>> [MS][coreLoadExecutor-25-thread-1]: now merge
>>    [junit4]   2> 26527 T41 c:collection1 oasu.LoggingInfoStream.message
>> [MS][coreLoadExecutor-25-thread-1]:   index:
>>    [junit4]   2> 26527 T41 c:collection1 oasu.LoggingInfoStream.message
>> [MS][coreLoadExecutor-25-thread-1]:   no more merges pending; now return
>>    [junit4]   2> 26527 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IW][coreLoadExecutor-25-thread-1]: waitForMerges
>>    [junit4]   2> 26527 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IW][coreLoadExecutor-25-thread-1]: waitForMerges done
>>    [junit4]   2> 26527 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IW][coreLoadExecutor-25-thread-1]: commit: start
>>    [junit4]   2> 26528 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IW][coreLoadExecutor-25-thread-1]: commit: enter lock
>>    [junit4]   2> 26528 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IW][coreLoadExecutor-25-thread-1]: commit: now prepare
>>    [junit4]   2> 26528 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IW][coreLoadExecutor-25-thread-1]: prepareCommit: flush
>>    [junit4]   2> 26528 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IW][coreLoadExecutor-25-thread-1]:   index before flush
>>    [junit4]   2> 26528 T41 c:collection1 oasu.LoggingInfoStream.message
>> [DW][coreLoadExecutor-25-thread-1]: startFullFlush
>>    [junit4]   2> 26528 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IW][coreLoadExecutor-25-thread-1]: apply all deletes during flush
>>    [junit4]   2> 26529 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IW][coreLoadExecutor-25-thread-1]: now apply all deletes for all segments
>> maxDoc=0
>>    [junit4]   2> 26530 T41 c:collection1 oasu.LoggingInfoStream.message
>> [BD][coreLoadExecutor-25-thread-1]: prune sis=segments:
>> minGen=9223372036854775807 packetCount=0
>>    [junit4]   2> 26530 T41 c:collection1 oasu.LoggingInfoStream.message
>> [DW][coreLoadExecutor-25-thread-1]: coreLoadExecutor-25-thread-1
>> finishFullFlush success=true
>>    [junit4]   2> 26530 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IW][coreLoadExecutor-25-thread-1]: startCommit(): start
>>    [junit4]   2> 26530 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IW][coreLoadExecutor-25-thread-1]: startCommit index= changeCount=1
>>    [junit4]   2> 26531 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IW][coreLoadExecutor-25-thread-1]: done all syncs: []
>>    [junit4]   2> 26531 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IW][coreLoadExecutor-25-thread-1]: commit: pendingCommit != null
>>    [junit4]   2> 26531 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IFD][coreLoadExecutor-25-thread-1]: now checkpoint "" [0 segments ;
>> isCommit = true]
>>    [junit4]   2> 26532 T41 c:collection1 oasc.SolrDeletionPolicy.onCommit
>> SolrDeletionPolicy.onCommit: commits: num=1
>>    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@1eaa65b6
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13a9b4f2
>> ),segFN=segments_1,generation=1}
>>    [junit4]   2> 26532 T41 c:collection1
>> oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
>>    [junit4]   2> 26532 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IFD][coreLoadExecutor-25-thread-1]: 1 msec to checkpoint
>>    [junit4]   2> 26533 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IW][coreLoadExecutor-25-thread-1]: commit: wrote segments file "segments_1"
>>    [junit4]   2> 26533 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IW][coreLoadExecutor-25-thread-1]: commit: took 4.9 msec
>>    [junit4]   2> 26533 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IW][coreLoadExecutor-25-thread-1]: commit: done
>>    [junit4]   2> 26533 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IW][coreLoadExecutor-25-thread-1]: rollback
>>    [junit4]   2> 26533 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IW][coreLoadExecutor-25-thread-1]: all running merges have aborted
>>    [junit4]   2> 26533 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IW][coreLoadExecutor-25-thread-1]: rollback: done finish merges
>>    [junit4]   2> 26534 T41 c:collection1 oasu.LoggingInfoStream.message
>> [DW][coreLoadExecutor-25-thread-1]: abort
>>    [junit4]   2> 26534 T41 c:collection1 oasu.LoggingInfoStream.message
>> [DW][coreLoadExecutor-25-thread-1]: done abort success=true
>>    [junit4]   2> 26534 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IW][coreLoadExecutor-25-thread-1]: rollback: infos=
>>    [junit4]   2> 26534 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IFD][coreLoadExecutor-25-thread-1]: now checkpoint "" [0 segments ;
>> isCommit = false]
>>    [junit4]   2> 26535 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IFD][coreLoadExecutor-25-thread-1]: 0 msec to checkpoint
>>    [junit4]   2> 26535 T41 c:collection1 oasc.PluginBag.createPlugin
>> queryResponseWriter : 'velocity' created with startup=lazy
>>    [junit4]   2> 26535 T41 c:collection1 oasr.XSLTResponseWriter.init
>> xsltCacheLifetimeSeconds=5
>>    [junit4]   2> 26541 T41 c:collection1
>> oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain
>> defined as default, creating implicit default
>>    [junit4]   2> 26553 T41 c:collection1 oashl.XMLLoader.init
>> xsltCacheLifetimeSeconds=60
>>    [junit4]   2> 26556 T41 c:collection1 oashl.XMLLoader.init
>> xsltCacheLifetimeSeconds=60
>>    [junit4]   2> 26558 T41 c:collection1 oashl.XMLLoader.init
>> xsltCacheLifetimeSeconds=60
>>    [junit4]   2> 26560 T41 c:collection1 oashl.XMLLoader.init
>> xsltCacheLifetimeSeconds=60
>>    [junit4]   2> 26574 T41 c:collection1 oasc.PluginBag.createPlugin
>> requestHandler : '/update/extract' created with startup=lazy
>>    [junit4]   2> 26574 T41 c:collection1 oasc.PluginBag.createPlugin
>> requestHandler : '/analysis/field' created with startup=lazy
>>    [junit4]   2> 26575 T41 c:collection1 oasc.PluginBag.createPlugin
>> requestHandler : '/analysis/document' created with startup=lazy
>>    [junit4]   2> 26575 T41 c:collection1 oasc.PluginBag.createPlugin
>> requestHandler : '/spell' created with startup=lazy
>>    [junit4]   2> 26575 T41 c:collection1 oasc.PluginBag.createPlugin
>> requestHandler : '/suggest' created with startup=lazy
>>    [junit4]   2> 26575 T41 c:collection1 oasc.PluginBag.createPlugin
>> requestHandler : '/tvrh' created with startup=lazy
>>    [junit4]   2> 26580 T41 c:collection1 oasc.PluginBag.createPlugin
>> requestHandler : '/terms' created with startup=lazy
>>    [junit4]   2> 26581 T41 c:collection1 oasc.PluginBag.createPlugin
>> requestHandler : '/elevate' created with startup=lazy
>>    [junit4]   2> 26581 T41 c:collection1
>> oasc.RequestHandlers.initHandlersFromConfig 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,/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> 26584 T41 c:collection1 oasc.SolrCore.initStatsCache
>> Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
>>    [junit4]   2> 26586 T41 c:collection1 oasu.UpdateHandler.<init> Using
>> UpdateLog implementation: org.apache.solr.update.UpdateLog
>>    [junit4]   2> 26586 T41 c:collection1 oasu.UpdateLog.init Initializing
>> UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
>> maxNumLogsToKeep=10
>>    [junit4]   2> 26589 T41 c:collection1 oasu.CommitTracker.<init> Hard
>> AutoCommit: if uncommited for 15000ms;
>>    [junit4]   2> 26589 T41 c:collection1 oasu.CommitTracker.<init> Soft
>> AutoCommit: disabled
>>    [junit4]   2> 26590 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IFD][coreLoadExecutor-25-thread-1]: init: current segments file is
>> "segments_1";
>> deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@3566615f
>>    [junit4]   2> 26590 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IFD][coreLoadExecutor-25-thread-1]: init: load commit "segments_1"
>>    [junit4]   2> 26592 T41 c:collection1 oasc.SolrDeletionPolicy.onInit
>> SolrDeletionPolicy.onInit: commits: num=1
>>    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@1eaa65b6
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13a9b4f2
>> ),segFN=segments_1,generation=1}
>>    [junit4]   2> 26593 T41 c:collection1
>> oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
>>    [junit4]   2> 26594 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IFD][coreLoadExecutor-25-thread-1]: now checkpoint "" [0 segments ;
>> isCommit = false]
>>    [junit4]   2> 26594 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IFD][coreLoadExecutor-25-thread-1]: 0 msec to checkpoint
>>    [junit4]   2> 26594 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IW][coreLoadExecutor-25-thread-1]: init: create=false
>>    [junit4]   2> 26594 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IW][coreLoadExecutor-25-thread-1]:
>>    [junit4]   2>        dir=MockDirectoryWrapper(RAMDirectory@1eaa65b6
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13a9b4f2)
>>    [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>        default WRITE_LOCK_TIMEOUT=1000
>>    [junit4]   2>        writeLockTimeout=1000
>>    [junit4]   2>        codec=Lucene50
>>    [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.0
>>    [junit4]   2>
>> indexerThreadPool=org.apache.lucene.index.DocumentsWriterPerThreadPool@3772b233
>>    [junit4]   2>        readerPooling=false
>>    [junit4]   2>        perThreadHardLimitMB=1945
>>    [junit4]   2>        useCompoundFile=false
>>    [junit4]   2>        commitOnClose=true
>>    [junit4]   2>
>> writer=org.apache.solr.update.SolrIndexWriter@67a1fc08
>>    [junit4]   2>
>>    [junit4]   2> 26594 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IW][coreLoadExecutor-25-thread-1]: flush at getReader
>>    [junit4]   2> 26595 T41 c:collection1 oasu.LoggingInfoStream.message
>> [DW][coreLoadExecutor-25-thread-1]: startFullFlush
>>    [junit4]   2> 26595 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IW][coreLoadExecutor-25-thread-1]: apply all deletes during flush
>>    [junit4]   2> 26595 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IW][coreLoadExecutor-25-thread-1]: now apply all deletes for all segments
>> maxDoc=0
>>    [junit4]   2> 26595 T41 c:collection1 oasu.LoggingInfoStream.message
>> [BD][coreLoadExecutor-25-thread-1]: prune sis=segments_1:
>> minGen=9223372036854775807 packetCount=0
>>    [junit4]   2> 26596 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IW][coreLoadExecutor-25-thread-1]: return reader version=1
>> reader=StandardDirectoryReader(segments_1:1:nrt)
>>    [junit4]   2> 26596 T41 c:collection1 oasu.LoggingInfoStream.message
>> [DW][coreLoadExecutor-25-thread-1]: coreLoadExecutor-25-thread-1
>> finishFullFlush success=true
>>    [junit4]   2> 26596 T41 c:collection1 oasu.LoggingInfoStream.message
>> [IW][coreLoadExecutor-25-thread-1]: getReader took 2 msec
>>    [junit4]   2> 26596 T41 c:collection1 oass.SolrIndexSearcher.<init>
>> Opening Searcher@51f08401[collection1] main
>>    [junit4]   2> 26598 T41 c:collection1
>> oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage
>> initialized to use dir:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
>> 3004853E8802F64B-001/tempDir-001/collection1/conf
>>    [junit4]   2> 26599 T41 c:collection1 oasr.RestManager.init
>> Initializing RestManager with initArgs:
>> {storageDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
>> 3004853E8802F64B-001/tempDir-001/collection1/conf}
>>    [junit4]   2> 26600 T41 c:collection1 oasr.ManagedResourceStorage.load
>> Reading _rest_managed.json using
>> file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
>> 3004853E8802F64B-001/tempDir-001/collection1/conf
>>    [junit4]   2> 26602 T41 c:collection1 oasr.ManagedResourceStorage.load
>> Loaded LinkedHashMap at path _rest_managed.json using
>> file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
>> 3004853E8802F64B-001/tempDir-001/collection1/conf
>>    [junit4]   2> 26602 T41 c:collection1
>> oasr.ManagedResource.processStoredData Loaded initArgs {} for /rest/managed
>>    [junit4]   2> 26603 T41 c:collection1 oasr.RestManager.init
>> Initializing 2 registered ManagedResources
>>    [junit4]   2> 26603 T41 c:collection1 oasr.ManagedResourceStorage.load
>> Reading _schema_analysis_stopwords_english.json using
>> file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
>> 3004853E8802F64B-001/tempDir-001/collection1/conf
>>    [junit4]   2> 26605 T41 c:collection1 oasr.ManagedResourceStorage.load
>> Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using
>> file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
>> 3004853E8802F64B-001/tempDir-001/collection1/conf
>>    [junit4]   2> 26605 T41 c:collection1
>> oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=true}
>> for /schema/analysis/stopwords/english
>>    [junit4]   2> 26605 T41 c:collection1
>> oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 35
>> words for /schema/analysis/stopwords/english
>>    [junit4]   2> 26605 T41 c:collection1
>> oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of
>> /schema/analysis/stopwords/english
>>    [junit4]   2> 26605 T41 c:collection1 oasr.ManagedResourceStorage.load
>> Reading _schema_analysis_synonyms_english.json using
>> file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
>> 3004853E8802F64B-001/tempDir-001/collection1/conf
>>    [junit4]   2> 26606 T41 c:collection1 oasr.ManagedResourceStorage.load
>> Loaded LinkedHashMap at path _schema_analysis_synonyms_english.json using
>> file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
>> 3004853E8802F64B-001/tempDir-001/collection1/conf
>>    [junit4]   2> 26606 T41 c:collection1
>> oasr.ManagedResource.processStoredData Loaded initArgs
>> {ignoreCase=true,format=solr} for /schema/analysis/synonyms/english
>>    [junit4]   2> 26606 T41 c:collection1
>> oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage
>> Loaded 3 synonym mappings for /schema/analysis/synonyms/english
>>    [junit4]   2> 26607 T41 c:collection1
>> oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of
>> /schema/analysis/synonyms/english
>>    [junit4]   2> 26607 T41 c:collection1 oashc.SpellCheckComponent.inform
>> Initializing spell checkers
>>    [junit4]   2> 26607 T41 c:collection1 oass.DirectSolrSpellChecker.init
>> 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> 26609 T41 c:collection1 oashc.SpellCheckComponent.inform
>> No queryConverter defined, using default converter
>>    [junit4]   2> 26609 T41 c:collection1 oashc.SuggestComponent.inform
>> Initializing SuggestComponent
>>    [junit4]   2> 26610 T41 c:collection1 oasss.SolrSuggester.init init:
>> {name=mySuggester,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=string,buildOnStartup=false}
>>    [junit4]   2> 26613 T41 c:collection1 oasss.SolrSuggester.init
>> Dictionary loaded with params:
>> {name=mySuggester,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=string,buildOnStartup=false}
>>    [junit4]   2> 26615 T41 c:collection1
>> oashc.QueryElevationComponent.inform Loading QueryElevation from:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
>> 3004853E8802F64B-001/tempDir-001/collection1/conf/elevate.xml
>>    [junit4]   2> 26629 T41 c:collection1 oash.ReplicationHandler.inform
>> Commits will be reserved for  10000
>>    [junit4]   2> 26630 T42 c:collection1
>> oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests
>> to Searcher@51f08401[collection1]
>> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>>    [junit4]   2> 26631 T41 c:collection1 oasc.CoreContainer.registerCore
>> registering core: collection1
>>    [junit4]   2> 26632 T28 oass.SolrDispatchFilter.init
>> user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0
>>    [junit4]   2> 26632 T28 oass.SolrDispatchFilter.init
>> SolrDispatchFilter.init() done
>>    [junit4]   2> 26632 T28 oas.SolrJettyTestBase.createJetty Jetty
>> Assigned Port#59156
>>    [junit4]   2> ASYNC  NEW_CORE C6 name=collection1
>> org.apache.solr.core.SolrCore@66227857
>>    [junit4]   2> 26632 T42 c:collection1 C6 oasc.SolrCore.execute
>> [collection1] webapp=null path=null
>> params={q=static+firstSearcher+warming+in+solrconfig.xml&distrib=false&event=firstSearcher}
>> hits=0 status=0 QTime=1
>>    [junit4]   2> 26633 T42 c:collection1
>> oasc.QuerySenderListener.newSearcher QuerySenderListener done.
>>    [junit4]   2> 26633 T42 c:collection1
>> oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell
>> index for spellchecker: default
>>    [junit4]   2> 26633 T42 c:collection1
>> oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell
>> index for spellchecker: wordbreak
>>    [junit4]   2> 26633 T42 c:collection1 oasc.SolrCore.registerSearcher
>> [collection1] Registered new searcher Searcher@51f08401[collection1]
>> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>>    [junit4]   2> 26641 T28 oas.SolrTestCaseJ4.setUp ###Starting
>> testUpdateMultiValuedField
>>    [junit4]   2> ASYNC  NEW_CORE C7 name=collection1
>> org.apache.solr.core.SolrCore@66227857
>>    [junit4]   2> 28387 T32 c:collection1 C7
>> oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update
>> params={wt=xml&version=2.2} {add=[123 (1498507315232374784)]} 0 78
>>    [junit4]   2> ASYNC  NEW_CORE C8 name=collection1
>> org.apache.solr.core.SolrCore@66227857
>>    [junit4]   2> 28937 T34 c:collection1 C8
>> oasu.DirectUpdateHandler2.commit start
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>>    [junit4]   2> 28939 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-34]: commit: start
>>    [junit4]   2> 28940 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-34]: commit: enter lock
>>    [junit4]   2> 28940 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-34]: commit: now prepare
>>    [junit4]   2> 28940 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-34]: prepareCommit: flush
>>    [junit4]   2> 28940 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-34]:   index before flush
>>    [junit4]   2> 28941 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [DW][qtp152986263-34]: startFullFlush
>>    [junit4]   2> 28942 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [DW][qtp152986263-34]: anyChanges?
>> numDocsInRam=1 deletes=true hasTickets:false pendingChangesInFullFlush:
>> false
>>    [junit4]   2> 28942 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [DWFC][qtp152986263-34]: addFlushableState
>> DocumentsWriterPerThread [pendingDeletes=gen=0, segment=_0, aborted=false,
>> numDocsInRAM=1, deleteQueue=DWDQ: [ generation: 1 ]]
>>    [junit4]   2> 28943 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [DWPT][qtp152986263-34]: flush postings as
>> segment _0 numDocs=1
>>    [junit4]   2> 28949 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [DWPT][qtp152986263-34]: new segment has 0
>> deleted docs
>>    [junit4]   2> 28949 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [DWPT][qtp152986263-34]: new segment has no
>> vectors; no norms; no docValues; no prox; no freqs
>>    [junit4]   2> 28949 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [DWPT][qtp152986263-34]:
>> flushedFiles=[_0_Lucene50_0.doc, _0_Lucene50_0.tim, _0.fdx,
>> _0_Lucene50_0.tip, _0.fdt, _0.fnm]
>>    [junit4]   2> 28950 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [DWPT][qtp152986263-34]: flushed
>> codec=Lucene50
>>    [junit4]   2> 28950 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [DWPT][qtp152986263-34]: flushed: segment=_0
>> ramUsed=0.079 MB newFlushedSize=0.001 MB docs/MB=1,183.494
>>    [junit4]   2> 28951 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [DW][qtp152986263-34]: publishFlushedSegment
>> seg-private updates=null
>>    [junit4]   2> 28952 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-34]: publishFlushedSegment
>>    [junit4]   2> 28952 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [BD][qtp152986263-34]: push deletes  1
>> deleted terms (unique count=1) bytesUsed=1056 segmentPrivate?=false
>> delGen=2 packetCount=1 totBytesUsed=1056
>>    [junit4]   2> 28953 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-34]: publish sets
>> newSegment delGen=3 seg=_0(6.0.0):C1
>>    [junit4]   2> 28953 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IFD][qtp152986263-34]: now checkpoint
>> "_0(6.0.0):C1" [1 segments ; isCommit = false]
>>    [junit4]   2> 28954 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IFD][qtp152986263-34]: 0 msec to checkpoint
>>    [junit4]   2> 28954 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-34]: apply all deletes
>> during flush
>>    [junit4]   2> 28955 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-34]: now apply all deletes
>> for all segments maxDoc=1
>>    [junit4]   2> 28956 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [BD][qtp152986263-34]: applyDeletes: open
>> segment readers took 0 msec
>>    [junit4]   2> 28956 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [BD][qtp152986263-34]: applyDeletes:
>> infos=[_0(6.0.0):C1] packetCount=1
>>    [junit4]   2> 28957 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [BD][qtp152986263-34]: applyDeletes took 1
>> msec for 1 segments, 0 newly deleted docs (query deletes), 0 visited terms,
>> allDeleted=null
>>    [junit4]   2> 28957 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [BD][qtp152986263-34]: prune sis=segments_1:
>> _0(6.0.0):C1 minGen=3 packetCount=1
>>    [junit4]   2> 28958 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [BD][qtp152986263-34]: pruneDeletes: prune 1
>> packets; 0 packets remain
>>    [junit4]   2> 28958 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [DW][qtp152986263-34]: qtp152986263-34
>> finishFullFlush success=true
>>    [junit4]   2> 28959 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [TMP][qtp152986263-34]: findMerges: 1
>> segments
>>    [junit4]   2> 28965 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [TMP][qtp152986263-34]:   seg=_0(6.0.0):C1
>> size=0.001 MB [floored]
>>    [junit4]   2> 28965 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [TMP][qtp152986263-34]:
>>  allowedSegmentCount=1 vs count=1 (eligible count=1) tooBigCount=0
>>    [junit4]   2> 28965 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [MS][qtp152986263-34]: initDynamicDefaults
>> spins=false maxThreadCount=1 maxMergeCount=6
>>    [junit4]   2> 28966 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [MS][qtp152986263-34]: now merge
>>    [junit4]   2> 28966 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [MS][qtp152986263-34]:   index: _0(6.0.0):C1
>>    [junit4]   2> 28967 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [MS][qtp152986263-34]:   no more merges
>> pending; now return
>>    [junit4]   2> 28967 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-34]: startCommit(): start
>>    [junit4]   2> 28968 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-34]: startCommit
>> index=_0(6.0.0):C1 changeCount=3
>>    [junit4]   2> 28970 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-34]: done all syncs: [_
>> 0.si, _0_Lucene50_0.doc, _0_Lucene50_0.tim, _0.fdx, _0_Lucene50_0.tip,
>> _0.fdt, _0.fnm]
>>    [junit4]   2> 28971 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-34]: commit: pendingCommit
>> != null
>>    [junit4]   2> 28972 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IFD][qtp152986263-34]: now checkpoint
>> "_0(6.0.0):C1" [1 segments ; isCommit = true]
>>    [junit4]   2> 28972 T34 c:collection1 C8
>> oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
>>    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@1eaa65b6
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13a9b4f2
>> ),segFN=segments_1,generation=1}
>>    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@1eaa65b6
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13a9b4f2
>> ),segFN=segments_2,generation=2}
>>    [junit4]   2> 28973 T34 c:collection1 C8
>> oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
>>    [junit4]   2> 28973 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IFD][qtp152986263-34]: deleteCommits: now
>> decRef commit "segments_1"
>>    [junit4]   2> 28974 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IFD][qtp152986263-34]: delete "segments_1"
>>    [junit4]   2> 28974 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IFD][qtp152986263-34]: 2 msec to checkpoint
>>    [junit4]   2> 28974 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-34]: commit: wrote
>> segments file "segments_2"
>>    [junit4]   2> 28975 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-34]: commit: took 34.7 msec
>>    [junit4]   2> 28975 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-34]: commit: done
>>    [junit4]   2> 28977 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-34]: nrtIsCurrent:
>> infoVersion matches: false; DW changes: false; BD changes: false
>>    [junit4]   2> 28978 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-34]: flush at getReader
>>    [junit4]   2> 28978 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [DW][qtp152986263-34]: startFullFlush
>>    [junit4]   2> 28978 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-34]: apply all deletes
>> during flush
>>    [junit4]   2> 28979 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-34]: now apply all deletes
>> for all segments maxDoc=1
>>    [junit4]   2> 28979 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [BD][qtp152986263-34]: applyDeletes: open
>> segment readers took 0 msec
>>    [junit4]   2> 28979 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [BD][qtp152986263-34]: applyDeletes: no
>> segments; skipping
>>    [junit4]   2> 28979 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [BD][qtp152986263-34]: prune sis=segments_1:
>> _0(6.0.0):C1 minGen=3 packetCount=0
>>    [junit4]   2> 28981 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-34]: return reader
>> version=3 reader=StandardDirectoryReader(segments_1:3:nrt _0(6.0.0):C1)
>>    [junit4]   2> 28981 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [DW][qtp152986263-34]: qtp152986263-34
>> finishFullFlush success=true
>>    [junit4]   2> 28981 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-34]: getReader took 3 msec
>>    [junit4]   2> 28982 T34 c:collection1 C8 oass.SolrIndexSearcher.<init>
>> Opening Searcher@88a7eb3[collection1] main
>>    [junit4]   2> 28985 T42 c:collection1
>> oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests
>> to Searcher@88a7eb3[collection1]
>> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C1)))}
>>    [junit4]   2> 28985 T42 c:collection1
>> oasc.QuerySenderListener.newSearcher QuerySenderListener done.
>>    [junit4]   2> 28985 T42 c:collection1 oasc.SolrCore.registerSearcher
>> [collection1] Registered new searcher Searcher@88a7eb3[collection1]
>> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C1)))}
>>    [junit4]   2> 28987 T34 c:collection1 C8
>> oasu.DirectUpdateHandler2.commit end_commit_flush
>>    [junit4]   2> 28987 T34 c:collection1 C8
>> oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update
>> params={waitSearcher=true&commit=true&softCommit=false&wt=xml&version=2.2}
>> {commit=} 0 200
>>    [junit4]   2> 29067 T35 c:collection1 C8 oasc.SolrCore.execute
>> [collection1] webapp=/solr path=/select
>> params={q=id:123&wt=xml&version=2.2} hits=1 status=0 QTime=60
>>    [junit4]   2> 29117 T36 c:collection1 C8
>> oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update
>> params={wt=xml&version=2.2} {add=[123 (1498507316000980992)]} 0 8
>>    [junit4]   2> 29128 T37 c:collection1 C8
>> oasu.DirectUpdateHandler2.commit start
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>>    [junit4]   2> 29129 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-37]: commit: start
>>    [junit4]   2> 29129 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-37]: commit: enter lock
>>    [junit4]   2> 29130 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-37]: commit: now prepare
>>    [junit4]   2> 29130 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-37]: prepareCommit: flush
>>    [junit4]   2> 29133 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-37]:   index before flush
>> _0(6.0.0):C1
>>    [junit4]   2> 29133 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [DW][qtp152986263-37]: startFullFlush
>>    [junit4]   2> 29134 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [DW][qtp152986263-37]: anyChanges?
>> numDocsInRam=1 deletes=true hasTickets:false pendingChangesInFullFlush:
>> false
>>    [junit4]   2> 29134 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [DWFC][qtp152986263-37]: addFlushableState
>> DocumentsWriterPerThread [pendingDeletes=gen=0, segment=_1, aborted=false,
>> numDocsInRAM=1, deleteQueue=DWDQ: [ generation: 3 ]]
>>    [junit4]   2> 29134 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [DWPT][qtp152986263-37]: flush postings as
>> segment _1 numDocs=1
>>    [junit4]   2> 29139 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [DWPT][qtp152986263-37]: new segment has 0
>> deleted docs
>>    [junit4]   2> 29139 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [DWPT][qtp152986263-37]: new segment has no
>> vectors; no norms; no docValues; no prox; no freqs
>>    [junit4]   2> 29140 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [DWPT][qtp152986263-37]:
>> flushedFiles=[_1_Lucene50_0.doc, _1_Lucene50_0.tim, _1.fdx, _1.fnm, _1.fdt,
>> _1_Lucene50_0.tip]
>>    [junit4]   2> 29140 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [DWPT][qtp152986263-37]: flushed
>> codec=Lucene50
>>    [junit4]   2> 29141 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [DWPT][qtp152986263-37]: flushed: segment=_1
>> ramUsed=0.087 MB newFlushedSize=0.001 MB docs/MB=971.804
>>    [junit4]   2> 29142 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [DW][qtp152986263-37]: publishFlushedSegment
>> seg-private updates=null
>>    [junit4]   2> 29143 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-37]: publishFlushedSegment
>>    [junit4]   2> 29143 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [BD][qtp152986263-37]: push deletes  1
>> deleted terms (unique count=1) bytesUsed=1056 segmentPrivate?=false
>> delGen=6 packetCount=1 totBytesUsed=1056
>>    [junit4]   2> 29143 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-37]: publish sets
>> newSegment delGen=7 seg=_1(6.0.0):C1
>>    [junit4]   2> 29144 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [IFD][qtp152986263-37]: now checkpoint
>> "_0(6.0.0):C1 _1(6.0.0):C1" [2 segments ; isCommit = false]
>>    [junit4]   2> 29145 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [IFD][qtp152986263-37]: 1 msec to checkpoint
>>    [junit4]   2> 29145 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-37]: apply all deletes
>> during flush
>>    [junit4]   2> 29145 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-37]: now apply all deletes
>> for all segments maxDoc=2
>>    [junit4]   2> 29146 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [BD][qtp152986263-37]: applyDeletes: open
>> segment readers took 0 msec
>>    [junit4]   2> 29148 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [BD][qtp152986263-37]: applyDeletes:
>> infos=[_0(6.0.0):C1, _1(6.0.0):C1] packetCount=1
>>    [junit4]   2> 29162 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [BD][qtp152986263-37]: applyTermDeletes took
>> 11.3 msec for 2 segments and 1 packets; 1 del terms visited; 2 seg terms
>> visited
>>    [junit4]   2> 29162 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [BD][qtp152986263-37]: applyDeletes: 1 new
>> deleted documents
>>    [junit4]   2> 29163 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [BD][qtp152986263-37]: applyDeletes took 16
>> msec for 2 segments, 0 newly deleted docs (query deletes), 1 visited terms,
>> allDeleted=[_0(6.0.0):C1]
>>    [junit4]   2> 29164 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [IFD][qtp152986263-37]: now checkpoint
>> "_0(6.0.0):C1/1 _1(6.0.0):C1" [2 segments ; isCommit = false]
>>    [junit4]   2> 29164 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [IFD][qtp152986263-37]: 0 msec to checkpoint
>>    [junit4]   2> 29165 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-37]: drop 100% deleted
>> segments: _0(6.0.0):C1/1
>>    [junit4]   2> 29165 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [IFD][qtp152986263-37]: now checkpoint
>> "_1(6.0.0):C1" [1 segments ; isCommit = false]
>>    [junit4]   2> 29166 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [IFD][qtp152986263-37]: 0 msec to checkpoint
>>    [junit4]   2> 29166 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [BD][qtp152986263-37]: prune sis=segments_1:
>> _1(6.0.0):C1 minGen=8 packetCount=1
>>    [junit4]   2> 29166 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [BD][qtp152986263-37]: pruneDeletes: prune 1
>> packets; 0 packets remain
>>    [junit4]   2> 29167 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [DW][qtp152986263-37]: qtp152986263-37
>> finishFullFlush success=true
>>    [junit4]   2> 29167 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [TMP][qtp152986263-37]: findMerges: 1
>> segments
>>    [junit4]   2> 29168 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [TMP][qtp152986263-37]:   seg=_1(6.0.0):C1
>> size=0.001 MB [floored]
>>    [junit4]   2> 29169 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [TMP][qtp152986263-37]:
>>  allowedSegmentCount=1 vs count=1 (eligible count=1) tooBigCount=0
>>    [junit4]   2> 29171 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [MS][qtp152986263-37]: now merge
>>    [junit4]   2> 29172 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [MS][qtp152986263-37]:   index: _1(6.0.0):C1
>>    [junit4]   2> 29172 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [MS][qtp152986263-37]:   no more merges
>> pending; now return
>>    [junit4]   2> 29172 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-37]: startCommit(): start
>>    [junit4]   2> 29173 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-37]: startCommit
>> index=_1(6.0.0):C1 changeCount=8
>>    [junit4]   2> 29174 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-37]: done all syncs:
>> [_1_Lucene50_0.doc, _1_Lucene50_0.tim, _1.si, _1.fdx, _1.fnm, _1.fdt,
>> _1_Lucene50_0.tip]
>>    [junit4]   2> 29175 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-37]: commit: pendingCommit
>> != null
>>    [junit4]   2> 29175 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [IFD][qtp152986263-37]: now checkpoint
>> "_1(6.0.0):C1" [1 segments ; isCommit = true]
>>    [junit4]   2> 29176 T37 c:collection1 C8
>> oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
>>    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@1eaa65b6
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13a9b4f2
>> ),segFN=segments_2,generation=2}
>>    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@1eaa65b6
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13a9b4f2
>> ),segFN=segments_3,generation=3}
>>    [junit4]   2> 29177 T37 c:collection1 C8
>> oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
>>    [junit4]   2> 29177 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [IFD][qtp152986263-37]: deleteCommits: now
>> decRef commit "segments_2"
>>    [junit4]   2> 29177 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [IFD][qtp152986263-37]: delete "segments_2"
>>    [junit4]   2> 29178 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [IFD][qtp152986263-37]: 2 msec to checkpoint
>>    [junit4]   2> 29179 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-37]: commit: wrote
>> segments file "segments_3"
>>    [junit4]   2> 29179 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-37]: commit: took 48.7 msec
>>    [junit4]   2> 29179 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-37]: commit: done
>>    [junit4]   2> 29180 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-37]: nrtIsCurrent:
>> infoVersion matches: false; DW changes: false; BD changes: false
>>    [junit4]   2> 29180 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-37]: flush at getReader
>>    [junit4]   2> 29181 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [DW][qtp152986263-37]: startFullFlush
>>    [junit4]   2> 29181 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-37]: apply all deletes
>> during flush
>>    [junit4]   2> 29191 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-37]: now apply all deletes
>> for all segments maxDoc=1
>>    [junit4]   2> 29191 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [BD][qtp152986263-37]: applyDeletes: open
>> segment readers took 0 msec
>>    [junit4]   2> 29191 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [BD][qtp152986263-37]: applyDeletes: no
>> segments; skipping
>>    [junit4]   2> 29191 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [BD][qtp152986263-37]: prune sis=segments_1:
>> _1(6.0.0):C1 minGen=8 packetCount=0
>>    [junit4]   2> 29192 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-37]: return reader
>> version=7 reader=StandardDirectoryReader(segments_1:7:nrt _1(6.0.0):C1)
>>    [junit4]   2> 29192 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [DW][qtp152986263-37]: qtp152986263-37
>> finishFullFlush success=true
>>    [junit4]   2> 29193 T37 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-37]: getReader took 13 msec
>>    [junit4]   2> 29193 T37 c:collection1 C8 oass.SolrIndexSearcher.<init>
>> Opening Searcher@463e3d60[collection1] main
>>    [junit4]   2> 29196 T42 c:collection1
>> oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests
>> to Searcher@463e3d60[collection1]
>> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):C1)))}
>>    [junit4]   2> 29196 T42 c:collection1
>> oasc.QuerySenderListener.newSearcher QuerySenderListener done.
>>    [junit4]   2> 29196 T42 c:collection1 oasc.SolrCore.registerSearcher
>> [collection1] Registered new searcher Searcher@463e3d60[collection1]
>> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):C1)))}
>>    [junit4]   2> 29197 T37 c:collection1 C8
>> oasu.DirectUpdateHandler2.commit end_commit_flush
>>    [junit4]   2> 29199 T42 c:collection1 oasu.LoggingInfoStream.message
>> [IFD][searcherExecutor-26-thread-1-processing-{core=collection1}]: delete "_
>> 0.si"
>>    [junit4]   2> 29200 T42 c:collection1 oasu.LoggingInfoStream.message
>> [IFD][searcherExecutor-26-thread-1-processing-{core=collection1}]: delete
>> "_0_Lucene50_0.doc"
>>    [junit4]   2> 29200 T42 c:collection1 oasu.LoggingInfoStream.message
>> [IFD][searcherExecutor-26-thread-1-processing-{core=collection1}]: delete
>> "_0_Lucene50_0.tim"
>>    [junit4]   2> 29200 T42 c:collection1 oasu.LoggingInfoStream.message
>> [IFD][searcherExecutor-26-thread-1-processing-{core=collection1}]: delete
>> "_0.fdx"
>>    [junit4]   2> 29201 T42 c:collection1 oasu.LoggingInfoStream.message
>> [IFD][searcherExecutor-26-thread-1-processing-{core=collection1}]: delete
>> "_0_Lucene50_0.tip"
>>    [junit4]   2> 29201 T42 c:collection1 oasu.LoggingInfoStream.message
>> [IFD][searcherExecutor-26-thread-1-processing-{core=collection1}]: delete
>> "_0.fdt"
>>    [junit4]   2> 29201 T42 c:collection1 oasu.LoggingInfoStream.message
>> [IFD][searcherExecutor-26-thread-1-processing-{core=collection1}]: delete
>> "_0.fnm"
>>    [junit4]   2> 29202 T37 c:collection1 C8
>> oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update
>> params={waitSearcher=true&commit=true&softCommit=false&wt=xml&version=2.2}
>> {commit=} 0 77
>>    [junit4]   2> 29208 T38 c:collection1 C8 oasc.SolrCore.execute
>> [collection1] webapp=/solr path=/select
>> params={q=id:123&wt=xml&version=2.2} hits=1 status=0 QTime=1
>>    [junit4]   2> 29228 T32 c:collection1 C8
>> oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update
>> params={wt=xml&version=2.2} {add=[123 (1498507316118421504)]} 0 5
>>    [junit4]   2> 29235 T34 c:collection1 C8
>> oasu.DirectUpdateHandler2.commit start
>> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>>    [junit4]   2> 29235 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-34]: commit: start
>>    [junit4]   2> 29235 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-34]: commit: enter lock
>>    [junit4]   2> 29235 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-34]: commit: now prepare
>>    [junit4]   2> 29236 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-34]: prepareCommit: flush
>>    [junit4]   2> 29237 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-34]:   index before flush
>> _1(6.0.0):C1
>>    [junit4]   2> 29238 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [DW][qtp152986263-34]: startFullFlush
>>    [junit4]   2> 29238 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [DW][qtp152986263-34]: anyChanges?
>> numDocsInRam=1 deletes=true hasTickets:false pendingChangesInFullFlush:
>> false
>>    [junit4]   2> 29238 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [DWFC][qtp152986263-34]: addFlushableState
>> DocumentsWriterPerThread [pendingDeletes=gen=0, segment=_2, aborted=false,
>> numDocsInRAM=1, deleteQueue=DWDQ: [ generation: 5 ]]
>>    [junit4]   2> 29239 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [DWPT][qtp152986263-34]: flush postings as
>> segment _2 numDocs=1
>>    [junit4]   2> 29243 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [DWPT][qtp152986263-34]: new segment has 0
>> deleted docs
>>    [junit4]   2> 29244 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [DWPT][qtp152986263-34]: new segment has no
>> vectors; no norms; no docValues; no prox; no freqs
>>    [junit4]   2> 29244 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [DWPT][qtp152986263-34]:
>> flushedFiles=[_2.fdt, _2.fnm, _2.fdx, _2_Lucene50_0.doc, _2_Lucene50_0.tim,
>> _2_Lucene50_0.tip]
>>    [junit4]   2> 29245 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [DWPT][qtp152986263-34]: flushed
>> codec=Lucene50
>>    [junit4]   2> 29245 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [DWPT][qtp152986263-34]: flushed: segment=_2
>> ramUsed=0.087 MB newFlushedSize=0.001 MB docs/MB=942.964
>>    [junit4]   2> 29245 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [DW][qtp152986263-34]: publishFlushedSegment
>> seg-private updates=null
>>    [junit4]   2> 29246 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-34]: publishFlushedSegment
>>    [junit4]   2> 29246 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [BD][qtp152986263-34]: push deletes  1
>> deleted terms (unique count=1) bytesUsed=1056 segmentPrivate?=false
>> delGen=10 packetCount=1 totBytesUsed=1056
>>    [junit4]   2> 29247 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-34]: publish sets
>> newSegment delGen=11 seg=_2(6.0.0):C1
>>    [junit4]   2> 29247 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IFD][qtp152986263-34]: now checkpoint
>> "_1(6.0.0):C1 _2(6.0.0):C1" [2 segments ; isCommit = false]
>>    [junit4]   2> 29248 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IFD][qtp152986263-34]: 0 msec to checkpoint
>>    [junit4]   2> 29249 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-34]: apply all deletes
>> during flush
>>    [junit4]   2> 29249 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-34]: now apply all deletes
>> for all segments maxDoc=2
>>    [junit4]   2> 29250 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [BD][qtp152986263-34]: applyDeletes: open
>> segment readers took 0 msec
>>    [junit4]   2> 29251 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [BD][qtp152986263-34]: applyDeletes:
>> infos=[_1(6.0.0):C1, _2(6.0.0):C1] packetCount=1
>>    [junit4]   2> 29253 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [BD][qtp152986263-34]: applyTermDeletes took
>> 0.2 msec for 2 segments and 1 packets; 1 del terms visited; 2 seg terms
>> visited
>>    [junit4]   2> 29253 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [BD][qtp152986263-34]: applyDeletes: 1 new
>> deleted documents
>>    [junit4]   2> 29254 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [BD][qtp152986263-34]: applyDeletes took 4
>> msec for 2 segments, 0 newly deleted docs (query deletes), 1 visited terms,
>> allDeleted=[_1(6.0.0):C1]
>>    [junit4]   2> 29254 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IFD][qtp152986263-34]: now checkpoint
>> "_1(6.0.0):C1/1 _2(6.0.0):C1" [2 segments ; isCommit = false]
>>    [junit4]   2> 29255 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IFD][qtp152986263-34]: 0 msec to checkpoint
>>    [junit4]   2> 29255 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-34]: drop 100% deleted
>> segments: _1(6.0.0):C1/1
>>    [junit4]   2> 29256 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IFD][qtp152986263-34]: now checkpoint
>> "_2(6.0.0):C1" [1 segments ; isCommit = false]
>>    [junit4]   2> 29256 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IFD][qtp152986263-34]: 0 msec to checkpoint
>>    [junit4]   2> 29256 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [BD][qtp152986263-34]: prune sis=segments_1:
>> _2(6.0.0):C1 minGen=12 packetCount=1
>>    [junit4]   2> 29257 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [BD][qtp152986263-34]: pruneDeletes: prune 1
>> packets; 0 packets remain
>>    [junit4]   2> 29257 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [DW][qtp152986263-34]: qtp152986263-34
>> finishFullFlush success=true
>>    [junit4]   2> 29257 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [TMP][qtp152986263-34]: findMerges: 1
>> segments
>>    [junit4]   2> 29258 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [TMP][qtp152986263-34]:   seg=_2(6.0.0):C1
>> size=0.001 MB [floored]
>>    [junit4]   2> 29260 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [TMP][qtp152986263-34]:
>>  allowedSegmentCount=1 vs count=1 (eligible count=1) tooBigCount=0
>>    [junit4]   2> 29260 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [MS][qtp152986263-34]: now merge
>>    [junit4]   2> 29260 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [MS][qtp152986263-34]:   index: _2(6.0.0):C1
>>    [junit4]   2> 29260 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [MS][qtp152986263-34]:   no more merges
>> pending; now return
>>    [junit4]   2> 29261 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-34]: startCommit(): start
>>    [junit4]   2> 29261 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-34]: startCommit
>> index=_2(6.0.0):C1 changeCount=13
>>    [junit4]   2> 29262 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-34]: done all syncs: [_
>> 2.si, _2.fdt, _2.fnm, _2.fdx, _2_Lucene50_0.doc, _2_Lucene50_0.tim,
>> _2_Lucene50_0.tip]
>>    [junit4]   2> 29262 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-34]: commit: pendingCommit
>> != null
>>    [junit4]   2> 29263 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IFD][qtp152986263-34]: now checkpoint
>> "_2(6.0.0):C1" [1 segments ; isCommit = true]
>>    [junit4]   2> 29264 T34 c:collection1 C8
>> oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
>>    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@1eaa65b6
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13a9b4f2
>> ),segFN=segments_3,generation=3}
>>    [junit4]   2>
>> commit{dir=MockDirectoryWrapper(RAMDirectory@1eaa65b6
>> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13a9b4f2
>> ),segFN=segments_4,generation=4}
>>    [junit4]   2> 29264 T34 c:collection1 C8
>> oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
>>    [junit4]   2> 29264 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IFD][qtp152986263-34]: deleteCommits: now
>> decRef commit "segments_3"
>>    [junit4]   2> 29264 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IFD][qtp152986263-34]: delete "segments_3"
>>    [junit4]   2> 29265 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IFD][qtp152986263-34]: 1 msec to checkpoint
>>    [junit4]   2> 29265 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-34]: commit: wrote
>> segments file "segments_4"
>>    [junit4]   2> 29266 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-34]: commit: took 29.8 msec
>>    [junit4]   2> 29266 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-34]: commit: done
>>    [junit4]   2> 29266 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-34]: nrtIsCurrent:
>> infoVersion matches: false; DW changes: false; BD changes: false
>>    [junit4]   2> 29267 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-34]: flush at getReader
>>    [junit4]   2> 29268 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [DW][qtp152986263-34]: startFullFlush
>>    [junit4]   2> 29268 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-34]: apply all deletes
>> during flush
>>    [junit4]   2> 29269 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [IW][qtp152986263-34]: now apply all deletes
>> for all segments maxDoc=1
>>    [junit4]   2> 29269 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [BD][qtp152986263-34]: applyDeletes: open
>> segment readers took 0 msec
>>    [junit4]   2> 29269 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [BD][qtp152986263-34]: applyDeletes: no
>> segments; skipping
>>    [junit4]   2> 29269 T34 c:collection1 C8
>> oasu.LoggingInfoStream.message [BD][qtp152986263-34]: prune
>>
>> [...truncated too long message...]
>>
>> ex before flush
>>    [junit4]   2> 127160 T386 C249 oasu.LoggingInfoStream.message
>> [DW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]:
>> startFullFlush
>>    [junit4]   2> 127160 T386 C249 oasu.LoggingInfoStream.message
>> [DW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]:
>> SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker finishFullFlush
>> success=true
>>    [junit4]   2> 127160 T386 C249 oasu.LoggingInfoStream.message
>> [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: apply all
>> deletes during flush
>>    [junit4]   2> 127160 T386 C249 oasu.LoggingInfoStream.message
>> [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: now apply
>> all deletes for all segments maxDoc=0
>>    [junit4]   2> 127160 T386 C249 oasu.LoggingInfoStream.message
>> [BD][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: prune
>> sis=segments_1:  minGen=9223372036854775807 packetCount=0
>>    [junit4]   2> 127161 T386 C249 oasu.LoggingInfoStream.message
>> [MS][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]:
>> updateMergeThreads ioThrottle=true targetMBPerSec=10240.0 MB/sec
>>    [junit4]   2> 127161 T386 C249 oasu.LoggingInfoStream.message
>> [MS][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: now merge
>>    [junit4]   2> 127161 T386 C249 oasu.LoggingInfoStream.message
>> [MS][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]:   index:
>>    [junit4]   2> 127161 T386 C249 oasu.LoggingInfoStream.message
>> [MS][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]:   no more
>> merges pending; now return
>>    [junit4]   2> 127162 T386 C249 oasu.LoggingInfoStream.message
>> [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]:
>> waitForMerges
>>    [junit4]   2> 127162 T386 C249 oasu.LoggingInfoStream.message
>> [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]:
>> waitForMerges done
>>    [junit4]   2> 127162 T386 C249 oasu.LoggingInfoStream.message
>> [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: commit:
>> start
>>    [junit4]   2> 127162 T386 C249 oasu.LoggingInfoStream.message
>> [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: commit:
>> enter lock
>>    [junit4]   2> 127162 T386 C249 oasu.LoggingInfoStream.message
>> [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: commit:
>> now prepare
>>    [junit4]   2> 127163 T386 C249 oasu.LoggingInfoStream.message
>> [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]:
>> prepareCommit: flush
>>    [junit4]   2> 127163 T386 C249 oasu.LoggingInfoStream.message
>> [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]:   index
>> before flush
>>    [junit4]   2> 127163 T386 C249 oasu.LoggingInfoStream.message
>> [DW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]:
>> startFullFlush
>>    [junit4]   2> 127163 T386 C249 oasu.LoggingInfoStream.message
>> [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: apply all
>> deletes during flush
>>    [junit4]   2> 127164 T386 C249 oasu.LoggingInfoStream.message
>> [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: now apply
>> all deletes for all segments maxDoc=0
>>    [junit4]   2> 127164 T386 C249 oasu.LoggingInfoStream.message
>> [BD][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: prune
>> sis=segments_1:  minGen=9223372036854775807 packetCount=0
>>    [junit4]   2> 127164 T386 C249 oasu.LoggingInfoStream.message
>> [DW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]:
>> SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker finishFullFlush
>> success=true
>>    [junit4]   2> 127164 T386 C249 oasu.LoggingInfoStream.message
>> [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]:
>> startCommit(): start
>>    [junit4]   2> 127165 T386 C249 oasu.LoggingInfoStream.message
>> [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]:   skip
>> startCommit(): no changes pending
>>    [junit4]   2> 127165 T386 C249 oasu.LoggingInfoStream.message
>> [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: commit:
>> pendingCommit == null; skip
>>    [junit4]   2> 127165 T386 C249 oasu.LoggingInfoStream.message
>> [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: commit:
>> wrote segments file "null"
>>    [junit4]   2> 127166 T386 C249 oasu.LoggingInfoStream.message
>> [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: commit:
>> took 2.9 msec
>>    [junit4]   2> 127166 T386 C249 oasu.LoggingInfoStream.message
>> [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: commit:
>> done
>>    [junit4]   2> 127166 T386 C249 oasu.LoggingInfoStream.message
>> [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: rollback
>>    [junit4]   2> 127166 T386 C249 oasu.LoggingInfoStream.message
>> [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: all
>> running merges have aborted
>>    [junit4]   2> 127166 T386 C249 oasu.LoggingInfoStream.message
>> [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: rollback:
>> done finish merges
>>    [junit4]   2> 127167 T386 C249 oasu.LoggingInfoStream.message
>> [DW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: abort
>>    [junit4]   2> 127167 T386 C249 oasu.LoggingInfoStream.message
>> [DW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: done
>> abort success=true
>>    [junit4]   2> 127167 T386 C249 oasu.LoggingInfoStream.message
>> [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: rollback:
>> infos=
>>    [junit4]   2> 127167 T386 C249 oasu.LoggingInfoStream.message
>> [IFD][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: now
>> checkpoint "" [0 segments ; isCommit = false]
>>    [junit4]   2> 127167 T386 C249 oasu.LoggingInfoStream.message
>> [IFD][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: 0 msec
>> to checkpoint
>>    [junit4]   2> 127169 T386 oasc.SolrCore.closeSearcher [collection1]
>> Closing main searcher on request.
>>    [junit4]   2> 127196 T386 oasc.CachingDirectoryFactory.close Closing
>> MockDirectoryFactory - 2 directories currently being tracked
>>    [junit4]   2> 127199 T386 oasc.CachingDirectoryFactory.closeCacheValue
>> looking to close
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrExampleBinaryTest
>> 3004853E8802F64B-001/tempDir-001/collection1/data
>> [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrExampleBinaryTest
>> 3004853E8802F64B-001/tempDir-001/collection1/data;done=false>>]
>>    [junit4]   2> 127199 T386 oasc.CachingDirectoryFactory.close Closing
>> directory:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrExampleBinaryTest
>> 3004853E8802F64B-001/tempDir-001/collection1/data
>>    [junit4]   2> 127200 T386 oasc.CachingDirectoryFactory.closeCacheValue
>> looking to close
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrExampleBinaryTest
>> 3004853E8802F64B-001/tempDir-001/collection1/data/index
>> [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrExampleBinaryTest
>> 3004853E8802F64B-001/tempDir-001/collection1/data/index;done=false>>]
>>    [junit4]   2> 127200 T386 oasc.CachingDirectoryFactory.close Closing
>> directory:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrExampleBinaryTest
>> 3004853E8802F64B-001/tempDir-001/collection1/data/index
>>    [junit4]   2> 127201 T386 oejsh.ContextHandler.doStop Stopped
>> o.e.j.s.ServletContextHandler@3b173ba5{/solr,null,UNAVAILABLE}
>>    [junit4]   2> 127203 T386 oas.SolrTestCaseJ4.deleteCore ###deleteCore
>>    [junit4]   2> NOTE: leaving temporary files on disk at:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrExampleBinaryTest
>> 3004853E8802F64B-001
>>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {},
>> docValues:{}, sim=DefaultSimilarity, locale=sr_RS,
>> timezone=America/Kralendijk
>>    [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_40
>> (64-bit)/cpus=3,threads=1,free=28402720,total=59207680
>>    [junit4]   2> NOTE: All tests run in this JVM: [ContentStreamTest,
>> TestZkConfigManager, QueryResponseTest, TestLBHttpSolrClient,
>> SolrExceptionTest, ClientUtilsTest, SolrExampleStreamingBinaryTest,
>> AnlysisResponseBaseTest, SolrExampleJettyTest, LargeVolumeEmbeddedTest,
>> CloudSolrClientMultiConstructorTest, MergeIndexesEmbeddedTest,
>> SolrPingTest, LargeVolumeJettyTest, SolrExampleStreamingTest,
>> SolrExampleBinaryTest]
>>    [junit4] Completed [22/57] on J1 in 7.27s, 33 tests, 1 error <<<
>> FAILURES!
>>
>> [...truncated 119 lines...]
>> BUILD FAILED
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:526: The
>> following error occurred while executing this line:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:474: The
>> following error occurred while executing this line:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:61: The
>> following error occurred while executing this line:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:39:
>> The following error occurred while executing this line:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:242: The
>> following error occurred while executing this line:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:512:
>> The following error occurred while executing this line:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1415:
>> The following error occurred while executing this line:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:973:
>> There were test failures: 57 suites, 381 tests, 5 errors
>>
>> Total time: 72 minutes 43 seconds
>> Build step 'Invoke Ant' marked build as failure
>> [description-setter] Description set: Java: 64bit/jdk1.8.0
>> -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
>> Archiving artifacts
>> Recording test results
>> Email was triggered for: Failure - Any
>> Sending email for trigger: Failure - Any
>>
>>
>

Re: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 2179 - Still Failing!

Posted by Tommaso Teofili <to...@apache.org>.
this is due to my recent commit to fix the compile errors in the Solr
build, I'll see if I can adjust it to make the test pass too.



2015-04-15 10:55 GMT+02:00 Policeman Jenkins Server <je...@thetaphi.de>:

> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/2179/
> Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
>
> 5 tests failed.
> FAILED:  org.apache.solr.client.solrj.SolrExampleBinaryTest.testRawFields
>
> Error Message:
> Expected ',' or '}': char=@,position=286
> BEFORE='","json_s":org.apache.lucene.document.LazyDocument$LazyField@'
> AFTER='4920f480}]}} '
>
> Stack Trace:
> org.noggit.JSONParser$ParseException: Expected ',' or '}':
> char=@,position=286
> BEFORE='","json_s":org.apache.lucene.document.LazyDocument$LazyField@'
> AFTER='4920f480}]}} '
>         at
> __randomizedtesting.SeedInfo.seed([3004853E8802F64B:BA44BE415151056]:0)
>         at org.noggit.JSONParser.err(JSONParser.java:356)
>         at org.noggit.JSONParser.nextEvent(JSONParser.java:958)
>         at
> org.apache.solr.client.solrj.SolrExampleTests.testRawFields(SolrExampleTests.java:595)
>         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)
>
>
> FAILED:  org.apache.solr.client.solrj.SolrExampleXMLTest.testRawFields
>
> Error Message:
> Expected ',' or '}': char=@,position=286
> BEFORE='","json_s":org.apache.lucene.document.LazyDocument$LazyField@'
> AFTER='52357ff2}]}} '
>
> Stack Trace:
> org.noggit.JSONParser$ParseException: Expected ',' or '}':
> char=@,position=286
> BEFORE='","json_s":org.apache.lucene.document.LazyDocument$LazyField@'
> AFTER='52357ff2}]}} '
>         at
> __randomizedtesting.SeedInfo.seed([3004853E8802F64B:BA44BE415151056]:0)
>         at org.noggit.JSONParser.err(JSONParser.java:356)
>         at org.noggit.JSONParser.nextEvent(JSONParser.java:958)
>         at
> org.apache.solr.client.solrj.SolrExampleTests.testRawFields(SolrExampleTests.java:595)
>         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)
>
>
> FAILED:
> org.apache.solr.client.solrj.embedded.SolrExampleJettyTest.testRawFields
>
> Error Message:
> Expected ',' or '}': char=@,position=286
> BEFORE='","json_s":org.apache.lucene.document.LazyDocument$LazyField@'
> AFTER='4d434211}]}} '
>
> Stack Trace:
> org.noggit.JSONParser$ParseException: Expected ',' or '}':
> char=@,position=286
> BEFORE='","json_s":org.apache.lucene.document.LazyDocument$LazyField@'
> AFTER='4d434211}]}} '
>         at
> __randomizedtesting.SeedInfo.seed([3004853E8802F64B:BA44BE415151056]:0)
>         at org.noggit.JSONParser.err(JSONParser.java:356)
>         at org.noggit.JSONParser.nextEvent(JSONParser.java:958)
>         at
> org.apache.solr.client.solrj.SolrExampleTests.testRawFields(SolrExampleTests.java:595)
>         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)
>
>
> FAILED:
> org.apache.solr.client.solrj.embedded.SolrExampleStreamingBinaryTest.testRawFields
>
> Error Message:
> Expected ',' or '}': char=@,position=286
> BEFORE='","json_s":org.apache.lucene.document.LazyDocument$LazyField@'
> AFTER='1e782a1e}]}} '
>
> Stack Trace:
> org.noggit.JSONParser$ParseException: Expected ',' or '}':
> char=@,position=286
> BEFORE='","json_s":org.apache.lucene.document.LazyDocument$LazyField@'
> AFTER='1e782a1e}]}} '
>         at
> __randomizedtesting.SeedInfo.seed([3004853E8802F64B:BA44BE415151056]:0)
>         at org.noggit.JSONParser.err(JSONParser.java:356)
>         at org.noggit.JSONParser.nextEvent(JSONParser.java:958)
>         at
> org.apache.solr.client.solrj.SolrExampleTests.testRawFields(SolrExampleTests.java:595)
>         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)
>
>
> FAILED:
> org.apache.solr.client.solrj.embedded.SolrExampleStreamingTest.testRawFields
>
> Error Message:
> Expected ',' or '}': char=@,position=286
> BEFORE='","json_s":org.apache.lucene.document.LazyDocument$LazyField@'
> AFTER='4ce7cb07}]}} '
>
> Stack Trace:
> org.noggit.JSONParser$ParseException: Expected ',' or '}':
> char=@,position=286
> BEFORE='","json_s":org.apache.lucene.document.LazyDocument$LazyField@'
> AFTER='4ce7cb07}]}} '
>         at
> __randomizedtesting.SeedInfo.seed([3004853E8802F64B:BA44BE415151056]:0)
>         at org.noggit.JSONParser.err(JSONParser.java:356)
>         at org.noggit.JSONParser.nextEvent(JSONParser.java:958)
>         at
> org.apache.solr.client.solrj.SolrExampleTests.testRawFields(SolrExampleTests.java:595)
>         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 10874 lines...]
>    [junit4] Suite: org.apache.solr.client.solrj.SolrExampleXMLTest
>    [junit4]   2> Creating dataDir:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
> 3004853E8802F64B-001/init-core-data-001
>    [junit4]   2> 23285 T28 oas.SolrTestCaseJ4.initCore ####initCore
>    [junit4]   2> 23285 T28 oas.SolrTestCaseJ4.initCore ####initCore end
>    [junit4]   2> 23287 T28 oas.SolrTestCaseJ4.writeCoreProperties Writing
> core.properties file to
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
> 3004853E8802F64B-001/tempDir-002/cores/core
>    [junit4]   2> 23436 T28 oejul.Log.initialized Logging initialized
> @29599ms
>    [junit4]   2> 24229 T28 oejs.Server.doStart jetty-9.2.9.v20150224
>    [junit4]   2> 24535 T28 oejsh.ContextHandler.doStart Started
> o.e.j.s.ServletContextHandler@75e4ba9f{/solr,null,AVAILABLE}
>    [junit4]   2> 24629 T28 oejs.AbstractConnector.doStart Started
> ServerConnector@1f6b5ddf{HTTP/1.1}{127.0.0.1:59156}
>    [junit4]   2> 24631 T28 oejs.Server.doStart Started @30796ms
>    [junit4]   2> 24632 T28 oascse.JettySolrRunner$1.lifeCycleStarted Jetty
> properties: {hostContext=/solr, hostPort=59156,
> configSetBaseDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
> 3004853E8802F64B-001/tempDir-001,
> coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
> 3004853E8802F64B-001/tempDir-002/cores}
>    [junit4]   2> 24745 T28 oass.SolrDispatchFilter.init
> SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@677327b6
>    [junit4]   2> 24746 T28 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
> 3004853E8802F64B-001/tempDir-001/'
>    [junit4]   2> 24828 T28 oasc.SolrXmlConfig.fromFile Loading container
> configuration from
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
> 3004853E8802F64B-001/tempDir-001/solr.xml
>    [junit4]   2> 24854 T28 oasc.CorePropertiesLocator.<init>
> Config-defined core root directory:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
> 3004853E8802F64B-001/tempDir-001
>    [junit4]   2> 24860 T28 oasc.CoreContainer.<init> New CoreContainer
> 1097580111
>    [junit4]   2> 24861 T28 oasc.CoreContainer.load Loading cores into
> CoreContainer
> [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
> 3004853E8802F64B-001/tempDir-001/]
>    [junit4]   2> 24861 T28 oasc.CoreContainer.load loading shared library:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
> 3004853E8802F64B-001/tempDir-001/lib
>    [junit4]   2> 24862 T28 oasc.SolrResourceLoader.addToClassLoader WARN
> Can't find (or read) directory to add to classloader: lib (resolved as:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
> 3004853E8802F64B-001/tempDir-001/lib).
>    [junit4]   2> 25024 T28 oashc.HttpShardHandlerFactory.init created with
> socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost :
> 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize :
> 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy :
> false,useRetries : false,
>    [junit4]   2> 25035 T28 oasu.UpdateShardHandler.<init> Creating
> UpdateShardHandler HTTP client with params:
> socketTimeout=600000&connTimeout=60000&retry=true
>    [junit4]   2> 25038 T28 oasl.LogWatcher.createWatcher SLF4J impl is
> org.slf4j.impl.Log4jLoggerFactory
>    [junit4]   2> 25039 T28 oasl.LogWatcher.newRegisteredLogWatcher
> Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>    [junit4]   2> 25040 T28 oasc.CoreContainer.load Node Name:
>    [junit4]   2> 25050 T28 oasc.CorePropertiesLocator.discover Looking for
> core definitions underneath
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
> 3004853E8802F64B-001/tempDir-001
>    [junit4]   2> 25055 T28 oasc.CoreDescriptor.<init> CORE DESCRIPTOR:
> {name=collection1, config=solrconfig.xml,
> instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
> 3004853E8802F64B-001/tempDir-001/collection1, loadOnStartup=true,
> absoluteInstDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
> 3004853E8802F64B-001/tempDir-001/collection1/, schema=schema.xml,
> transient=false, dataDir=data/}
>    [junit4]   2> 25056 T28 oasc.CorePropertiesLocator.discoverUnder Found
> core collection1 in
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
> 3004853E8802F64B-001/tempDir-001/collection1/
>    [junit4]   2> 25058 T28 oasc.CorePropertiesLocator.discover Found 1
> core definitions
>    [junit4]   2> 25061 T41 oasc.SolrResourceLoader.<init> new
> SolrResourceLoader for directory:
> '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
> 3004853E8802F64B-001/tempDir-001/collection1/'
>    [junit4]   2> 25201 T41 oasc.SolrConfig.refreshRequestParams current
> version of requestparams : -1
>    [junit4]   2> 25208 T41 oasc.SolrConfig.initLibs Adding specified lib
> dirs to ClassLoader
>    [junit4]   2> 25209 T41 oasc.SolrResourceLoader.addToClassLoader WARN
> Can't find (or read) directory to add to classloader:
> ../../../../contrib/extraction/lib (resolved as:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
> 3004853E8802F64B-001/tempDir-001/collection1/../../../../contrib/extraction/lib).
>    [junit4]   2> 25210 T41 oasc.SolrResourceLoader.addToClassLoader WARN
> Can't find (or read) directory to add to classloader: ../../../../dist/
> (resolved as:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
> 3004853E8802F64B-001/tempDir-001/collection1/../../../../dist).
>    [junit4]   2> 25211 T41 oasc.SolrResourceLoader.addToClassLoader WARN
> Can't find (or read) directory to add to classloader:
> ../../../../contrib/clustering/lib/ (resolved as:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
> 3004853E8802F64B-001/tempDir-001/collection1/../../../../contrib/clustering/lib).
>    [junit4]   2> 25211 T41 oasc.SolrResourceLoader.addToClassLoader WARN
> Can't find (or read) directory to add to classloader: ../../../../dist/
> (resolved as:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
> 3004853E8802F64B-001/tempDir-001/collection1/../../../../dist).
>    [junit4]   2> 25214 T41 oasc.SolrResourceLoader.addToClassLoader WARN
> Can't find (or read) directory to add to classloader:
> ../../../../contrib/langid/lib/ (resolved as:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
> 3004853E8802F64B-001/tempDir-001/collection1/../../../../contrib/langid/lib).
>    [junit4]   2> 25214 T41 oasc.SolrResourceLoader.addToClassLoader WARN
> Can't find (or read) directory to add to classloader: ../../../../dist/
> (resolved as:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
> 3004853E8802F64B-001/tempDir-001/collection1/../../../../dist).
>    [junit4]   2> 25217 T41 oasc.SolrResourceLoader.addToClassLoader WARN
> Can't find (or read) directory to add to classloader:
> ../../../../contrib/velocity/lib (resolved as:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
> 3004853E8802F64B-001/tempDir-001/collection1/../../../../contrib/velocity/lib).
>    [junit4]   2> 25218 T41 oasc.SolrResourceLoader.addToClassLoader WARN
> Can't find (or read) directory to add to classloader: ../../../../dist/
> (resolved as:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
> 3004853E8802F64B-001/tempDir-001/collection1/../../../../dist).
>    [junit4]   2> 25357 T41 oasu.SolrIndexConfig.<init> IndexWriter
> infoStream solr logging is enabled
>    [junit4]   2> 25374 T41 oasc.SolrConfig.<init> Using Lucene
> MatchVersion: 6.0.0
>    [junit4]   2> 25583 T41 oasc.SolrConfig.<init> Loaded SolrConfig:
> solrconfig.xml
>    [junit4]   2> 25585 T41 oass.IndexSchema.readSchema Reading Solr Schema
> from
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
> 3004853E8802F64B-001/tempDir-001/collection1/conf/schema.xml
>    [junit4]   2> 25601 T41 oass.IndexSchema.readSchema [collection1]
> Schema name=example
>    [junit4]   2> 26406 T41 oass.IndexSchema.readSchema unique key field: id
>    [junit4]   2> 26407 T41
> oasr.RestManager$Registry.registerManagedResource Registered
> ManagedResource impl
> org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path
> /schema/analysis/stopwords/english
>    [junit4]   2> 26407 T41
> oasr.RestManager$Registry.registerManagedResource Registered
> ManagedResource impl
> org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager
> for path /schema/analysis/synonyms/english
>    [junit4]   2> 26440 T41 oass.FileExchangeRateProvider.reload Reloading
> exchange rates from file currency.xml
>    [junit4]   2> 26450 T41 oass.FileExchangeRateProvider.reload Reloading
> exchange rates from file currency.xml
>    [junit4]   2> 26513 T41 oasc.CoreContainer.create Creating SolrCore
> 'collection1' using configuration from instancedir
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
> 3004853E8802F64B-001/tempDir-001/collection1/
>    [junit4]   2> 26514 T41 c:collection1
> oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
>    [junit4]   2> 26514 T41 c:collection1 oasc.SolrCore.<init>
> [collection1] Opening new SolrCore at
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
> 3004853E8802F64B-001/tempDir-001/collection1/,
> dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
> 3004853E8802F64B-001/tempDir-001/collection1/data/
>    [junit4]   2> 26517 T41 c:collection1 oasc.JmxMonitoredMap.<init> No
> JMX servers found, not exposing Solr information with JMX.
>    [junit4]   2> 26518 T41 c:collection1 oasc.SolrCore.initListeners
> [collection1] Added SolrEventListener for newSearcher:
> org.apache.solr.core.QuerySenderListener{queries=[]}
>    [junit4]   2> 26518 T41 c:collection1 oasc.SolrCore.initListeners
> [collection1] Added SolrEventListener for firstSearcher:
> org.apache.solr.core.QuerySenderListener{queries=[{q=static firstSearcher
> warming in solrconfig.xml}]}
>    [junit4]   2> 26519 T41 c:collection1 oasc.CachingDirectoryFactory.get
> return new directory for
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
> 3004853E8802F64B-001/tempDir-001/collection1/data
>    [junit4]   2> 26520 T41 c:collection1 oasc.SolrCore.getNewIndexDir New
> index directory detected: old=null
> new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
> 3004853E8802F64B-001/tempDir-001/collection1/data/index/
>    [junit4]   2> 26521 T41 c:collection1 oasc.SolrCore.initIndex WARN
> [collection1] Solr index directory
> '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
> 3004853E8802F64B-001/tempDir-001/collection1/data/index' doesn't exist.
> Creating new index...
>    [junit4]   2> 26521 T41 c:collection1 oasc.CachingDirectoryFactory.get
> return new directory for
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
> 3004853E8802F64B-001/tempDir-001/collection1/data/index
>    [junit4]   2> 26522 T41 c:collection1 oasu.LoggingInfoStream.message
> [IFD][coreLoadExecutor-25-thread-1]: init: current segments file is
> "segments";
> deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@3566615f
>    [junit4]   2> 26523 T41 c:collection1 oasu.LoggingInfoStream.message
> [IFD][coreLoadExecutor-25-thread-1]: now checkpoint "" [0 segments ;
> isCommit = false]
>    [junit4]   2> 26523 T41 c:collection1 oasu.LoggingInfoStream.message
> [IFD][coreLoadExecutor-25-thread-1]: 0 msec to checkpoint
>    [junit4]   2> 26524 T41 c:collection1 oasu.LoggingInfoStream.message
> [IW][coreLoadExecutor-25-thread-1]: init: create=true
>    [junit4]   2> 26524 T41 c:collection1 oasu.LoggingInfoStream.message
> [IW][coreLoadExecutor-25-thread-1]:
>    [junit4]   2>        dir=MockDirectoryWrapper(RAMDirectory@1eaa65b6
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13a9b4f2)
>    [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>        default WRITE_LOCK_TIMEOUT=1000
>    [junit4]   2>        writeLockTimeout=1000
>    [junit4]   2>        codec=Lucene50
>    [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.0
>    [junit4]   2>
> indexerThreadPool=org.apache.lucene.index.DocumentsWriterPerThreadPool@36965d61
>    [junit4]   2>        readerPooling=false
>    [junit4]   2>        perThreadHardLimitMB=1945
>    [junit4]   2>        useCompoundFile=false
>    [junit4]   2>        commitOnClose=true
>    [junit4]   2>
> writer=org.apache.solr.update.SolrIndexWriter@7b5c19d0
>    [junit4]   2>
>    [junit4]   2> 26525 T41 c:collection1 oasu.LoggingInfoStream.message
> [IW][coreLoadExecutor-25-thread-1]: now flush at close
>    [junit4]   2> 26525 T41 c:collection1 oasu.LoggingInfoStream.message
> [IW][coreLoadExecutor-25-thread-1]:   start flush: applyAllDeletes=true
>    [junit4]   2> 26525 T41 c:collection1 oasu.LoggingInfoStream.message
> [IW][coreLoadExecutor-25-thread-1]:   index before flush
>    [junit4]   2> 26525 T41 c:collection1 oasu.LoggingInfoStream.message
> [DW][coreLoadExecutor-25-thread-1]: startFullFlush
>    [junit4]   2> 26525 T41 c:collection1 oasu.LoggingInfoStream.message
> [DW][coreLoadExecutor-25-thread-1]: coreLoadExecutor-25-thread-1
> finishFullFlush success=true
>    [junit4]   2> 26526 T41 c:collection1 oasu.LoggingInfoStream.message
> [IW][coreLoadExecutor-25-thread-1]: apply all deletes during flush
>    [junit4]   2> 26526 T41 c:collection1 oasu.LoggingInfoStream.message
> [IW][coreLoadExecutor-25-thread-1]: now apply all deletes for all segments
> maxDoc=0
>    [junit4]   2> 26526 T41 c:collection1 oasu.LoggingInfoStream.message
> [BD][coreLoadExecutor-25-thread-1]: prune sis=segments:
> minGen=9223372036854775807 packetCount=0
>    [junit4]   2> 26526 T41 c:collection1 oasu.LoggingInfoStream.message
> [MS][coreLoadExecutor-25-thread-1]: initDynamicDefaults spins=false
> maxThreadCount=1 maxMergeCount=6
>    [junit4]   2> 26526 T41 c:collection1 oasu.LoggingInfoStream.message
> [MS][coreLoadExecutor-25-thread-1]: updateMergeThreads ioThrottle=true
> targetMBPerSec=10240.0 MB/sec
>    [junit4]   2> 26527 T41 c:collection1 oasu.LoggingInfoStream.message
> [MS][coreLoadExecutor-25-thread-1]: now merge
>    [junit4]   2> 26527 T41 c:collection1 oasu.LoggingInfoStream.message
> [MS][coreLoadExecutor-25-thread-1]:   index:
>    [junit4]   2> 26527 T41 c:collection1 oasu.LoggingInfoStream.message
> [MS][coreLoadExecutor-25-thread-1]:   no more merges pending; now return
>    [junit4]   2> 26527 T41 c:collection1 oasu.LoggingInfoStream.message
> [IW][coreLoadExecutor-25-thread-1]: waitForMerges
>    [junit4]   2> 26527 T41 c:collection1 oasu.LoggingInfoStream.message
> [IW][coreLoadExecutor-25-thread-1]: waitForMerges done
>    [junit4]   2> 26527 T41 c:collection1 oasu.LoggingInfoStream.message
> [IW][coreLoadExecutor-25-thread-1]: commit: start
>    [junit4]   2> 26528 T41 c:collection1 oasu.LoggingInfoStream.message
> [IW][coreLoadExecutor-25-thread-1]: commit: enter lock
>    [junit4]   2> 26528 T41 c:collection1 oasu.LoggingInfoStream.message
> [IW][coreLoadExecutor-25-thread-1]: commit: now prepare
>    [junit4]   2> 26528 T41 c:collection1 oasu.LoggingInfoStream.message
> [IW][coreLoadExecutor-25-thread-1]: prepareCommit: flush
>    [junit4]   2> 26528 T41 c:collection1 oasu.LoggingInfoStream.message
> [IW][coreLoadExecutor-25-thread-1]:   index before flush
>    [junit4]   2> 26528 T41 c:collection1 oasu.LoggingInfoStream.message
> [DW][coreLoadExecutor-25-thread-1]: startFullFlush
>    [junit4]   2> 26528 T41 c:collection1 oasu.LoggingInfoStream.message
> [IW][coreLoadExecutor-25-thread-1]: apply all deletes during flush
>    [junit4]   2> 26529 T41 c:collection1 oasu.LoggingInfoStream.message
> [IW][coreLoadExecutor-25-thread-1]: now apply all deletes for all segments
> maxDoc=0
>    [junit4]   2> 26530 T41 c:collection1 oasu.LoggingInfoStream.message
> [BD][coreLoadExecutor-25-thread-1]: prune sis=segments:
> minGen=9223372036854775807 packetCount=0
>    [junit4]   2> 26530 T41 c:collection1 oasu.LoggingInfoStream.message
> [DW][coreLoadExecutor-25-thread-1]: coreLoadExecutor-25-thread-1
> finishFullFlush success=true
>    [junit4]   2> 26530 T41 c:collection1 oasu.LoggingInfoStream.message
> [IW][coreLoadExecutor-25-thread-1]: startCommit(): start
>    [junit4]   2> 26530 T41 c:collection1 oasu.LoggingInfoStream.message
> [IW][coreLoadExecutor-25-thread-1]: startCommit index= changeCount=1
>    [junit4]   2> 26531 T41 c:collection1 oasu.LoggingInfoStream.message
> [IW][coreLoadExecutor-25-thread-1]: done all syncs: []
>    [junit4]   2> 26531 T41 c:collection1 oasu.LoggingInfoStream.message
> [IW][coreLoadExecutor-25-thread-1]: commit: pendingCommit != null
>    [junit4]   2> 26531 T41 c:collection1 oasu.LoggingInfoStream.message
> [IFD][coreLoadExecutor-25-thread-1]: now checkpoint "" [0 segments ;
> isCommit = true]
>    [junit4]   2> 26532 T41 c:collection1 oasc.SolrDeletionPolicy.onCommit
> SolrDeletionPolicy.onCommit: commits: num=1
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@1eaa65b6
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13a9b4f2
> ),segFN=segments_1,generation=1}
>    [junit4]   2> 26532 T41 c:collection1
> oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
>    [junit4]   2> 26532 T41 c:collection1 oasu.LoggingInfoStream.message
> [IFD][coreLoadExecutor-25-thread-1]: 1 msec to checkpoint
>    [junit4]   2> 26533 T41 c:collection1 oasu.LoggingInfoStream.message
> [IW][coreLoadExecutor-25-thread-1]: commit: wrote segments file "segments_1"
>    [junit4]   2> 26533 T41 c:collection1 oasu.LoggingInfoStream.message
> [IW][coreLoadExecutor-25-thread-1]: commit: took 4.9 msec
>    [junit4]   2> 26533 T41 c:collection1 oasu.LoggingInfoStream.message
> [IW][coreLoadExecutor-25-thread-1]: commit: done
>    [junit4]   2> 26533 T41 c:collection1 oasu.LoggingInfoStream.message
> [IW][coreLoadExecutor-25-thread-1]: rollback
>    [junit4]   2> 26533 T41 c:collection1 oasu.LoggingInfoStream.message
> [IW][coreLoadExecutor-25-thread-1]: all running merges have aborted
>    [junit4]   2> 26533 T41 c:collection1 oasu.LoggingInfoStream.message
> [IW][coreLoadExecutor-25-thread-1]: rollback: done finish merges
>    [junit4]   2> 26534 T41 c:collection1 oasu.LoggingInfoStream.message
> [DW][coreLoadExecutor-25-thread-1]: abort
>    [junit4]   2> 26534 T41 c:collection1 oasu.LoggingInfoStream.message
> [DW][coreLoadExecutor-25-thread-1]: done abort success=true
>    [junit4]   2> 26534 T41 c:collection1 oasu.LoggingInfoStream.message
> [IW][coreLoadExecutor-25-thread-1]: rollback: infos=
>    [junit4]   2> 26534 T41 c:collection1 oasu.LoggingInfoStream.message
> [IFD][coreLoadExecutor-25-thread-1]: now checkpoint "" [0 segments ;
> isCommit = false]
>    [junit4]   2> 26535 T41 c:collection1 oasu.LoggingInfoStream.message
> [IFD][coreLoadExecutor-25-thread-1]: 0 msec to checkpoint
>    [junit4]   2> 26535 T41 c:collection1 oasc.PluginBag.createPlugin
> queryResponseWriter : 'velocity' created with startup=lazy
>    [junit4]   2> 26535 T41 c:collection1 oasr.XSLTResponseWriter.init
> xsltCacheLifetimeSeconds=5
>    [junit4]   2> 26541 T41 c:collection1
> oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain
> defined as default, creating implicit default
>    [junit4]   2> 26553 T41 c:collection1 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 26556 T41 c:collection1 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 26558 T41 c:collection1 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 26560 T41 c:collection1 oashl.XMLLoader.init
> xsltCacheLifetimeSeconds=60
>    [junit4]   2> 26574 T41 c:collection1 oasc.PluginBag.createPlugin
> requestHandler : '/update/extract' created with startup=lazy
>    [junit4]   2> 26574 T41 c:collection1 oasc.PluginBag.createPlugin
> requestHandler : '/analysis/field' created with startup=lazy
>    [junit4]   2> 26575 T41 c:collection1 oasc.PluginBag.createPlugin
> requestHandler : '/analysis/document' created with startup=lazy
>    [junit4]   2> 26575 T41 c:collection1 oasc.PluginBag.createPlugin
> requestHandler : '/spell' created with startup=lazy
>    [junit4]   2> 26575 T41 c:collection1 oasc.PluginBag.createPlugin
> requestHandler : '/suggest' created with startup=lazy
>    [junit4]   2> 26575 T41 c:collection1 oasc.PluginBag.createPlugin
> requestHandler : '/tvrh' created with startup=lazy
>    [junit4]   2> 26580 T41 c:collection1 oasc.PluginBag.createPlugin
> requestHandler : '/terms' created with startup=lazy
>    [junit4]   2> 26581 T41 c:collection1 oasc.PluginBag.createPlugin
> requestHandler : '/elevate' created with startup=lazy
>    [junit4]   2> 26581 T41 c:collection1
> oasc.RequestHandlers.initHandlersFromConfig 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,/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> 26584 T41 c:collection1 oasc.SolrCore.initStatsCache
> Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
>    [junit4]   2> 26586 T41 c:collection1 oasu.UpdateHandler.<init> Using
> UpdateLog implementation: org.apache.solr.update.UpdateLog
>    [junit4]   2> 26586 T41 c:collection1 oasu.UpdateLog.init Initializing
> UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
> maxNumLogsToKeep=10
>    [junit4]   2> 26589 T41 c:collection1 oasu.CommitTracker.<init> Hard
> AutoCommit: if uncommited for 15000ms;
>    [junit4]   2> 26589 T41 c:collection1 oasu.CommitTracker.<init> Soft
> AutoCommit: disabled
>    [junit4]   2> 26590 T41 c:collection1 oasu.LoggingInfoStream.message
> [IFD][coreLoadExecutor-25-thread-1]: init: current segments file is
> "segments_1";
> deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@3566615f
>    [junit4]   2> 26590 T41 c:collection1 oasu.LoggingInfoStream.message
> [IFD][coreLoadExecutor-25-thread-1]: init: load commit "segments_1"
>    [junit4]   2> 26592 T41 c:collection1 oasc.SolrDeletionPolicy.onInit
> SolrDeletionPolicy.onInit: commits: num=1
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@1eaa65b6
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13a9b4f2
> ),segFN=segments_1,generation=1}
>    [junit4]   2> 26593 T41 c:collection1
> oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
>    [junit4]   2> 26594 T41 c:collection1 oasu.LoggingInfoStream.message
> [IFD][coreLoadExecutor-25-thread-1]: now checkpoint "" [0 segments ;
> isCommit = false]
>    [junit4]   2> 26594 T41 c:collection1 oasu.LoggingInfoStream.message
> [IFD][coreLoadExecutor-25-thread-1]: 0 msec to checkpoint
>    [junit4]   2> 26594 T41 c:collection1 oasu.LoggingInfoStream.message
> [IW][coreLoadExecutor-25-thread-1]: init: create=false
>    [junit4]   2> 26594 T41 c:collection1 oasu.LoggingInfoStream.message
> [IW][coreLoadExecutor-25-thread-1]:
>    [junit4]   2>        dir=MockDirectoryWrapper(RAMDirectory@1eaa65b6
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13a9b4f2)
>    [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>        default WRITE_LOCK_TIMEOUT=1000
>    [junit4]   2>        writeLockTimeout=1000
>    [junit4]   2>        codec=Lucene50
>    [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.0
>    [junit4]   2>
> indexerThreadPool=org.apache.lucene.index.DocumentsWriterPerThreadPool@3772b233
>    [junit4]   2>        readerPooling=false
>    [junit4]   2>        perThreadHardLimitMB=1945
>    [junit4]   2>        useCompoundFile=false
>    [junit4]   2>        commitOnClose=true
>    [junit4]   2>
> writer=org.apache.solr.update.SolrIndexWriter@67a1fc08
>    [junit4]   2>
>    [junit4]   2> 26594 T41 c:collection1 oasu.LoggingInfoStream.message
> [IW][coreLoadExecutor-25-thread-1]: flush at getReader
>    [junit4]   2> 26595 T41 c:collection1 oasu.LoggingInfoStream.message
> [DW][coreLoadExecutor-25-thread-1]: startFullFlush
>    [junit4]   2> 26595 T41 c:collection1 oasu.LoggingInfoStream.message
> [IW][coreLoadExecutor-25-thread-1]: apply all deletes during flush
>    [junit4]   2> 26595 T41 c:collection1 oasu.LoggingInfoStream.message
> [IW][coreLoadExecutor-25-thread-1]: now apply all deletes for all segments
> maxDoc=0
>    [junit4]   2> 26595 T41 c:collection1 oasu.LoggingInfoStream.message
> [BD][coreLoadExecutor-25-thread-1]: prune sis=segments_1:
> minGen=9223372036854775807 packetCount=0
>    [junit4]   2> 26596 T41 c:collection1 oasu.LoggingInfoStream.message
> [IW][coreLoadExecutor-25-thread-1]: return reader version=1
> reader=StandardDirectoryReader(segments_1:1:nrt)
>    [junit4]   2> 26596 T41 c:collection1 oasu.LoggingInfoStream.message
> [DW][coreLoadExecutor-25-thread-1]: coreLoadExecutor-25-thread-1
> finishFullFlush success=true
>    [junit4]   2> 26596 T41 c:collection1 oasu.LoggingInfoStream.message
> [IW][coreLoadExecutor-25-thread-1]: getReader took 2 msec
>    [junit4]   2> 26596 T41 c:collection1 oass.SolrIndexSearcher.<init>
> Opening Searcher@51f08401[collection1] main
>    [junit4]   2> 26598 T41 c:collection1
> oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage
> initialized to use dir:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
> 3004853E8802F64B-001/tempDir-001/collection1/conf
>    [junit4]   2> 26599 T41 c:collection1 oasr.RestManager.init
> Initializing RestManager with initArgs:
> {storageDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
> 3004853E8802F64B-001/tempDir-001/collection1/conf}
>    [junit4]   2> 26600 T41 c:collection1 oasr.ManagedResourceStorage.load
> Reading _rest_managed.json using
> file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
> 3004853E8802F64B-001/tempDir-001/collection1/conf
>    [junit4]   2> 26602 T41 c:collection1 oasr.ManagedResourceStorage.load
> Loaded LinkedHashMap at path _rest_managed.json using
> file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
> 3004853E8802F64B-001/tempDir-001/collection1/conf
>    [junit4]   2> 26602 T41 c:collection1
> oasr.ManagedResource.processStoredData Loaded initArgs {} for /rest/managed
>    [junit4]   2> 26603 T41 c:collection1 oasr.RestManager.init
> Initializing 2 registered ManagedResources
>    [junit4]   2> 26603 T41 c:collection1 oasr.ManagedResourceStorage.load
> Reading _schema_analysis_stopwords_english.json using
> file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
> 3004853E8802F64B-001/tempDir-001/collection1/conf
>    [junit4]   2> 26605 T41 c:collection1 oasr.ManagedResourceStorage.load
> Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using
> file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
> 3004853E8802F64B-001/tempDir-001/collection1/conf
>    [junit4]   2> 26605 T41 c:collection1
> oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=true}
> for /schema/analysis/stopwords/english
>    [junit4]   2> 26605 T41 c:collection1
> oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 35
> words for /schema/analysis/stopwords/english
>    [junit4]   2> 26605 T41 c:collection1
> oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of
> /schema/analysis/stopwords/english
>    [junit4]   2> 26605 T41 c:collection1 oasr.ManagedResourceStorage.load
> Reading _schema_analysis_synonyms_english.json using
> file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
> 3004853E8802F64B-001/tempDir-001/collection1/conf
>    [junit4]   2> 26606 T41 c:collection1 oasr.ManagedResourceStorage.load
> Loaded LinkedHashMap at path _schema_analysis_synonyms_english.json using
> file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
> 3004853E8802F64B-001/tempDir-001/collection1/conf
>    [junit4]   2> 26606 T41 c:collection1
> oasr.ManagedResource.processStoredData Loaded initArgs
> {ignoreCase=true,format=solr} for /schema/analysis/synonyms/english
>    [junit4]   2> 26606 T41 c:collection1
> oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage
> Loaded 3 synonym mappings for /schema/analysis/synonyms/english
>    [junit4]   2> 26607 T41 c:collection1
> oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of
> /schema/analysis/synonyms/english
>    [junit4]   2> 26607 T41 c:collection1 oashc.SpellCheckComponent.inform
> Initializing spell checkers
>    [junit4]   2> 26607 T41 c:collection1 oass.DirectSolrSpellChecker.init
> 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> 26609 T41 c:collection1 oashc.SpellCheckComponent.inform
> No queryConverter defined, using default converter
>    [junit4]   2> 26609 T41 c:collection1 oashc.SuggestComponent.inform
> Initializing SuggestComponent
>    [junit4]   2> 26610 T41 c:collection1 oasss.SolrSuggester.init init:
> {name=mySuggester,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=string,buildOnStartup=false}
>    [junit4]   2> 26613 T41 c:collection1 oasss.SolrSuggester.init
> Dictionary loaded with params:
> {name=mySuggester,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=string,buildOnStartup=false}
>    [junit4]   2> 26615 T41 c:collection1
> oashc.QueryElevationComponent.inform Loading QueryElevation from:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest
> 3004853E8802F64B-001/tempDir-001/collection1/conf/elevate.xml
>    [junit4]   2> 26629 T41 c:collection1 oash.ReplicationHandler.inform
> Commits will be reserved for  10000
>    [junit4]   2> 26630 T42 c:collection1
> oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests
> to Searcher@51f08401[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 26631 T41 c:collection1 oasc.CoreContainer.registerCore
> registering core: collection1
>    [junit4]   2> 26632 T28 oass.SolrDispatchFilter.init
> user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0
>    [junit4]   2> 26632 T28 oass.SolrDispatchFilter.init
> SolrDispatchFilter.init() done
>    [junit4]   2> 26632 T28 oas.SolrJettyTestBase.createJetty Jetty
> Assigned Port#59156
>    [junit4]   2> ASYNC  NEW_CORE C6 name=collection1
> org.apache.solr.core.SolrCore@66227857
>    [junit4]   2> 26632 T42 c:collection1 C6 oasc.SolrCore.execute
> [collection1] webapp=null path=null
> params={q=static+firstSearcher+warming+in+solrconfig.xml&distrib=false&event=firstSearcher}
> hits=0 status=0 QTime=1
>    [junit4]   2> 26633 T42 c:collection1
> oasc.QuerySenderListener.newSearcher QuerySenderListener done.
>    [junit4]   2> 26633 T42 c:collection1
> oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell
> index for spellchecker: default
>    [junit4]   2> 26633 T42 c:collection1
> oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell
> index for spellchecker: wordbreak
>    [junit4]   2> 26633 T42 c:collection1 oasc.SolrCore.registerSearcher
> [collection1] Registered new searcher Searcher@51f08401[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader())}
>    [junit4]   2> 26641 T28 oas.SolrTestCaseJ4.setUp ###Starting
> testUpdateMultiValuedField
>    [junit4]   2> ASYNC  NEW_CORE C7 name=collection1
> org.apache.solr.core.SolrCore@66227857
>    [junit4]   2> 28387 T32 c:collection1 C7
> oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update
> params={wt=xml&version=2.2} {add=[123 (1498507315232374784)]} 0 78
>    [junit4]   2> ASYNC  NEW_CORE C8 name=collection1
> org.apache.solr.core.SolrCore@66227857
>    [junit4]   2> 28937 T34 c:collection1 C8
> oasu.DirectUpdateHandler2.commit start
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 28939 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-34]: commit: start
>    [junit4]   2> 28940 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-34]: commit: enter lock
>    [junit4]   2> 28940 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-34]: commit: now prepare
>    [junit4]   2> 28940 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-34]: prepareCommit: flush
>    [junit4]   2> 28940 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-34]:   index before flush
>    [junit4]   2> 28941 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [DW][qtp152986263-34]: startFullFlush
>    [junit4]   2> 28942 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [DW][qtp152986263-34]: anyChanges? numDocsInRam=1 deletes=true
> hasTickets:false pendingChangesInFullFlush: false
>    [junit4]   2> 28942 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [DWFC][qtp152986263-34]: addFlushableState DocumentsWriterPerThread
> [pendingDeletes=gen=0, segment=_0, aborted=false, numDocsInRAM=1,
> deleteQueue=DWDQ: [ generation: 1 ]]
>    [junit4]   2> 28943 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [DWPT][qtp152986263-34]: flush postings as segment _0 numDocs=1
>    [junit4]   2> 28949 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [DWPT][qtp152986263-34]: new segment has 0 deleted docs
>    [junit4]   2> 28949 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [DWPT][qtp152986263-34]: new segment has no vectors; no norms; no
> docValues; no prox; no freqs
>    [junit4]   2> 28949 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [DWPT][qtp152986263-34]: flushedFiles=[_0_Lucene50_0.doc,
> _0_Lucene50_0.tim, _0.fdx, _0_Lucene50_0.tip, _0.fdt, _0.fnm]
>    [junit4]   2> 28950 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [DWPT][qtp152986263-34]: flushed codec=Lucene50
>    [junit4]   2> 28950 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [DWPT][qtp152986263-34]: flushed: segment=_0 ramUsed=0.079 MB
> newFlushedSize=0.001 MB docs/MB=1,183.494
>    [junit4]   2> 28951 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [DW][qtp152986263-34]: publishFlushedSegment seg-private updates=null
>    [junit4]   2> 28952 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-34]: publishFlushedSegment
>    [junit4]   2> 28952 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [BD][qtp152986263-34]: push deletes  1 deleted terms (unique count=1)
> bytesUsed=1056 segmentPrivate?=false delGen=2 packetCount=1
> totBytesUsed=1056
>    [junit4]   2> 28953 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-34]: publish sets newSegment delGen=3 seg=_0(6.0.0):C1
>    [junit4]   2> 28953 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IFD][qtp152986263-34]: now checkpoint "_0(6.0.0):C1" [1 segments ;
> isCommit = false]
>    [junit4]   2> 28954 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IFD][qtp152986263-34]: 0 msec to checkpoint
>    [junit4]   2> 28954 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-34]: apply all deletes during flush
>    [junit4]   2> 28955 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-34]: now apply all deletes for all segments maxDoc=1
>    [junit4]   2> 28956 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [BD][qtp152986263-34]: applyDeletes: open segment readers took 0 msec
>    [junit4]   2> 28956 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [BD][qtp152986263-34]: applyDeletes: infos=[_0(6.0.0):C1] packetCount=1
>    [junit4]   2> 28957 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [BD][qtp152986263-34]: applyDeletes took 1 msec for 1 segments, 0 newly
> deleted docs (query deletes), 0 visited terms, allDeleted=null
>    [junit4]   2> 28957 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [BD][qtp152986263-34]: prune sis=segments_1: _0(6.0.0):C1 minGen=3
> packetCount=1
>    [junit4]   2> 28958 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [BD][qtp152986263-34]: pruneDeletes: prune 1 packets; 0 packets remain
>    [junit4]   2> 28958 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [DW][qtp152986263-34]: qtp152986263-34 finishFullFlush success=true
>    [junit4]   2> 28959 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [TMP][qtp152986263-34]: findMerges: 1 segments
>    [junit4]   2> 28965 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [TMP][qtp152986263-34]:   seg=_0(6.0.0):C1 size=0.001 MB [floored]
>    [junit4]   2> 28965 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [TMP][qtp152986263-34]:   allowedSegmentCount=1 vs count=1 (eligible
> count=1) tooBigCount=0
>    [junit4]   2> 28965 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [MS][qtp152986263-34]: initDynamicDefaults spins=false maxThreadCount=1
> maxMergeCount=6
>    [junit4]   2> 28966 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [MS][qtp152986263-34]: now merge
>    [junit4]   2> 28966 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [MS][qtp152986263-34]:   index: _0(6.0.0):C1
>    [junit4]   2> 28967 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [MS][qtp152986263-34]:   no more merges pending; now return
>    [junit4]   2> 28967 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-34]: startCommit(): start
>    [junit4]   2> 28968 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-34]: startCommit index=_0(6.0.0):C1 changeCount=3
>    [junit4]   2> 28970 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-34]: done all syncs: [_0.si, _0_Lucene50_0.doc,
> _0_Lucene50_0.tim, _0.fdx, _0_Lucene50_0.tip, _0.fdt, _0.fnm]
>    [junit4]   2> 28971 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-34]: commit: pendingCommit != null
>    [junit4]   2> 28972 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IFD][qtp152986263-34]: now checkpoint "_0(6.0.0):C1" [1 segments ;
> isCommit = true]
>    [junit4]   2> 28972 T34 c:collection1 C8
> oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@1eaa65b6
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13a9b4f2
> ),segFN=segments_1,generation=1}
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@1eaa65b6
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13a9b4f2
> ),segFN=segments_2,generation=2}
>    [junit4]   2> 28973 T34 c:collection1 C8
> oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
>    [junit4]   2> 28973 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IFD][qtp152986263-34]: deleteCommits: now decRef commit "segments_1"
>    [junit4]   2> 28974 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IFD][qtp152986263-34]: delete "segments_1"
>    [junit4]   2> 28974 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IFD][qtp152986263-34]: 2 msec to checkpoint
>    [junit4]   2> 28974 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-34]: commit: wrote segments file "segments_2"
>    [junit4]   2> 28975 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-34]: commit: took 34.7 msec
>    [junit4]   2> 28975 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-34]: commit: done
>    [junit4]   2> 28977 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-34]: nrtIsCurrent: infoVersion matches: false; DW
> changes: false; BD changes: false
>    [junit4]   2> 28978 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-34]: flush at getReader
>    [junit4]   2> 28978 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [DW][qtp152986263-34]: startFullFlush
>    [junit4]   2> 28978 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-34]: apply all deletes during flush
>    [junit4]   2> 28979 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-34]: now apply all deletes for all segments maxDoc=1
>    [junit4]   2> 28979 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [BD][qtp152986263-34]: applyDeletes: open segment readers took 0 msec
>    [junit4]   2> 28979 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [BD][qtp152986263-34]: applyDeletes: no segments; skipping
>    [junit4]   2> 28979 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [BD][qtp152986263-34]: prune sis=segments_1: _0(6.0.0):C1 minGen=3
> packetCount=0
>    [junit4]   2> 28981 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-34]: return reader version=3
> reader=StandardDirectoryReader(segments_1:3:nrt _0(6.0.0):C1)
>    [junit4]   2> 28981 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [DW][qtp152986263-34]: qtp152986263-34 finishFullFlush success=true
>    [junit4]   2> 28981 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-34]: getReader took 3 msec
>    [junit4]   2> 28982 T34 c:collection1 C8 oass.SolrIndexSearcher.<init>
> Opening Searcher@88a7eb3[collection1] main
>    [junit4]   2> 28985 T42 c:collection1
> oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests
> to Searcher@88a7eb3[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C1)))}
>    [junit4]   2> 28985 T42 c:collection1
> oasc.QuerySenderListener.newSearcher QuerySenderListener done.
>    [junit4]   2> 28985 T42 c:collection1 oasc.SolrCore.registerSearcher
> [collection1] Registered new searcher Searcher@88a7eb3[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C1)))}
>    [junit4]   2> 28987 T34 c:collection1 C8
> oasu.DirectUpdateHandler2.commit end_commit_flush
>    [junit4]   2> 28987 T34 c:collection1 C8
> oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update
> params={waitSearcher=true&commit=true&softCommit=false&wt=xml&version=2.2}
> {commit=} 0 200
>    [junit4]   2> 29067 T35 c:collection1 C8 oasc.SolrCore.execute
> [collection1] webapp=/solr path=/select
> params={q=id:123&wt=xml&version=2.2} hits=1 status=0 QTime=60
>    [junit4]   2> 29117 T36 c:collection1 C8
> oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update
> params={wt=xml&version=2.2} {add=[123 (1498507316000980992)]} 0 8
>    [junit4]   2> 29128 T37 c:collection1 C8
> oasu.DirectUpdateHandler2.commit start
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 29129 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-37]: commit: start
>    [junit4]   2> 29129 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-37]: commit: enter lock
>    [junit4]   2> 29130 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-37]: commit: now prepare
>    [junit4]   2> 29130 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-37]: prepareCommit: flush
>    [junit4]   2> 29133 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-37]:   index before flush _0(6.0.0):C1
>    [junit4]   2> 29133 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [DW][qtp152986263-37]: startFullFlush
>    [junit4]   2> 29134 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [DW][qtp152986263-37]: anyChanges? numDocsInRam=1 deletes=true
> hasTickets:false pendingChangesInFullFlush: false
>    [junit4]   2> 29134 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [DWFC][qtp152986263-37]: addFlushableState DocumentsWriterPerThread
> [pendingDeletes=gen=0, segment=_1, aborted=false, numDocsInRAM=1,
> deleteQueue=DWDQ: [ generation: 3 ]]
>    [junit4]   2> 29134 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [DWPT][qtp152986263-37]: flush postings as segment _1 numDocs=1
>    [junit4]   2> 29139 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [DWPT][qtp152986263-37]: new segment has 0 deleted docs
>    [junit4]   2> 29139 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [DWPT][qtp152986263-37]: new segment has no vectors; no norms; no
> docValues; no prox; no freqs
>    [junit4]   2> 29140 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [DWPT][qtp152986263-37]: flushedFiles=[_1_Lucene50_0.doc,
> _1_Lucene50_0.tim, _1.fdx, _1.fnm, _1.fdt, _1_Lucene50_0.tip]
>    [junit4]   2> 29140 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [DWPT][qtp152986263-37]: flushed codec=Lucene50
>    [junit4]   2> 29141 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [DWPT][qtp152986263-37]: flushed: segment=_1 ramUsed=0.087 MB
> newFlushedSize=0.001 MB docs/MB=971.804
>    [junit4]   2> 29142 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [DW][qtp152986263-37]: publishFlushedSegment seg-private updates=null
>    [junit4]   2> 29143 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-37]: publishFlushedSegment
>    [junit4]   2> 29143 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [BD][qtp152986263-37]: push deletes  1 deleted terms (unique count=1)
> bytesUsed=1056 segmentPrivate?=false delGen=6 packetCount=1
> totBytesUsed=1056
>    [junit4]   2> 29143 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-37]: publish sets newSegment delGen=7 seg=_1(6.0.0):C1
>    [junit4]   2> 29144 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [IFD][qtp152986263-37]: now checkpoint "_0(6.0.0):C1 _1(6.0.0):C1" [2
> segments ; isCommit = false]
>    [junit4]   2> 29145 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [IFD][qtp152986263-37]: 1 msec to checkpoint
>    [junit4]   2> 29145 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-37]: apply all deletes during flush
>    [junit4]   2> 29145 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-37]: now apply all deletes for all segments maxDoc=2
>    [junit4]   2> 29146 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [BD][qtp152986263-37]: applyDeletes: open segment readers took 0 msec
>    [junit4]   2> 29148 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [BD][qtp152986263-37]: applyDeletes: infos=[_0(6.0.0):C1, _1(6.0.0):C1]
> packetCount=1
>    [junit4]   2> 29162 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [BD][qtp152986263-37]: applyTermDeletes took 11.3 msec for 2 segments and 1
> packets; 1 del terms visited; 2 seg terms visited
>    [junit4]   2> 29162 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [BD][qtp152986263-37]: applyDeletes: 1 new deleted documents
>    [junit4]   2> 29163 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [BD][qtp152986263-37]: applyDeletes took 16 msec for 2 segments, 0 newly
> deleted docs (query deletes), 1 visited terms, allDeleted=[_0(6.0.0):C1]
>    [junit4]   2> 29164 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [IFD][qtp152986263-37]: now checkpoint "_0(6.0.0):C1/1 _1(6.0.0):C1" [2
> segments ; isCommit = false]
>    [junit4]   2> 29164 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [IFD][qtp152986263-37]: 0 msec to checkpoint
>    [junit4]   2> 29165 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-37]: drop 100% deleted segments: _0(6.0.0):C1/1
>    [junit4]   2> 29165 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [IFD][qtp152986263-37]: now checkpoint "_1(6.0.0):C1" [1 segments ;
> isCommit = false]
>    [junit4]   2> 29166 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [IFD][qtp152986263-37]: 0 msec to checkpoint
>    [junit4]   2> 29166 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [BD][qtp152986263-37]: prune sis=segments_1: _1(6.0.0):C1 minGen=8
> packetCount=1
>    [junit4]   2> 29166 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [BD][qtp152986263-37]: pruneDeletes: prune 1 packets; 0 packets remain
>    [junit4]   2> 29167 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [DW][qtp152986263-37]: qtp152986263-37 finishFullFlush success=true
>    [junit4]   2> 29167 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [TMP][qtp152986263-37]: findMerges: 1 segments
>    [junit4]   2> 29168 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [TMP][qtp152986263-37]:   seg=_1(6.0.0):C1 size=0.001 MB [floored]
>    [junit4]   2> 29169 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [TMP][qtp152986263-37]:   allowedSegmentCount=1 vs count=1 (eligible
> count=1) tooBigCount=0
>    [junit4]   2> 29171 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [MS][qtp152986263-37]: now merge
>    [junit4]   2> 29172 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [MS][qtp152986263-37]:   index: _1(6.0.0):C1
>    [junit4]   2> 29172 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [MS][qtp152986263-37]:   no more merges pending; now return
>    [junit4]   2> 29172 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-37]: startCommit(): start
>    [junit4]   2> 29173 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-37]: startCommit index=_1(6.0.0):C1 changeCount=8
>    [junit4]   2> 29174 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-37]: done all syncs: [_1_Lucene50_0.doc,
> _1_Lucene50_0.tim, _1.si, _1.fdx, _1.fnm, _1.fdt, _1_Lucene50_0.tip]
>    [junit4]   2> 29175 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-37]: commit: pendingCommit != null
>    [junit4]   2> 29175 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [IFD][qtp152986263-37]: now checkpoint "_1(6.0.0):C1" [1 segments ;
> isCommit = true]
>    [junit4]   2> 29176 T37 c:collection1 C8
> oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@1eaa65b6
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13a9b4f2
> ),segFN=segments_2,generation=2}
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@1eaa65b6
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13a9b4f2
> ),segFN=segments_3,generation=3}
>    [junit4]   2> 29177 T37 c:collection1 C8
> oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
>    [junit4]   2> 29177 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [IFD][qtp152986263-37]: deleteCommits: now decRef commit "segments_2"
>    [junit4]   2> 29177 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [IFD][qtp152986263-37]: delete "segments_2"
>    [junit4]   2> 29178 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [IFD][qtp152986263-37]: 2 msec to checkpoint
>    [junit4]   2> 29179 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-37]: commit: wrote segments file "segments_3"
>    [junit4]   2> 29179 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-37]: commit: took 48.7 msec
>    [junit4]   2> 29179 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-37]: commit: done
>    [junit4]   2> 29180 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-37]: nrtIsCurrent: infoVersion matches: false; DW
> changes: false; BD changes: false
>    [junit4]   2> 29180 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-37]: flush at getReader
>    [junit4]   2> 29181 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [DW][qtp152986263-37]: startFullFlush
>    [junit4]   2> 29181 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-37]: apply all deletes during flush
>    [junit4]   2> 29191 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-37]: now apply all deletes for all segments maxDoc=1
>    [junit4]   2> 29191 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [BD][qtp152986263-37]: applyDeletes: open segment readers took 0 msec
>    [junit4]   2> 29191 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [BD][qtp152986263-37]: applyDeletes: no segments; skipping
>    [junit4]   2> 29191 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [BD][qtp152986263-37]: prune sis=segments_1: _1(6.0.0):C1 minGen=8
> packetCount=0
>    [junit4]   2> 29192 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-37]: return reader version=7
> reader=StandardDirectoryReader(segments_1:7:nrt _1(6.0.0):C1)
>    [junit4]   2> 29192 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [DW][qtp152986263-37]: qtp152986263-37 finishFullFlush success=true
>    [junit4]   2> 29193 T37 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-37]: getReader took 13 msec
>    [junit4]   2> 29193 T37 c:collection1 C8 oass.SolrIndexSearcher.<init>
> Opening Searcher@463e3d60[collection1] main
>    [junit4]   2> 29196 T42 c:collection1
> oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests
> to Searcher@463e3d60[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):C1)))}
>    [junit4]   2> 29196 T42 c:collection1
> oasc.QuerySenderListener.newSearcher QuerySenderListener done.
>    [junit4]   2> 29196 T42 c:collection1 oasc.SolrCore.registerSearcher
> [collection1] Registered new searcher Searcher@463e3d60[collection1]
> main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):C1)))}
>    [junit4]   2> 29197 T37 c:collection1 C8
> oasu.DirectUpdateHandler2.commit end_commit_flush
>    [junit4]   2> 29199 T42 c:collection1 oasu.LoggingInfoStream.message
> [IFD][searcherExecutor-26-thread-1-processing-{core=collection1}]: delete "_
> 0.si"
>    [junit4]   2> 29200 T42 c:collection1 oasu.LoggingInfoStream.message
> [IFD][searcherExecutor-26-thread-1-processing-{core=collection1}]: delete
> "_0_Lucene50_0.doc"
>    [junit4]   2> 29200 T42 c:collection1 oasu.LoggingInfoStream.message
> [IFD][searcherExecutor-26-thread-1-processing-{core=collection1}]: delete
> "_0_Lucene50_0.tim"
>    [junit4]   2> 29200 T42 c:collection1 oasu.LoggingInfoStream.message
> [IFD][searcherExecutor-26-thread-1-processing-{core=collection1}]: delete
> "_0.fdx"
>    [junit4]   2> 29201 T42 c:collection1 oasu.LoggingInfoStream.message
> [IFD][searcherExecutor-26-thread-1-processing-{core=collection1}]: delete
> "_0_Lucene50_0.tip"
>    [junit4]   2> 29201 T42 c:collection1 oasu.LoggingInfoStream.message
> [IFD][searcherExecutor-26-thread-1-processing-{core=collection1}]: delete
> "_0.fdt"
>    [junit4]   2> 29201 T42 c:collection1 oasu.LoggingInfoStream.message
> [IFD][searcherExecutor-26-thread-1-processing-{core=collection1}]: delete
> "_0.fnm"
>    [junit4]   2> 29202 T37 c:collection1 C8
> oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update
> params={waitSearcher=true&commit=true&softCommit=false&wt=xml&version=2.2}
> {commit=} 0 77
>    [junit4]   2> 29208 T38 c:collection1 C8 oasc.SolrCore.execute
> [collection1] webapp=/solr path=/select
> params={q=id:123&wt=xml&version=2.2} hits=1 status=0 QTime=1
>    [junit4]   2> 29228 T32 c:collection1 C8
> oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update
> params={wt=xml&version=2.2} {add=[123 (1498507316118421504)]} 0 5
>    [junit4]   2> 29235 T34 c:collection1 C8
> oasu.DirectUpdateHandler2.commit start
> commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 29235 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-34]: commit: start
>    [junit4]   2> 29235 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-34]: commit: enter lock
>    [junit4]   2> 29235 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-34]: commit: now prepare
>    [junit4]   2> 29236 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-34]: prepareCommit: flush
>    [junit4]   2> 29237 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-34]:   index before flush _1(6.0.0):C1
>    [junit4]   2> 29238 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [DW][qtp152986263-34]: startFullFlush
>    [junit4]   2> 29238 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [DW][qtp152986263-34]: anyChanges? numDocsInRam=1 deletes=true
> hasTickets:false pendingChangesInFullFlush: false
>    [junit4]   2> 29238 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [DWFC][qtp152986263-34]: addFlushableState DocumentsWriterPerThread
> [pendingDeletes=gen=0, segment=_2, aborted=false, numDocsInRAM=1,
> deleteQueue=DWDQ: [ generation: 5 ]]
>    [junit4]   2> 29239 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [DWPT][qtp152986263-34]: flush postings as segment _2 numDocs=1
>    [junit4]   2> 29243 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [DWPT][qtp152986263-34]: new segment has 0 deleted docs
>    [junit4]   2> 29244 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [DWPT][qtp152986263-34]: new segment has no vectors; no norms; no
> docValues; no prox; no freqs
>    [junit4]   2> 29244 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [DWPT][qtp152986263-34]: flushedFiles=[_2.fdt, _2.fnm, _2.fdx,
> _2_Lucene50_0.doc, _2_Lucene50_0.tim, _2_Lucene50_0.tip]
>    [junit4]   2> 29245 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [DWPT][qtp152986263-34]: flushed codec=Lucene50
>    [junit4]   2> 29245 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [DWPT][qtp152986263-34]: flushed: segment=_2 ramUsed=0.087 MB
> newFlushedSize=0.001 MB docs/MB=942.964
>    [junit4]   2> 29245 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [DW][qtp152986263-34]: publishFlushedSegment seg-private updates=null
>    [junit4]   2> 29246 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-34]: publishFlushedSegment
>    [junit4]   2> 29246 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [BD][qtp152986263-34]: push deletes  1 deleted terms (unique count=1)
> bytesUsed=1056 segmentPrivate?=false delGen=10 packetCount=1
> totBytesUsed=1056
>    [junit4]   2> 29247 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-34]: publish sets newSegment delGen=11 seg=_2(6.0.0):C1
>    [junit4]   2> 29247 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IFD][qtp152986263-34]: now checkpoint "_1(6.0.0):C1 _2(6.0.0):C1" [2
> segments ; isCommit = false]
>    [junit4]   2> 29248 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IFD][qtp152986263-34]: 0 msec to checkpoint
>    [junit4]   2> 29249 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-34]: apply all deletes during flush
>    [junit4]   2> 29249 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-34]: now apply all deletes for all segments maxDoc=2
>    [junit4]   2> 29250 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [BD][qtp152986263-34]: applyDeletes: open segment readers took 0 msec
>    [junit4]   2> 29251 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [BD][qtp152986263-34]: applyDeletes: infos=[_1(6.0.0):C1, _2(6.0.0):C1]
> packetCount=1
>    [junit4]   2> 29253 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [BD][qtp152986263-34]: applyTermDeletes took 0.2 msec for 2 segments and 1
> packets; 1 del terms visited; 2 seg terms visited
>    [junit4]   2> 29253 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [BD][qtp152986263-34]: applyDeletes: 1 new deleted documents
>    [junit4]   2> 29254 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [BD][qtp152986263-34]: applyDeletes took 4 msec for 2 segments, 0 newly
> deleted docs (query deletes), 1 visited terms, allDeleted=[_1(6.0.0):C1]
>    [junit4]   2> 29254 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IFD][qtp152986263-34]: now checkpoint "_1(6.0.0):C1/1 _2(6.0.0):C1" [2
> segments ; isCommit = false]
>    [junit4]   2> 29255 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IFD][qtp152986263-34]: 0 msec to checkpoint
>    [junit4]   2> 29255 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-34]: drop 100% deleted segments: _1(6.0.0):C1/1
>    [junit4]   2> 29256 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IFD][qtp152986263-34]: now checkpoint "_2(6.0.0):C1" [1 segments ;
> isCommit = false]
>    [junit4]   2> 29256 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IFD][qtp152986263-34]: 0 msec to checkpoint
>    [junit4]   2> 29256 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [BD][qtp152986263-34]: prune sis=segments_1: _2(6.0.0):C1 minGen=12
> packetCount=1
>    [junit4]   2> 29257 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [BD][qtp152986263-34]: pruneDeletes: prune 1 packets; 0 packets remain
>    [junit4]   2> 29257 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [DW][qtp152986263-34]: qtp152986263-34 finishFullFlush success=true
>    [junit4]   2> 29257 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [TMP][qtp152986263-34]: findMerges: 1 segments
>    [junit4]   2> 29258 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [TMP][qtp152986263-34]:   seg=_2(6.0.0):C1 size=0.001 MB [floored]
>    [junit4]   2> 29260 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [TMP][qtp152986263-34]:   allowedSegmentCount=1 vs count=1 (eligible
> count=1) tooBigCount=0
>    [junit4]   2> 29260 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [MS][qtp152986263-34]: now merge
>    [junit4]   2> 29260 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [MS][qtp152986263-34]:   index: _2(6.0.0):C1
>    [junit4]   2> 29260 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [MS][qtp152986263-34]:   no more merges pending; now return
>    [junit4]   2> 29261 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-34]: startCommit(): start
>    [junit4]   2> 29261 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-34]: startCommit index=_2(6.0.0):C1 changeCount=13
>    [junit4]   2> 29262 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-34]: done all syncs: [_2.si, _2.fdt, _2.fnm, _2.fdx,
> _2_Lucene50_0.doc, _2_Lucene50_0.tim, _2_Lucene50_0.tip]
>    [junit4]   2> 29262 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-34]: commit: pendingCommit != null
>    [junit4]   2> 29263 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IFD][qtp152986263-34]: now checkpoint "_2(6.0.0):C1" [1 segments ;
> isCommit = true]
>    [junit4]   2> 29264 T34 c:collection1 C8
> oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@1eaa65b6
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13a9b4f2
> ),segFN=segments_3,generation=3}
>    [junit4]   2>
> commit{dir=MockDirectoryWrapper(RAMDirectory@1eaa65b6
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13a9b4f2
> ),segFN=segments_4,generation=4}
>    [junit4]   2> 29264 T34 c:collection1 C8
> oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
>    [junit4]   2> 29264 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IFD][qtp152986263-34]: deleteCommits: now decRef commit "segments_3"
>    [junit4]   2> 29264 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IFD][qtp152986263-34]: delete "segments_3"
>    [junit4]   2> 29265 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IFD][qtp152986263-34]: 1 msec to checkpoint
>    [junit4]   2> 29265 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-34]: commit: wrote segments file "segments_4"
>    [junit4]   2> 29266 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-34]: commit: took 29.8 msec
>    [junit4]   2> 29266 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-34]: commit: done
>    [junit4]   2> 29266 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-34]: nrtIsCurrent: infoVersion matches: false; DW
> changes: false; BD changes: false
>    [junit4]   2> 29267 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-34]: flush at getReader
>    [junit4]   2> 29268 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [DW][qtp152986263-34]: startFullFlush
>    [junit4]   2> 29268 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-34]: apply all deletes during flush
>    [junit4]   2> 29269 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [IW][qtp152986263-34]: now apply all deletes for all segments maxDoc=1
>    [junit4]   2> 29269 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [BD][qtp152986263-34]: applyDeletes: open segment readers took 0 msec
>    [junit4]   2> 29269 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [BD][qtp152986263-34]: applyDeletes: no segments; skipping
>    [junit4]   2> 29269 T34 c:collection1 C8 oasu.LoggingInfoStream.message
> [BD][qtp152986263-34]: prune
>
> [...truncated too long message...]
>
> ex before flush
>    [junit4]   2> 127160 T386 C249 oasu.LoggingInfoStream.message
> [DW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]:
> startFullFlush
>    [junit4]   2> 127160 T386 C249 oasu.LoggingInfoStream.message
> [DW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]:
> SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker finishFullFlush
> success=true
>    [junit4]   2> 127160 T386 C249 oasu.LoggingInfoStream.message
> [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: apply all
> deletes during flush
>    [junit4]   2> 127160 T386 C249 oasu.LoggingInfoStream.message
> [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: now apply
> all deletes for all segments maxDoc=0
>    [junit4]   2> 127160 T386 C249 oasu.LoggingInfoStream.message
> [BD][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: prune
> sis=segments_1:  minGen=9223372036854775807 packetCount=0
>    [junit4]   2> 127161 T386 C249 oasu.LoggingInfoStream.message
> [MS][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]:
> updateMergeThreads ioThrottle=true targetMBPerSec=10240.0 MB/sec
>    [junit4]   2> 127161 T386 C249 oasu.LoggingInfoStream.message
> [MS][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: now merge
>    [junit4]   2> 127161 T386 C249 oasu.LoggingInfoStream.message
> [MS][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]:   index:
>    [junit4]   2> 127161 T386 C249 oasu.LoggingInfoStream.message
> [MS][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]:   no more
> merges pending; now return
>    [junit4]   2> 127162 T386 C249 oasu.LoggingInfoStream.message
> [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]:
> waitForMerges
>    [junit4]   2> 127162 T386 C249 oasu.LoggingInfoStream.message
> [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]:
> waitForMerges done
>    [junit4]   2> 127162 T386 C249 oasu.LoggingInfoStream.message
> [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: commit:
> start
>    [junit4]   2> 127162 T386 C249 oasu.LoggingInfoStream.message
> [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: commit:
> enter lock
>    [junit4]   2> 127162 T386 C249 oasu.LoggingInfoStream.message
> [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: commit:
> now prepare
>    [junit4]   2> 127163 T386 C249 oasu.LoggingInfoStream.message
> [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]:
> prepareCommit: flush
>    [junit4]   2> 127163 T386 C249 oasu.LoggingInfoStream.message
> [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]:   index
> before flush
>    [junit4]   2> 127163 T386 C249 oasu.LoggingInfoStream.message
> [DW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]:
> startFullFlush
>    [junit4]   2> 127163 T386 C249 oasu.LoggingInfoStream.message
> [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: apply all
> deletes during flush
>    [junit4]   2> 127164 T386 C249 oasu.LoggingInfoStream.message
> [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: now apply
> all deletes for all segments maxDoc=0
>    [junit4]   2> 127164 T386 C249 oasu.LoggingInfoStream.message
> [BD][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: prune
> sis=segments_1:  minGen=9223372036854775807 packetCount=0
>    [junit4]   2> 127164 T386 C249 oasu.LoggingInfoStream.message
> [DW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]:
> SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker finishFullFlush
> success=true
>    [junit4]   2> 127164 T386 C249 oasu.LoggingInfoStream.message
> [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]:
> startCommit(): start
>    [junit4]   2> 127165 T386 C249 oasu.LoggingInfoStream.message
> [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]:   skip
> startCommit(): no changes pending
>    [junit4]   2> 127165 T386 C249 oasu.LoggingInfoStream.message
> [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: commit:
> pendingCommit == null; skip
>    [junit4]   2> 127165 T386 C249 oasu.LoggingInfoStream.message
> [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: commit:
> wrote segments file "null"
>    [junit4]   2> 127166 T386 C249 oasu.LoggingInfoStream.message
> [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: commit:
> took 2.9 msec
>    [junit4]   2> 127166 T386 C249 oasu.LoggingInfoStream.message
> [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: commit:
> done
>    [junit4]   2> 127166 T386 C249 oasu.LoggingInfoStream.message
> [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: rollback
>    [junit4]   2> 127166 T386 C249 oasu.LoggingInfoStream.message
> [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: all
> running merges have aborted
>    [junit4]   2> 127166 T386 C249 oasu.LoggingInfoStream.message
> [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: rollback:
> done finish merges
>    [junit4]   2> 127167 T386 C249 oasu.LoggingInfoStream.message
> [DW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: abort
>    [junit4]   2> 127167 T386 C249 oasu.LoggingInfoStream.message
> [DW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: done
> abort success=true
>    [junit4]   2> 127167 T386 C249 oasu.LoggingInfoStream.message
> [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: rollback:
> infos=
>    [junit4]   2> 127167 T386 C249 oasu.LoggingInfoStream.message
> [IFD][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: now
> checkpoint "" [0 segments ; isCommit = false]
>    [junit4]   2> 127167 T386 C249 oasu.LoggingInfoStream.message
> [IFD][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: 0 msec
> to checkpoint
>    [junit4]   2> 127169 T386 oasc.SolrCore.closeSearcher [collection1]
> Closing main searcher on request.
>    [junit4]   2> 127196 T386 oasc.CachingDirectoryFactory.close Closing
> MockDirectoryFactory - 2 directories currently being tracked
>    [junit4]   2> 127199 T386 oasc.CachingDirectoryFactory.closeCacheValue
> looking to close
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrExampleBinaryTest
> 3004853E8802F64B-001/tempDir-001/collection1/data
> [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrExampleBinaryTest
> 3004853E8802F64B-001/tempDir-001/collection1/data;done=false>>]
>    [junit4]   2> 127199 T386 oasc.CachingDirectoryFactory.close Closing
> directory:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrExampleBinaryTest
> 3004853E8802F64B-001/tempDir-001/collection1/data
>    [junit4]   2> 127200 T386 oasc.CachingDirectoryFactory.closeCacheValue
> looking to close
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrExampleBinaryTest
> 3004853E8802F64B-001/tempDir-001/collection1/data/index
> [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrExampleBinaryTest
> 3004853E8802F64B-001/tempDir-001/collection1/data/index;done=false>>]
>    [junit4]   2> 127200 T386 oasc.CachingDirectoryFactory.close Closing
> directory:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrExampleBinaryTest
> 3004853E8802F64B-001/tempDir-001/collection1/data/index
>    [junit4]   2> 127201 T386 oejsh.ContextHandler.doStop Stopped
> o.e.j.s.ServletContextHandler@3b173ba5{/solr,null,UNAVAILABLE}
>    [junit4]   2> 127203 T386 oas.SolrTestCaseJ4.deleteCore ###deleteCore
>    [junit4]   2> NOTE: leaving temporary files on disk at:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrExampleBinaryTest
> 3004853E8802F64B-001
>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {},
> docValues:{}, sim=DefaultSimilarity, locale=sr_RS,
> timezone=America/Kralendijk
>    [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_40
> (64-bit)/cpus=3,threads=1,free=28402720,total=59207680
>    [junit4]   2> NOTE: All tests run in this JVM: [ContentStreamTest,
> TestZkConfigManager, QueryResponseTest, TestLBHttpSolrClient,
> SolrExceptionTest, ClientUtilsTest, SolrExampleStreamingBinaryTest,
> AnlysisResponseBaseTest, SolrExampleJettyTest, LargeVolumeEmbeddedTest,
> CloudSolrClientMultiConstructorTest, MergeIndexesEmbeddedTest,
> SolrPingTest, LargeVolumeJettyTest, SolrExampleStreamingTest,
> SolrExampleBinaryTest]
>    [junit4] Completed [22/57] on J1 in 7.27s, 33 tests, 1 error <<<
> FAILURES!
>
> [...truncated 119 lines...]
> BUILD FAILED
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:526: The
> following error occurred while executing this line:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:474: The
> following error occurred while executing this line:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:61: The
> following error occurred while executing this line:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:39:
> The following error occurred while executing this line:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:242: The
> following error occurred while executing this line:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:512:
> The following error occurred while executing this line:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1415:
> The following error occurred while executing this line:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:973:
> There were test failures: 57 suites, 381 tests, 5 errors
>
> Total time: 72 minutes 43 seconds
> Build step 'Invoke Ant' marked build as failure
> [description-setter] Description set: Java: 64bit/jdk1.8.0
> -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
> Archiving artifacts
> Recording test results
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any
>
>

[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 2179 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/2179/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

5 tests failed.
FAILED:  org.apache.solr.client.solrj.SolrExampleBinaryTest.testRawFields

Error Message:
Expected ',' or '}': char=@,position=286 BEFORE='","json_s":org.apache.lucene.document.LazyDocument$LazyField@' AFTER='4920f480}]}} '

Stack Trace:
org.noggit.JSONParser$ParseException: Expected ',' or '}': char=@,position=286 BEFORE='","json_s":org.apache.lucene.document.LazyDocument$LazyField@' AFTER='4920f480}]}} '
	at __randomizedtesting.SeedInfo.seed([3004853E8802F64B:BA44BE415151056]:0)
	at org.noggit.JSONParser.err(JSONParser.java:356)
	at org.noggit.JSONParser.nextEvent(JSONParser.java:958)
	at org.apache.solr.client.solrj.SolrExampleTests.testRawFields(SolrExampleTests.java:595)
	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)


FAILED:  org.apache.solr.client.solrj.SolrExampleXMLTest.testRawFields

Error Message:
Expected ',' or '}': char=@,position=286 BEFORE='","json_s":org.apache.lucene.document.LazyDocument$LazyField@' AFTER='52357ff2}]}} '

Stack Trace:
org.noggit.JSONParser$ParseException: Expected ',' or '}': char=@,position=286 BEFORE='","json_s":org.apache.lucene.document.LazyDocument$LazyField@' AFTER='52357ff2}]}} '
	at __randomizedtesting.SeedInfo.seed([3004853E8802F64B:BA44BE415151056]:0)
	at org.noggit.JSONParser.err(JSONParser.java:356)
	at org.noggit.JSONParser.nextEvent(JSONParser.java:958)
	at org.apache.solr.client.solrj.SolrExampleTests.testRawFields(SolrExampleTests.java:595)
	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)


FAILED:  org.apache.solr.client.solrj.embedded.SolrExampleJettyTest.testRawFields

Error Message:
Expected ',' or '}': char=@,position=286 BEFORE='","json_s":org.apache.lucene.document.LazyDocument$LazyField@' AFTER='4d434211}]}} '

Stack Trace:
org.noggit.JSONParser$ParseException: Expected ',' or '}': char=@,position=286 BEFORE='","json_s":org.apache.lucene.document.LazyDocument$LazyField@' AFTER='4d434211}]}} '
	at __randomizedtesting.SeedInfo.seed([3004853E8802F64B:BA44BE415151056]:0)
	at org.noggit.JSONParser.err(JSONParser.java:356)
	at org.noggit.JSONParser.nextEvent(JSONParser.java:958)
	at org.apache.solr.client.solrj.SolrExampleTests.testRawFields(SolrExampleTests.java:595)
	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)


FAILED:  org.apache.solr.client.solrj.embedded.SolrExampleStreamingBinaryTest.testRawFields

Error Message:
Expected ',' or '}': char=@,position=286 BEFORE='","json_s":org.apache.lucene.document.LazyDocument$LazyField@' AFTER='1e782a1e}]}} '

Stack Trace:
org.noggit.JSONParser$ParseException: Expected ',' or '}': char=@,position=286 BEFORE='","json_s":org.apache.lucene.document.LazyDocument$LazyField@' AFTER='1e782a1e}]}} '
	at __randomizedtesting.SeedInfo.seed([3004853E8802F64B:BA44BE415151056]:0)
	at org.noggit.JSONParser.err(JSONParser.java:356)
	at org.noggit.JSONParser.nextEvent(JSONParser.java:958)
	at org.apache.solr.client.solrj.SolrExampleTests.testRawFields(SolrExampleTests.java:595)
	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)


FAILED:  org.apache.solr.client.solrj.embedded.SolrExampleStreamingTest.testRawFields

Error Message:
Expected ',' or '}': char=@,position=286 BEFORE='","json_s":org.apache.lucene.document.LazyDocument$LazyField@' AFTER='4ce7cb07}]}} '

Stack Trace:
org.noggit.JSONParser$ParseException: Expected ',' or '}': char=@,position=286 BEFORE='","json_s":org.apache.lucene.document.LazyDocument$LazyField@' AFTER='4ce7cb07}]}} '
	at __randomizedtesting.SeedInfo.seed([3004853E8802F64B:BA44BE415151056]:0)
	at org.noggit.JSONParser.err(JSONParser.java:356)
	at org.noggit.JSONParser.nextEvent(JSONParser.java:958)
	at org.apache.solr.client.solrj.SolrExampleTests.testRawFields(SolrExampleTests.java:595)
	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 10874 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.SolrExampleXMLTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest 3004853E8802F64B-001/init-core-data-001
   [junit4]   2> 23285 T28 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 23285 T28 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 23287 T28 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest 3004853E8802F64B-001/tempDir-002/cores/core
   [junit4]   2> 23436 T28 oejul.Log.initialized Logging initialized @29599ms
   [junit4]   2> 24229 T28 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 24535 T28 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@75e4ba9f{/solr,null,AVAILABLE}
   [junit4]   2> 24629 T28 oejs.AbstractConnector.doStart Started ServerConnector@1f6b5ddf{HTTP/1.1}{127.0.0.1:59156}
   [junit4]   2> 24631 T28 oejs.Server.doStart Started @30796ms
   [junit4]   2> 24632 T28 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/solr, hostPort=59156, configSetBaseDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest 3004853E8802F64B-001/tempDir-001, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest 3004853E8802F64B-001/tempDir-002/cores}
   [junit4]   2> 24745 T28 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@677327b6
   [junit4]   2> 24746 T28 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest 3004853E8802F64B-001/tempDir-001/'
   [junit4]   2> 24828 T28 oasc.SolrXmlConfig.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest 3004853E8802F64B-001/tempDir-001/solr.xml
   [junit4]   2> 24854 T28 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest 3004853E8802F64B-001/tempDir-001
   [junit4]   2> 24860 T28 oasc.CoreContainer.<init> New CoreContainer 1097580111
   [junit4]   2> 24861 T28 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest 3004853E8802F64B-001/tempDir-001/]
   [junit4]   2> 24861 T28 oasc.CoreContainer.load loading shared library: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest 3004853E8802F64B-001/tempDir-001/lib
   [junit4]   2> 24862 T28 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest 3004853E8802F64B-001/tempDir-001/lib).
   [junit4]   2> 25024 T28 oashc.HttpShardHandlerFactory.init created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 25035 T28 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 25038 T28 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 25039 T28 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 25040 T28 oasc.CoreContainer.load Node Name: 
   [junit4]   2> 25050 T28 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest 3004853E8802F64B-001/tempDir-001
   [junit4]   2> 25055 T28 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest 3004853E8802F64B-001/tempDir-001/collection1, loadOnStartup=true, absoluteInstDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest 3004853E8802F64B-001/tempDir-001/collection1/, schema=schema.xml, transient=false, dataDir=data/}
   [junit4]   2> 25056 T28 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest 3004853E8802F64B-001/tempDir-001/collection1/
   [junit4]   2> 25058 T28 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 25061 T41 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest 3004853E8802F64B-001/tempDir-001/collection1/'
   [junit4]   2> 25201 T41 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 25208 T41 oasc.SolrConfig.initLibs Adding specified lib dirs to ClassLoader
   [junit4]   2> 25209 T41 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../../contrib/extraction/lib (resolved as: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest 3004853E8802F64B-001/tempDir-001/collection1/../../../../contrib/extraction/lib).
   [junit4]   2> 25210 T41 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest 3004853E8802F64B-001/tempDir-001/collection1/../../../../dist).
   [junit4]   2> 25211 T41 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../../contrib/clustering/lib/ (resolved as: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest 3004853E8802F64B-001/tempDir-001/collection1/../../../../contrib/clustering/lib).
   [junit4]   2> 25211 T41 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest 3004853E8802F64B-001/tempDir-001/collection1/../../../../dist).
   [junit4]   2> 25214 T41 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../../contrib/langid/lib/ (resolved as: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest 3004853E8802F64B-001/tempDir-001/collection1/../../../../contrib/langid/lib).
   [junit4]   2> 25214 T41 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest 3004853E8802F64B-001/tempDir-001/collection1/../../../../dist).
   [junit4]   2> 25217 T41 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../../contrib/velocity/lib (resolved as: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest 3004853E8802F64B-001/tempDir-001/collection1/../../../../contrib/velocity/lib).
   [junit4]   2> 25218 T41 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: ../../../../dist/ (resolved as: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest 3004853E8802F64B-001/tempDir-001/collection1/../../../../dist).
   [junit4]   2> 25357 T41 oasu.SolrIndexConfig.<init> IndexWriter infoStream solr logging is enabled
   [junit4]   2> 25374 T41 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 25583 T41 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 25585 T41 oass.IndexSchema.readSchema Reading Solr Schema from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest 3004853E8802F64B-001/tempDir-001/collection1/conf/schema.xml
   [junit4]   2> 25601 T41 oass.IndexSchema.readSchema [collection1] Schema name=example
   [junit4]   2> 26406 T41 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 26407 T41 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 26407 T41 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 26440 T41 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 26450 T41 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 26513 T41 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest 3004853E8802F64B-001/tempDir-001/collection1/
   [junit4]   2> 26514 T41 c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 26514 T41 c:collection1 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest 3004853E8802F64B-001/tempDir-001/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest 3004853E8802F64B-001/tempDir-001/collection1/data/
   [junit4]   2> 26517 T41 c:collection1 oasc.JmxMonitoredMap.<init> No JMX servers found, not exposing Solr information with JMX.
   [junit4]   2> 26518 T41 c:collection1 oasc.SolrCore.initListeners [collection1] Added SolrEventListener for newSearcher: org.apache.solr.core.QuerySenderListener{queries=[]}
   [junit4]   2> 26518 T41 c:collection1 oasc.SolrCore.initListeners [collection1] Added SolrEventListener for firstSearcher: org.apache.solr.core.QuerySenderListener{queries=[{q=static firstSearcher warming in solrconfig.xml}]}
   [junit4]   2> 26519 T41 c:collection1 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest 3004853E8802F64B-001/tempDir-001/collection1/data
   [junit4]   2> 26520 T41 c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest 3004853E8802F64B-001/tempDir-001/collection1/data/index/
   [junit4]   2> 26521 T41 c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest 3004853E8802F64B-001/tempDir-001/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 26521 T41 c:collection1 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest 3004853E8802F64B-001/tempDir-001/collection1/data/index
   [junit4]   2> 26522 T41 c:collection1 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-25-thread-1]: init: current segments file is "segments"; deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@3566615f
   [junit4]   2> 26523 T41 c:collection1 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-25-thread-1]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 26523 T41 c:collection1 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-25-thread-1]: 0 msec to checkpoint
   [junit4]   2> 26524 T41 c:collection1 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-25-thread-1]: init: create=true
   [junit4]   2> 26524 T41 c:collection1 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-25-thread-1]: 
   [junit4]   2> 	dir=MockDirectoryWrapper(RAMDirectory@1eaa65b6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13a9b4f2)
   [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> 	default WRITE_LOCK_TIMEOUT=1000
   [junit4]   2> 	writeLockTimeout=1000
   [junit4]   2> 	codec=Lucene50
   [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.0
   [junit4]   2> 	indexerThreadPool=org.apache.lucene.index.DocumentsWriterPerThreadPool@36965d61
   [junit4]   2> 	readerPooling=false
   [junit4]   2> 	perThreadHardLimitMB=1945
   [junit4]   2> 	useCompoundFile=false
   [junit4]   2> 	commitOnClose=true
   [junit4]   2> 	writer=org.apache.solr.update.SolrIndexWriter@7b5c19d0
   [junit4]   2> 	
   [junit4]   2> 26525 T41 c:collection1 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-25-thread-1]: now flush at close
   [junit4]   2> 26525 T41 c:collection1 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-25-thread-1]:   start flush: applyAllDeletes=true
   [junit4]   2> 26525 T41 c:collection1 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-25-thread-1]:   index before flush 
   [junit4]   2> 26525 T41 c:collection1 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-25-thread-1]: startFullFlush
   [junit4]   2> 26525 T41 c:collection1 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-25-thread-1]: coreLoadExecutor-25-thread-1 finishFullFlush success=true
   [junit4]   2> 26526 T41 c:collection1 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-25-thread-1]: apply all deletes during flush
   [junit4]   2> 26526 T41 c:collection1 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-25-thread-1]: now apply all deletes for all segments maxDoc=0
   [junit4]   2> 26526 T41 c:collection1 oasu.LoggingInfoStream.message [BD][coreLoadExecutor-25-thread-1]: prune sis=segments:  minGen=9223372036854775807 packetCount=0
   [junit4]   2> 26526 T41 c:collection1 oasu.LoggingInfoStream.message [MS][coreLoadExecutor-25-thread-1]: initDynamicDefaults spins=false maxThreadCount=1 maxMergeCount=6
   [junit4]   2> 26526 T41 c:collection1 oasu.LoggingInfoStream.message [MS][coreLoadExecutor-25-thread-1]: updateMergeThreads ioThrottle=true targetMBPerSec=10240.0 MB/sec
   [junit4]   2> 26527 T41 c:collection1 oasu.LoggingInfoStream.message [MS][coreLoadExecutor-25-thread-1]: now merge
   [junit4]   2> 26527 T41 c:collection1 oasu.LoggingInfoStream.message [MS][coreLoadExecutor-25-thread-1]:   index: 
   [junit4]   2> 26527 T41 c:collection1 oasu.LoggingInfoStream.message [MS][coreLoadExecutor-25-thread-1]:   no more merges pending; now return
   [junit4]   2> 26527 T41 c:collection1 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-25-thread-1]: waitForMerges
   [junit4]   2> 26527 T41 c:collection1 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-25-thread-1]: waitForMerges done
   [junit4]   2> 26527 T41 c:collection1 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-25-thread-1]: commit: start
   [junit4]   2> 26528 T41 c:collection1 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-25-thread-1]: commit: enter lock
   [junit4]   2> 26528 T41 c:collection1 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-25-thread-1]: commit: now prepare
   [junit4]   2> 26528 T41 c:collection1 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-25-thread-1]: prepareCommit: flush
   [junit4]   2> 26528 T41 c:collection1 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-25-thread-1]:   index before flush 
   [junit4]   2> 26528 T41 c:collection1 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-25-thread-1]: startFullFlush
   [junit4]   2> 26528 T41 c:collection1 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-25-thread-1]: apply all deletes during flush
   [junit4]   2> 26529 T41 c:collection1 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-25-thread-1]: now apply all deletes for all segments maxDoc=0
   [junit4]   2> 26530 T41 c:collection1 oasu.LoggingInfoStream.message [BD][coreLoadExecutor-25-thread-1]: prune sis=segments:  minGen=9223372036854775807 packetCount=0
   [junit4]   2> 26530 T41 c:collection1 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-25-thread-1]: coreLoadExecutor-25-thread-1 finishFullFlush success=true
   [junit4]   2> 26530 T41 c:collection1 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-25-thread-1]: startCommit(): start
   [junit4]   2> 26530 T41 c:collection1 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-25-thread-1]: startCommit index= changeCount=1
   [junit4]   2> 26531 T41 c:collection1 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-25-thread-1]: done all syncs: []
   [junit4]   2> 26531 T41 c:collection1 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-25-thread-1]: commit: pendingCommit != null
   [junit4]   2> 26531 T41 c:collection1 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-25-thread-1]: now checkpoint "" [0 segments ; isCommit = true]
   [junit4]   2> 26532 T41 c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1eaa65b6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13a9b4f2),segFN=segments_1,generation=1}
   [junit4]   2> 26532 T41 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 26532 T41 c:collection1 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-25-thread-1]: 1 msec to checkpoint
   [junit4]   2> 26533 T41 c:collection1 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-25-thread-1]: commit: wrote segments file "segments_1"
   [junit4]   2> 26533 T41 c:collection1 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-25-thread-1]: commit: took 4.9 msec
   [junit4]   2> 26533 T41 c:collection1 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-25-thread-1]: commit: done
   [junit4]   2> 26533 T41 c:collection1 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-25-thread-1]: rollback
   [junit4]   2> 26533 T41 c:collection1 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-25-thread-1]: all running merges have aborted
   [junit4]   2> 26533 T41 c:collection1 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-25-thread-1]: rollback: done finish merges
   [junit4]   2> 26534 T41 c:collection1 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-25-thread-1]: abort
   [junit4]   2> 26534 T41 c:collection1 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-25-thread-1]: done abort success=true
   [junit4]   2> 26534 T41 c:collection1 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-25-thread-1]: rollback: infos=
   [junit4]   2> 26534 T41 c:collection1 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-25-thread-1]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 26535 T41 c:collection1 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-25-thread-1]: 0 msec to checkpoint
   [junit4]   2> 26535 T41 c:collection1 oasc.PluginBag.createPlugin queryResponseWriter : 'velocity' created with startup=lazy 
   [junit4]   2> 26535 T41 c:collection1 oasr.XSLTResponseWriter.init xsltCacheLifetimeSeconds=5
   [junit4]   2> 26541 T41 c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 26553 T41 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 26556 T41 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 26558 T41 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 26560 T41 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 26574 T41 c:collection1 oasc.PluginBag.createPlugin requestHandler : '/update/extract' created with startup=lazy 
   [junit4]   2> 26574 T41 c:collection1 oasc.PluginBag.createPlugin requestHandler : '/analysis/field' created with startup=lazy 
   [junit4]   2> 26575 T41 c:collection1 oasc.PluginBag.createPlugin requestHandler : '/analysis/document' created with startup=lazy 
   [junit4]   2> 26575 T41 c:collection1 oasc.PluginBag.createPlugin requestHandler : '/spell' created with startup=lazy 
   [junit4]   2> 26575 T41 c:collection1 oasc.PluginBag.createPlugin requestHandler : '/suggest' created with startup=lazy 
   [junit4]   2> 26575 T41 c:collection1 oasc.PluginBag.createPlugin requestHandler : '/tvrh' created with startup=lazy 
   [junit4]   2> 26580 T41 c:collection1 oasc.PluginBag.createPlugin requestHandler : '/terms' created with startup=lazy 
   [junit4]   2> 26581 T41 c:collection1 oasc.PluginBag.createPlugin requestHandler : '/elevate' created with startup=lazy 
   [junit4]   2> 26581 T41 c:collection1 oasc.RequestHandlers.initHandlersFromConfig 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,/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> 26584 T41 c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 26586 T41 c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 26586 T41 c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 26589 T41 c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 26589 T41 c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 26590 T41 c:collection1 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-25-thread-1]: init: current segments file is "segments_1"; deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@3566615f
   [junit4]   2> 26590 T41 c:collection1 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-25-thread-1]: init: load commit "segments_1"
   [junit4]   2> 26592 T41 c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1eaa65b6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13a9b4f2),segFN=segments_1,generation=1}
   [junit4]   2> 26593 T41 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 26594 T41 c:collection1 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-25-thread-1]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 26594 T41 c:collection1 oasu.LoggingInfoStream.message [IFD][coreLoadExecutor-25-thread-1]: 0 msec to checkpoint
   [junit4]   2> 26594 T41 c:collection1 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-25-thread-1]: init: create=false
   [junit4]   2> 26594 T41 c:collection1 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-25-thread-1]: 
   [junit4]   2> 	dir=MockDirectoryWrapper(RAMDirectory@1eaa65b6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13a9b4f2)
   [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> 	default WRITE_LOCK_TIMEOUT=1000
   [junit4]   2> 	writeLockTimeout=1000
   [junit4]   2> 	codec=Lucene50
   [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.0
   [junit4]   2> 	indexerThreadPool=org.apache.lucene.index.DocumentsWriterPerThreadPool@3772b233
   [junit4]   2> 	readerPooling=false
   [junit4]   2> 	perThreadHardLimitMB=1945
   [junit4]   2> 	useCompoundFile=false
   [junit4]   2> 	commitOnClose=true
   [junit4]   2> 	writer=org.apache.solr.update.SolrIndexWriter@67a1fc08
   [junit4]   2> 	
   [junit4]   2> 26594 T41 c:collection1 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-25-thread-1]: flush at getReader
   [junit4]   2> 26595 T41 c:collection1 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-25-thread-1]: startFullFlush
   [junit4]   2> 26595 T41 c:collection1 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-25-thread-1]: apply all deletes during flush
   [junit4]   2> 26595 T41 c:collection1 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-25-thread-1]: now apply all deletes for all segments maxDoc=0
   [junit4]   2> 26595 T41 c:collection1 oasu.LoggingInfoStream.message [BD][coreLoadExecutor-25-thread-1]: prune sis=segments_1:  minGen=9223372036854775807 packetCount=0
   [junit4]   2> 26596 T41 c:collection1 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-25-thread-1]: return reader version=1 reader=StandardDirectoryReader(segments_1:1:nrt)
   [junit4]   2> 26596 T41 c:collection1 oasu.LoggingInfoStream.message [DW][coreLoadExecutor-25-thread-1]: coreLoadExecutor-25-thread-1 finishFullFlush success=true
   [junit4]   2> 26596 T41 c:collection1 oasu.LoggingInfoStream.message [IW][coreLoadExecutor-25-thread-1]: getReader took 2 msec
   [junit4]   2> 26596 T41 c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@51f08401[collection1] main
   [junit4]   2> 26598 T41 c:collection1 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest 3004853E8802F64B-001/tempDir-001/collection1/conf
   [junit4]   2> 26599 T41 c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest 3004853E8802F64B-001/tempDir-001/collection1/conf}
   [junit4]   2> 26600 T41 c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest 3004853E8802F64B-001/tempDir-001/collection1/conf
   [junit4]   2> 26602 T41 c:collection1 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest 3004853E8802F64B-001/tempDir-001/collection1/conf
   [junit4]   2> 26602 T41 c:collection1 oasr.ManagedResource.processStoredData Loaded initArgs {} for /rest/managed
   [junit4]   2> 26603 T41 c:collection1 oasr.RestManager.init Initializing 2 registered ManagedResources
   [junit4]   2> 26603 T41 c:collection1 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest 3004853E8802F64B-001/tempDir-001/collection1/conf
   [junit4]   2> 26605 T41 c:collection1 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest 3004853E8802F64B-001/tempDir-001/collection1/conf
   [junit4]   2> 26605 T41 c:collection1 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=true} for /schema/analysis/stopwords/english
   [junit4]   2> 26605 T41 c:collection1 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 35 words for /schema/analysis/stopwords/english
   [junit4]   2> 26605 T41 c:collection1 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 26605 T41 c:collection1 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest 3004853E8802F64B-001/tempDir-001/collection1/conf
   [junit4]   2> 26606 T41 c:collection1 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_synonyms_english.json using file:dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest 3004853E8802F64B-001/tempDir-001/collection1/conf
   [junit4]   2> 26606 T41 c:collection1 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=true,format=solr} for /schema/analysis/synonyms/english
   [junit4]   2> 26606 T41 c:collection1 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 3 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 26607 T41 c:collection1 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 26607 T41 c:collection1 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 26607 T41 c:collection1 oass.DirectSolrSpellChecker.init 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> 26609 T41 c:collection1 oashc.SpellCheckComponent.inform No queryConverter defined, using default converter
   [junit4]   2> 26609 T41 c:collection1 oashc.SuggestComponent.inform Initializing SuggestComponent
   [junit4]   2> 26610 T41 c:collection1 oasss.SolrSuggester.init init: {name=mySuggester,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=string,buildOnStartup=false}
   [junit4]   2> 26613 T41 c:collection1 oasss.SolrSuggester.init Dictionary loaded with params: {name=mySuggester,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=string,buildOnStartup=false}
   [junit4]   2> 26615 T41 c:collection1 oashc.QueryElevationComponent.inform Loading QueryElevation from: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.SolrExampleXMLTest 3004853E8802F64B-001/tempDir-001/collection1/conf/elevate.xml
   [junit4]   2> 26629 T41 c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 26630 T42 c:collection1 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@51f08401[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 26631 T41 c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 26632 T28 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J0
   [junit4]   2> 26632 T28 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 26632 T28 oas.SolrJettyTestBase.createJetty Jetty Assigned Port#59156
   [junit4]   2> ASYNC  NEW_CORE C6 name=collection1 org.apache.solr.core.SolrCore@66227857
   [junit4]   2> 26632 T42 c:collection1 C6 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=static+firstSearcher+warming+in+solrconfig.xml&distrib=false&event=firstSearcher} hits=0 status=0 QTime=1 
   [junit4]   2> 26633 T42 c:collection1 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 26633 T42 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: default
   [junit4]   2> 26633 T42 c:collection1 oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index for spellchecker: wordbreak
   [junit4]   2> 26633 T42 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@51f08401[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 26641 T28 oas.SolrTestCaseJ4.setUp ###Starting testUpdateMultiValuedField
   [junit4]   2> ASYNC  NEW_CORE C7 name=collection1 org.apache.solr.core.SolrCore@66227857
   [junit4]   2> 28387 T32 c:collection1 C7 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[123 (1498507315232374784)]} 0 78
   [junit4]   2> ASYNC  NEW_CORE C8 name=collection1 org.apache.solr.core.SolrCore@66227857
   [junit4]   2> 28937 T34 c:collection1 C8 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 28939 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-34]: commit: start
   [junit4]   2> 28940 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-34]: commit: enter lock
   [junit4]   2> 28940 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-34]: commit: now prepare
   [junit4]   2> 28940 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-34]: prepareCommit: flush
   [junit4]   2> 28940 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-34]:   index before flush 
   [junit4]   2> 28941 T34 c:collection1 C8 oasu.LoggingInfoStream.message [DW][qtp152986263-34]: startFullFlush
   [junit4]   2> 28942 T34 c:collection1 C8 oasu.LoggingInfoStream.message [DW][qtp152986263-34]: anyChanges? numDocsInRam=1 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 28942 T34 c:collection1 C8 oasu.LoggingInfoStream.message [DWFC][qtp152986263-34]: addFlushableState DocumentsWriterPerThread [pendingDeletes=gen=0, segment=_0, aborted=false, numDocsInRAM=1, deleteQueue=DWDQ: [ generation: 1 ]]
   [junit4]   2> 28943 T34 c:collection1 C8 oasu.LoggingInfoStream.message [DWPT][qtp152986263-34]: flush postings as segment _0 numDocs=1
   [junit4]   2> 28949 T34 c:collection1 C8 oasu.LoggingInfoStream.message [DWPT][qtp152986263-34]: new segment has 0 deleted docs
   [junit4]   2> 28949 T34 c:collection1 C8 oasu.LoggingInfoStream.message [DWPT][qtp152986263-34]: new segment has no vectors; no norms; no docValues; no prox; no freqs
   [junit4]   2> 28949 T34 c:collection1 C8 oasu.LoggingInfoStream.message [DWPT][qtp152986263-34]: flushedFiles=[_0_Lucene50_0.doc, _0_Lucene50_0.tim, _0.fdx, _0_Lucene50_0.tip, _0.fdt, _0.fnm]
   [junit4]   2> 28950 T34 c:collection1 C8 oasu.LoggingInfoStream.message [DWPT][qtp152986263-34]: flushed codec=Lucene50
   [junit4]   2> 28950 T34 c:collection1 C8 oasu.LoggingInfoStream.message [DWPT][qtp152986263-34]: flushed: segment=_0 ramUsed=0.079 MB newFlushedSize=0.001 MB docs/MB=1,183.494
   [junit4]   2> 28951 T34 c:collection1 C8 oasu.LoggingInfoStream.message [DW][qtp152986263-34]: publishFlushedSegment seg-private updates=null
   [junit4]   2> 28952 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-34]: publishFlushedSegment
   [junit4]   2> 28952 T34 c:collection1 C8 oasu.LoggingInfoStream.message [BD][qtp152986263-34]: push deletes  1 deleted terms (unique count=1) bytesUsed=1056 segmentPrivate?=false delGen=2 packetCount=1 totBytesUsed=1056
   [junit4]   2> 28953 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-34]: publish sets newSegment delGen=3 seg=_0(6.0.0):C1
   [junit4]   2> 28953 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IFD][qtp152986263-34]: now checkpoint "_0(6.0.0):C1" [1 segments ; isCommit = false]
   [junit4]   2> 28954 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IFD][qtp152986263-34]: 0 msec to checkpoint
   [junit4]   2> 28954 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-34]: apply all deletes during flush
   [junit4]   2> 28955 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-34]: now apply all deletes for all segments maxDoc=1
   [junit4]   2> 28956 T34 c:collection1 C8 oasu.LoggingInfoStream.message [BD][qtp152986263-34]: applyDeletes: open segment readers took 0 msec
   [junit4]   2> 28956 T34 c:collection1 C8 oasu.LoggingInfoStream.message [BD][qtp152986263-34]: applyDeletes: infos=[_0(6.0.0):C1] packetCount=1
   [junit4]   2> 28957 T34 c:collection1 C8 oasu.LoggingInfoStream.message [BD][qtp152986263-34]: applyDeletes took 1 msec for 1 segments, 0 newly deleted docs (query deletes), 0 visited terms, allDeleted=null
   [junit4]   2> 28957 T34 c:collection1 C8 oasu.LoggingInfoStream.message [BD][qtp152986263-34]: prune sis=segments_1: _0(6.0.0):C1 minGen=3 packetCount=1
   [junit4]   2> 28958 T34 c:collection1 C8 oasu.LoggingInfoStream.message [BD][qtp152986263-34]: pruneDeletes: prune 1 packets; 0 packets remain
   [junit4]   2> 28958 T34 c:collection1 C8 oasu.LoggingInfoStream.message [DW][qtp152986263-34]: qtp152986263-34 finishFullFlush success=true
   [junit4]   2> 28959 T34 c:collection1 C8 oasu.LoggingInfoStream.message [TMP][qtp152986263-34]: findMerges: 1 segments
   [junit4]   2> 28965 T34 c:collection1 C8 oasu.LoggingInfoStream.message [TMP][qtp152986263-34]:   seg=_0(6.0.0):C1 size=0.001 MB [floored]
   [junit4]   2> 28965 T34 c:collection1 C8 oasu.LoggingInfoStream.message [TMP][qtp152986263-34]:   allowedSegmentCount=1 vs count=1 (eligible count=1) tooBigCount=0
   [junit4]   2> 28965 T34 c:collection1 C8 oasu.LoggingInfoStream.message [MS][qtp152986263-34]: initDynamicDefaults spins=false maxThreadCount=1 maxMergeCount=6
   [junit4]   2> 28966 T34 c:collection1 C8 oasu.LoggingInfoStream.message [MS][qtp152986263-34]: now merge
   [junit4]   2> 28966 T34 c:collection1 C8 oasu.LoggingInfoStream.message [MS][qtp152986263-34]:   index: _0(6.0.0):C1
   [junit4]   2> 28967 T34 c:collection1 C8 oasu.LoggingInfoStream.message [MS][qtp152986263-34]:   no more merges pending; now return
   [junit4]   2> 28967 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-34]: startCommit(): start
   [junit4]   2> 28968 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-34]: startCommit index=_0(6.0.0):C1 changeCount=3
   [junit4]   2> 28970 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-34]: done all syncs: [_0.si, _0_Lucene50_0.doc, _0_Lucene50_0.tim, _0.fdx, _0_Lucene50_0.tip, _0.fdt, _0.fnm]
   [junit4]   2> 28971 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-34]: commit: pendingCommit != null
   [junit4]   2> 28972 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IFD][qtp152986263-34]: now checkpoint "_0(6.0.0):C1" [1 segments ; isCommit = true]
   [junit4]   2> 28972 T34 c:collection1 C8 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1eaa65b6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13a9b4f2),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1eaa65b6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13a9b4f2),segFN=segments_2,generation=2}
   [junit4]   2> 28973 T34 c:collection1 C8 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 28973 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IFD][qtp152986263-34]: deleteCommits: now decRef commit "segments_1"
   [junit4]   2> 28974 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IFD][qtp152986263-34]: delete "segments_1"
   [junit4]   2> 28974 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IFD][qtp152986263-34]: 2 msec to checkpoint
   [junit4]   2> 28974 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-34]: commit: wrote segments file "segments_2"
   [junit4]   2> 28975 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-34]: commit: took 34.7 msec
   [junit4]   2> 28975 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-34]: commit: done
   [junit4]   2> 28977 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-34]: nrtIsCurrent: infoVersion matches: false; DW changes: false; BD changes: false
   [junit4]   2> 28978 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-34]: flush at getReader
   [junit4]   2> 28978 T34 c:collection1 C8 oasu.LoggingInfoStream.message [DW][qtp152986263-34]: startFullFlush
   [junit4]   2> 28978 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-34]: apply all deletes during flush
   [junit4]   2> 28979 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-34]: now apply all deletes for all segments maxDoc=1
   [junit4]   2> 28979 T34 c:collection1 C8 oasu.LoggingInfoStream.message [BD][qtp152986263-34]: applyDeletes: open segment readers took 0 msec
   [junit4]   2> 28979 T34 c:collection1 C8 oasu.LoggingInfoStream.message [BD][qtp152986263-34]: applyDeletes: no segments; skipping
   [junit4]   2> 28979 T34 c:collection1 C8 oasu.LoggingInfoStream.message [BD][qtp152986263-34]: prune sis=segments_1: _0(6.0.0):C1 minGen=3 packetCount=0
   [junit4]   2> 28981 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-34]: return reader version=3 reader=StandardDirectoryReader(segments_1:3:nrt _0(6.0.0):C1)
   [junit4]   2> 28981 T34 c:collection1 C8 oasu.LoggingInfoStream.message [DW][qtp152986263-34]: qtp152986263-34 finishFullFlush success=true
   [junit4]   2> 28981 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-34]: getReader took 3 msec
   [junit4]   2> 28982 T34 c:collection1 C8 oass.SolrIndexSearcher.<init> Opening Searcher@88a7eb3[collection1] main
   [junit4]   2> 28985 T42 c:collection1 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@88a7eb3[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C1)))}
   [junit4]   2> 28985 T42 c:collection1 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 28985 T42 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@88a7eb3[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C1)))}
   [junit4]   2> 28987 T34 c:collection1 C8 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 28987 T34 c:collection1 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=xml&version=2.2} {commit=} 0 200
   [junit4]   2> 29067 T35 c:collection1 C8 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=id:123&wt=xml&version=2.2} hits=1 status=0 QTime=60 
   [junit4]   2> 29117 T36 c:collection1 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[123 (1498507316000980992)]} 0 8
   [junit4]   2> 29128 T37 c:collection1 C8 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 29129 T37 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-37]: commit: start
   [junit4]   2> 29129 T37 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-37]: commit: enter lock
   [junit4]   2> 29130 T37 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-37]: commit: now prepare
   [junit4]   2> 29130 T37 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-37]: prepareCommit: flush
   [junit4]   2> 29133 T37 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-37]:   index before flush _0(6.0.0):C1
   [junit4]   2> 29133 T37 c:collection1 C8 oasu.LoggingInfoStream.message [DW][qtp152986263-37]: startFullFlush
   [junit4]   2> 29134 T37 c:collection1 C8 oasu.LoggingInfoStream.message [DW][qtp152986263-37]: anyChanges? numDocsInRam=1 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 29134 T37 c:collection1 C8 oasu.LoggingInfoStream.message [DWFC][qtp152986263-37]: addFlushableState DocumentsWriterPerThread [pendingDeletes=gen=0, segment=_1, aborted=false, numDocsInRAM=1, deleteQueue=DWDQ: [ generation: 3 ]]
   [junit4]   2> 29134 T37 c:collection1 C8 oasu.LoggingInfoStream.message [DWPT][qtp152986263-37]: flush postings as segment _1 numDocs=1
   [junit4]   2> 29139 T37 c:collection1 C8 oasu.LoggingInfoStream.message [DWPT][qtp152986263-37]: new segment has 0 deleted docs
   [junit4]   2> 29139 T37 c:collection1 C8 oasu.LoggingInfoStream.message [DWPT][qtp152986263-37]: new segment has no vectors; no norms; no docValues; no prox; no freqs
   [junit4]   2> 29140 T37 c:collection1 C8 oasu.LoggingInfoStream.message [DWPT][qtp152986263-37]: flushedFiles=[_1_Lucene50_0.doc, _1_Lucene50_0.tim, _1.fdx, _1.fnm, _1.fdt, _1_Lucene50_0.tip]
   [junit4]   2> 29140 T37 c:collection1 C8 oasu.LoggingInfoStream.message [DWPT][qtp152986263-37]: flushed codec=Lucene50
   [junit4]   2> 29141 T37 c:collection1 C8 oasu.LoggingInfoStream.message [DWPT][qtp152986263-37]: flushed: segment=_1 ramUsed=0.087 MB newFlushedSize=0.001 MB docs/MB=971.804
   [junit4]   2> 29142 T37 c:collection1 C8 oasu.LoggingInfoStream.message [DW][qtp152986263-37]: publishFlushedSegment seg-private updates=null
   [junit4]   2> 29143 T37 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-37]: publishFlushedSegment
   [junit4]   2> 29143 T37 c:collection1 C8 oasu.LoggingInfoStream.message [BD][qtp152986263-37]: push deletes  1 deleted terms (unique count=1) bytesUsed=1056 segmentPrivate?=false delGen=6 packetCount=1 totBytesUsed=1056
   [junit4]   2> 29143 T37 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-37]: publish sets newSegment delGen=7 seg=_1(6.0.0):C1
   [junit4]   2> 29144 T37 c:collection1 C8 oasu.LoggingInfoStream.message [IFD][qtp152986263-37]: now checkpoint "_0(6.0.0):C1 _1(6.0.0):C1" [2 segments ; isCommit = false]
   [junit4]   2> 29145 T37 c:collection1 C8 oasu.LoggingInfoStream.message [IFD][qtp152986263-37]: 1 msec to checkpoint
   [junit4]   2> 29145 T37 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-37]: apply all deletes during flush
   [junit4]   2> 29145 T37 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-37]: now apply all deletes for all segments maxDoc=2
   [junit4]   2> 29146 T37 c:collection1 C8 oasu.LoggingInfoStream.message [BD][qtp152986263-37]: applyDeletes: open segment readers took 0 msec
   [junit4]   2> 29148 T37 c:collection1 C8 oasu.LoggingInfoStream.message [BD][qtp152986263-37]: applyDeletes: infos=[_0(6.0.0):C1, _1(6.0.0):C1] packetCount=1
   [junit4]   2> 29162 T37 c:collection1 C8 oasu.LoggingInfoStream.message [BD][qtp152986263-37]: applyTermDeletes took 11.3 msec for 2 segments and 1 packets; 1 del terms visited; 2 seg terms visited
   [junit4]   2> 29162 T37 c:collection1 C8 oasu.LoggingInfoStream.message [BD][qtp152986263-37]: applyDeletes: 1 new deleted documents
   [junit4]   2> 29163 T37 c:collection1 C8 oasu.LoggingInfoStream.message [BD][qtp152986263-37]: applyDeletes took 16 msec for 2 segments, 0 newly deleted docs (query deletes), 1 visited terms, allDeleted=[_0(6.0.0):C1]
   [junit4]   2> 29164 T37 c:collection1 C8 oasu.LoggingInfoStream.message [IFD][qtp152986263-37]: now checkpoint "_0(6.0.0):C1/1 _1(6.0.0):C1" [2 segments ; isCommit = false]
   [junit4]   2> 29164 T37 c:collection1 C8 oasu.LoggingInfoStream.message [IFD][qtp152986263-37]: 0 msec to checkpoint
   [junit4]   2> 29165 T37 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-37]: drop 100% deleted segments: _0(6.0.0):C1/1
   [junit4]   2> 29165 T37 c:collection1 C8 oasu.LoggingInfoStream.message [IFD][qtp152986263-37]: now checkpoint "_1(6.0.0):C1" [1 segments ; isCommit = false]
   [junit4]   2> 29166 T37 c:collection1 C8 oasu.LoggingInfoStream.message [IFD][qtp152986263-37]: 0 msec to checkpoint
   [junit4]   2> 29166 T37 c:collection1 C8 oasu.LoggingInfoStream.message [BD][qtp152986263-37]: prune sis=segments_1: _1(6.0.0):C1 minGen=8 packetCount=1
   [junit4]   2> 29166 T37 c:collection1 C8 oasu.LoggingInfoStream.message [BD][qtp152986263-37]: pruneDeletes: prune 1 packets; 0 packets remain
   [junit4]   2> 29167 T37 c:collection1 C8 oasu.LoggingInfoStream.message [DW][qtp152986263-37]: qtp152986263-37 finishFullFlush success=true
   [junit4]   2> 29167 T37 c:collection1 C8 oasu.LoggingInfoStream.message [TMP][qtp152986263-37]: findMerges: 1 segments
   [junit4]   2> 29168 T37 c:collection1 C8 oasu.LoggingInfoStream.message [TMP][qtp152986263-37]:   seg=_1(6.0.0):C1 size=0.001 MB [floored]
   [junit4]   2> 29169 T37 c:collection1 C8 oasu.LoggingInfoStream.message [TMP][qtp152986263-37]:   allowedSegmentCount=1 vs count=1 (eligible count=1) tooBigCount=0
   [junit4]   2> 29171 T37 c:collection1 C8 oasu.LoggingInfoStream.message [MS][qtp152986263-37]: now merge
   [junit4]   2> 29172 T37 c:collection1 C8 oasu.LoggingInfoStream.message [MS][qtp152986263-37]:   index: _1(6.0.0):C1
   [junit4]   2> 29172 T37 c:collection1 C8 oasu.LoggingInfoStream.message [MS][qtp152986263-37]:   no more merges pending; now return
   [junit4]   2> 29172 T37 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-37]: startCommit(): start
   [junit4]   2> 29173 T37 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-37]: startCommit index=_1(6.0.0):C1 changeCount=8
   [junit4]   2> 29174 T37 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-37]: done all syncs: [_1_Lucene50_0.doc, _1_Lucene50_0.tim, _1.si, _1.fdx, _1.fnm, _1.fdt, _1_Lucene50_0.tip]
   [junit4]   2> 29175 T37 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-37]: commit: pendingCommit != null
   [junit4]   2> 29175 T37 c:collection1 C8 oasu.LoggingInfoStream.message [IFD][qtp152986263-37]: now checkpoint "_1(6.0.0):C1" [1 segments ; isCommit = true]
   [junit4]   2> 29176 T37 c:collection1 C8 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1eaa65b6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13a9b4f2),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1eaa65b6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13a9b4f2),segFN=segments_3,generation=3}
   [junit4]   2> 29177 T37 c:collection1 C8 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 29177 T37 c:collection1 C8 oasu.LoggingInfoStream.message [IFD][qtp152986263-37]: deleteCommits: now decRef commit "segments_2"
   [junit4]   2> 29177 T37 c:collection1 C8 oasu.LoggingInfoStream.message [IFD][qtp152986263-37]: delete "segments_2"
   [junit4]   2> 29178 T37 c:collection1 C8 oasu.LoggingInfoStream.message [IFD][qtp152986263-37]: 2 msec to checkpoint
   [junit4]   2> 29179 T37 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-37]: commit: wrote segments file "segments_3"
   [junit4]   2> 29179 T37 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-37]: commit: took 48.7 msec
   [junit4]   2> 29179 T37 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-37]: commit: done
   [junit4]   2> 29180 T37 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-37]: nrtIsCurrent: infoVersion matches: false; DW changes: false; BD changes: false
   [junit4]   2> 29180 T37 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-37]: flush at getReader
   [junit4]   2> 29181 T37 c:collection1 C8 oasu.LoggingInfoStream.message [DW][qtp152986263-37]: startFullFlush
   [junit4]   2> 29181 T37 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-37]: apply all deletes during flush
   [junit4]   2> 29191 T37 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-37]: now apply all deletes for all segments maxDoc=1
   [junit4]   2> 29191 T37 c:collection1 C8 oasu.LoggingInfoStream.message [BD][qtp152986263-37]: applyDeletes: open segment readers took 0 msec
   [junit4]   2> 29191 T37 c:collection1 C8 oasu.LoggingInfoStream.message [BD][qtp152986263-37]: applyDeletes: no segments; skipping
   [junit4]   2> 29191 T37 c:collection1 C8 oasu.LoggingInfoStream.message [BD][qtp152986263-37]: prune sis=segments_1: _1(6.0.0):C1 minGen=8 packetCount=0
   [junit4]   2> 29192 T37 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-37]: return reader version=7 reader=StandardDirectoryReader(segments_1:7:nrt _1(6.0.0):C1)
   [junit4]   2> 29192 T37 c:collection1 C8 oasu.LoggingInfoStream.message [DW][qtp152986263-37]: qtp152986263-37 finishFullFlush success=true
   [junit4]   2> 29193 T37 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-37]: getReader took 13 msec
   [junit4]   2> 29193 T37 c:collection1 C8 oass.SolrIndexSearcher.<init> Opening Searcher@463e3d60[collection1] main
   [junit4]   2> 29196 T42 c:collection1 oasc.QuerySenderListener.newSearcher QuerySenderListener sending requests to Searcher@463e3d60[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):C1)))}
   [junit4]   2> 29196 T42 c:collection1 oasc.QuerySenderListener.newSearcher QuerySenderListener done.
   [junit4]   2> 29196 T42 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@463e3d60[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):C1)))}
   [junit4]   2> 29197 T37 c:collection1 C8 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 29199 T42 c:collection1 oasu.LoggingInfoStream.message [IFD][searcherExecutor-26-thread-1-processing-{core=collection1}]: delete "_0.si"
   [junit4]   2> 29200 T42 c:collection1 oasu.LoggingInfoStream.message [IFD][searcherExecutor-26-thread-1-processing-{core=collection1}]: delete "_0_Lucene50_0.doc"
   [junit4]   2> 29200 T42 c:collection1 oasu.LoggingInfoStream.message [IFD][searcherExecutor-26-thread-1-processing-{core=collection1}]: delete "_0_Lucene50_0.tim"
   [junit4]   2> 29200 T42 c:collection1 oasu.LoggingInfoStream.message [IFD][searcherExecutor-26-thread-1-processing-{core=collection1}]: delete "_0.fdx"
   [junit4]   2> 29201 T42 c:collection1 oasu.LoggingInfoStream.message [IFD][searcherExecutor-26-thread-1-processing-{core=collection1}]: delete "_0_Lucene50_0.tip"
   [junit4]   2> 29201 T42 c:collection1 oasu.LoggingInfoStream.message [IFD][searcherExecutor-26-thread-1-processing-{core=collection1}]: delete "_0.fdt"
   [junit4]   2> 29201 T42 c:collection1 oasu.LoggingInfoStream.message [IFD][searcherExecutor-26-thread-1-processing-{core=collection1}]: delete "_0.fnm"
   [junit4]   2> 29202 T37 c:collection1 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=xml&version=2.2} {commit=} 0 77
   [junit4]   2> 29208 T38 c:collection1 C8 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=id:123&wt=xml&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> 29228 T32 c:collection1 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=xml&version=2.2} {add=[123 (1498507316118421504)]} 0 5
   [junit4]   2> 29235 T34 c:collection1 C8 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 29235 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-34]: commit: start
   [junit4]   2> 29235 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-34]: commit: enter lock
   [junit4]   2> 29235 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-34]: commit: now prepare
   [junit4]   2> 29236 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-34]: prepareCommit: flush
   [junit4]   2> 29237 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-34]:   index before flush _1(6.0.0):C1
   [junit4]   2> 29238 T34 c:collection1 C8 oasu.LoggingInfoStream.message [DW][qtp152986263-34]: startFullFlush
   [junit4]   2> 29238 T34 c:collection1 C8 oasu.LoggingInfoStream.message [DW][qtp152986263-34]: anyChanges? numDocsInRam=1 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 29238 T34 c:collection1 C8 oasu.LoggingInfoStream.message [DWFC][qtp152986263-34]: addFlushableState DocumentsWriterPerThread [pendingDeletes=gen=0, segment=_2, aborted=false, numDocsInRAM=1, deleteQueue=DWDQ: [ generation: 5 ]]
   [junit4]   2> 29239 T34 c:collection1 C8 oasu.LoggingInfoStream.message [DWPT][qtp152986263-34]: flush postings as segment _2 numDocs=1
   [junit4]   2> 29243 T34 c:collection1 C8 oasu.LoggingInfoStream.message [DWPT][qtp152986263-34]: new segment has 0 deleted docs
   [junit4]   2> 29244 T34 c:collection1 C8 oasu.LoggingInfoStream.message [DWPT][qtp152986263-34]: new segment has no vectors; no norms; no docValues; no prox; no freqs
   [junit4]   2> 29244 T34 c:collection1 C8 oasu.LoggingInfoStream.message [DWPT][qtp152986263-34]: flushedFiles=[_2.fdt, _2.fnm, _2.fdx, _2_Lucene50_0.doc, _2_Lucene50_0.tim, _2_Lucene50_0.tip]
   [junit4]   2> 29245 T34 c:collection1 C8 oasu.LoggingInfoStream.message [DWPT][qtp152986263-34]: flushed codec=Lucene50
   [junit4]   2> 29245 T34 c:collection1 C8 oasu.LoggingInfoStream.message [DWPT][qtp152986263-34]: flushed: segment=_2 ramUsed=0.087 MB newFlushedSize=0.001 MB docs/MB=942.964
   [junit4]   2> 29245 T34 c:collection1 C8 oasu.LoggingInfoStream.message [DW][qtp152986263-34]: publishFlushedSegment seg-private updates=null
   [junit4]   2> 29246 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-34]: publishFlushedSegment
   [junit4]   2> 29246 T34 c:collection1 C8 oasu.LoggingInfoStream.message [BD][qtp152986263-34]: push deletes  1 deleted terms (unique count=1) bytesUsed=1056 segmentPrivate?=false delGen=10 packetCount=1 totBytesUsed=1056
   [junit4]   2> 29247 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-34]: publish sets newSegment delGen=11 seg=_2(6.0.0):C1
   [junit4]   2> 29247 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IFD][qtp152986263-34]: now checkpoint "_1(6.0.0):C1 _2(6.0.0):C1" [2 segments ; isCommit = false]
   [junit4]   2> 29248 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IFD][qtp152986263-34]: 0 msec to checkpoint
   [junit4]   2> 29249 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-34]: apply all deletes during flush
   [junit4]   2> 29249 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-34]: now apply all deletes for all segments maxDoc=2
   [junit4]   2> 29250 T34 c:collection1 C8 oasu.LoggingInfoStream.message [BD][qtp152986263-34]: applyDeletes: open segment readers took 0 msec
   [junit4]   2> 29251 T34 c:collection1 C8 oasu.LoggingInfoStream.message [BD][qtp152986263-34]: applyDeletes: infos=[_1(6.0.0):C1, _2(6.0.0):C1] packetCount=1
   [junit4]   2> 29253 T34 c:collection1 C8 oasu.LoggingInfoStream.message [BD][qtp152986263-34]: applyTermDeletes took 0.2 msec for 2 segments and 1 packets; 1 del terms visited; 2 seg terms visited
   [junit4]   2> 29253 T34 c:collection1 C8 oasu.LoggingInfoStream.message [BD][qtp152986263-34]: applyDeletes: 1 new deleted documents
   [junit4]   2> 29254 T34 c:collection1 C8 oasu.LoggingInfoStream.message [BD][qtp152986263-34]: applyDeletes took 4 msec for 2 segments, 0 newly deleted docs (query deletes), 1 visited terms, allDeleted=[_1(6.0.0):C1]
   [junit4]   2> 29254 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IFD][qtp152986263-34]: now checkpoint "_1(6.0.0):C1/1 _2(6.0.0):C1" [2 segments ; isCommit = false]
   [junit4]   2> 29255 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IFD][qtp152986263-34]: 0 msec to checkpoint
   [junit4]   2> 29255 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-34]: drop 100% deleted segments: _1(6.0.0):C1/1
   [junit4]   2> 29256 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IFD][qtp152986263-34]: now checkpoint "_2(6.0.0):C1" [1 segments ; isCommit = false]
   [junit4]   2> 29256 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IFD][qtp152986263-34]: 0 msec to checkpoint
   [junit4]   2> 29256 T34 c:collection1 C8 oasu.LoggingInfoStream.message [BD][qtp152986263-34]: prune sis=segments_1: _2(6.0.0):C1 minGen=12 packetCount=1
   [junit4]   2> 29257 T34 c:collection1 C8 oasu.LoggingInfoStream.message [BD][qtp152986263-34]: pruneDeletes: prune 1 packets; 0 packets remain
   [junit4]   2> 29257 T34 c:collection1 C8 oasu.LoggingInfoStream.message [DW][qtp152986263-34]: qtp152986263-34 finishFullFlush success=true
   [junit4]   2> 29257 T34 c:collection1 C8 oasu.LoggingInfoStream.message [TMP][qtp152986263-34]: findMerges: 1 segments
   [junit4]   2> 29258 T34 c:collection1 C8 oasu.LoggingInfoStream.message [TMP][qtp152986263-34]:   seg=_2(6.0.0):C1 size=0.001 MB [floored]
   [junit4]   2> 29260 T34 c:collection1 C8 oasu.LoggingInfoStream.message [TMP][qtp152986263-34]:   allowedSegmentCount=1 vs count=1 (eligible count=1) tooBigCount=0
   [junit4]   2> 29260 T34 c:collection1 C8 oasu.LoggingInfoStream.message [MS][qtp152986263-34]: now merge
   [junit4]   2> 29260 T34 c:collection1 C8 oasu.LoggingInfoStream.message [MS][qtp152986263-34]:   index: _2(6.0.0):C1
   [junit4]   2> 29260 T34 c:collection1 C8 oasu.LoggingInfoStream.message [MS][qtp152986263-34]:   no more merges pending; now return
   [junit4]   2> 29261 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-34]: startCommit(): start
   [junit4]   2> 29261 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-34]: startCommit index=_2(6.0.0):C1 changeCount=13
   [junit4]   2> 29262 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-34]: done all syncs: [_2.si, _2.fdt, _2.fnm, _2.fdx, _2_Lucene50_0.doc, _2_Lucene50_0.tim, _2_Lucene50_0.tip]
   [junit4]   2> 29262 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-34]: commit: pendingCommit != null
   [junit4]   2> 29263 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IFD][qtp152986263-34]: now checkpoint "_2(6.0.0):C1" [1 segments ; isCommit = true]
   [junit4]   2> 29264 T34 c:collection1 C8 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1eaa65b6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13a9b4f2),segFN=segments_3,generation=3}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1eaa65b6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@13a9b4f2),segFN=segments_4,generation=4}
   [junit4]   2> 29264 T34 c:collection1 C8 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
   [junit4]   2> 29264 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IFD][qtp152986263-34]: deleteCommits: now decRef commit "segments_3"
   [junit4]   2> 29264 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IFD][qtp152986263-34]: delete "segments_3"
   [junit4]   2> 29265 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IFD][qtp152986263-34]: 1 msec to checkpoint
   [junit4]   2> 29265 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-34]: commit: wrote segments file "segments_4"
   [junit4]   2> 29266 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-34]: commit: took 29.8 msec
   [junit4]   2> 29266 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-34]: commit: done
   [junit4]   2> 29266 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-34]: nrtIsCurrent: infoVersion matches: false; DW changes: false; BD changes: false
   [junit4]   2> 29267 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-34]: flush at getReader
   [junit4]   2> 29268 T34 c:collection1 C8 oasu.LoggingInfoStream.message [DW][qtp152986263-34]: startFullFlush
   [junit4]   2> 29268 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-34]: apply all deletes during flush
   [junit4]   2> 29269 T34 c:collection1 C8 oasu.LoggingInfoStream.message [IW][qtp152986263-34]: now apply all deletes for all segments maxDoc=1
   [junit4]   2> 29269 T34 c:collection1 C8 oasu.LoggingInfoStream.message [BD][qtp152986263-34]: applyDeletes: open segment readers took 0 msec
   [junit4]   2> 29269 T34 c:collection1 C8 oasu.LoggingInfoStream.message [BD][qtp152986263-34]: applyDeletes: no segments; skipping
   [junit4]   2> 29269 T34 c:collection1 C8 oasu.LoggingInfoStream.message [BD][qtp152986263-34]: prune 

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

ex before flush 
   [junit4]   2> 127160 T386 C249 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: startFullFlush
   [junit4]   2> 127160 T386 C249 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker finishFullFlush success=true
   [junit4]   2> 127160 T386 C249 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: apply all deletes during flush
   [junit4]   2> 127160 T386 C249 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: now apply all deletes for all segments maxDoc=0
   [junit4]   2> 127160 T386 C249 oasu.LoggingInfoStream.message [BD][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: prune sis=segments_1:  minGen=9223372036854775807 packetCount=0
   [junit4]   2> 127161 T386 C249 oasu.LoggingInfoStream.message [MS][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: updateMergeThreads ioThrottle=true targetMBPerSec=10240.0 MB/sec
   [junit4]   2> 127161 T386 C249 oasu.LoggingInfoStream.message [MS][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: now merge
   [junit4]   2> 127161 T386 C249 oasu.LoggingInfoStream.message [MS][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]:   index: 
   [junit4]   2> 127161 T386 C249 oasu.LoggingInfoStream.message [MS][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]:   no more merges pending; now return
   [junit4]   2> 127162 T386 C249 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: waitForMerges
   [junit4]   2> 127162 T386 C249 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: waitForMerges done
   [junit4]   2> 127162 T386 C249 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: commit: start
   [junit4]   2> 127162 T386 C249 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: commit: enter lock
   [junit4]   2> 127162 T386 C249 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: commit: now prepare
   [junit4]   2> 127163 T386 C249 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: prepareCommit: flush
   [junit4]   2> 127163 T386 C249 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]:   index before flush 
   [junit4]   2> 127163 T386 C249 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: startFullFlush
   [junit4]   2> 127163 T386 C249 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: apply all deletes during flush
   [junit4]   2> 127164 T386 C249 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: now apply all deletes for all segments maxDoc=0
   [junit4]   2> 127164 T386 C249 oasu.LoggingInfoStream.message [BD][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: prune sis=segments_1:  minGen=9223372036854775807 packetCount=0
   [junit4]   2> 127164 T386 C249 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker finishFullFlush success=true
   [junit4]   2> 127164 T386 C249 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: startCommit(): start
   [junit4]   2> 127165 T386 C249 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]:   skip startCommit(): no changes pending
   [junit4]   2> 127165 T386 C249 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: commit: pendingCommit == null; skip
   [junit4]   2> 127165 T386 C249 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: commit: wrote segments file "null"
   [junit4]   2> 127166 T386 C249 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: commit: took 2.9 msec
   [junit4]   2> 127166 T386 C249 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: commit: done
   [junit4]   2> 127166 T386 C249 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: rollback
   [junit4]   2> 127166 T386 C249 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: all running merges have aborted
   [junit4]   2> 127166 T386 C249 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: rollback: done finish merges
   [junit4]   2> 127167 T386 C249 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: abort
   [junit4]   2> 127167 T386 C249 oasu.LoggingInfoStream.message [DW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: done abort success=true
   [junit4]   2> 127167 T386 C249 oasu.LoggingInfoStream.message [IW][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: rollback: infos=
   [junit4]   2> 127167 T386 C249 oasu.LoggingInfoStream.message [IFD][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 127167 T386 C249 oasu.LoggingInfoStream.message [IFD][SUITE-SolrExampleBinaryTest-seed#[3004853E8802F64B]-worker]: 0 msec to checkpoint
   [junit4]   2> 127169 T386 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 127196 T386 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 127199 T386 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrExampleBinaryTest 3004853E8802F64B-001/tempDir-001/collection1/data [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrExampleBinaryTest 3004853E8802F64B-001/tempDir-001/collection1/data;done=false>>]
   [junit4]   2> 127199 T386 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrExampleBinaryTest 3004853E8802F64B-001/tempDir-001/collection1/data
   [junit4]   2> 127200 T386 oasc.CachingDirectoryFactory.closeCacheValue looking to close /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrExampleBinaryTest 3004853E8802F64B-001/tempDir-001/collection1/data/index [CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrExampleBinaryTest 3004853E8802F64B-001/tempDir-001/collection1/data/index;done=false>>]
   [junit4]   2> 127200 T386 oasc.CachingDirectoryFactory.close Closing directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrExampleBinaryTest 3004853E8802F64B-001/tempDir-001/collection1/data/index
   [junit4]   2> 127201 T386 oejsh.ContextHandler.doStop Stopped o.e.j.s.ServletContextHandler@3b173ba5{/solr,null,UNAVAILABLE}
   [junit4]   2> 127203 T386 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.SolrExampleBinaryTest 3004853E8802F64B-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {}, docValues:{}, sim=DefaultSimilarity, locale=sr_RS, timezone=America/Kralendijk
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_40 (64-bit)/cpus=3,threads=1,free=28402720,total=59207680
   [junit4]   2> NOTE: All tests run in this JVM: [ContentStreamTest, TestZkConfigManager, QueryResponseTest, TestLBHttpSolrClient, SolrExceptionTest, ClientUtilsTest, SolrExampleStreamingBinaryTest, AnlysisResponseBaseTest, SolrExampleJettyTest, LargeVolumeEmbeddedTest, CloudSolrClientMultiConstructorTest, MergeIndexesEmbeddedTest, SolrPingTest, LargeVolumeJettyTest, SolrExampleStreamingTest, SolrExampleBinaryTest]
   [junit4] Completed [22/57] on J1 in 7.27s, 33 tests, 1 error <<< FAILURES!

[...truncated 119 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:526: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:474: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:61: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:39: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:242: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:512: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1415: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:973: There were test failures: 57 suites, 381 tests, 5 errors

Total time: 72 minutes 43 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any