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 2013/04/17 16:54:01 UTC

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_17) - Build # 5212 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/5212/
Java: 32bit/jdk1.7.0_17 -client -XX:+UseG1GC

1 tests failed.
REGRESSION:  org.apache.lucene.queries.function.TestFunctionQuerySort.testSearchAfterWhenSortingByFunctionValues

Error Message:
Requested array size exceeds VM limit

Stack Trace:
java.lang.OutOfMemoryError: Requested array size exceeds VM limit
	at __randomizedtesting.SeedInfo.seed([19CBB97056276D92:E7ABF8B5EEE0EA22]:0)
	at org.apache.lucene.util.PriorityQueue.<init>(PriorityQueue.java:64)
	at org.apache.lucene.util.PriorityQueue.<init>(PriorityQueue.java:37)
	at org.apache.lucene.search.FieldValueHitQueue.<init>(FieldValueHitQueue.java:138)
	at org.apache.lucene.search.FieldValueHitQueue.<init>(FieldValueHitQueue.java:34)
	at org.apache.lucene.search.FieldValueHitQueue$OneComparatorFieldValueHitQueue.<init>(FieldValueHitQueue.java:63)
	at org.apache.lucene.search.FieldValueHitQueue.create(FieldValueHitQueue.java:171)
	at org.apache.lucene.search.TopFieldCollector.create(TopFieldCollector.java:1123)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:518)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:493)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:370)
	at org.apache.lucene.queries.function.TestFunctionQuerySort.testSearchAfterWhenSortingByFunctionValues(TestFunctionQuerySort.java:72)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)




Build Log:
[...truncated 7591 lines...]
[junit4:junit4] Suite: org.apache.lucene.queries.function.TestFunctionQuerySort
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestFunctionQuerySort -Dtests.method=testSearchAfterWhenSortingByFunctionValues -Dtests.seed=19CBB97056276D92 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=be -Dtests.timezone=Pacific/Tongatapu -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   0.58s J0 | TestFunctionQuerySort.testSearchAfterWhenSortingByFunctionValues <<<
[junit4:junit4]    > Throwable #1: java.lang.OutOfMemoryError: Requested array size exceeds VM limit
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([19CBB97056276D92:E7ABF8B5EEE0EA22]:0)
[junit4:junit4]    > 	at org.apache.lucene.util.PriorityQueue.<init>(PriorityQueue.java:64)
[junit4:junit4]    > 	at org.apache.lucene.util.PriorityQueue.<init>(PriorityQueue.java:37)
[junit4:junit4]    > 	at org.apache.lucene.search.FieldValueHitQueue.<init>(FieldValueHitQueue.java:138)
[junit4:junit4]    > 	at org.apache.lucene.search.FieldValueHitQueue.<init>(FieldValueHitQueue.java:34)
[junit4:junit4]    > 	at org.apache.lucene.search.FieldValueHitQueue$OneComparatorFieldValueHitQueue.<init>(FieldValueHitQueue.java:63)
[junit4:junit4]    > 	at org.apache.lucene.search.FieldValueHitQueue.create(FieldValueHitQueue.java:171)
[junit4:junit4]    > 	at org.apache.lucene.search.TopFieldCollector.create(TopFieldCollector.java:1123)
[junit4:junit4]    > 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:518)
[junit4:junit4]    > 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:493)
[junit4:junit4]    > 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:370)
[junit4:junit4]    > 	at org.apache.lucene.queries.function.TestFunctionQuerySort.testSearchAfterWhenSortingByFunctionValues(TestFunctionQuerySort.java:72)
[junit4:junit4]   2> NOTE: test params are: codec=Asserting, sim=DefaultSimilarity, locale=be, timezone=Pacific/Tongatapu
[junit4:junit4]   2> NOTE: Linux 3.2.0-40-generic i386/Oracle Corporation 1.7.0_17 (32-bit)/cpus=8,threads=1,free=7819088,total=18874368
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestFunctionQuerySort]
[junit4:junit4] Completed on J0 in 0.81s, 1 test, 1 error <<< FAILURES!

[...truncated 49 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:375: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:355: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build.xml:548: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1789: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/module-build.xml:61: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1231: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:875: There were test failures: 13 suites, 92 tests, 1 error

Total time: 17 minutes 12 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 32bit/jdk1.7.0_17 -client -XX:+UseG1GC
Email was triggered for: Failure
Sending email for trigger: Failure



Re: [JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_17) - Build # 5212 - Failure!

Posted by Robert Muir <rc...@gmail.com>.
Whats going on here? I saw this with jrockit too. Maybe its a bug in the
test

On Wed, Apr 17, 2013 at 10:54 AM, Policeman Jenkins Server <
jenkins@thetaphi.de> wrote:

> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/5212/
> Java: 32bit/jdk1.7.0_17 -client -XX:+UseG1GC
>
> 1 tests failed.
> REGRESSION:
>  org.apache.lucene.queries.function.TestFunctionQuerySort.testSearchAfterWhenSortingByFunctionValues
>
> Error Message:
> Requested array size exceeds VM limit
>
> Stack Trace:
> java.lang.OutOfMemoryError: Requested array size exceeds VM limit
>         at
> __randomizedtesting.SeedInfo.seed([19CBB97056276D92:E7ABF8B5EEE0EA22]:0)
>         at
> org.apache.lucene.util.PriorityQueue.<init>(PriorityQueue.java:64)
>         at
> org.apache.lucene.util.PriorityQueue.<init>(PriorityQueue.java:37)
>         at
> org.apache.lucene.search.FieldValueHitQueue.<init>(FieldValueHitQueue.java:138)
>         at
> org.apache.lucene.search.FieldValueHitQueue.<init>(FieldValueHitQueue.java:34)
>         at
> org.apache.lucene.search.FieldValueHitQueue$OneComparatorFieldValueHitQueue.<init>(FieldValueHitQueue.java:63)
>         at
> org.apache.lucene.search.FieldValueHitQueue.create(FieldValueHitQueue.java:171)
>         at
> org.apache.lucene.search.TopFieldCollector.create(TopFieldCollector.java:1123)
>         at
> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:518)
>         at
> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:493)
>         at
> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:370)
>         at
> org.apache.lucene.queries.function.TestFunctionQuerySort.testSearchAfterWhenSortingByFunctionValues(TestFunctionQuerySort.java:72)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:601)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
>         at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
>         at
> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
>         at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>         at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
>         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
>         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:358)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
>
>
>
>
> Build Log:
> [...truncated 7591 lines...]
> [junit4:junit4] Suite:
> org.apache.lucene.queries.function.TestFunctionQuerySort
> [junit4:junit4]   2> NOTE: reproduce with: ant test
>  -Dtestcase=TestFunctionQuerySort
> -Dtests.method=testSearchAfterWhenSortingByFunctionValues
> -Dtests.seed=19CBB97056276D92 -Dtests.multiplier=3 -Dtests.slow=true
> -Dtests.locale=be -Dtests.timezone=Pacific/Tongatapu
> -Dtests.file.encoding=US-ASCII
> [junit4:junit4] ERROR   0.58s J0 |
> TestFunctionQuerySort.testSearchAfterWhenSortingByFunctionValues <<<
> [junit4:junit4]    > Throwable #1: java.lang.OutOfMemoryError: Requested
> array size exceeds VM limit
> [junit4:junit4]    >    at
> __randomizedtesting.SeedInfo.seed([19CBB97056276D92:E7ABF8B5EEE0EA22]:0)
> [junit4:junit4]    >    at
> org.apache.lucene.util.PriorityQueue.<init>(PriorityQueue.java:64)
> [junit4:junit4]    >    at
> org.apache.lucene.util.PriorityQueue.<init>(PriorityQueue.java:37)
> [junit4:junit4]    >    at
> org.apache.lucene.search.FieldValueHitQueue.<init>(FieldValueHitQueue.java:138)
> [junit4:junit4]    >    at
> org.apache.lucene.search.FieldValueHitQueue.<init>(FieldValueHitQueue.java:34)
> [junit4:junit4]    >    at
> org.apache.lucene.search.FieldValueHitQueue$OneComparatorFieldValueHitQueue.<init>(FieldValueHitQueue.java:63)
> [junit4:junit4]    >    at
> org.apache.lucene.search.FieldValueHitQueue.create(FieldValueHitQueue.java:171)
> [junit4:junit4]    >    at
> org.apache.lucene.search.TopFieldCollector.create(TopFieldCollector.java:1123)
> [junit4:junit4]    >    at
> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:518)
> [junit4:junit4]    >    at
> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:493)
> [junit4:junit4]    >    at
> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:370)
> [junit4:junit4]    >    at
> org.apache.lucene.queries.function.TestFunctionQuerySort.testSearchAfterWhenSortingByFunctionValues(TestFunctionQuerySort.java:72)
> [junit4:junit4]   2> NOTE: test params are: codec=Asserting,
> sim=DefaultSimilarity, locale=be, timezone=Pacific/Tongatapu
> [junit4:junit4]   2> NOTE: Linux 3.2.0-40-generic i386/Oracle Corporation
> 1.7.0_17 (32-bit)/cpus=8,threads=1,free=7819088,total=18874368
> [junit4:junit4]   2> NOTE: All tests run in this JVM:
> [TestFunctionQuerySort]
> [junit4:junit4] Completed on J0 in 0.81s, 1 test, 1 error <<< FAILURES!
>
> [...truncated 49 lines...]
> BUILD FAILED
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:375: The
> following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:355: The
> following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The
> following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build.xml:548:
> The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1789:
> The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/module-build.xml:61:
> The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1231:
> The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:875:
> There were test failures: 13 suites, 92 tests, 1 error
>
> Total time: 17 minutes 12 seconds
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> Recording test results
> Description set: Java: 32bit/jdk1.7.0_17 -client -XX:+UseG1GC
> Email was triggered for: Failure
> Sending email for trigger: Failure
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0-ea-b84) - Build # 5213 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/5213/
Java: 32bit/jdk1.8.0-ea-b84 -server -XX:+UseG1GC

2 tests failed.
FAILED:  org.apache.solr.cloud.BasicDistributedZk2Test.testDistribSearch

Error Message:
Server at http://127.0.0.1:57173/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://127.0.0.1:57173/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update
	at __randomizedtesting.SeedInfo.seed([6B424C58B8CF2150:EAA4C240CF90416C]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:374)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)
	at org.apache.solr.cloud.BasicDistributedZk2Test.testNodeWithoutCollectionForwarding(BasicDistributedZk2Test.java:197)
	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:89)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:487)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)


FAILED:  org.apache.solr.cloud.UnloadDistributedZkTest.testDistribSearch

Error Message:
Still found shard2 in collection test_unload_shard_and_collection

Stack Trace:
java.lang.AssertionError: Still found shard2 in collection test_unload_shard_and_collection
	at __randomizedtesting.SeedInfo.seed([6B424C58B8CF2150:EAA4C240CF90416C]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.UnloadDistributedZkTest.testUnloadShardAndCollection(UnloadDistributedZkTest.java:127)
	at org.apache.solr.cloud.UnloadDistributedZkTest.doTest(UnloadDistributedZkTest.java:77)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:487)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at java.lang.Thread.run(Thread.java:722)




Build Log:
[...truncated 8879 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.UnloadDistributedZkTest
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:10.410; org.apache.solr.BaseDistributedSearchTestCase; Setting hostContext system property: /
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:10.422; org.apache.solr.SolrTestCaseJ4; ###Starting testDistribSearch
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:10.427; org.apache.solr.cloud.ZkTestServer; STARTING ZK TEST SERVER
[junit4:junit4]   1> client port:0.0.0.0/0.0.0.0:0
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:10.431; org.apache.solr.cloud.ZkTestServer$ZKServerMain; Starting server
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:10.530; org.apache.solr.cloud.ZkTestServer; start zk server on port:47846
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:10.573; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> WARN  - 2013-04-18 02:03:11.249; org.apache.zookeeper.server.NIOServerCnxn; Exception causing close of session 0x0 due to java.io.IOException: ZooKeeperServer not running
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:12.496; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@ecff24 name:ZooKeeperConnection Watcher:127.0.0.1:47846 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:12.497; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:12.499; org.apache.solr.common.cloud.SolrZkClient; makePath: /solr
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:12.533; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:12.535; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@2e1ad7 name:ZooKeeperConnection Watcher:127.0.0.1:47846/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:12.536; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:12.542; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:12.547; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/collection1/shards
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:12.552; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:12.555; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/control_collection/shards
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:12.560; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:12.572; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:12.580; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:12.584; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/schema.xml
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:12.593; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:12.594; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:12.601; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:12.602; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/protwords.txt
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:12.607; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:12.608; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/currency.xml
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:12.614; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:12.616; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:12.621; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:12.624; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:12.673; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:12.674; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:12.680; org.apache.solr.cloud.AbstractZkTestCase; put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:12.682; org.apache.solr.common.cloud.SolrZkClient; makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:12.991; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:13.088; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:39927
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:13.103; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:13.104; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:13.105; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1366214592688
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:13.105; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1366214592688/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:13.106; org.apache.solr.core.CoreContainer; New CoreContainer 10844233
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:13.107; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1366214592688/'
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:13.107; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-controljetty-1366214592688/'
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:13.311; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:13.312; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:13.312; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:13.313; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:13.314; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:13.314; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:13.315; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:13.315; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:13.316; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:13.330; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:13.817; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:13.819; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:47846/solr
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:13.832; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:13.834; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:13.841; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1ffc2cf name:ZooKeeperConnection Watcher:127.0.0.1:47846 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:13.842; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:13.848; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:13.860; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:13.863; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@f87978 name:ZooKeeperConnection Watcher:127.0.0.1:47846/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:13.864; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:13.871; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:13.885; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/collection-queue-work
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:13.896; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:13.900; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39927_
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:13.905; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:39927_
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:13.975; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/election
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:13.990; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer_elect/leader
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.001; org.apache.solr.cloud.Overseer; Overseer (id=89536239406415875-127.0.0.1:39927_-n_0000000000) starting
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.016; org.apache.solr.common.cloud.SolrZkClient; makePath: /overseer/queue-work
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.033; org.apache.solr.cloud.OverseerCollectionProcessor; Process current queue of collection creations
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.034; org.apache.solr.common.cloud.SolrZkClient; makePath: /clusterstate.json
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.039; org.apache.solr.common.cloud.SolrZkClient; makePath: /aliases.json
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.060; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.075; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Starting to work on the main queue
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.095; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.096; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.122; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.133; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.136; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.138; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@ad7e0d name:ZooKeeperConnection Watcher:127.0.0.1:47846/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.139; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.142; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.147; org.apache.solr.cloud.ChaosMonkey; monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.259; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.262; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:42327
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.264; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.265; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.266; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1366214594148
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.268; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1366214594148/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.268; org.apache.solr.core.CoreContainer; New CoreContainer 21915202
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.269; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1366214594148/'
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.270; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1366214594148/'
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.404; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.405; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.406; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.407; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.408; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.409; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.410; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.411; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.411; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.412; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.419; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.420; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:47846/solr
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.421; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.424; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.425; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1d7d74 name:ZooKeeperConnection Watcher:127.0.0.1:47846 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.426; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.429; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.435; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.438; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@93bd99 name:ZooKeeperConnection Watcher:127.0.0.1:47846/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.439; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:14.446; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:15.452; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42327_
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:15.455; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:42327_
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:15.462; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:15.463; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:15.466; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (2)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:15.474; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:15.475; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:15.475; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:15.565; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:15.568; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:58536
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:15.569; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:15.570; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:15.570; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1366214595479
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:15.571; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1366214595479/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:15.571; org.apache.solr.core.CoreContainer; New CoreContainer 20106952
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:15.572; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1366214595479/'
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:15.572; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1366214595479/'
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:15.704; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:15.705; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:15.706; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:15.707; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:15.708; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:15.708; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:15.709; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:15.710; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:15.711; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:15.712; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:15.717; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:15.718; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:47846/solr
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:15.719; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:15.720; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:15.721; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@7e9e6a name:ZooKeeperConnection Watcher:127.0.0.1:47846 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:15.722; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:15.724; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:15.730; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:15.732; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1e7f7ba name:ZooKeeperConnection Watcher:127.0.0.1:47846/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:15.733; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:15.739; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:16.744; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58536_
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:16.746; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:58536_
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:16.750; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:16.750; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:16.751; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:16.751; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (3)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:16.763; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:16.764; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:16.764; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:16.844; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:16.847; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:53075
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:16.848; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:16.849; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:16.849; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1366214596768
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:16.850; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1366214596768/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:16.850; org.apache.solr.core.CoreContainer; New CoreContainer 18858781
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:16.851; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1366214596768/'
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:16.851; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1366214596768/'
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:16.955; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:16.955; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:16.956; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:16.957; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:16.957; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:16.958; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:16.958; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:16.959; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:16.959; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:16.960; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:16.964; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:16.965; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:47846/solr
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:16.965; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:16.966; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:16.969; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@774d16 name:ZooKeeperConnection Watcher:127.0.0.1:47846 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:16.969; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:16.973; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:16.977; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:16.979; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@102f627 name:ZooKeeperConnection Watcher:127.0.0.1:47846/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:16.980; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:16.985; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:17.990; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53075_
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:17.992; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:53075_
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:17.997; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:17.999; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:17.999; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:17.999; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:18.000; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (4)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:18.009; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:18.010; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:18.010; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:18.117; org.eclipse.jetty.server.Server; jetty-8.1.8.v20121106
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:18.120; org.eclipse.jetty.server.AbstractConnector; Started SelectChannelConnector@127.0.0.1:35068
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:18.121; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init()
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:18.122; org.apache.solr.core.SolrResourceLoader; JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:18.123; org.apache.solr.core.SolrResourceLoader; using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1366214598016
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:18.124; org.apache.solr.core.CoreContainer$Initializer; looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1366214598016/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:18.125; org.apache.solr.core.CoreContainer; New CoreContainer 1634314
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:18.125; org.apache.solr.core.CoreContainer; Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1366214598016/'
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:18.126; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty4-1366214598016/'
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:18.308; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting socketTimeout to: 120000
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:18.309; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting urlScheme to: http://
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:18.310; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting connTimeout to: 15000
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:18.311; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxConnectionsPerHost to: 20
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:18.312; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting corePoolSize to: 0
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:18.313; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maximumPoolSize to: 2147483647
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:18.313; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting maxThreadIdleTime to: 5
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:18.314; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting sizeOfQueue to: -1
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:18.315; org.apache.solr.handler.component.HttpShardHandlerFactory; Setting fairnessPolicy to: false
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:18.316; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:18.323; org.apache.solr.core.CoreContainer; Registering Log Listener
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:18.324; org.apache.solr.core.CoreContainer; Zookeeper client=127.0.0.1:47846/solr
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:18.325; org.apache.solr.cloud.ZkController; zkHost includes chroot
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:18.326; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:18.328; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@4d1c7b name:ZooKeeperConnection Watcher:127.0.0.1:47846 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:18.329; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:18.331; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:18.338; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:18.340; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@1890a39 name:ZooKeeperConnection Watcher:127.0.0.1:47846/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:18.340; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:18.346; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:19.352; org.apache.solr.cloud.ZkController; Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35068_
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:19.373; org.apache.solr.common.cloud.SolrZkClient; makePath: /live_nodes/127.0.0.1:35068_
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:19.394; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:19.394; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:19.394; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:19.394; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:19.395; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:19.395; org.apache.solr.common.cloud.ZkStateReader$3; Updating live nodes... (5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:19.420; org.apache.solr.servlet.SolrDispatchFilter; user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:19.421; org.apache.solr.servlet.SolrDispatchFilter; SolrDispatchFilter.init() done
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:19.422; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:19.428; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:19.786; org.apache.solr.core.CoreContainer; Creating SolrCore 'unloadcollection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1366214594148/unloadcollection1
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:19.794; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:19.797; org.apache.solr.cloud.ZkController; Creating collection in ZooKeeper:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:19.799; org.apache.solr.cloud.ZkController; Looking for collection configName
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:19.805; org.apache.solr.cloud.ZkController; Only one config set found in zk - using it:conf1
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:19.807; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:19.812; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:19.817; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1366214594148/unloadcollection1/'
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:19.923; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:20.006; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:20.010; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:20.056; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:20.691; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:20.710; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:20.715; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:20.762; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:20.770; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:20.781; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-18 02:03:20.794; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-18 02:03:20.795; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:20.796; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-18 02:03:20.801; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-18 02:03:20.802; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:20.803; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:20.804; org.apache.solr.core.SolrCore; [unloadcollection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1366214594148/unloadcollection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366214590424/1366214599440unloadcollection1_1n/
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:20.808; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6cf3ff
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:20.824; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:20.826; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366214590424/1366214599440unloadcollection1_1n
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:20.826; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366214590424/1366214599440unloadcollection1_1n/index/
[junit4:junit4]   1> WARN  - 2013-04-18 02:03:20.827; org.apache.solr.core.SolrCore; [unloadcollection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366214590424/1366214599440unloadcollection1_1n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:20.828; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366214590424/1366214599440unloadcollection1_1n/index
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:20.831; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4eaf57 lockFactory=org.apache.lucene.store.NativeFSLockFactory@178102c),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:20.832; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:20.871; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:20.886; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:20.888; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:20.889; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:20.891; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:20.891; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:20.892; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:20.895; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:20.896; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:20.901; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:20.905; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@b30e18 main
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:20.908; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366214590424/1366214599440unloadcollection1_1n/tlog
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:20.915; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:20.916; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:20.925; org.apache.solr.core.SolrCore; [unloadcollection1] Registered new searcher Searcher@b30e18 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:20.930; org.apache.solr.cloud.ZkController; publishing core=unloadcollection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:21.600; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:21.611; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:42327",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:42327_",
[junit4:junit4]   1>   "core":"unloadcollection1",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "state":"down"}
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:21.611; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Create collection unloadcollection with numShards 1
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:21.621; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:21.650; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:21.650; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:21.650; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:21.650; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:21.650; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:21.650; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:21.979; org.apache.solr.core.CoreContainer; registering core: unloadcollection1
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:21.980; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection1 address:http://127.0.0.1:42327 collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:21.986; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:21.998; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection/leader_elect/shard1/election
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:22.021; org.apache.solr.cloud.ShardLeaderElectionContext; Running the leader process.
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:22.035; org.apache.solr.cloud.ShardLeaderElectionContext; Enough replicas found to continue.
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:22.035; org.apache.solr.cloud.ShardLeaderElectionContext; I may be the new leader - try and sync
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:22.036; org.apache.solr.cloud.SyncStrategy; Sync replicas to http://127.0.0.1:42327/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:22.037; org.apache.solr.cloud.SyncStrategy; Sync Success - now sync replicas to me
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:22.037; org.apache.solr.cloud.SyncStrategy; http://127.0.0.1:42327/unloadcollection1/ has no replicas
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:22.038; org.apache.solr.cloud.ShardLeaderElectionContext; I am the new leader: http://127.0.0.1:42327/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:22.038; org.apache.solr.common.cloud.SolrZkClient; makePath: /collections/unloadcollection/leaders/shard1
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:23.166; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:23.183; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:23.183; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:23.183; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:23.183; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:23.183; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:23.186; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:23.226; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:42327/unloadcollection1/ and leader is http://127.0.0.1:42327/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:23.229; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection1 baseURL=http://127.0.0.1:42327
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:23.229; org.apache.solr.cloud.ZkController; I am the leader, no recovery necessary
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:23.230; org.apache.solr.cloud.ZkController; publishing core=unloadcollection1 state=active
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:23.238; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:23.240; org.apache.solr.core.CoreContainer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1366214594148/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:23.242; org.apache.solr.core.SolrXMLSerializer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty1-1366214594148/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:23.247; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={numShards=1&dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366214590424/1366214599440unloadcollection1_1n&version=2&name=unloadcollection1&action=CREATE&collection=unloadcollection&wt=javabin} status=0 QTime=3467 
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:23.305; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:23.314; org.apache.solr.common.cloud.ConnectionManager; Waiting for client to connect to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:23.321; org.apache.solr.common.cloud.ConnectionManager; Watcher org.apache.solr.common.cloud.ConnectionManager@87bdbc name:ZooKeeperConnection Watcher:127.0.0.1:47846/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:23.323; org.apache.solr.common.cloud.ConnectionManager; Client is connected to ZooKeeper
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:23.336; org.apache.solr.common.cloud.ZkStateReader; Updating cluster state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:23.347; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:23.350; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:23.367; org.apache.solr.core.CoreContainer; Creating SolrCore 'unloadcollection2' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1366214595479/unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:23.368; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:23.370; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:23.370; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:23.373; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1366214595479/unloadcollection2/'
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:23.433; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:23.500; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:23.504; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:23.555; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.324; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.341; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.346; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.414; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.426; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.441; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-18 02:03:24.444; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-18 02:03:24.449; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.450; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-18 02:03:24.459; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-18 02:03:24.460; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.461; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.462; org.apache.solr.core.SolrCore; [unloadcollection2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1366214595479/unloadcollection2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366214590424/1366214603355unloadcollection1_2n/
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.463; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6cf3ff
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.483; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.484; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366214590424/1366214603355unloadcollection1_2n
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.485; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366214590424/1366214603355unloadcollection1_2n/index/
[junit4:junit4]   1> WARN  - 2013-04-18 02:03:24.488; org.apache.solr.core.SolrCore; [unloadcollection2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366214590424/1366214603355unloadcollection1_2n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.490; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366214590424/1366214603355unloadcollection1_2n/index
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.493; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@153ac3f lockFactory=org.apache.lucene.store.NativeFSLockFactory@1db7162),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.494; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.513; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.514; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.515; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.516; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.517; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.518; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.518; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.522; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.523; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.526; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.532; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@15cd66b main
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.533; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366214590424/1366214603355unloadcollection1_2n/tlog
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.535; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.535; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.566; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=down
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.567; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.570; org.apache.solr.core.SolrCore; [unloadcollection2] Registered new searcher Searcher@15cd66b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.699; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.700; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=1 message={
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "numShards":"1",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:42327__unloadcollection1",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:42327",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:42327_",
[junit4:junit4]   1>   "core":"unloadcollection1",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "state":"active"}
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.709; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:58536",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:58536_",
[junit4:junit4]   1>   "core":"unloadcollection2",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "state":"down"}
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.710; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=1
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.711; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.718; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.718; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.718; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.718; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.718; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.719; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:24.719; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:25.570; org.apache.solr.core.CoreContainer; registering core: unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:25.571; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection2 address:http://127.0.0.1:58536 collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:25.585; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:58536/unloadcollection2/ and leader is http://127.0.0.1:42327/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:25.585; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection2 baseURL=http://127.0.0.1:58536
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:25.586; org.apache.solr.cloud.ZkController; Core needs to recover:unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:25.587; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:25.599; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=unloadcollection2 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:25.600; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:25.601; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:25.602; org.apache.solr.core.CoreContainer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1366214595479/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:25.603; org.apache.solr.core.SolrXMLSerializer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty2-1366214595479/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:25.607; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=recovering
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:25.608; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:25.608; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366214590424/1366214603355unloadcollection1_2n&version=2&name=unloadcollection2&action=CREATE&collection=unloadcollection&wt=javabin} status=0 QTime=2241 
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:25.610; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:25.610; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:25.612; org.apache.solr.cloud.AbstractDistribZkTestBase; Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:25.614; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:25.624; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 127.0.0.1:58536__unloadcollection2, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:26.254; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:26.256; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:58536__unloadcollection2",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:58536",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:58536_",
[junit4:junit4]   1>   "core":"unloadcollection2",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "state":"recovering"}
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:26.279; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:26.279; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:26.280; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:26.279; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:26.279; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:26.279; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:26.280; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:26.616; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:26.625; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 127.0.0.1:58536__unloadcollection2, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:26.626; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:58536__unloadcollection2&version=2&core=unloadcollection1&checkLive=true&action=PREPRECOVERY&onlyIfLeader=true&wt=javabin&nodeName=127.0.0.1:58536_&state=recovering} status=0 QTime=1002 
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:27.618; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.622; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.628; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:42327/unloadcollection1/ core=unloadcollection2 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.632; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&connTimeout=30000&socketTimeout=30000&retry=false
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.638; org.apache.solr.update.PeerSync; PeerSync: core=unloadcollection2 url=http://127.0.0.1:58536 START replicas=[http://127.0.0.1:42327/unloadcollection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-04-18 02:03:28.641; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.641; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.641; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.642; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.642; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.643; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:42327/unloadcollection1/. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.643; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.663; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/get params={version=2&distrib=false&qt=/get&getVersions=100&wt=javabin} status=0 QTime=2 
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.672; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.674; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4eaf57 lockFactory=org.apache.lucene.store.NativeFSLockFactory@178102c),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.675; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.677; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4eaf57 lockFactory=org.apache.lucene.store.NativeFSLockFactory@178102c),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4eaf57 lockFactory=org.apache.lucene.store.NativeFSLockFactory@178102c),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.677; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.678; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@10d42dc realtime
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.679; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.679; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={commit=true&version=2&waitSearcher=true&commit_end_point=true&softCommit=false&wt=javabin&openSearcher=false} {commit=} 0 22
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.702; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.703; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:connTimeout=5000&socketTimeout=20000&allowCompression=false&maxConnections=10000&maxConnectionsPerHost=10000
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.708; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.727; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.728; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={version=2&qt=/replication&command=indexversion&wt=javabin} status=0 QTime=17 
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.729; org.apache.solr.handler.SnapPuller; Master's generation: 2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.730; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.730; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.734; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={version=2&qt=/replication&command=filelist&wt=javabin&generation=2} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.735; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.736; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366214590424/1366214603355unloadcollection1_2n/index.20130417190328736
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.737; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@947be1 lockFactory=org.apache.lucene.store.NativeFSLockFactory@a7fac3) fullCopy=false
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.745; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={qt=/replication&command=filecontent&checksum=true&wt=filestream&file=segments_2&generation=2} status=0 QTime=2 
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.755; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.846; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.847; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.852; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@153ac3f lockFactory=org.apache.lucene.store.NativeFSLockFactory@1db7162),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@153ac3f lockFactory=org.apache.lucene.store.NativeFSLockFactory@1db7162),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.853; org.apache.solr.core.SolrDeletionPolicy; newest commit = 2[segments_2]
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.853; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.854; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@ad8555 main
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.858; org.apache.solr.core.SolrCore; [unloadcollection2] Registered new searcher Searcher@ad8555 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.859; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366214590424/1366214603355unloadcollection1_2n/index.20130417190328736 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366214590424/1366214603355unloadcollection1_2n/index.20130417190328736;done=true>>]
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.860; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366214590424/1366214603355unloadcollection1_2n/index.20130417190328736
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.860; org.apache.solr.core.CachingDirectoryFactory; Removing directory before core close: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366214590424/1366214603355unloadcollection1_2n/index.20130417190328736
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.861; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.861; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.861; org.apache.solr.cloud.ZkController; publishing core=unloadcollection2 state=active
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.862; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:28.864; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=unloadcollection2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:29.294; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:29.295; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:58536__unloadcollection2",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:58536",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:58536_",
[junit4:junit4]   1>   "core":"unloadcollection2",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "state":"active"}
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:29.301; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:29.301; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:29.302; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:29.302; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:29.301; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:29.301; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:29.301; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:29.624; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:29.626; org.apache.solr.cloud.AbstractDistribZkTestBase; Recoveries finished - collection: unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:29.627; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:29.641; org.apache.solr.core.CoreContainer; Creating SolrCore 'unloadcollection3' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1366214596768/unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:29.642; org.apache.solr.cloud.ZkController; Check for collection zkNode:unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:29.643; org.apache.solr.cloud.ZkController; Collection zkNode exists
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:29.644; org.apache.solr.cloud.ZkController; Load collection config from:/collections/unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:29.646; org.apache.solr.core.SolrResourceLoader; new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1366214596768/unloadcollection3/'
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:29.717; org.apache.solr.core.SolrConfig; Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:29.782; org.apache.solr.core.SolrConfig; Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:29.785; org.apache.solr.schema.IndexSchema; Reading Solr Schema from schema.xml
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:29.828; org.apache.solr.schema.IndexSchema; Schema name=test
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.577; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.588; org.apache.solr.schema.IndexSchema; default search field in schema is text
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.592; org.apache.solr.schema.IndexSchema; unique key field: id
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.651; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.659; org.apache.solr.schema.FileExchangeRateProvider; Reloading exchange rates from file currency.xml
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.665; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-18 02:03:30.669; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-18 02:03:30.670; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.671; org.apache.solr.schema.OpenExchangeRatesOrgProvider; Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   1> WARN  - 2013-04-18 02:03:30.674; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Unknown key IMPORTANT NOTE
[junit4:junit4]   1> WARN  - 2013-04-18 02:03:30.675; org.apache.solr.schema.OpenExchangeRatesOrgProvider$OpenExchangeRates; Expected key, got STRING
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.675; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.676; org.apache.solr.core.SolrCore; [unloadcollection3] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1366214596768/unloadcollection3/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366214590424/1366214609632unloadcollection_3n/
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.676; org.apache.solr.core.JmxMonitoredMap; JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6cf3ff
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.677; org.apache.solr.core.SolrCore; org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.677; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366214590424/1366214609632unloadcollection_3n
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.678; org.apache.solr.core.SolrCore; New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366214590424/1366214609632unloadcollection_3n/index/
[junit4:junit4]   1> WARN  - 2013-04-18 02:03:30.678; org.apache.solr.core.SolrCore; [unloadcollection3] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366214590424/1366214609632unloadcollection_3n/index' doesn't exist. Creating new index...
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.679; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366214590424/1366214609632unloadcollection_3n/index
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.681; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1326946 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1cda425),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.681; org.apache.solr.core.SolrDeletionPolicy; newest commit = 1[segments_1]
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.684; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.685; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.686; org.apache.solr.update.processor.UpdateRequestProcessorChain; inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.687; org.apache.solr.core.RequestHandlers; created standard: solr.StandardRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.688; org.apache.solr.core.RequestHandlers; created /get: solr.RealTimeGetHandler
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.689; org.apache.solr.core.RequestHandlers; adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.689; org.apache.solr.core.RequestHandlers; created /replication: solr.ReplicationHandler
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.690; org.apache.solr.core.RequestHandlers; created /update: solr.UpdateRequestHandler
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.691; org.apache.solr.core.RequestHandlers; created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.693; org.apache.solr.handler.loader.XMLLoader; xsltCacheLifetimeSeconds=60
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.696; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@1ab53c5 main
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.697; org.apache.solr.update.UpdateHandler; Clearing tlog files, tlogDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366214590424/1366214609632unloadcollection_3n/tlog
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.698; org.apache.solr.update.CommitTracker; Hard AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.698; org.apache.solr.update.CommitTracker; Soft AutoCommit: disabled
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.709; org.apache.solr.core.SolrCore; [unloadcollection3] Registered new searcher Searcher@1ab53c5 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.714; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=down
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.714; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.814; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.824; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "shard":null,
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":null,
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:53075",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:53075_",
[junit4:junit4]   1>   "core":"unloadcollection3",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "state":"down"}
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.825; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Collection already exists with numShards=1
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.826; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Assigning new node to shard=shard1
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.840; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.841; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.841; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.841; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.840; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.840; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:30.842; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:31.716; org.apache.solr.core.CoreContainer; registering core: unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:31.717; org.apache.solr.cloud.ZkController; Register replica - core:unloadcollection3 address:http://127.0.0.1:53075 collection:unloadcollection shard:shard1
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:31.722; org.apache.solr.cloud.ZkController; We are http://127.0.0.1:53075/unloadcollection3/ and leader is http://127.0.0.1:42327/unloadcollection1/
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:31.722; org.apache.solr.cloud.ZkController; No LogReplay needed for core=unloadcollection3 baseURL=http://127.0.0.1:53075
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:31.723; org.apache.solr.cloud.ZkController; Core needs to recover:unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:31.723; org.apache.solr.update.DefaultSolrCoreState; Running recovery - first canceling any ongoing recovery
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:31.724; org.apache.solr.cloud.RecoveryStrategy; Starting recovery process.  core=unloadcollection3 recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:31.725; org.apache.solr.cloud.RecoveryStrategy; ###### startupVersions=[]
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:31.725; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=recovering
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:31.726; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:31.727; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:31.728; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:31.729; org.apache.solr.core.CoreContainer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1366214596768/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:31.730; org.apache.solr.core.SolrXMLSerializer; Persisting cores config to /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.UnloadDistributedZkTest-jetty3-1366214596768/solr.xml
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:31.731; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366214590424/1366214609632unloadcollection_3n&version=2&name=unloadcollection3&action=CREATE&collection=unloadcollection&wt=javabin} status=0 QTime=2090 
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:31.732; org.apache.solr.cloud.AbstractDistribZkTestBase; Wait for recoveries to finish - collection: unloadcollection failOnTimeout:true timeout (sec):230
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:31.734; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:31.736; org.apache.solr.handler.admin.CoreAdminHandler; Going to wait for coreNodeName: 127.0.0.1:53075__unloadcollection3, state: recovering, checkLive: true, onlyIfLeader: true
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:32.353; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:32.354; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:53075__unloadcollection3",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:53075",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:53075_",
[junit4:junit4]   1>   "core":"unloadcollection3",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "state":"recovering"}
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:32.362; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:32.362; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:32.362; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:32.363; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:32.362; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:32.362; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:32.362; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:32.736; org.apache.solr.handler.admin.CoreAdminHandler; Waited coreNodeName: 127.0.0.1:53075__unloadcollection3, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:32.737; org.apache.solr.servlet.SolrDispatchFilter; [admin] webapp=null path=/admin/cores params={coreNodeName=127.0.0.1:53075__unloadcollection3&version=2&core=unloadcollection1&checkLive=true&action=PREPRECOVERY&onlyIfLeader=true&wt=javabin&nodeName=127.0.0.1:53075_&state=recovering} status=0 QTime=1001 
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:32.736; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:33.744; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:34.739; org.apache.solr.cloud.RecoveryStrategy; Attempting to PeerSync from http://127.0.0.1:42327/unloadcollection1/ core=unloadcollection3 - recoveringAfterStartup=true
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:34.739; org.apache.solr.update.PeerSync; PeerSync: core=unloadcollection3 url=http://127.0.0.1:53075 START replicas=[http://127.0.0.1:42327/unloadcollection1/] nUpdates=100
[junit4:junit4]   1> WARN  - 2013-04-18 02:03:34.740; org.apache.solr.update.PeerSync; no frame of reference to tell of we've missed updates
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:34.740; org.apache.solr.cloud.RecoveryStrategy; PeerSync Recovery was not successful - trying replication. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:34.741; org.apache.solr.cloud.RecoveryStrategy; Starting Replication Recovery. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:34.741; org.apache.solr.cloud.RecoveryStrategy; Begin buffering updates. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:34.741; org.apache.solr.update.UpdateLog; Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:34.741; org.apache.solr.cloud.RecoveryStrategy; Attempting to replicate from http://127.0.0.1:42327/unloadcollection1/. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:34.742; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:34.743; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/get params={version=2&distrib=false&qt=/get&getVersions=100&wt=javabin} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:34.748; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:34.752; org.apache.solr.update.DirectUpdateHandler2; start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:34.753; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4eaf57 lockFactory=org.apache.lucene.store.NativeFSLockFactory@178102c),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4eaf57 lockFactory=org.apache.lucene.store.NativeFSLockFactory@178102c),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:34.753; org.apache.solr.core.SolrDeletionPolicy; newest commit = 3[segments_3]
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:34.754; org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:34.754; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={commit=true&version=2&waitSearcher=true&commit_end_point=true&softCommit=false&wt=javabin&openSearcher=false} {commit=} 0 2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:34.755; org.apache.solr.handler.ReplicationHandler; Commits will be reserved for  10000
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:34.756; org.apache.solr.handler.SnapPuller;  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:34.759; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={version=2&qt=/replication&command=indexversion&wt=javabin} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:34.760; org.apache.solr.handler.SnapPuller; Master's generation: 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:34.760; org.apache.solr.handler.SnapPuller; Slave's generation: 1
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:34.761; org.apache.solr.handler.SnapPuller; Starting replication process
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:34.764; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={version=2&qt=/replication&command=filelist&wt=javabin&generation=3} status=0 QTime=1 
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:34.765; org.apache.solr.handler.SnapPuller; Number of files in latest index in master: 1
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:34.767; org.apache.solr.core.CachingDirectoryFactory; return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366214590424/1366214609632unloadcollection_3n/index.20130417190334767
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:34.768; org.apache.solr.handler.SnapPuller; Starting download to MockDirWrapper(org.apache.lucene.store.RAMDirectory@fd24c4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d638da) fullCopy=false
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:34.772; org.apache.solr.core.SolrCore; [unloadcollection1] webapp= path=/replication params={qt=/replication&command=filecontent&checksum=true&wt=filestream&file=segments_3&generation=3} status=0 QTime=0 
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:34.774; org.apache.solr.handler.SnapPuller; Total time taken for download : 0 secs
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:34.776; org.apache.solr.update.DefaultSolrCoreState; Creating new IndexWriter...
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:34.776; org.apache.solr.update.DefaultSolrCoreState; Waiting until IndexWriter is unused... core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:34.778; org.apache.solr.core.SolrDeletionPolicy; SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1326946 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1cda425),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   1> 	commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1326946 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1cda425),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:34.779; org.apache.solr.core.SolrDeletionPolicy; newest commit = 3[segments_3]
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:34.779; org.apache.solr.update.DefaultSolrCoreState; New IndexWriter is ready to be used.
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:34.780; org.apache.solr.search.SolrIndexSearcher; Opening Searcher@149ef1 main
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:34.782; org.apache.solr.core.SolrCore; [unloadcollection3] Registered new searcher Searcher@149ef1 main{StandardDirectoryReader(segments_3:1:nrt)}
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:34.783; org.apache.solr.core.CachingDirectoryFactory; looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366214590424/1366214609632unloadcollection_3n/index.20130417190334767 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366214590424/1366214609632unloadcollection_3n/index.20130417190334767;done=true>>]
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:34.783; org.apache.solr.core.CachingDirectoryFactory; Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366214590424/1366214609632unloadcollection_3n/index.20130417190334767
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:34.784; org.apache.solr.core.CachingDirectoryFactory; Removing directory before core close: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-UnloadDistributedZkTest-1366214590424/1366214609632unloadcollection_3n/index.20130417190334767
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:34.784; org.apache.solr.cloud.RecoveryStrategy; No replay needed. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:34.784; org.apache.solr.cloud.RecoveryStrategy; Replication Recovery was successful - registering as Active. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:34.785; org.apache.solr.cloud.ZkController; publishing core=unloadcollection3 state=active
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:34.785; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:34.786; org.apache.solr.cloud.RecoveryStrategy; Finished recovery process. core=unloadcollection3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:35.385; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:35.387; org.apache.solr.cloud.Overseer$ClusterStateUpdater; Update state numShards=2 message={
[junit4:junit4]   1>   "shard_range":null,
[junit4:junit4]   1>   "shard":"shard1",
[junit4:junit4]   1>   "numShards":"2",
[junit4:junit4]   1>   "operation":"state",
[junit4:junit4]   1>   "core_node_name":"127.0.0.1:53075__unloadcollection3",
[junit4:junit4]   1>   "base_url":"http://127.0.0.1:53075",
[junit4:junit4]   1>   "roles":null,
[junit4:junit4]   1>   "node_name":"127.0.0.1:53075_",
[junit4:junit4]   1>   "core":"unloadcollection3",
[junit4:junit4]   1>   "collection":"unloadcollection",
[junit4:junit4]   1>   "shard_state":"active",
[junit4:junit4]   1>   "state":"active"}
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:35.418; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:35.419; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:35.419; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:35.419; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:35.419; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:35.419; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:35.418; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:35.751; org.apache.solr.common.cloud.ZkStateReader; Updating cloud state from ZooKeeper... 
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:35.752; org.apache.solr.cloud.AbstractDistribZkTestBase; Recoveries finished - collection: unloadcollection
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:35.753; org.apache.solr.client.solrj.impl.HttpClientUtil; Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:35.995; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[20 (1432579857100832768)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:35.999; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[20 (1432579857100832768)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.000; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[20 (1432579857100832768)]} 0 91
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.001; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[20]} 0 218
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.022; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[21 (1432579857194156032)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.024; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[21 (1432579857194156032)]} 0 5
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.025; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[21 (1432579857194156032)]} 0 19
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.026; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[21]} 0 22
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.051; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[22 (1432579857228759040)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.055; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[22 (1432579857228759040)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.056; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[22 (1432579857228759040)]} 0 16
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.057; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[22]} 0 21
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.075; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[23 (1432579857253924864)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.076; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[23 (1432579857253924864)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.077; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[23 (1432579857253924864)]} 0 13
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.083; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[23]} 0 22
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.100; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[24 (1432579857282236416)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.101; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[24 (1432579857282236416)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.103; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[24 (1432579857282236416)]} 0 12
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.104; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[24]} 0 17
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.125; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[25 (1432579857304256512)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.128; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[25 (1432579857304256512)]} 0 7
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.129; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[25 (1432579857304256512)]} 0 18
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.130; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[25]} 0 22
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.147; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[26 (1432579857331519488)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.147; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[26 (1432579857331519488)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.155; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[26 (1432579857331519488)]} 0 18
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.157; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[26]} 0 23
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.173; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[27 (1432579857358782464)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.186; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[27 (1432579857358782464)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.188; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[27 (1432579857358782464)]} 0 24
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.189; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[27]} 0 29
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.204; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[28 (1432579857392336896)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.204; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[28 (1432579857392336896)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.206; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[28 (1432579857392336896)]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.207; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[28]} 0 14
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.223; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[29 (1432579857412259840)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.227; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[29 (1432579857412259840)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.228; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[29 (1432579857412259840)]} 0 14
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.229; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[29]} 0 18
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.244; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[30 (1432579857434279936)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.244; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[30 (1432579857434279936)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.255; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[30 (1432579857434279936)]} 0 19
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.257; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[30]} 0 24
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.276; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[31 (1432579857467834368)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.276; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[31 (1432579857467834368)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.279; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[31 (1432579857467834368)]} 0 12
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.280; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[31]} 0 20
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.295; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[32 (1432579857487757312)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.295; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[32 (1432579857487757312)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.297; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[32 (1432579857487757312)]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.299; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[32]} 0 15
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.313; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[33 (1432579857507680256)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.314; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[33 (1432579857507680256)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.316; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[33 (1432579857507680256)]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.317; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[33]} 0 15
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.331; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[34 (1432579857526554624)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.332; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[34 (1432579857526554624)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.333; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[34 (1432579857526554624)]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.335; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[34]} 0 15
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.350; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[35 (1432579857545428992)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.354; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[35 (1432579857545428992)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.356; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[35 (1432579857545428992)]} 0 14
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.357; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[35]} 0 18
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.373; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[36 (1432579857570594816)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.374; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[36 (1432579857570594816)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.375; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[36 (1432579857570594816)]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.376; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[36]} 0 16
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.392; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[37 (1432579857588420608)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.394; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[37 (1432579857588420608)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.396; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[37 (1432579857588420608)]} 0 13
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.397; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[37]} 0 17
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.414; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[38 (1432579857610440704)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.426; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[38 (1432579857610440704)]} 0 16
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.428; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[38 (1432579857610440704)]} 0 24
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.429; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[38]} 0 29
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.447; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[39 (1432579857648189440)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.447; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[39 (1432579857648189440)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.449; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[39 (1432579857648189440)]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.450; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[39]} 0 14
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.465; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[40 (1432579857666015232)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.465; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[40 (1432579857666015232)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.467; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[40 (1432579857666015232)]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.468; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[40]} 0 14
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.485; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[41 (1432579857684889600)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.487; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[41 (1432579857684889600)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.488; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[41 (1432579857684889600)]} 0 14
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.490; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[41]} 0 19
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.505; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[42 (1432579857706909696)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.507; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[42 (1432579857706909696)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.508; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[42 (1432579857706909696)]} 0 12
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.510; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[42]} 0 17
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.527; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[43 (1432579857731026944)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.532; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[43 (1432579857731026944)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.539; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[43 (1432579857731026944)]} 0 20
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.541; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[43]} 0 25
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.557; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[44 (1432579857762484224)]} 0 4
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.558; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[44 (1432579857762484224)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.559; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[44 (1432579857762484224)]} 0 11
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.560; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[44]} 0 15
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.576; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[45 (1432579857782407168)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.582; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[45 (1432579857782407168)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.584; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[45 (1432579857782407168)]} 0 17
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.587; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[45]} 0 23
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.602; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[46 (1432579857810718720)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.602; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[46 (1432579857810718720)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.605; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[46 (1432579857810718720)]} 0 11
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.606; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[46]} 0 15
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.621; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[47 (1432579857830641664)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.621; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[47 (1432579857830641664)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.623; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[47 (1432579857830641664)]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.624; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[47]} 0 15
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.647; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[48 (1432579857853710336)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.653; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[48 (1432579857853710336)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.655; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[48 (1432579857853710336)]} 0 20
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.655; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[48]} 0 24
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.670; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[49 (1432579857880973312)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.670; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[49 (1432579857880973312)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.672; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[49 (1432579857880973312)]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.674; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[49]} 0 15
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.692; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[50 (1432579857902993408)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.692; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[50 (1432579857902993408)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.694; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[50 (1432579857902993408)]} 0 11
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.695; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[50]} 0 16
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.710; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[51 (1432579857922916352)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.710; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[51 (1432579857922916352)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.712; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[51 (1432579857922916352)]} 0 11
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.716; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[51]} 0 18
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.734; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[52 (1432579857944936448)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.734; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[52 (1432579857944936448)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.736; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[52 (1432579857944936448)]} 0 13
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.737; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[52]} 0 18
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.756; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[53 (1432579857971150848)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.756; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[53 (1432579857971150848)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.758; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[53 (1432579857971150848)]} 0 11
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.759; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[53]} 0 15
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.772; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[54 (1432579857988976640)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.772; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[54 (1432579857988976640)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.773; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[54 (1432579857988976640)]} 0 8
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.774; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[54]} 0 12
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.788; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[55 (1432579858005753856)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.789; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[55 (1432579858005753856)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.791; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[55 (1432579858005753856)]} 0 11
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.792; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[55]} 0 15
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.807; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[56 (1432579858025676800)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.807; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[56 (1432579858025676800)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.809; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[56 (1432579858025676800)]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.810; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[56]} 0 14
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.827; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[57 (1432579858046648320)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.828; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[57 (1432579858046648320)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.837; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[57 (1432579858046648320)]} 0 18
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.838; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[57]} 0 25
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.855; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[58 (1432579858071814144)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.855; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[58 (1432579858071814144)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.857; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[58 (1432579858071814144)]} 0 12
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.858; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[58]} 0 17
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.872; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[59 (1432579858092785664)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.872; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[59 (1432579858092785664)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.874; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[59 (1432579858092785664)]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.875; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[59]} 0 14
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.894; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[60 (1432579858116902912)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.897; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[60 (1432579858116902912)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.900; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[60 (1432579858116902912)]} 0 18
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.902; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[60]} 0 23
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.917; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[61 (1432579858139971584)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.920; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[61 (1432579858139971584)]} 0 6
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.922; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[61 (1432579858139971584)]} 0 13
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.923; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[61]} 0 17
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.938; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[62 (1432579858161991680)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.938; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[62 (1432579858161991680)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.942; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[62 (1432579858161991680)]} 0 12
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.944; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[62]} 0 17
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.961; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[63 (1432579858186108928)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.961; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[63 (1432579858186108928)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.962; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[63 (1432579858186108928)]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.964; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[63]} 0 15
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.978; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[64 (1432579858206031872)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.979; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[64 (1432579858206031872)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.980; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[64 (1432579858206031872)]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.981; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[64]} 0 14
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.995; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[65 (1432579858222809088)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.995; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[65 (1432579858222809088)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.997; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[65 (1432579858222809088)]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:36.998; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[65]} 0 13
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:37.012; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[66 (1432579858240634880)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:37.012; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[66 (1432579858240634880)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:37.014; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[66 (1432579858240634880)]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:37.015; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[66]} 0 14
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:37.031; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[67 (1432579858260557824)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:37.031; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[67 (1432579858260557824)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:37.033; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[67 (1432579858260557824)]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:37.034; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[67]} 0 16
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:37.050; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[68 (1432579858280480768)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:37.050; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[68 (1432579858280480768)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:37.053; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[68 (1432579858280480768)]} 0 13
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:37.055; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[68]} 0 18
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:37.069; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[69 (1432579858300403712)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:37.069; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[69 (1432579858300403712)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:37.071; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[69 (1432579858300403712)]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:37.072; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[69]} 0 14
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:37.086; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[70 (1432579858319278080)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:37.086; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[70 (1432579858319278080)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:37.088; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[70 (1432579858319278080)]} 0 9
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:37.089; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[70]} 0 13
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:37.103; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[71 (1432579858336055296)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:37.103; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[71 (1432579858336055296)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:37.105; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[71 (1432579858336055296)]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:37.106; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[71]} 0 13
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:37.120; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[72 (1432579858353881088)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:37.120; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[72 (1432579858353881088)]} 0 3
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:37.122; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[72 (1432579858353881088)]} 0 10
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:37.124; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[72]} 0 14
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:37.151; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection2] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[73 (1432579858372755456)]} 0 16
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:37.153; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={update.distrib=FROMLEADER&version=2&distrib.from=http://127.0.0.1:42327/unloadcollection1/&wt=javabin} {add=[73 (1432579858372755456)]} 0 2
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:37.154; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection1] webapp= path=/update params={update.distrib=TOLEADER&version=2&distrib.from=http://127.0.0.1:53075/unloadcollection3/&wt=javabin} {add=[73 (1432579858372755456)]} 0 23
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:37.155; org.apache.solr.update.processor.LogUpdateProcessor; [unloadcollection3] webapp= path=/update params={version=2&wt=javabin} {add=[73]} 0 27
[junit4:junit4]   1> INFO  - 2013-04-18 02:03:37.169; org.apache.solr.update.processor.LogUpdateProcessor; [unloadco

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

ze: 1)
[junit4:junit4]   1> INFO  - 2013-04-18 02:14:00.899; org.eclipse.jetty.server.handler.ContextHandler; stopped o.e.j.s.ServletContextHandler{/,null}
[junit4:junit4]   1> INFO  - 2013-04-18 02:14:00.951; org.apache.solr.cloud.ChaosMonkey; monkey: stop shard! 34410
[junit4:junit4]   1> INFO  - 2013-04-18 02:14:00.952; org.apache.solr.core.CoreContainer; Shutting down CoreContainer instance=4514527
[junit4:junit4]   1> WARN  - 2013-04-18 02:14:01.101; org.apache.solr.common.cloud.ZkStateReader$3; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-04-18 02:14:01.102; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   1> WARN  - 2013-04-18 02:14:01.102; org.apache.solr.common.cloud.ZkStateReader$2; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-04-18 02:14:01.954; org.apache.solr.cloud.ZkController; publishing core=collection1 state=down
[junit4:junit4]   1> INFO  - 2013-04-18 02:14:01.955; org.apache.solr.cloud.ZkController; numShards not found on descriptor - reading it from system property
[junit4:junit4]   1> INFO  - 2013-04-18 02:14:01.958; org.apache.solr.core.SolrCore; [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@da9994
[junit4:junit4]   1> INFO  - 2013-04-18 02:14:01.965; org.apache.solr.update.DirectUpdateHandler2; closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4:junit4]   1> INFO  - 2013-04-18 02:14:01.966; org.apache.solr.update.SolrCoreState; Closing SolrCoreState
[junit4:junit4]   1> INFO  - 2013-04-18 02:14:01.967; org.apache.solr.update.DefaultSolrCoreState; SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   1> INFO  - 2013-04-18 02:14:01.968; org.apache.solr.update.DefaultSolrCoreState; closing IndexWriter with IndexWriterCloser
[junit4:junit4]   1> INFO  - 2013-04-18 02:14:01.969; org.apache.solr.core.SolrCore; [collection1] Closing main searcher on request.
[junit4:junit4]   1> INFO  - 2013-04-18 02:14:01.970; org.apache.solr.core.CachingDirectoryFactory; Closing MockDirectoryFactory - 2 directories currently being tracked
[junit4:junit4]   1> INFO  - 2013-04-18 02:14:01.970; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.BasicDistributedZk2Test-1366215209870/jetty4/index [CachedDir<<refCount=0;path=./org.apache.solr.cloud.BasicDistributedZk2Test-1366215209870/jetty4/index;done=false>>]
[junit4:junit4]   1> INFO  - 2013-04-18 02:14:01.971; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1366215209870/jetty4/index
[junit4:junit4]   1> INFO  - 2013-04-18 02:14:01.971; org.apache.solr.core.CachingDirectoryFactory; looking to close ./org.apache.solr.cloud.BasicDistributedZk2Test-1366215209870/jetty4 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.BasicDistributedZk2Test-1366215209870/jetty4;done=false>>]
[junit4:junit4]   1> INFO  - 2013-04-18 02:14:01.972; org.apache.solr.core.CachingDirectoryFactory; Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1366215209870/jetty4
[junit4:junit4]   1> INFO  - 2013-04-18 02:14:01.973; org.apache.solr.cloud.Overseer$ClusterStateUpdater; According to ZK I (id=89536279994302476-127.0.0.1:34410_-n_0000000004) am no longer a leader.
[junit4:junit4]   1> INFO  - 2013-04-18 02:14:01.973; org.apache.solr.common.cloud.ZkStateReader$2; A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   1> WARN  - 2013-04-18 02:14:01.974; org.apache.solr.common.cloud.ZkStateReader$2; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> WARN  - 2013-04-18 02:14:01.974; org.apache.solr.common.cloud.ZkStateReader$3; ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   1> INFO  - 2013-04-18 02:14:01.994; org.eclipse.jetty.server.handler.ContextHandler; stopped o.e.j.s.ServletContextHandler{/,null}
[junit4:junit4]   1> INFO  - 2013-04-18 02:14:02.051; org.apache.solr.SolrTestCaseJ4; ###Ending testDistribSearch
[junit4:junit4]   1> INFO  - 2013-04-18 02:14:02.053; org.apache.solr.cloud.ZkTestServer; connecting to 127.0.0.1:38131 38131
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZk2Test-1366215209870
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZk2Test -Dtests.method=testDistribSearch -Dtests.seed=6B424C58B8CF2150 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ja_JP -Dtests.timezone=America/St_Barthelemy -Dtests.file.encoding=US-ASCII
[junit4:junit4] ERROR   32.2s J0 | BasicDistributedZk2Test.testDistribSearch <<<
[junit4:junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Server at http://127.0.0.1:57173/onenodecollectioncore returned non ok status:404, message:Can not find: /onenodecollectioncore/update
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([6B424C58B8CF2150:EAA4C240CF90416C]:0)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:374)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZk2Test.testNodeWithoutCollectionForwarding(BasicDistributedZk2Test.java:197)
[junit4:junit4]    > 	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:89)
[junit4:junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]   1> INFO  - 2013-04-18 02:14:02.066; org.apache.solr.SolrTestCaseJ4; ###deleteCore
[junit4:junit4]   2> 32205 T2594 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=ja_JP, timezone=America/St_Barthelemy
[junit4:junit4]   2> NOTE: Linux 3.2.0-40-generic i386/Oracle Corporation 1.8.0-ea (32-bit)/cpus=8,threads=3,free=103155824,total=310378496
[junit4:junit4]   2> NOTE: All tests run in this JVM: [SystemInfoHandlerTest, SynonymTokenizerTest, PluginInfoTest, TestPHPSerializedResponseWriter, UnloadDistributedZkTest, TestSolrQueryParser, TestFastLRUCache, MinimalSchemaTest, TestSchemaSimilarityResource, AliasIntegrationTest, TestSolrXml, LukeRequestHandlerTest, TestLMDirichletSimilarityFactory, AlternateDirectoryTest, TestSerializedLuceneMatchVersion, SolrIndexSplitterTest, TestManagedSchema, TestQueryUtils, TestReplicationHandler, TestDocumentBuilder, TestWriterPerf, DirectSolrConnectionTest, TestSolrDeletionPolicy1, TermsComponentTest, TestPluginEnable, TestDocSet, SimpleFacetsTest, PrimitiveFieldTypeTest, SearchHandlerTest, ReturnFieldsTest, TestUniqueKeyFieldResource, DistributedTermsComponentTest, QueryEqualityTest, TestSort, TestStressVersions, SpatialFilterTest, CoreAdminHandlerTest, FileBasedSpellCheckerTest, AnalysisAfterCoreReloadTest, TestPseudoReturnFields, DirectUpdateHandlerOptimizeTest, ClusterStateUpdateTest, ChaosMonkeyNothingIsSafeTest, TermVectorComponentTest, TestGroupingSearch, AutoCommitTest, BadComponentTest, TestLRUCache, TestSearchPerf, SyncSliceTest, ResponseLogComponentTest, UpdateRequestProcessorFactoryTest, SpellingQueryConverterTest, TestStressRecovery, OverseerTest, TestFastWriter, TestJoin, PreAnalyzedFieldTest, QueryParsingTest, BasicFunctionalityTest, DistributedSpellCheckComponentTest, TestSchemaNameResource, PeerSyncTest, CachingDirectoryFactoryTest, WordBreakSolrSpellCheckerTest, ScriptEngineTest, ExternalFileFieldSortTest, TestXIncludeConfig, ZkControllerTest, DistributedQueryElevationComponentTest, SOLR749Test, SchemaVersionSpecificBehaviorTest, BasicDistributedZk2Test]
[junit4:junit4] Completed on J0 in 33.24s, 1 test, 1 error <<< FAILURES!

[...truncated 454 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:375: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:355: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:183: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:438: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1231: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:875: There were test failures: 290 suites, 1206 tests, 1 error, 1 failure, 13 ignored (7 assumptions)

Total time: 44 minutes 28 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 32bit/jdk1.8.0-ea-b84 -server -XX:+UseG1GC
Email was triggered for: Failure
Sending email for trigger: Failure



Re: [JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_17) - Build # 5212 - Failure!

Posted by Erick Erickson <er...@gmail.com>.
Got it, thanks.

On Wed, Apr 17, 2013 at 3:58 PM, Simon Willnauer
<si...@gmail.com> wrote:
> you merge to 4x as usual and then you merge the fix to lucene_solr_4_3 as
> well. you place the Changes notice already in the 4.3 section when you
> commit to trunk.
>
> simon
>
>
> On Wed, Apr 17, 2013 at 9:53 PM, Erick Erickson <er...@gmail.com>
> wrote:
>>
>> Simon:
>>
>> I want to be sure I don't mess this up, and never having been a RM I'm
>> not all that familiar with the process. When you say "roll another
>> release" will you merge 4x or do I need to merge any changes I need in
>> 4.3 into lucene_solr_4_3 as well as 4x?
>>
>> Thanks,
>> Erick
>>
>> On Wed, Apr 17, 2013 at 3:24 PM, Robert Muir <rc...@gmail.com> wrote:
>> > cool, i opened https://issues.apache.org/jira/browse/LUCENE-4938
>> >
>> > We should still have explicit tests for this, and there is still the
>> > mystery
>> > of how this test ever passed at all!
>> >
>> >
>> > On Wed, Apr 17, 2013 at 12:18 PM, Simon Willnauer
>> > <si...@gmail.com> wrote:
>> >>
>> >> @rob you can add the fix too if you want that is fine I will roll
>> >> another
>> >> release anyways
>> >>
>> >> simon
>> >>
>> >>
>> >> On Wed, Apr 17, 2013 at 9:14 PM, Robert Muir <rc...@gmail.com> wrote:
>> >>>
>> >>> I'll open an issue. We should at least fix the test for 4.3 if
>> >>> possible
>> >>> (the indexsearcher change can wait)
>> >>>
>> >>>
>> >>> On Wed, Apr 17, 2013 at 9:19 AM, Robert Muir <rc...@gmail.com> wrote:
>> >>>>
>> >>>> I see the bug (two bugs).
>> >>>>
>> >>>> One bug is the test does IndexSearcher.search(query,
>> >>>> Integer.MAX_VALUE,
>> >>>> sort)
>> >>>>
>> >>>> In the case of search-without-sort, there is some code that
>> >>>> essentially
>> >>>> does Math.min(maxdoc, ndoc) so that if you request more documents
>> >>>> than
>> >>>> actually exist in the index, we create a smaller priority queue. I
>> >>>> think Uwe
>> >>>> added that not so long ago. But this code isn't in
>> >>>> search-with-sort...
>> >>>> Index:
>> >>>> lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java
>> >>>> ===================================================================
>> >>>> --- lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java
>> >>>> (revision 1468947)
>> >>>> +++ lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java
>> >>>> (working copy)
>> >>>> @@ -511,6 +511,12 @@
>> >>>>
>> >>>>      if (sort == null) throw new NullPointerException("Sort must not
>> >>>> be
>> >>>> null");
>> >>>>
>> >>>> +    int limit = reader.maxDoc();
>> >>>> +    if (limit == 0) {
>> >>>> +      limit = 1;
>> >>>> +    }
>> >>>> +    nDocs = Math.min(nDocs, limit);
>> >>>> +
>> >>>>      if (executor == null) {
>> >>>>        // use all leaves here!
>> >>>>        return search(leafContexts, weight, after, nDocs, sort,
>> >>>> fillFields, doDocScores, doMaxScore);
>> >>>> Index:
>> >>>>
>> >>>> lucene/queries/src/test/org/apache/lucene/queries/function/TestFunctionQuerySort.java
>> >>>> ===================================================================
>> >>>> ---
>> >>>>
>> >>>> lucene/queries/src/test/org/apache/lucene/queries/function/TestFunctionQuerySort.java
>> >>>> (revision 1468947)
>> >>>> +++
>> >>>>
>> >>>> lucene/queries/src/test/org/apache/lucene/queries/function/TestFunctionQuerySort.java
>> >>>> (working copy)
>> >>>> @@ -69,7 +69,7 @@
>> >>>>
>> >>>>      // Get hits sorted by our FunctionValues (ascending values)
>> >>>>      Query q = new MatchAllDocsQuery();
>> >>>> -    TopDocs hits = searcher.search(q, Integer.MAX_VALUE, orderBy);
>> >>>> +    TopDocs hits = searcher.search(q, reader.maxDoc(), orderBy);
>> >>>>      assertEquals(NUM_VALS, hits.scoreDocs.length);
>> >>>>      // Verify that sorting works in general
>> >>>>      int i = 0;
>> >>>> @@ -81,7 +81,7 @@
>> >>>>      // Now get hits after hit #2 using IS.searchAfter()
>> >>>>      int afterIdx = 1;
>> >>>>      FieldDoc afterHit = (FieldDoc) hits.scoreDocs[afterIdx];
>> >>>> -    hits = searcher.searchAfter(afterHit, q, Integer.MAX_VALUE,
>> >>>> orderBy);
>> >>>> +    hits = searcher.searchAfter(afterHit, q, reader.maxDoc(),
>> >>>> orderBy);
>> >>>>
>> >>>>      // Expected # of hits: NUM_VALS - 2
>> >>>>      assertEquals(NUM_VALS - (afterIdx + 1), hits.scoreDocs.length);
>> >>>>
>> >>>>
>> >>>> On Wed, Apr 17, 2013 at 10:54 AM, Policeman Jenkins Server
>> >>>> <je...@thetaphi.de> wrote:
>> >>>>>
>> >>>>> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/5212/
>> >>>>> Java: 32bit/jdk1.7.0_17 -client -XX:+UseG1GC
>> >>>>>
>> >>>>> 1 tests failed.
>> >>>>> REGRESSION:
>> >>>>>
>> >>>>> org.apache.lucene.queries.function.TestFunctionQuerySort.testSearchAfterWhenSortingByFunctionValues
>> >>>>>
>> >>>>> Error Message:
>> >>>>> Requested array size exceeds VM limit
>> >>>>>
>> >>>>> Stack Trace:
>> >>>>> java.lang.OutOfMemoryError: Requested array size exceeds VM limit
>> >>>>>         at
>> >>>>>
>> >>>>> __randomizedtesting.SeedInfo.seed([19CBB97056276D92:E7ABF8B5EEE0EA22]:0)
>> >>>>>         at
>> >>>>> org.apache.lucene.util.PriorityQueue.<init>(PriorityQueue.java:64)
>> >>>>>         at
>> >>>>> org.apache.lucene.util.PriorityQueue.<init>(PriorityQueue.java:37)
>> >>>>>         at
>> >>>>>
>> >>>>> org.apache.lucene.search.FieldValueHitQueue.<init>(FieldValueHitQueue.java:138)
>> >>>>>         at
>> >>>>>
>> >>>>> org.apache.lucene.search.FieldValueHitQueue.<init>(FieldValueHitQueue.java:34)
>> >>>>>         at
>> >>>>>
>> >>>>> org.apache.lucene.search.FieldValueHitQueue$OneComparatorFieldValueHitQueue.<init>(FieldValueHitQueue.java:63)
>> >>>>>         at
>> >>>>>
>> >>>>> org.apache.lucene.search.FieldValueHitQueue.create(FieldValueHitQueue.java:171)
>> >>>>>         at
>> >>>>>
>> >>>>> org.apache.lucene.search.TopFieldCollector.create(TopFieldCollector.java:1123)
>> >>>>>         at
>> >>>>>
>> >>>>> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:518)
>> >>>>>         at
>> >>>>>
>> >>>>> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:493)
>> >>>>>         at
>> >>>>>
>> >>>>> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:370)
>> >>>>>         at
>> >>>>>
>> >>>>> org.apache.lucene.queries.function.TestFunctionQuerySort.testSearchAfterWhenSortingByFunctionValues(TestFunctionQuerySort.java:72)
>> >>>>>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
>> >>>>> Method)
>> >>>>>         at
>> >>>>>
>> >>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>> >>>>>         at
>> >>>>>
>> >>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>> >>>>>         at java.lang.reflect.Method.invoke(Method.java:601)
>> >>>>>         at
>> >>>>>
>> >>>>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
>> >>>>>         at
>> >>>>>
>> >>>>> com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
>> >>>>>         at
>> >>>>>
>> >>>>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
>> >>>>>         at
>> >>>>>
>> >>>>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
>> >>>>>         at
>> >>>>>
>> >>>>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
>> >>>>>         at
>> >>>>>
>> >>>>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
>> >>>>>         at
>> >>>>>
>> >>>>> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
>> >>>>>         at
>> >>>>>
>> >>>>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>> >>>>>         at
>> >>>>>
>> >>>>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>> >>>>>         at
>> >>>>>
>> >>>>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
>> >>>>>         at
>> >>>>>
>> >>>>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
>> >>>>>         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:358)
>> >>>>>         at
>> >>>>>
>> >>>>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
>> >>>>>         at
>> >>>>>
>> >>>>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
>> >>>>>         at
>> >>>>>
>> >>>>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
>> >>>>>
>> >>>>>
>> >>>>>
>> >>>>>
>> >>>>> Build Log:
>> >>>>> [...truncated 7591 lines...]
>> >>>>> [junit4:junit4] Suite:
>> >>>>> org.apache.lucene.queries.function.TestFunctionQuerySort
>> >>>>> [junit4:junit4]   2> NOTE: reproduce with: ant test
>> >>>>> -Dtestcase=TestFunctionQuerySort
>> >>>>> -Dtests.method=testSearchAfterWhenSortingByFunctionValues
>> >>>>> -Dtests.seed=19CBB97056276D92 -Dtests.multiplier=3 -Dtests.slow=true
>> >>>>> -Dtests.locale=be -Dtests.timezone=Pacific/Tongatapu
>> >>>>> -Dtests.file.encoding=US-ASCII
>> >>>>> [junit4:junit4] ERROR   0.58s J0 |
>> >>>>> TestFunctionQuerySort.testSearchAfterWhenSortingByFunctionValues <<<
>> >>>>> [junit4:junit4]    > Throwable #1: java.lang.OutOfMemoryError:
>> >>>>> Requested array size exceeds VM limit
>> >>>>> [junit4:junit4]    >    at
>> >>>>>
>> >>>>> __randomizedtesting.SeedInfo.seed([19CBB97056276D92:E7ABF8B5EEE0EA22]:0)
>> >>>>> [junit4:junit4]    >    at
>> >>>>> org.apache.lucene.util.PriorityQueue.<init>(PriorityQueue.java:64)
>> >>>>> [junit4:junit4]    >    at
>> >>>>> org.apache.lucene.util.PriorityQueue.<init>(PriorityQueue.java:37)
>> >>>>> [junit4:junit4]    >    at
>> >>>>>
>> >>>>> org.apache.lucene.search.FieldValueHitQueue.<init>(FieldValueHitQueue.java:138)
>> >>>>> [junit4:junit4]    >    at
>> >>>>>
>> >>>>> org.apache.lucene.search.FieldValueHitQueue.<init>(FieldValueHitQueue.java:34)
>> >>>>> [junit4:junit4]    >    at
>> >>>>>
>> >>>>> org.apache.lucene.search.FieldValueHitQueue$OneComparatorFieldValueHitQueue.<init>(FieldValueHitQueue.java:63)
>> >>>>> [junit4:junit4]    >    at
>> >>>>>
>> >>>>> org.apache.lucene.search.FieldValueHitQueue.create(FieldValueHitQueue.java:171)
>> >>>>> [junit4:junit4]    >    at
>> >>>>>
>> >>>>> org.apache.lucene.search.TopFieldCollector.create(TopFieldCollector.java:1123)
>> >>>>> [junit4:junit4]    >    at
>> >>>>>
>> >>>>> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:518)
>> >>>>> [junit4:junit4]    >    at
>> >>>>>
>> >>>>> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:493)
>> >>>>> [junit4:junit4]    >    at
>> >>>>>
>> >>>>> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:370)
>> >>>>> [junit4:junit4]    >    at
>> >>>>>
>> >>>>> org.apache.lucene.queries.function.TestFunctionQuerySort.testSearchAfterWhenSortingByFunctionValues(TestFunctionQuerySort.java:72)
>> >>>>> [junit4:junit4]   2> NOTE: test params are: codec=Asserting,
>> >>>>> sim=DefaultSimilarity, locale=be, timezone=Pacific/Tongatapu
>> >>>>> [junit4:junit4]   2> NOTE: Linux 3.2.0-40-generic i386/Oracle
>> >>>>> Corporation 1.7.0_17
>> >>>>> (32-bit)/cpus=8,threads=1,free=7819088,total=18874368
>> >>>>> [junit4:junit4]   2> NOTE: All tests run in this JVM:
>> >>>>> [TestFunctionQuerySort]
>> >>>>> [junit4:junit4] Completed on J0 in 0.81s, 1 test, 1 error <<<
>> >>>>> FAILURES!
>> >>>>>
>> >>>>> [...truncated 49 lines...]
>> >>>>> BUILD FAILED
>> >>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:375:
>> >>>>> The
>> >>>>> following error occurred while executing this line:
>> >>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:355:
>> >>>>> The
>> >>>>> following error occurred while executing this line:
>> >>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The
>> >>>>> following error occurred while executing this line:
>> >>>>>
>> >>>>>
>> >>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build.xml:548: The
>> >>>>> following error occurred while executing this line:
>> >>>>>
>> >>>>>
>> >>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1789:
>> >>>>> The following error occurred while executing this line:
>> >>>>>
>> >>>>>
>> >>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/module-build.xml:61:
>> >>>>> The following error occurred while executing this line:
>> >>>>>
>> >>>>>
>> >>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1231:
>> >>>>> The following error occurred while executing this line:
>> >>>>>
>> >>>>>
>> >>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:875:
>> >>>>> There were test failures: 13 suites, 92 tests, 1 error
>> >>>>>
>> >>>>> Total time: 17 minutes 12 seconds
>> >>>>> Build step 'Invoke Ant' marked build as failure
>> >>>>> Archiving artifacts
>> >>>>> Recording test results
>> >>>>> Description set: Java: 32bit/jdk1.7.0_17 -client -XX:+UseG1GC
>> >>>>> Email was triggered for: Failure
>> >>>>> Sending email for trigger: Failure
>> >>>>>
>> >>>>>
>> >>>>>
>> >>>>>
>> >>>>>
>> >>>>> ---------------------------------------------------------------------
>> >>>>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> >>>>> For additional commands, e-mail: dev-help@lucene.apache.org
>> >>>>
>> >>>>
>> >>>
>> >>
>> >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_17) - Build # 5212 - Failure!

Posted by Simon Willnauer <si...@gmail.com>.
you merge to 4x as usual and then you merge the fix to lucene_solr_4_3 as
well. you place the Changes notice already in the 4.3 section when you
commit to trunk.

simon


On Wed, Apr 17, 2013 at 9:53 PM, Erick Erickson <er...@gmail.com>wrote:

> Simon:
>
> I want to be sure I don't mess this up, and never having been a RM I'm
> not all that familiar with the process. When you say "roll another
> release" will you merge 4x or do I need to merge any changes I need in
> 4.3 into lucene_solr_4_3 as well as 4x?
>
> Thanks,
> Erick
>
> On Wed, Apr 17, 2013 at 3:24 PM, Robert Muir <rc...@gmail.com> wrote:
> > cool, i opened https://issues.apache.org/jira/browse/LUCENE-4938
> >
> > We should still have explicit tests for this, and there is still the
> mystery
> > of how this test ever passed at all!
> >
> >
> > On Wed, Apr 17, 2013 at 12:18 PM, Simon Willnauer
> > <si...@gmail.com> wrote:
> >>
> >> @rob you can add the fix too if you want that is fine I will roll
> another
> >> release anyways
> >>
> >> simon
> >>
> >>
> >> On Wed, Apr 17, 2013 at 9:14 PM, Robert Muir <rc...@gmail.com> wrote:
> >>>
> >>> I'll open an issue. We should at least fix the test for 4.3 if possible
> >>> (the indexsearcher change can wait)
> >>>
> >>>
> >>> On Wed, Apr 17, 2013 at 9:19 AM, Robert Muir <rc...@gmail.com> wrote:
> >>>>
> >>>> I see the bug (two bugs).
> >>>>
> >>>> One bug is the test does IndexSearcher.search(query,
> Integer.MAX_VALUE,
> >>>> sort)
> >>>>
> >>>> In the case of search-without-sort, there is some code that
> essentially
> >>>> does Math.min(maxdoc, ndoc) so that if you request more documents than
> >>>> actually exist in the index, we create a smaller priority queue. I
> think Uwe
> >>>> added that not so long ago. But this code isn't in search-with-sort...
> >>>> Index:
> lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java
> >>>> ===================================================================
> >>>> --- lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java
> >>>> (revision 1468947)
> >>>> +++ lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java
> >>>> (working copy)
> >>>> @@ -511,6 +511,12 @@
> >>>>
> >>>>      if (sort == null) throw new NullPointerException("Sort must not
> be
> >>>> null");
> >>>>
> >>>> +    int limit = reader.maxDoc();
> >>>> +    if (limit == 0) {
> >>>> +      limit = 1;
> >>>> +    }
> >>>> +    nDocs = Math.min(nDocs, limit);
> >>>> +
> >>>>      if (executor == null) {
> >>>>        // use all leaves here!
> >>>>        return search(leafContexts, weight, after, nDocs, sort,
> >>>> fillFields, doDocScores, doMaxScore);
> >>>> Index:
> >>>>
> lucene/queries/src/test/org/apache/lucene/queries/function/TestFunctionQuerySort.java
> >>>> ===================================================================
> >>>> ---
> >>>>
> lucene/queries/src/test/org/apache/lucene/queries/function/TestFunctionQuerySort.java
> >>>> (revision 1468947)
> >>>> +++
> >>>>
> lucene/queries/src/test/org/apache/lucene/queries/function/TestFunctionQuerySort.java
> >>>> (working copy)
> >>>> @@ -69,7 +69,7 @@
> >>>>
> >>>>      // Get hits sorted by our FunctionValues (ascending values)
> >>>>      Query q = new MatchAllDocsQuery();
> >>>> -    TopDocs hits = searcher.search(q, Integer.MAX_VALUE, orderBy);
> >>>> +    TopDocs hits = searcher.search(q, reader.maxDoc(), orderBy);
> >>>>      assertEquals(NUM_VALS, hits.scoreDocs.length);
> >>>>      // Verify that sorting works in general
> >>>>      int i = 0;
> >>>> @@ -81,7 +81,7 @@
> >>>>      // Now get hits after hit #2 using IS.searchAfter()
> >>>>      int afterIdx = 1;
> >>>>      FieldDoc afterHit = (FieldDoc) hits.scoreDocs[afterIdx];
> >>>> -    hits = searcher.searchAfter(afterHit, q, Integer.MAX_VALUE,
> >>>> orderBy);
> >>>> +    hits = searcher.searchAfter(afterHit, q, reader.maxDoc(),
> orderBy);
> >>>>
> >>>>      // Expected # of hits: NUM_VALS - 2
> >>>>      assertEquals(NUM_VALS - (afterIdx + 1), hits.scoreDocs.length);
> >>>>
> >>>>
> >>>> On Wed, Apr 17, 2013 at 10:54 AM, Policeman Jenkins Server
> >>>> <je...@thetaphi.de> wrote:
> >>>>>
> >>>>> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/5212/
> >>>>> Java: 32bit/jdk1.7.0_17 -client -XX:+UseG1GC
> >>>>>
> >>>>> 1 tests failed.
> >>>>> REGRESSION:
> >>>>>
> org.apache.lucene.queries.function.TestFunctionQuerySort.testSearchAfterWhenSortingByFunctionValues
> >>>>>
> >>>>> Error Message:
> >>>>> Requested array size exceeds VM limit
> >>>>>
> >>>>> Stack Trace:
> >>>>> java.lang.OutOfMemoryError: Requested array size exceeds VM limit
> >>>>>         at
> >>>>>
> __randomizedtesting.SeedInfo.seed([19CBB97056276D92:E7ABF8B5EEE0EA22]:0)
> >>>>>         at
> >>>>> org.apache.lucene.util.PriorityQueue.<init>(PriorityQueue.java:64)
> >>>>>         at
> >>>>> org.apache.lucene.util.PriorityQueue.<init>(PriorityQueue.java:37)
> >>>>>         at
> >>>>>
> org.apache.lucene.search.FieldValueHitQueue.<init>(FieldValueHitQueue.java:138)
> >>>>>         at
> >>>>>
> org.apache.lucene.search.FieldValueHitQueue.<init>(FieldValueHitQueue.java:34)
> >>>>>         at
> >>>>>
> org.apache.lucene.search.FieldValueHitQueue$OneComparatorFieldValueHitQueue.<init>(FieldValueHitQueue.java:63)
> >>>>>         at
> >>>>>
> org.apache.lucene.search.FieldValueHitQueue.create(FieldValueHitQueue.java:171)
> >>>>>         at
> >>>>>
> org.apache.lucene.search.TopFieldCollector.create(TopFieldCollector.java:1123)
> >>>>>         at
> >>>>> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:518)
> >>>>>         at
> >>>>> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:493)
> >>>>>         at
> >>>>> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:370)
> >>>>>         at
> >>>>>
> org.apache.lucene.queries.function.TestFunctionQuerySort.testSearchAfterWhenSortingByFunctionValues(TestFunctionQuerySort.java:72)
> >>>>>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method)
> >>>>>         at
> >>>>>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> >>>>>         at
> >>>>>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> >>>>>         at java.lang.reflect.Method.invoke(Method.java:601)
> >>>>>         at
> >>>>>
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
> >>>>>         at
> >>>>>
> com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
> >>>>>         at
> >>>>>
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
> >>>>>         at
> >>>>>
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
> >>>>>         at
> >>>>>
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
> >>>>>         at
> >>>>>
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
> >>>>>         at
> >>>>>
> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
> >>>>>         at
> >>>>>
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
> >>>>>         at
> >>>>>
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
> >>>>>         at
> >>>>>
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
> >>>>>         at
> >>>>>
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
> >>>>>         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:358)
> >>>>>         at
> >>>>>
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
> >>>>>         at
> >>>>>
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
> >>>>>         at
> >>>>>
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>> Build Log:
> >>>>> [...truncated 7591 lines...]
> >>>>> [junit4:junit4] Suite:
> >>>>> org.apache.lucene.queries.function.TestFunctionQuerySort
> >>>>> [junit4:junit4]   2> NOTE: reproduce with: ant test
> >>>>> -Dtestcase=TestFunctionQuerySort
> >>>>> -Dtests.method=testSearchAfterWhenSortingByFunctionValues
> >>>>> -Dtests.seed=19CBB97056276D92 -Dtests.multiplier=3 -Dtests.slow=true
> >>>>> -Dtests.locale=be -Dtests.timezone=Pacific/Tongatapu
> >>>>> -Dtests.file.encoding=US-ASCII
> >>>>> [junit4:junit4] ERROR   0.58s J0 |
> >>>>> TestFunctionQuerySort.testSearchAfterWhenSortingByFunctionValues <<<
> >>>>> [junit4:junit4]    > Throwable #1: java.lang.OutOfMemoryError:
> >>>>> Requested array size exceeds VM limit
> >>>>> [junit4:junit4]    >    at
> >>>>>
> __randomizedtesting.SeedInfo.seed([19CBB97056276D92:E7ABF8B5EEE0EA22]:0)
> >>>>> [junit4:junit4]    >    at
> >>>>> org.apache.lucene.util.PriorityQueue.<init>(PriorityQueue.java:64)
> >>>>> [junit4:junit4]    >    at
> >>>>> org.apache.lucene.util.PriorityQueue.<init>(PriorityQueue.java:37)
> >>>>> [junit4:junit4]    >    at
> >>>>>
> org.apache.lucene.search.FieldValueHitQueue.<init>(FieldValueHitQueue.java:138)
> >>>>> [junit4:junit4]    >    at
> >>>>>
> org.apache.lucene.search.FieldValueHitQueue.<init>(FieldValueHitQueue.java:34)
> >>>>> [junit4:junit4]    >    at
> >>>>>
> org.apache.lucene.search.FieldValueHitQueue$OneComparatorFieldValueHitQueue.<init>(FieldValueHitQueue.java:63)
> >>>>> [junit4:junit4]    >    at
> >>>>>
> org.apache.lucene.search.FieldValueHitQueue.create(FieldValueHitQueue.java:171)
> >>>>> [junit4:junit4]    >    at
> >>>>>
> org.apache.lucene.search.TopFieldCollector.create(TopFieldCollector.java:1123)
> >>>>> [junit4:junit4]    >    at
> >>>>> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:518)
> >>>>> [junit4:junit4]    >    at
> >>>>> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:493)
> >>>>> [junit4:junit4]    >    at
> >>>>> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:370)
> >>>>> [junit4:junit4]    >    at
> >>>>>
> org.apache.lucene.queries.function.TestFunctionQuerySort.testSearchAfterWhenSortingByFunctionValues(TestFunctionQuerySort.java:72)
> >>>>> [junit4:junit4]   2> NOTE: test params are: codec=Asserting,
> >>>>> sim=DefaultSimilarity, locale=be, timezone=Pacific/Tongatapu
> >>>>> [junit4:junit4]   2> NOTE: Linux 3.2.0-40-generic i386/Oracle
> >>>>> Corporation 1.7.0_17
> (32-bit)/cpus=8,threads=1,free=7819088,total=18874368
> >>>>> [junit4:junit4]   2> NOTE: All tests run in this JVM:
> >>>>> [TestFunctionQuerySort]
> >>>>> [junit4:junit4] Completed on J0 in 0.81s, 1 test, 1 error <<<
> FAILURES!
> >>>>>
> >>>>> [...truncated 49 lines...]
> >>>>> BUILD FAILED
> >>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:375: The
> >>>>> following error occurred while executing this line:
> >>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:355: The
> >>>>> following error occurred while executing this line:
> >>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The
> >>>>> following error occurred while executing this line:
> >>>>>
> >>>>>
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build.xml:548: The
> >>>>> following error occurred while executing this line:
> >>>>>
> >>>>>
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1789:
> >>>>> The following error occurred while executing this line:
> >>>>>
> >>>>>
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/module-build.xml:61:
> >>>>> The following error occurred while executing this line:
> >>>>>
> >>>>>
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1231:
> >>>>> The following error occurred while executing this line:
> >>>>>
> >>>>>
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:875:
> >>>>> There were test failures: 13 suites, 92 tests, 1 error
> >>>>>
> >>>>> Total time: 17 minutes 12 seconds
> >>>>> Build step 'Invoke Ant' marked build as failure
> >>>>> Archiving artifacts
> >>>>> Recording test results
> >>>>> Description set: Java: 32bit/jdk1.7.0_17 -client -XX:+UseG1GC
> >>>>> Email was triggered for: Failure
> >>>>> Sending email for trigger: Failure
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>> ---------------------------------------------------------------------
> >>>>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> >>>>> For additional commands, e-mail: dev-help@lucene.apache.org
> >>>>
> >>>>
> >>>
> >>
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
>

Re: [JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_17) - Build # 5212 - Failure!

Posted by Erick Erickson <er...@gmail.com>.
Simon:

I want to be sure I don't mess this up, and never having been a RM I'm
not all that familiar with the process. When you say "roll another
release" will you merge 4x or do I need to merge any changes I need in
4.3 into lucene_solr_4_3 as well as 4x?

Thanks,
Erick

On Wed, Apr 17, 2013 at 3:24 PM, Robert Muir <rc...@gmail.com> wrote:
> cool, i opened https://issues.apache.org/jira/browse/LUCENE-4938
>
> We should still have explicit tests for this, and there is still the mystery
> of how this test ever passed at all!
>
>
> On Wed, Apr 17, 2013 at 12:18 PM, Simon Willnauer
> <si...@gmail.com> wrote:
>>
>> @rob you can add the fix too if you want that is fine I will roll another
>> release anyways
>>
>> simon
>>
>>
>> On Wed, Apr 17, 2013 at 9:14 PM, Robert Muir <rc...@gmail.com> wrote:
>>>
>>> I'll open an issue. We should at least fix the test for 4.3 if possible
>>> (the indexsearcher change can wait)
>>>
>>>
>>> On Wed, Apr 17, 2013 at 9:19 AM, Robert Muir <rc...@gmail.com> wrote:
>>>>
>>>> I see the bug (two bugs).
>>>>
>>>> One bug is the test does IndexSearcher.search(query, Integer.MAX_VALUE,
>>>> sort)
>>>>
>>>> In the case of search-without-sort, there is some code that essentially
>>>> does Math.min(maxdoc, ndoc) so that if you request more documents than
>>>> actually exist in the index, we create a smaller priority queue. I think Uwe
>>>> added that not so long ago. But this code isn't in search-with-sort...
>>>> Index: lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java
>>>> ===================================================================
>>>> --- lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java
>>>> (revision 1468947)
>>>> +++ lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java
>>>> (working copy)
>>>> @@ -511,6 +511,12 @@
>>>>
>>>>      if (sort == null) throw new NullPointerException("Sort must not be
>>>> null");
>>>>
>>>> +    int limit = reader.maxDoc();
>>>> +    if (limit == 0) {
>>>> +      limit = 1;
>>>> +    }
>>>> +    nDocs = Math.min(nDocs, limit);
>>>> +
>>>>      if (executor == null) {
>>>>        // use all leaves here!
>>>>        return search(leafContexts, weight, after, nDocs, sort,
>>>> fillFields, doDocScores, doMaxScore);
>>>> Index:
>>>> lucene/queries/src/test/org/apache/lucene/queries/function/TestFunctionQuerySort.java
>>>> ===================================================================
>>>> ---
>>>> lucene/queries/src/test/org/apache/lucene/queries/function/TestFunctionQuerySort.java
>>>> (revision 1468947)
>>>> +++
>>>> lucene/queries/src/test/org/apache/lucene/queries/function/TestFunctionQuerySort.java
>>>> (working copy)
>>>> @@ -69,7 +69,7 @@
>>>>
>>>>      // Get hits sorted by our FunctionValues (ascending values)
>>>>      Query q = new MatchAllDocsQuery();
>>>> -    TopDocs hits = searcher.search(q, Integer.MAX_VALUE, orderBy);
>>>> +    TopDocs hits = searcher.search(q, reader.maxDoc(), orderBy);
>>>>      assertEquals(NUM_VALS, hits.scoreDocs.length);
>>>>      // Verify that sorting works in general
>>>>      int i = 0;
>>>> @@ -81,7 +81,7 @@
>>>>      // Now get hits after hit #2 using IS.searchAfter()
>>>>      int afterIdx = 1;
>>>>      FieldDoc afterHit = (FieldDoc) hits.scoreDocs[afterIdx];
>>>> -    hits = searcher.searchAfter(afterHit, q, Integer.MAX_VALUE,
>>>> orderBy);
>>>> +    hits = searcher.searchAfter(afterHit, q, reader.maxDoc(), orderBy);
>>>>
>>>>      // Expected # of hits: NUM_VALS - 2
>>>>      assertEquals(NUM_VALS - (afterIdx + 1), hits.scoreDocs.length);
>>>>
>>>>
>>>> On Wed, Apr 17, 2013 at 10:54 AM, Policeman Jenkins Server
>>>> <je...@thetaphi.de> wrote:
>>>>>
>>>>> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/5212/
>>>>> Java: 32bit/jdk1.7.0_17 -client -XX:+UseG1GC
>>>>>
>>>>> 1 tests failed.
>>>>> REGRESSION:
>>>>> org.apache.lucene.queries.function.TestFunctionQuerySort.testSearchAfterWhenSortingByFunctionValues
>>>>>
>>>>> Error Message:
>>>>> Requested array size exceeds VM limit
>>>>>
>>>>> Stack Trace:
>>>>> java.lang.OutOfMemoryError: Requested array size exceeds VM limit
>>>>>         at
>>>>> __randomizedtesting.SeedInfo.seed([19CBB97056276D92:E7ABF8B5EEE0EA22]:0)
>>>>>         at
>>>>> org.apache.lucene.util.PriorityQueue.<init>(PriorityQueue.java:64)
>>>>>         at
>>>>> org.apache.lucene.util.PriorityQueue.<init>(PriorityQueue.java:37)
>>>>>         at
>>>>> org.apache.lucene.search.FieldValueHitQueue.<init>(FieldValueHitQueue.java:138)
>>>>>         at
>>>>> org.apache.lucene.search.FieldValueHitQueue.<init>(FieldValueHitQueue.java:34)
>>>>>         at
>>>>> org.apache.lucene.search.FieldValueHitQueue$OneComparatorFieldValueHitQueue.<init>(FieldValueHitQueue.java:63)
>>>>>         at
>>>>> org.apache.lucene.search.FieldValueHitQueue.create(FieldValueHitQueue.java:171)
>>>>>         at
>>>>> org.apache.lucene.search.TopFieldCollector.create(TopFieldCollector.java:1123)
>>>>>         at
>>>>> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:518)
>>>>>         at
>>>>> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:493)
>>>>>         at
>>>>> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:370)
>>>>>         at
>>>>> org.apache.lucene.queries.function.TestFunctionQuerySort.testSearchAfterWhenSortingByFunctionValues(TestFunctionQuerySort.java:72)
>>>>>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>>>         at
>>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>>>>>         at
>>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>>>>         at java.lang.reflect.Method.invoke(Method.java:601)
>>>>>         at
>>>>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
>>>>>         at
>>>>> com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
>>>>>         at
>>>>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
>>>>>         at
>>>>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
>>>>>         at
>>>>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
>>>>>         at
>>>>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
>>>>>         at
>>>>> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
>>>>>         at
>>>>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>>>>>         at
>>>>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>>>>>         at
>>>>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
>>>>>         at
>>>>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
>>>>>         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:358)
>>>>>         at
>>>>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
>>>>>         at
>>>>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
>>>>>         at
>>>>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> Build Log:
>>>>> [...truncated 7591 lines...]
>>>>> [junit4:junit4] Suite:
>>>>> org.apache.lucene.queries.function.TestFunctionQuerySort
>>>>> [junit4:junit4]   2> NOTE: reproduce with: ant test
>>>>> -Dtestcase=TestFunctionQuerySort
>>>>> -Dtests.method=testSearchAfterWhenSortingByFunctionValues
>>>>> -Dtests.seed=19CBB97056276D92 -Dtests.multiplier=3 -Dtests.slow=true
>>>>> -Dtests.locale=be -Dtests.timezone=Pacific/Tongatapu
>>>>> -Dtests.file.encoding=US-ASCII
>>>>> [junit4:junit4] ERROR   0.58s J0 |
>>>>> TestFunctionQuerySort.testSearchAfterWhenSortingByFunctionValues <<<
>>>>> [junit4:junit4]    > Throwable #1: java.lang.OutOfMemoryError:
>>>>> Requested array size exceeds VM limit
>>>>> [junit4:junit4]    >    at
>>>>> __randomizedtesting.SeedInfo.seed([19CBB97056276D92:E7ABF8B5EEE0EA22]:0)
>>>>> [junit4:junit4]    >    at
>>>>> org.apache.lucene.util.PriorityQueue.<init>(PriorityQueue.java:64)
>>>>> [junit4:junit4]    >    at
>>>>> org.apache.lucene.util.PriorityQueue.<init>(PriorityQueue.java:37)
>>>>> [junit4:junit4]    >    at
>>>>> org.apache.lucene.search.FieldValueHitQueue.<init>(FieldValueHitQueue.java:138)
>>>>> [junit4:junit4]    >    at
>>>>> org.apache.lucene.search.FieldValueHitQueue.<init>(FieldValueHitQueue.java:34)
>>>>> [junit4:junit4]    >    at
>>>>> org.apache.lucene.search.FieldValueHitQueue$OneComparatorFieldValueHitQueue.<init>(FieldValueHitQueue.java:63)
>>>>> [junit4:junit4]    >    at
>>>>> org.apache.lucene.search.FieldValueHitQueue.create(FieldValueHitQueue.java:171)
>>>>> [junit4:junit4]    >    at
>>>>> org.apache.lucene.search.TopFieldCollector.create(TopFieldCollector.java:1123)
>>>>> [junit4:junit4]    >    at
>>>>> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:518)
>>>>> [junit4:junit4]    >    at
>>>>> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:493)
>>>>> [junit4:junit4]    >    at
>>>>> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:370)
>>>>> [junit4:junit4]    >    at
>>>>> org.apache.lucene.queries.function.TestFunctionQuerySort.testSearchAfterWhenSortingByFunctionValues(TestFunctionQuerySort.java:72)
>>>>> [junit4:junit4]   2> NOTE: test params are: codec=Asserting,
>>>>> sim=DefaultSimilarity, locale=be, timezone=Pacific/Tongatapu
>>>>> [junit4:junit4]   2> NOTE: Linux 3.2.0-40-generic i386/Oracle
>>>>> Corporation 1.7.0_17 (32-bit)/cpus=8,threads=1,free=7819088,total=18874368
>>>>> [junit4:junit4]   2> NOTE: All tests run in this JVM:
>>>>> [TestFunctionQuerySort]
>>>>> [junit4:junit4] Completed on J0 in 0.81s, 1 test, 1 error <<< FAILURES!
>>>>>
>>>>> [...truncated 49 lines...]
>>>>> BUILD FAILED
>>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:375: The
>>>>> following error occurred while executing this line:
>>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:355: The
>>>>> following error occurred while executing this line:
>>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The
>>>>> following error occurred while executing this line:
>>>>>
>>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build.xml:548: The
>>>>> following error occurred while executing this line:
>>>>>
>>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1789:
>>>>> The following error occurred while executing this line:
>>>>>
>>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/module-build.xml:61:
>>>>> The following error occurred while executing this line:
>>>>>
>>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1231:
>>>>> The following error occurred while executing this line:
>>>>>
>>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:875:
>>>>> There were test failures: 13 suites, 92 tests, 1 error
>>>>>
>>>>> Total time: 17 minutes 12 seconds
>>>>> Build step 'Invoke Ant' marked build as failure
>>>>> Archiving artifacts
>>>>> Recording test results
>>>>> Description set: Java: 32bit/jdk1.7.0_17 -client -XX:+UseG1GC
>>>>> Email was triggered for: Failure
>>>>> Sending email for trigger: Failure
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>>>>> For additional commands, e-mail: dev-help@lucene.apache.org
>>>>
>>>>
>>>
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_17) - Build # 5212 - Failure!

Posted by Robert Muir <rc...@gmail.com>.
cool, i opened https://issues.apache.org/jira/browse/LUCENE-4938

We should still have explicit tests for this, and there is still the
mystery of how this test ever passed at all!

On Wed, Apr 17, 2013 at 12:18 PM, Simon Willnauer <simon.willnauer@gmail.com
> wrote:

> @rob you can add the fix too if you want that is fine I will roll another
> release anyways
>
> simon
>
>
> On Wed, Apr 17, 2013 at 9:14 PM, Robert Muir <rc...@gmail.com> wrote:
>
>> I'll open an issue. We should at least fix the test for 4.3 if possible
>> (the indexsearcher change can wait)
>>
>>
>> On Wed, Apr 17, 2013 at 9:19 AM, Robert Muir <rc...@gmail.com> wrote:
>>
>>> I see the bug (two bugs).
>>>
>>> One bug is the test does IndexSearcher.search(query, Integer.MAX_VALUE,
>>> sort)
>>>
>>> In the case of search-without-sort, there is some code that essentially
>>> does Math.min(maxdoc, ndoc) so that if you request more documents than
>>> actually exist in the index, we create a smaller priority queue. I think
>>> Uwe added that not so long ago. But this code isn't in search-with-sort...
>>> Index: lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java
>>> ===================================================================
>>> --- lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java
>>> (revision 1468947)
>>> +++ lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java
>>> (working copy)
>>> @@ -511,6 +511,12 @@
>>>
>>>      if (sort == null) throw new NullPointerException("Sort must not be
>>> null");
>>>
>>> +    int limit = reader.maxDoc();
>>> +    if (limit == 0) {
>>> +      limit = 1;
>>> +    }
>>> +    nDocs = Math.min(nDocs, limit);
>>> +
>>>      if (executor == null) {
>>>        // use all leaves here!
>>>        return search(leafContexts, weight, after, nDocs, sort,
>>> fillFields, doDocScores, doMaxScore);
>>> Index:
>>> lucene/queries/src/test/org/apache/lucene/queries/function/TestFunctionQuerySort.java
>>> ===================================================================
>>> ---
>>> lucene/queries/src/test/org/apache/lucene/queries/function/TestFunctionQuerySort.java
>>> (revision 1468947)
>>> +++
>>> lucene/queries/src/test/org/apache/lucene/queries/function/TestFunctionQuerySort.java
>>> (working copy)
>>> @@ -69,7 +69,7 @@
>>>
>>>      // Get hits sorted by our FunctionValues (ascending values)
>>>      Query q = new MatchAllDocsQuery();
>>> -    TopDocs hits = searcher.search(q, Integer.MAX_VALUE, orderBy);
>>> +    TopDocs hits = searcher.search(q, reader.maxDoc(), orderBy);
>>>      assertEquals(NUM_VALS, hits.scoreDocs.length);
>>>      // Verify that sorting works in general
>>>      int i = 0;
>>> @@ -81,7 +81,7 @@
>>>      // Now get hits after hit #2 using IS.searchAfter()
>>>      int afterIdx = 1;
>>>      FieldDoc afterHit = (FieldDoc) hits.scoreDocs[afterIdx];
>>> -    hits = searcher.searchAfter(afterHit, q, Integer.MAX_VALUE,
>>> orderBy);
>>> +    hits = searcher.searchAfter(afterHit, q, reader.maxDoc(), orderBy);
>>>
>>>      // Expected # of hits: NUM_VALS - 2
>>>      assertEquals(NUM_VALS - (afterIdx + 1), hits.scoreDocs.length);
>>>
>>>
>>>  On Wed, Apr 17, 2013 at 10:54 AM, Policeman Jenkins Server <
>>> jenkins@thetaphi.de> wrote:
>>>
>>>>  Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/5212/
>>>> Java: 32bit/jdk1.7.0_17 -client -XX:+UseG1GC
>>>>
>>>> 1 tests failed.
>>>> REGRESSION:
>>>>  org.apache.lucene.queries.function.TestFunctionQuerySort.testSearchAfterWhenSortingByFunctionValues
>>>>
>>>> Error Message:
>>>> Requested array size exceeds VM limit
>>>>
>>>> Stack Trace:
>>>> java.lang.OutOfMemoryError: Requested array size exceeds VM limit
>>>>         at
>>>> __randomizedtesting.SeedInfo.seed([19CBB97056276D92:E7ABF8B5EEE0EA22]:0)
>>>>         at
>>>> org.apache.lucene.util.PriorityQueue.<init>(PriorityQueue.java:64)
>>>>         at
>>>> org.apache.lucene.util.PriorityQueue.<init>(PriorityQueue.java:37)
>>>>         at
>>>> org.apache.lucene.search.FieldValueHitQueue.<init>(FieldValueHitQueue.java:138)
>>>>         at
>>>> org.apache.lucene.search.FieldValueHitQueue.<init>(FieldValueHitQueue.java:34)
>>>>         at
>>>> org.apache.lucene.search.FieldValueHitQueue$OneComparatorFieldValueHitQueue.<init>(FieldValueHitQueue.java:63)
>>>>         at
>>>> org.apache.lucene.search.FieldValueHitQueue.create(FieldValueHitQueue.java:171)
>>>>         at
>>>> org.apache.lucene.search.TopFieldCollector.create(TopFieldCollector.java:1123)
>>>>         at
>>>> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:518)
>>>>         at
>>>> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:493)
>>>>         at
>>>> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:370)
>>>>         at
>>>> org.apache.lucene.queries.function.TestFunctionQuerySort.testSearchAfterWhenSortingByFunctionValues(TestFunctionQuerySort.java:72)
>>>>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>>         at
>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>>>>         at
>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>>>         at java.lang.reflect.Method.invoke(Method.java:601)
>>>>         at
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
>>>>         at
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
>>>>         at
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
>>>>         at
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
>>>>         at
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
>>>>         at
>>>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
>>>>         at
>>>> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
>>>>         at
>>>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>>>>         at
>>>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>>>>         at
>>>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
>>>>         at
>>>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
>>>>         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:358)
>>>>         at
>>>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
>>>>         at
>>>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
>>>>         at
>>>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
>>>>
>>>>
>>>>
>>>>
>>>> Build Log:
>>>> [...truncated 7591 lines...]
>>>> [junit4:junit4] Suite:
>>>> org.apache.lucene.queries.function.TestFunctionQuerySort
>>>> [junit4:junit4]   2> NOTE: reproduce with: ant test
>>>>  -Dtestcase=TestFunctionQuerySort
>>>> -Dtests.method=testSearchAfterWhenSortingByFunctionValues
>>>> -Dtests.seed=19CBB97056276D92 -Dtests.multiplier=3 -Dtests.slow=true
>>>> -Dtests.locale=be -Dtests.timezone=Pacific/Tongatapu
>>>> -Dtests.file.encoding=US-ASCII
>>>> [junit4:junit4] ERROR   0.58s J0 |
>>>> TestFunctionQuerySort.testSearchAfterWhenSortingByFunctionValues <<<
>>>> [junit4:junit4]    > Throwable #1: java.lang.OutOfMemoryError:
>>>> Requested array size exceeds VM limit
>>>> [junit4:junit4]    >    at
>>>> __randomizedtesting.SeedInfo.seed([19CBB97056276D92:E7ABF8B5EEE0EA22]:0)
>>>> [junit4:junit4]    >    at
>>>> org.apache.lucene.util.PriorityQueue.<init>(PriorityQueue.java:64)
>>>> [junit4:junit4]    >    at
>>>> org.apache.lucene.util.PriorityQueue.<init>(PriorityQueue.java:37)
>>>> [junit4:junit4]    >    at
>>>> org.apache.lucene.search.FieldValueHitQueue.<init>(FieldValueHitQueue.java:138)
>>>> [junit4:junit4]    >    at
>>>> org.apache.lucene.search.FieldValueHitQueue.<init>(FieldValueHitQueue.java:34)
>>>> [junit4:junit4]    >    at
>>>> org.apache.lucene.search.FieldValueHitQueue$OneComparatorFieldValueHitQueue.<init>(FieldValueHitQueue.java:63)
>>>> [junit4:junit4]    >    at
>>>> org.apache.lucene.search.FieldValueHitQueue.create(FieldValueHitQueue.java:171)
>>>> [junit4:junit4]    >    at
>>>> org.apache.lucene.search.TopFieldCollector.create(TopFieldCollector.java:1123)
>>>> [junit4:junit4]    >    at
>>>> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:518)
>>>> [junit4:junit4]    >    at
>>>> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:493)
>>>> [junit4:junit4]    >    at
>>>> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:370)
>>>> [junit4:junit4]    >    at
>>>> org.apache.lucene.queries.function.TestFunctionQuerySort.testSearchAfterWhenSortingByFunctionValues(TestFunctionQuerySort.java:72)
>>>> [junit4:junit4]   2> NOTE: test params are: codec=Asserting,
>>>> sim=DefaultSimilarity, locale=be, timezone=Pacific/Tongatapu
>>>> [junit4:junit4]   2> NOTE: Linux 3.2.0-40-generic i386/Oracle
>>>> Corporation 1.7.0_17 (32-bit)/cpus=8,threads=1,free=7819088,total=18874368
>>>> [junit4:junit4]   2> NOTE: All tests run in this JVM:
>>>> [TestFunctionQuerySort]
>>>> [junit4:junit4] Completed on J0 in 0.81s, 1 test, 1 error <<< FAILURES!
>>>>
>>>> [...truncated 49 lines...]
>>>> BUILD FAILED
>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:375: The
>>>> following error occurred while executing this line:
>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:355: The
>>>> following error occurred while executing this line:
>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The
>>>> following error occurred while executing this line:
>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build.xml:548:
>>>> The following error occurred while executing this line:
>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1789:
>>>> The following error occurred while executing this line:
>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/module-build.xml:61:
>>>> The following error occurred while executing this line:
>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1231:
>>>> The following error occurred while executing this line:
>>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:875:
>>>> There were test failures: 13 suites, 92 tests, 1 error
>>>>
>>>> Total time: 17 minutes 12 seconds
>>>> Build step 'Invoke Ant' marked build as failure
>>>> Archiving artifacts
>>>> Recording test results
>>>> Description set: Java: 32bit/jdk1.7.0_17 -client -XX:+UseG1GC
>>>> Email was triggered for: Failure
>>>> Sending email for trigger: Failure
>>>>
>>>>
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>>>> For additional commands, e-mail: dev-help@lucene.apache.org
>>>>
>>>
>>>
>>
>

Re: [JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_17) - Build # 5212 - Failure!

Posted by Simon Willnauer <si...@gmail.com>.
@rob you can add the fix too if you want that is fine I will roll another
release anyways

simon


On Wed, Apr 17, 2013 at 9:14 PM, Robert Muir <rc...@gmail.com> wrote:

> I'll open an issue. We should at least fix the test for 4.3 if possible
> (the indexsearcher change can wait)
>
>
> On Wed, Apr 17, 2013 at 9:19 AM, Robert Muir <rc...@gmail.com> wrote:
>
>> I see the bug (two bugs).
>>
>> One bug is the test does IndexSearcher.search(query, Integer.MAX_VALUE,
>> sort)
>>
>> In the case of search-without-sort, there is some code that essentially
>> does Math.min(maxdoc, ndoc) so that if you request more documents than
>> actually exist in the index, we create a smaller priority queue. I think
>> Uwe added that not so long ago. But this code isn't in search-with-sort...
>> Index: lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java
>> ===================================================================
>> --- lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java
>> (revision 1468947)
>> +++ lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java
>> (working copy)
>> @@ -511,6 +511,12 @@
>>
>>      if (sort == null) throw new NullPointerException("Sort must not be
>> null");
>>
>> +    int limit = reader.maxDoc();
>> +    if (limit == 0) {
>> +      limit = 1;
>> +    }
>> +    nDocs = Math.min(nDocs, limit);
>> +
>>      if (executor == null) {
>>        // use all leaves here!
>>        return search(leafContexts, weight, after, nDocs, sort,
>> fillFields, doDocScores, doMaxScore);
>> Index:
>> lucene/queries/src/test/org/apache/lucene/queries/function/TestFunctionQuerySort.java
>> ===================================================================
>> ---
>> lucene/queries/src/test/org/apache/lucene/queries/function/TestFunctionQuerySort.java
>> (revision 1468947)
>> +++
>> lucene/queries/src/test/org/apache/lucene/queries/function/TestFunctionQuerySort.java
>> (working copy)
>> @@ -69,7 +69,7 @@
>>
>>      // Get hits sorted by our FunctionValues (ascending values)
>>      Query q = new MatchAllDocsQuery();
>> -    TopDocs hits = searcher.search(q, Integer.MAX_VALUE, orderBy);
>> +    TopDocs hits = searcher.search(q, reader.maxDoc(), orderBy);
>>      assertEquals(NUM_VALS, hits.scoreDocs.length);
>>      // Verify that sorting works in general
>>      int i = 0;
>> @@ -81,7 +81,7 @@
>>      // Now get hits after hit #2 using IS.searchAfter()
>>      int afterIdx = 1;
>>      FieldDoc afterHit = (FieldDoc) hits.scoreDocs[afterIdx];
>> -    hits = searcher.searchAfter(afterHit, q, Integer.MAX_VALUE, orderBy);
>> +    hits = searcher.searchAfter(afterHit, q, reader.maxDoc(), orderBy);
>>
>>      // Expected # of hits: NUM_VALS - 2
>>      assertEquals(NUM_VALS - (afterIdx + 1), hits.scoreDocs.length);
>>
>>
>>  On Wed, Apr 17, 2013 at 10:54 AM, Policeman Jenkins Server <
>> jenkins@thetaphi.de> wrote:
>>
>>>  Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/5212/
>>> Java: 32bit/jdk1.7.0_17 -client -XX:+UseG1GC
>>>
>>> 1 tests failed.
>>> REGRESSION:
>>>  org.apache.lucene.queries.function.TestFunctionQuerySort.testSearchAfterWhenSortingByFunctionValues
>>>
>>> Error Message:
>>> Requested array size exceeds VM limit
>>>
>>> Stack Trace:
>>> java.lang.OutOfMemoryError: Requested array size exceeds VM limit
>>>         at
>>> __randomizedtesting.SeedInfo.seed([19CBB97056276D92:E7ABF8B5EEE0EA22]:0)
>>>         at
>>> org.apache.lucene.util.PriorityQueue.<init>(PriorityQueue.java:64)
>>>         at
>>> org.apache.lucene.util.PriorityQueue.<init>(PriorityQueue.java:37)
>>>         at
>>> org.apache.lucene.search.FieldValueHitQueue.<init>(FieldValueHitQueue.java:138)
>>>         at
>>> org.apache.lucene.search.FieldValueHitQueue.<init>(FieldValueHitQueue.java:34)
>>>         at
>>> org.apache.lucene.search.FieldValueHitQueue$OneComparatorFieldValueHitQueue.<init>(FieldValueHitQueue.java:63)
>>>         at
>>> org.apache.lucene.search.FieldValueHitQueue.create(FieldValueHitQueue.java:171)
>>>         at
>>> org.apache.lucene.search.TopFieldCollector.create(TopFieldCollector.java:1123)
>>>         at
>>> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:518)
>>>         at
>>> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:493)
>>>         at
>>> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:370)
>>>         at
>>> org.apache.lucene.queries.function.TestFunctionQuerySort.testSearchAfterWhenSortingByFunctionValues(TestFunctionQuerySort.java:72)
>>>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>         at
>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>>>         at
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>>         at java.lang.reflect.Method.invoke(Method.java:601)
>>>         at
>>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
>>>         at
>>> com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
>>>         at
>>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
>>>         at
>>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
>>>         at
>>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
>>>         at
>>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
>>>         at
>>> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
>>>         at
>>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>>>         at
>>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>>>         at
>>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
>>>         at
>>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
>>>         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:358)
>>>         at
>>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
>>>         at
>>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
>>>         at
>>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
>>>
>>>
>>>
>>>
>>> Build Log:
>>> [...truncated 7591 lines...]
>>> [junit4:junit4] Suite:
>>> org.apache.lucene.queries.function.TestFunctionQuerySort
>>> [junit4:junit4]   2> NOTE: reproduce with: ant test
>>>  -Dtestcase=TestFunctionQuerySort
>>> -Dtests.method=testSearchAfterWhenSortingByFunctionValues
>>> -Dtests.seed=19CBB97056276D92 -Dtests.multiplier=3 -Dtests.slow=true
>>> -Dtests.locale=be -Dtests.timezone=Pacific/Tongatapu
>>> -Dtests.file.encoding=US-ASCII
>>> [junit4:junit4] ERROR   0.58s J0 |
>>> TestFunctionQuerySort.testSearchAfterWhenSortingByFunctionValues <<<
>>> [junit4:junit4]    > Throwable #1: java.lang.OutOfMemoryError: Requested
>>> array size exceeds VM limit
>>> [junit4:junit4]    >    at
>>> __randomizedtesting.SeedInfo.seed([19CBB97056276D92:E7ABF8B5EEE0EA22]:0)
>>> [junit4:junit4]    >    at
>>> org.apache.lucene.util.PriorityQueue.<init>(PriorityQueue.java:64)
>>> [junit4:junit4]    >    at
>>> org.apache.lucene.util.PriorityQueue.<init>(PriorityQueue.java:37)
>>> [junit4:junit4]    >    at
>>> org.apache.lucene.search.FieldValueHitQueue.<init>(FieldValueHitQueue.java:138)
>>> [junit4:junit4]    >    at
>>> org.apache.lucene.search.FieldValueHitQueue.<init>(FieldValueHitQueue.java:34)
>>> [junit4:junit4]    >    at
>>> org.apache.lucene.search.FieldValueHitQueue$OneComparatorFieldValueHitQueue.<init>(FieldValueHitQueue.java:63)
>>> [junit4:junit4]    >    at
>>> org.apache.lucene.search.FieldValueHitQueue.create(FieldValueHitQueue.java:171)
>>> [junit4:junit4]    >    at
>>> org.apache.lucene.search.TopFieldCollector.create(TopFieldCollector.java:1123)
>>> [junit4:junit4]    >    at
>>> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:518)
>>> [junit4:junit4]    >    at
>>> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:493)
>>> [junit4:junit4]    >    at
>>> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:370)
>>> [junit4:junit4]    >    at
>>> org.apache.lucene.queries.function.TestFunctionQuerySort.testSearchAfterWhenSortingByFunctionValues(TestFunctionQuerySort.java:72)
>>> [junit4:junit4]   2> NOTE: test params are: codec=Asserting,
>>> sim=DefaultSimilarity, locale=be, timezone=Pacific/Tongatapu
>>> [junit4:junit4]   2> NOTE: Linux 3.2.0-40-generic i386/Oracle
>>> Corporation 1.7.0_17 (32-bit)/cpus=8,threads=1,free=7819088,total=18874368
>>> [junit4:junit4]   2> NOTE: All tests run in this JVM:
>>> [TestFunctionQuerySort]
>>> [junit4:junit4] Completed on J0 in 0.81s, 1 test, 1 error <<< FAILURES!
>>>
>>> [...truncated 49 lines...]
>>> BUILD FAILED
>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:375: The
>>> following error occurred while executing this line:
>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:355: The
>>> following error occurred while executing this line:
>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The
>>> following error occurred while executing this line:
>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build.xml:548:
>>> The following error occurred while executing this line:
>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1789:
>>> The following error occurred while executing this line:
>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/module-build.xml:61:
>>> The following error occurred while executing this line:
>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1231:
>>> The following error occurred while executing this line:
>>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:875:
>>> There were test failures: 13 suites, 92 tests, 1 error
>>>
>>> Total time: 17 minutes 12 seconds
>>> Build step 'Invoke Ant' marked build as failure
>>> Archiving artifacts
>>> Recording test results
>>> Description set: Java: 32bit/jdk1.7.0_17 -client -XX:+UseG1GC
>>> Email was triggered for: Failure
>>> Sending email for trigger: Failure
>>>
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>>> For additional commands, e-mail: dev-help@lucene.apache.org
>>>
>>
>>
>

Re: [JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_17) - Build # 5212 - Failure!

Posted by Robert Muir <rc...@gmail.com>.
I'll open an issue. We should at least fix the test for 4.3 if possible
(the indexsearcher change can wait)

On Wed, Apr 17, 2013 at 9:19 AM, Robert Muir <rc...@gmail.com> wrote:

> I see the bug (two bugs).
>
> One bug is the test does IndexSearcher.search(query, Integer.MAX_VALUE,
> sort)
>
> In the case of search-without-sort, there is some code that essentially
> does Math.min(maxdoc, ndoc) so that if you request more documents than
> actually exist in the index, we create a smaller priority queue. I think
> Uwe added that not so long ago. But this code isn't in search-with-sort...
> Index: lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java
> ===================================================================
> --- lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java
> (revision 1468947)
> +++ lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java
> (working copy)
> @@ -511,6 +511,12 @@
>
>      if (sort == null) throw new NullPointerException("Sort must not be
> null");
>
> +    int limit = reader.maxDoc();
> +    if (limit == 0) {
> +      limit = 1;
> +    }
> +    nDocs = Math.min(nDocs, limit);
> +
>      if (executor == null) {
>        // use all leaves here!
>        return search(leafContexts, weight, after, nDocs, sort, fillFields,
> doDocScores, doMaxScore);
> Index:
> lucene/queries/src/test/org/apache/lucene/queries/function/TestFunctionQuerySort.java
> ===================================================================
> ---
> lucene/queries/src/test/org/apache/lucene/queries/function/TestFunctionQuerySort.java
> (revision 1468947)
> +++
> lucene/queries/src/test/org/apache/lucene/queries/function/TestFunctionQuerySort.java
> (working copy)
> @@ -69,7 +69,7 @@
>
>      // Get hits sorted by our FunctionValues (ascending values)
>      Query q = new MatchAllDocsQuery();
> -    TopDocs hits = searcher.search(q, Integer.MAX_VALUE, orderBy);
> +    TopDocs hits = searcher.search(q, reader.maxDoc(), orderBy);
>      assertEquals(NUM_VALS, hits.scoreDocs.length);
>      // Verify that sorting works in general
>      int i = 0;
> @@ -81,7 +81,7 @@
>      // Now get hits after hit #2 using IS.searchAfter()
>      int afterIdx = 1;
>      FieldDoc afterHit = (FieldDoc) hits.scoreDocs[afterIdx];
> -    hits = searcher.searchAfter(afterHit, q, Integer.MAX_VALUE, orderBy);
> +    hits = searcher.searchAfter(afterHit, q, reader.maxDoc(), orderBy);
>
>      // Expected # of hits: NUM_VALS - 2
>      assertEquals(NUM_VALS - (afterIdx + 1), hits.scoreDocs.length);
>
>
>  On Wed, Apr 17, 2013 at 10:54 AM, Policeman Jenkins Server <
> jenkins@thetaphi.de> wrote:
>
>>  Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/5212/
>> Java: 32bit/jdk1.7.0_17 -client -XX:+UseG1GC
>>
>> 1 tests failed.
>> REGRESSION:
>>  org.apache.lucene.queries.function.TestFunctionQuerySort.testSearchAfterWhenSortingByFunctionValues
>>
>> Error Message:
>> Requested array size exceeds VM limit
>>
>> Stack Trace:
>> java.lang.OutOfMemoryError: Requested array size exceeds VM limit
>>         at
>> __randomizedtesting.SeedInfo.seed([19CBB97056276D92:E7ABF8B5EEE0EA22]:0)
>>         at
>> org.apache.lucene.util.PriorityQueue.<init>(PriorityQueue.java:64)
>>         at
>> org.apache.lucene.util.PriorityQueue.<init>(PriorityQueue.java:37)
>>         at
>> org.apache.lucene.search.FieldValueHitQueue.<init>(FieldValueHitQueue.java:138)
>>         at
>> org.apache.lucene.search.FieldValueHitQueue.<init>(FieldValueHitQueue.java:34)
>>         at
>> org.apache.lucene.search.FieldValueHitQueue$OneComparatorFieldValueHitQueue.<init>(FieldValueHitQueue.java:63)
>>         at
>> org.apache.lucene.search.FieldValueHitQueue.create(FieldValueHitQueue.java:171)
>>         at
>> org.apache.lucene.search.TopFieldCollector.create(TopFieldCollector.java:1123)
>>         at
>> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:518)
>>         at
>> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:493)
>>         at
>> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:370)
>>         at
>> org.apache.lucene.queries.function.TestFunctionQuerySort.testSearchAfterWhenSortingByFunctionValues(TestFunctionQuerySort.java:72)
>>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>         at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>>         at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>         at java.lang.reflect.Method.invoke(Method.java:601)
>>         at
>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
>>         at
>> com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
>>         at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
>>         at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
>>         at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
>>         at
>> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
>>         at
>> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
>>         at
>> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>>         at
>> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>>         at
>> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
>>         at
>> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
>>         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:358)
>>         at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
>>         at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
>>         at
>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
>>
>>
>>
>>
>> Build Log:
>> [...truncated 7591 lines...]
>> [junit4:junit4] Suite:
>> org.apache.lucene.queries.function.TestFunctionQuerySort
>> [junit4:junit4]   2> NOTE: reproduce with: ant test
>>  -Dtestcase=TestFunctionQuerySort
>> -Dtests.method=testSearchAfterWhenSortingByFunctionValues
>> -Dtests.seed=19CBB97056276D92 -Dtests.multiplier=3 -Dtests.slow=true
>> -Dtests.locale=be -Dtests.timezone=Pacific/Tongatapu
>> -Dtests.file.encoding=US-ASCII
>> [junit4:junit4] ERROR   0.58s J0 |
>> TestFunctionQuerySort.testSearchAfterWhenSortingByFunctionValues <<<
>> [junit4:junit4]    > Throwable #1: java.lang.OutOfMemoryError: Requested
>> array size exceeds VM limit
>> [junit4:junit4]    >    at
>> __randomizedtesting.SeedInfo.seed([19CBB97056276D92:E7ABF8B5EEE0EA22]:0)
>> [junit4:junit4]    >    at
>> org.apache.lucene.util.PriorityQueue.<init>(PriorityQueue.java:64)
>> [junit4:junit4]    >    at
>> org.apache.lucene.util.PriorityQueue.<init>(PriorityQueue.java:37)
>> [junit4:junit4]    >    at
>> org.apache.lucene.search.FieldValueHitQueue.<init>(FieldValueHitQueue.java:138)
>> [junit4:junit4]    >    at
>> org.apache.lucene.search.FieldValueHitQueue.<init>(FieldValueHitQueue.java:34)
>> [junit4:junit4]    >    at
>> org.apache.lucene.search.FieldValueHitQueue$OneComparatorFieldValueHitQueue.<init>(FieldValueHitQueue.java:63)
>> [junit4:junit4]    >    at
>> org.apache.lucene.search.FieldValueHitQueue.create(FieldValueHitQueue.java:171)
>> [junit4:junit4]    >    at
>> org.apache.lucene.search.TopFieldCollector.create(TopFieldCollector.java:1123)
>> [junit4:junit4]    >    at
>> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:518)
>> [junit4:junit4]    >    at
>> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:493)
>> [junit4:junit4]    >    at
>> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:370)
>> [junit4:junit4]    >    at
>> org.apache.lucene.queries.function.TestFunctionQuerySort.testSearchAfterWhenSortingByFunctionValues(TestFunctionQuerySort.java:72)
>> [junit4:junit4]   2> NOTE: test params are: codec=Asserting,
>> sim=DefaultSimilarity, locale=be, timezone=Pacific/Tongatapu
>> [junit4:junit4]   2> NOTE: Linux 3.2.0-40-generic i386/Oracle Corporation
>> 1.7.0_17 (32-bit)/cpus=8,threads=1,free=7819088,total=18874368
>> [junit4:junit4]   2> NOTE: All tests run in this JVM:
>> [TestFunctionQuerySort]
>> [junit4:junit4] Completed on J0 in 0.81s, 1 test, 1 error <<< FAILURES!
>>
>> [...truncated 49 lines...]
>> BUILD FAILED
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:375: The
>> following error occurred while executing this line:
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:355: The
>> following error occurred while executing this line:
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The
>> following error occurred while executing this line:
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build.xml:548:
>> The following error occurred while executing this line:
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1789:
>> The following error occurred while executing this line:
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/module-build.xml:61:
>> The following error occurred while executing this line:
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1231:
>> The following error occurred while executing this line:
>> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:875:
>> There were test failures: 13 suites, 92 tests, 1 error
>>
>> Total time: 17 minutes 12 seconds
>> Build step 'Invoke Ant' marked build as failure
>> Archiving artifacts
>> Recording test results
>> Description set: Java: 32bit/jdk1.7.0_17 -client -XX:+UseG1GC
>> Email was triggered for: Failure
>> Sending email for trigger: Failure
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
>>
>
>

Re: [JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_17) - Build # 5212 - Failure!

Posted by Robert Muir <rc...@gmail.com>.
I see the bug (two bugs).

One bug is the test does IndexSearcher.search(query, Integer.MAX_VALUE,
sort)

In the case of search-without-sort, there is some code that essentially
does Math.min(maxdoc, ndoc) so that if you request more documents than
actually exist in the index, we create a smaller priority queue. I think
Uwe added that not so long ago. But this code isn't in search-with-sort...
Index: lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java
===================================================================
--- lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java
(revision 1468947)
+++ lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java
(working copy)
@@ -511,6 +511,12 @@

     if (sort == null) throw new NullPointerException("Sort must not be
null");

+    int limit = reader.maxDoc();
+    if (limit == 0) {
+      limit = 1;
+    }
+    nDocs = Math.min(nDocs, limit);
+
     if (executor == null) {
       // use all leaves here!
       return search(leafContexts, weight, after, nDocs, sort, fillFields,
doDocScores, doMaxScore);
Index:
lucene/queries/src/test/org/apache/lucene/queries/function/TestFunctionQuerySort.java
===================================================================
---
lucene/queries/src/test/org/apache/lucene/queries/function/TestFunctionQuerySort.java
(revision 1468947)
+++
lucene/queries/src/test/org/apache/lucene/queries/function/TestFunctionQuerySort.java
(working copy)
@@ -69,7 +69,7 @@

     // Get hits sorted by our FunctionValues (ascending values)
     Query q = new MatchAllDocsQuery();
-    TopDocs hits = searcher.search(q, Integer.MAX_VALUE, orderBy);
+    TopDocs hits = searcher.search(q, reader.maxDoc(), orderBy);
     assertEquals(NUM_VALS, hits.scoreDocs.length);
     // Verify that sorting works in general
     int i = 0;
@@ -81,7 +81,7 @@
     // Now get hits after hit #2 using IS.searchAfter()
     int afterIdx = 1;
     FieldDoc afterHit = (FieldDoc) hits.scoreDocs[afterIdx];
-    hits = searcher.searchAfter(afterHit, q, Integer.MAX_VALUE, orderBy);
+    hits = searcher.searchAfter(afterHit, q, reader.maxDoc(), orderBy);

     // Expected # of hits: NUM_VALS - 2
     assertEquals(NUM_VALS - (afterIdx + 1), hits.scoreDocs.length);


On Wed, Apr 17, 2013 at 10:54 AM, Policeman Jenkins Server <
jenkins@thetaphi.de> wrote:

> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/5212/
> Java: 32bit/jdk1.7.0_17 -client -XX:+UseG1GC
>
> 1 tests failed.
> REGRESSION:
>  org.apache.lucene.queries.function.TestFunctionQuerySort.testSearchAfterWhenSortingByFunctionValues
>
> Error Message:
> Requested array size exceeds VM limit
>
> Stack Trace:
> java.lang.OutOfMemoryError: Requested array size exceeds VM limit
>         at
> __randomizedtesting.SeedInfo.seed([19CBB97056276D92:E7ABF8B5EEE0EA22]:0)
>         at
> org.apache.lucene.util.PriorityQueue.<init>(PriorityQueue.java:64)
>         at
> org.apache.lucene.util.PriorityQueue.<init>(PriorityQueue.java:37)
>         at
> org.apache.lucene.search.FieldValueHitQueue.<init>(FieldValueHitQueue.java:138)
>         at
> org.apache.lucene.search.FieldValueHitQueue.<init>(FieldValueHitQueue.java:34)
>         at
> org.apache.lucene.search.FieldValueHitQueue$OneComparatorFieldValueHitQueue.<init>(FieldValueHitQueue.java:63)
>         at
> org.apache.lucene.search.FieldValueHitQueue.create(FieldValueHitQueue.java:171)
>         at
> org.apache.lucene.search.TopFieldCollector.create(TopFieldCollector.java:1123)
>         at
> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:518)
>         at
> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:493)
>         at
> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:370)
>         at
> org.apache.lucene.queries.function.TestFunctionQuerySort.testSearchAfterWhenSortingByFunctionValues(TestFunctionQuerySort.java:72)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:601)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
>         at
> org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
>         at
> org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
>         at
> org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
>         at
> com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
>         at
> org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
>         at
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
>         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:358)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
>         at
> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
>         at
> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
>
>
>
>
> Build Log:
> [...truncated 7591 lines...]
> [junit4:junit4] Suite:
> org.apache.lucene.queries.function.TestFunctionQuerySort
> [junit4:junit4]   2> NOTE: reproduce with: ant test
>  -Dtestcase=TestFunctionQuerySort
> -Dtests.method=testSearchAfterWhenSortingByFunctionValues
> -Dtests.seed=19CBB97056276D92 -Dtests.multiplier=3 -Dtests.slow=true
> -Dtests.locale=be -Dtests.timezone=Pacific/Tongatapu
> -Dtests.file.encoding=US-ASCII
> [junit4:junit4] ERROR   0.58s J0 |
> TestFunctionQuerySort.testSearchAfterWhenSortingByFunctionValues <<<
> [junit4:junit4]    > Throwable #1: java.lang.OutOfMemoryError: Requested
> array size exceeds VM limit
> [junit4:junit4]    >    at
> __randomizedtesting.SeedInfo.seed([19CBB97056276D92:E7ABF8B5EEE0EA22]:0)
> [junit4:junit4]    >    at
> org.apache.lucene.util.PriorityQueue.<init>(PriorityQueue.java:64)
> [junit4:junit4]    >    at
> org.apache.lucene.util.PriorityQueue.<init>(PriorityQueue.java:37)
> [junit4:junit4]    >    at
> org.apache.lucene.search.FieldValueHitQueue.<init>(FieldValueHitQueue.java:138)
> [junit4:junit4]    >    at
> org.apache.lucene.search.FieldValueHitQueue.<init>(FieldValueHitQueue.java:34)
> [junit4:junit4]    >    at
> org.apache.lucene.search.FieldValueHitQueue$OneComparatorFieldValueHitQueue.<init>(FieldValueHitQueue.java:63)
> [junit4:junit4]    >    at
> org.apache.lucene.search.FieldValueHitQueue.create(FieldValueHitQueue.java:171)
> [junit4:junit4]    >    at
> org.apache.lucene.search.TopFieldCollector.create(TopFieldCollector.java:1123)
> [junit4:junit4]    >    at
> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:518)
> [junit4:junit4]    >    at
> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:493)
> [junit4:junit4]    >    at
> org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:370)
> [junit4:junit4]    >    at
> org.apache.lucene.queries.function.TestFunctionQuerySort.testSearchAfterWhenSortingByFunctionValues(TestFunctionQuerySort.java:72)
> [junit4:junit4]   2> NOTE: test params are: codec=Asserting,
> sim=DefaultSimilarity, locale=be, timezone=Pacific/Tongatapu
> [junit4:junit4]   2> NOTE: Linux 3.2.0-40-generic i386/Oracle Corporation
> 1.7.0_17 (32-bit)/cpus=8,threads=1,free=7819088,total=18874368
> [junit4:junit4]   2> NOTE: All tests run in this JVM:
> [TestFunctionQuerySort]
> [junit4:junit4] Completed on J0 in 0.81s, 1 test, 1 error <<< FAILURES!
>
> [...truncated 49 lines...]
> BUILD FAILED
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:375: The
> following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:355: The
> following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The
> following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build.xml:548:
> The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1789:
> The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/module-build.xml:61:
> The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1231:
> The following error occurred while executing this line:
> /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:875:
> There were test failures: 13 suites, 92 tests, 1 error
>
> Total time: 17 minutes 12 seconds
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> Recording test results
> Description set: Java: 32bit/jdk1.7.0_17 -client -XX:+UseG1GC
> Email was triggered for: Failure
> Sending email for trigger: Failure
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>