Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Linux/3240/ Java: 32bit/jdk1.8.0-ea-b65 -client -XX:+UseG1GC
1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.OverseerCollectionProcessorTest Error Message: Clean up static fields (in @AfterClass?), your test seems to hang on to approximately 185,925,672 bytes (threshold is 10,485,760). Field reference sizes (counted individually): - 186,366,832 bytes, private static org.apache.solr.cloud.DistributedQueue org.apache.solr.cloud.OverseerCollectionProcessorTest.workQueueMock - 186,366,832 bytes, private static org.apache.solr.common.cloud.ZkStateReader org.apache.solr.cloud.OverseerCollectionProcessorTest.zkStateReaderMock - 186,316,160 bytes, private static org.apache.solr.common.cloud.SolrZkClient org.apache.solr.cloud.OverseerCollectionProcessorTest.solrZkClientMock - 186,315,888 bytes, private static org.apache.solr.common.cloud.ClusterState org.apache.solr.cloud.OverseerCollectionProcessorTest.clusterStateMock - 126,840 bytes, private static org.apache.solr.handler.component.ShardHandler org.apache.solr.cloud.OverseerCollectionProcessorTest.shardHandlerMock - 264 bytes, public static org.junit.rules.TestRule org.apache.solr.SolrTestCaseJ4.solrClassRules - 208 bytes, protected static java.lang.String org.apache.solr.SolrTestCaseJ4.testSolrHome - 120 bytes, private static java.lang.String org.apache.solr.SolrTestCaseJ4.factoryProp - 64 bytes, private static java.lang.String org.apache.solr.SolrTestCaseJ4.coreName Stack Trace: junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?), your test seems to hang on to approximately 185,925,672 bytes (threshold is 10,485,760). Field reference sizes (counted individually): - 186,366,832 bytes, private static org.apache.solr.cloud.DistributedQueue org.apache.solr.cloud.OverseerCollectionProcessorTest.workQueueMock - 186,366,832 bytes, private static org.apache.solr.common.cloud.ZkStateReader org.apache.solr.cloud.OverseerCollectionProcessorTest.zkStateReaderMock - 186,316,160 bytes, private static org.apache.solr.common.cloud.SolrZkClient org.apache.solr.cloud.OverseerCollectionProcessorTest.solrZkClientMock - 186,315,888 bytes, private static org.apache.solr.common.cloud.ClusterState org.apache.solr.cloud.OverseerCollectionProcessorTest.clusterStateMock - 126,840 bytes, private static org.apache.solr.handler.component.ShardHandler org.apache.solr.cloud.OverseerCollectionProcessorTest.shardHandlerMock - 264 bytes, public static org.junit.rules.TestRule org.apache.solr.SolrTestCaseJ4.solrClassRules - 208 bytes, protected static java.lang.String org.apache.solr.SolrTestCaseJ4.testSolrHome - 120 bytes, private static java.lang.String org.apache.solr.SolrTestCaseJ4.factoryProp - 64 bytes, private static java.lang.String org.apache.solr.SolrTestCaseJ4.coreName at __randomizedtesting.SeedInfo.seed([2456D4B0A21BA9B3]:0) at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:127) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43) 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 9198 lines...] [junit4:junit4] Suite: org.apache.solr.cloud.OverseerCollectionProcessorTest [junit4:junit4] 2> 240 T3232 oas.SolrTestCaseJ4.setUp ###Starting testReplicationEqualNumberOfSlicesPerNodeSendCreateNodesEqualToLiveNodes [junit4:junit4] 2> 256 T3233 oasc.OverseerCollectionProcessor.run Process current queue of collection messages [junit4:junit4] 2> 257 T3233 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard1_replica1 as part of slice shard1 of collection mycollection on localhost:8965_solr [junit4:junit4] 2> 258 T3233 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard1_replica2 as part of slice shard1 of collection mycollection on localhost:8964_solr [junit4:junit4] 2> 258 T3233 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard2_replica1 as part of slice shard2 of collection mycollection on localhost:8964_solr [junit4:junit4] 2> 259 T3233 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard2_replica2 as part of slice shard2 of collection mycollection on localhost:8963_solr [junit4:junit4] 2> 259 T3233 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard3_replica1 as part of slice shard3 of collection mycollection on localhost:8963_solr [junit4:junit4] 2> 259 T3233 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard3_replica2 as part of slice shard3 of collection mycollection on localhost:8966_solr [junit4:junit4] 2> 259 T3233 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard4_replica1 as part of slice shard4 of collection mycollection on localhost:8966_solr [junit4:junit4] 2> 260 T3233 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard4_replica2 as part of slice shard4 of collection mycollection on localhost:8965_solr [junit4:junit4] 2> 260 T3233 oasc.OverseerCollectionProcessor.createCollection Successfully created all shards for collection mycollection [junit4:junit4] 2> 357 T3232 oas.SolrTestCaseJ4.tearDown ###Ending testReplicationEqualNumberOfSlicesPerNodeSendCreateNodesEqualToLiveNodes [junit4:junit4] 2> 362 T3232 oas.SolrTestCaseJ4.setUp ###Starting testNoReplicationEqualNumberOfSlicesPerNode [junit4:junit4] 2> 364 T3234 oasc.OverseerCollectionProcessor.run Process current queue of collection messages [junit4:junit4] 2> 364 T3234 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard1_replica1 as part of slice shard1 of collection mycollection on localhost:8966_solr [junit4:junit4] 2> 364 T3234 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard2_replica1 as part of slice shard2 of collection mycollection on localhost:8965_solr [junit4:junit4] 2> 365 T3234 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard3_replica1 as part of slice shard3 of collection mycollection on localhost:8963_solr [junit4:junit4] 2> 365 T3234 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard4_replica1 as part of slice shard4 of collection mycollection on localhost:8964_solr [junit4:junit4] 2> 365 T3234 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard5_replica1 as part of slice shard5 of collection mycollection on localhost:8966_solr [junit4:junit4] 2> 366 T3234 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard6_replica1 as part of slice shard6 of collection mycollection on localhost:8965_solr [junit4:junit4] 2> 366 T3234 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard7_replica1 as part of slice shard7 of collection mycollection on localhost:8963_solr [junit4:junit4] 2> 366 T3234 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard8_replica1 as part of slice shard8 of collection mycollection on localhost:8964_solr [junit4:junit4] 2> 367 T3234 oasc.OverseerCollectionProcessor.createCollection Successfully created all shards for collection mycollection [junit4:junit4] 2> 464 T3232 oas.SolrTestCaseJ4.tearDown ###Ending testNoReplicationEqualNumberOfSlicesPerNode [junit4:junit4] 2> 469 T3232 oas.SolrTestCaseJ4.setUp ###Starting testNoReplicationEqualNumberOfSlicesPerNodeSendNullCreateNodes [junit4:junit4] 2> 470 T3235 oasc.OverseerCollectionProcessor.run Process current queue of collection messages [junit4:junit4] 2> 470 T3235 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard1_replica1 as part of slice shard1 of collection mycollection on localhost:8966_solr [junit4:junit4] 2> 471 T3235 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard2_replica1 as part of slice shard2 of collection mycollection on localhost:8963_solr [junit4:junit4] 2> 471 T3235 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard3_replica1 as part of slice shard3 of collection mycollection on localhost:8965_solr [junit4:junit4] 2> 471 T3235 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard4_replica1 as part of slice shard4 of collection mycollection on localhost:8964_solr [junit4:junit4] 2> 472 T3235 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard5_replica1 as part of slice shard5 of collection mycollection on localhost:8966_solr [junit4:junit4] 2> 472 T3235 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard6_replica1 as part of slice shard6 of collection mycollection on localhost:8963_solr [junit4:junit4] 2> 472 T3235 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard7_replica1 as part of slice shard7 of collection mycollection on localhost:8965_solr [junit4:junit4] 2> 472 T3235 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard8_replica1 as part of slice shard8 of collection mycollection on localhost:8964_solr [junit4:junit4] 2> 473 T3235 oasc.OverseerCollectionProcessor.createCollection Successfully created all shards for collection mycollection [junit4:junit4] 2> 571 T3232 oas.SolrTestCaseJ4.tearDown ###Ending testNoReplicationEqualNumberOfSlicesPerNodeSendNullCreateNodes [junit4:junit4] 2> 576 T3232 oas.SolrTestCaseJ4.setUp ###Starting testReplicationCollectionNotCreatedDueToMaxShardsPerNodeAndNodesToCreateOnLimits [junit4:junit4] 2> 577 T3236 oasc.OverseerCollectionProcessor.run Process current queue of collection messages [junit4:junit4] 2> 578 T3236 oasc.OverseerCollectionProcessor.createCollection SEVERE Cannot create collection mycollection. Value of maxShardsPerNode is 2, and the number of live nodes is 3. This allows a maximum of 6 to be created. Value of numShards is 4 and value of replicationFactor is 2. This requires 8 shards to be created (higher than the allowed number) [junit4:junit4] 2> 578 T3236 oasc.SolrException.log SEVERE Collection createcollection of mycollection failed [junit4:junit4] 2> 678 T3232 oas.SolrTestCaseJ4.tearDown ###Ending testReplicationCollectionNotCreatedDueToMaxShardsPerNodeAndNodesToCreateOnLimits [junit4:junit4] 2> 683 T3232 oas.SolrTestCaseJ4.setUp ###Starting testReplicationUnequalNumberOfSlicesPerNode [junit4:junit4] 2> 684 T3237 oasc.OverseerCollectionProcessor.run Process current queue of collection messages [junit4:junit4] 2> 685 T3237 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard1_replica1 as part of slice shard1 of collection mycollection on localhost:8963_solr [junit4:junit4] 2> 685 T3237 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard1_replica2 as part of slice shard1 of collection mycollection on localhost:8964_solr [junit4:junit4] 2> 685 T3237 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard2_replica1 as part of slice shard2 of collection mycollection on localhost:8964_solr [junit4:junit4] 2> 685 T3237 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard2_replica2 as part of slice shard2 of collection mycollection on localhost:8966_solr [junit4:junit4] 2> 686 T3237 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard3_replica1 as part of slice shard3 of collection mycollection on localhost:8966_solr [junit4:junit4] 2> 686 T3237 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard3_replica2 as part of slice shard3 of collection mycollection on localhost:8965_solr [junit4:junit4] 2> 686 T3237 oasc.OverseerCollectionProcessor.createCollection Successfully created all shards for collection mycollection [junit4:junit4] 2> 785 T3232 oas.SolrTestCaseJ4.tearDown ###Ending testReplicationUnequalNumberOfSlicesPerNode [junit4:junit4] 2> 790 T3232 oas.SolrTestCaseJ4.setUp ###Starting testNoReplicationUnequalNumberOfSlicesPerNode [junit4:junit4] 2> 791 T3238 oasc.OverseerCollectionProcessor.run Process current queue of collection messages [junit4:junit4] 2> 791 T3238 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard1_replica1 as part of slice shard1 of collection mycollection on localhost:8966_solr [junit4:junit4] 2> 791 T3238 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard2_replica1 as part of slice shard2 of collection mycollection on localhost:8964_solr [junit4:junit4] 2> 792 T3238 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard3_replica1 as part of slice shard3 of collection mycollection on localhost:8963_solr [junit4:junit4] 2> 792 T3238 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard4_replica1 as part of slice shard4 of collection mycollection on localhost:8965_solr [junit4:junit4] 2> 792 T3238 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard5_replica1 as part of slice shard5 of collection mycollection on localhost:8966_solr [junit4:junit4] 2> 793 T3238 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard6_replica1 as part of slice shard6 of collection mycollection on localhost:8964_solr [junit4:junit4] 2> 793 T3238 oasc.OverseerCollectionProcessor.createCollection Successfully created all shards for collection mycollection [junit4:junit4] 2> 891 T3232 oas.SolrTestCaseJ4.tearDown ###Ending testNoReplicationUnequalNumberOfSlicesPerNode [junit4:junit4] 2> 897 T3232 oas.SolrTestCaseJ4.setUp ###Starting testReplicationCollectionNotCreatedDueToMaxShardsPerNodeLimit [junit4:junit4] 2> 898 T3239 oasc.OverseerCollectionProcessor.run Process current queue of collection messages [junit4:junit4] 2> 898 T3239 oasc.OverseerCollectionProcessor.createCollection SEVERE Cannot create collection mycollection. Value of maxShardsPerNode is 1, and the number of live nodes is 4. This allows a maximum of 4 to be created. Value of numShards is 3 and value of replicationFactor is 2. This requires 6 shards to be created (higher than the allowed number) [junit4:junit4] 2> 898 T3239 oasc.SolrException.log SEVERE Collection createcollection of mycollection failed [junit4:junit4] 2> 998 T3232 oas.SolrTestCaseJ4.tearDown ###Ending testReplicationCollectionNotCreatedDueToMaxShardsPerNodeLimit [junit4:junit4] 2> 1004 T3232 oas.SolrTestCaseJ4.setUp ###Starting testReplicationEqualNumberOfSlicesPerNodeSendNullCreateNodes [junit4:junit4] 2> 1006 T3240 oasc.OverseerCollectionProcessor.run Process current queue of collection messages [junit4:junit4] 2> 1007 T3240 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard1_replica1 as part of slice shard1 of collection mycollection on localhost:8964_solr [junit4:junit4] 2> 1008 T3240 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard1_replica2 as part of slice shard1 of collection mycollection on localhost:8963_solr [junit4:junit4] 2> 1008 T3240 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard2_replica1 as part of slice shard2 of collection mycollection on localhost:8963_solr [junit4:junit4] 2> 1008 T3240 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard2_replica2 as part of slice shard2 of collection mycollection on localhost:8966_solr [junit4:junit4] 2> 1009 T3240 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard3_replica1 as part of slice shard3 of collection mycollection on localhost:8966_solr [junit4:junit4] 2> 1009 T3240 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard3_replica2 as part of slice shard3 of collection mycollection on localhost:8965_solr [junit4:junit4] 2> 1009 T3240 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard4_replica1 as part of slice shard4 of collection mycollection on localhost:8965_solr [junit4:junit4] 2> 1010 T3240 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard4_replica2 as part of slice shard4 of collection mycollection on localhost:8964_solr [junit4:junit4] 2> 1010 T3240 oasc.OverseerCollectionProcessor.createCollection Successfully created all shards for collection mycollection [junit4:junit4] 2> 1106 T3232 oas.SolrTestCaseJ4.tearDown ###Ending testReplicationEqualNumberOfSlicesPerNodeSendNullCreateNodes [junit4:junit4] 2> 1111 T3232 oas.SolrTestCaseJ4.setUp ###Starting testNoReplicationEqualNumberOfSlicesPerNodeSendCreateNodesEqualToLiveNodes [junit4:junit4] 2> 1113 T3241 oasc.OverseerCollectionProcessor.run Process current queue of collection messages [junit4:junit4] 2> 1114 T3241 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard1_replica1 as part of slice shard1 of collection mycollection on localhost:8965_solr [junit4:junit4] 2> 1114 T3241 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard2_replica1 as part of slice shard2 of collection mycollection on localhost:8966_solr [junit4:junit4] 2> 1114 T3241 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard3_replica1 as part of slice shard3 of collection mycollection on localhost:8964_solr [junit4:junit4] 2> 1115 T3241 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard4_replica1 as part of slice shard4 of collection mycollection on localhost:8963_solr [junit4:junit4] 2> 1115 T3241 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard5_replica1 as part of slice shard5 of collection mycollection on localhost:8965_solr [junit4:junit4] 2> 1115 T3241 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard6_replica1 as part of slice shard6 of collection mycollection on localhost:8966_solr [junit4:junit4] 2> 1116 T3241 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard7_replica1 as part of slice shard7 of collection mycollection on localhost:8964_solr [junit4:junit4] 2> 1116 T3241 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard8_replica1 as part of slice shard8 of collection mycollection on localhost:8963_solr [junit4:junit4] 2> 1117 T3241 oasc.OverseerCollectionProcessor.createCollection Successfully created all shards for collection mycollection [junit4:junit4] 2> 1214 T3232 oas.SolrTestCaseJ4.tearDown ###Ending testNoReplicationEqualNumberOfSlicesPerNodeSendCreateNodesEqualToLiveNodes [junit4:junit4] 2> 1219 T3232 oas.SolrTestCaseJ4.setUp ###Starting testReplicationLimitedNodesToCreateOn [junit4:junit4] 2> 1220 T3242 oasc.OverseerCollectionProcessor.run Process current queue of collection messages [junit4:junit4] 2> 1221 T3242 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard1_replica1 as part of slice shard1 of collection mycollection on localhost:8965_solr [junit4:junit4] 2> 1221 T3242 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard1_replica2 as part of slice shard1 of collection mycollection on localhost:8966_solr [junit4:junit4] 2> 1221 T3242 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard2_replica1 as part of slice shard2 of collection mycollection on localhost:8966_solr [junit4:junit4] 2> 1222 T3242 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard2_replica2 as part of slice shard2 of collection mycollection on localhost:8965_solr [junit4:junit4] 2> 1222 T3242 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard3_replica1 as part of slice shard3 of collection mycollection on localhost:8965_solr [junit4:junit4] 2> 1222 T3242 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard3_replica2 as part of slice shard3 of collection mycollection on localhost:8966_solr [junit4:junit4] 2> 1223 T3242 oasc.OverseerCollectionProcessor.createCollection Successfully created all shards for collection mycollection [junit4:junit4] 2> 1321 T3232 oas.SolrTestCaseJ4.tearDown ###Ending testReplicationLimitedNodesToCreateOn [junit4:junit4] 2> 1326 T3232 oas.SolrTestCaseJ4.setUp ###Starting testNoReplicationCollectionNotCreatedDueToMaxShardsPerNodeAndNodesToCreateOnLimits [junit4:junit4] 2> 1327 T3243 oasc.OverseerCollectionProcessor.run Process current queue of collection messages [junit4:junit4] 2> 1327 T3243 oasc.OverseerCollectionProcessor.createCollection SEVERE Cannot create collection mycollection. Value of maxShardsPerNode is 2, and the number of live nodes is 3. This allows a maximum of 6 to be created. Value of numShards is 8 and value of replicationFactor is 1. This requires 8 shards to be created (higher than the allowed number) [junit4:junit4] 2> 1328 T3243 oasc.SolrException.log SEVERE Collection createcollection of mycollection failed [junit4:junit4] 2> 1427 T3232 oas.SolrTestCaseJ4.tearDown ###Ending testNoReplicationCollectionNotCreatedDueToMaxShardsPerNodeAndNodesToCreateOnLimits [junit4:junit4] 2> 1432 T3232 oas.SolrTestCaseJ4.setUp ###Starting testReplicationEqualNumberOfSlicesPerNode [junit4:junit4] 2> 1434 T3244 oasc.OverseerCollectionProcessor.run Process current queue of collection messages [junit4:junit4] 2> 1434 T3244 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard1_replica1 as part of slice shard1 of collection mycollection on localhost:8964_solr [junit4:junit4] 2> 1434 T3244 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard1_replica2 as part of slice shard1 of collection mycollection on localhost:8963_solr [junit4:junit4] 2> 1435 T3244 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard2_replica1 as part of slice shard2 of collection mycollection on localhost:8963_solr [junit4:junit4] 2> 1435 T3244 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard2_replica2 as part of slice shard2 of collection mycollection on localhost:8966_solr [junit4:junit4] 2> 1435 T3244 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard3_replica1 as part of slice shard3 of collection mycollection on localhost:8966_solr [junit4:junit4] 2> 1435 T3244 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard3_replica2 as part of slice shard3 of collection mycollection on localhost:8965_solr [junit4:junit4] 2> 1436 T3244 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard4_replica1 as part of slice shard4 of collection mycollection on localhost:8965_solr [junit4:junit4] 2> 1436 T3244 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard4_replica2 as part of slice shard4 of collection mycollection on localhost:8964_solr [junit4:junit4] 2> 1436 T3244 oasc.OverseerCollectionProcessor.createCollection Successfully created all shards for collection mycollection [junit4:junit4] 2> 1534 T3232 oas.SolrTestCaseJ4.tearDown ###Ending testReplicationEqualNumberOfSlicesPerNode [junit4:junit4] 2> 1539 T3232 oas.SolrTestCaseJ4.setUp ###Starting testNoReplicationLimitedNodesToCreateOn [junit4:junit4] 2> 1541 T3245 oasc.OverseerCollectionProcessor.run Process current queue of collection messages [junit4:junit4] 2> 1541 T3245 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard1_replica1 as part of slice shard1 of collection mycollection on localhost:8966_solr [junit4:junit4] 2> 1541 T3245 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard2_replica1 as part of slice shard2 of collection mycollection on localhost:8965_solr [junit4:junit4] 2> 1542 T3245 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard3_replica1 as part of slice shard3 of collection mycollection on localhost:8966_solr [junit4:junit4] 2> 1542 T3245 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard4_replica1 as part of slice shard4 of collection mycollection on localhost:8965_solr [junit4:junit4] 2> 1542 T3245 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard5_replica1 as part of slice shard5 of collection mycollection on localhost:8966_solr [junit4:junit4] 2> 1543 T3245 oasc.OverseerCollectionProcessor.createCollection Creating shard mycollection_shard6_replica1 as part of slice shard6 of collection mycollection on localhost:8965_solr [junit4:junit4] 2> 1543 T3245 oasc.OverseerCollectionProcessor.createCollection Successfully created all shards for collection mycollection [junit4:junit4] 2> 1641 T3232 oas.SolrTestCaseJ4.tearDown ###Ending testNoReplicationLimitedNodesToCreateOn [junit4:junit4] 2> 1646 T3232 oas.SolrTestCaseJ4.setUp ###Starting testNoReplicationCollectionNotCreatedDueToMaxShardsPerNodeLimit [junit4:junit4] 2> 1647 T3246 oasc.OverseerCollectionProcessor.run Process current queue of collection messages [junit4:junit4] 2> 1648 T3246 oasc.OverseerCollectionProcessor.createCollection SEVERE Cannot create collection mycollection. Value of maxShardsPerNode is 1, and the number of live nodes is 4. This allows a maximum of 4 to be created. Value of numShards is 6 and value of replicationFactor is 1. This requires 6 shards to be created (higher than the allowed number) [junit4:junit4] 2> 1648 T3246 oasc.SolrException.log SEVERE Collection createcollection of mycollection failed [junit4:junit4] 2> 1748 T3232 oas.SolrTestCaseJ4.tearDown ###Ending testNoReplicationCollectionNotCreatedDueToMaxShardsPerNodeLimit [junit4:junit4] 2> 1750 T3232 oas.SolrTestCaseJ4.deleteCore ###deleteCore [junit4:junit4] 2> NOTE: test params are: codec=Asserting, sim=DefaultSimilarity, locale=es_CU, timezone=Asia/Ashgabat [junit4:junit4] 2> NOTE: Linux 3.2.0-34-generic i386/Oracle Corporation 1.8.0-ea (32-bit)/cpus=8,threads=1,free=216049144,total=536870912 [junit4:junit4] 2> NOTE: All tests run in this JVM: [TestFastWriter, UpdateParamsTest, SpellingQueryConverterTest, OpenExchangeRatesOrgProviderTest, UUIDFieldTest, ZkCLITest, TestStressReorder, TestQuerySenderListener, FileUtilsTest, LukeRequestHandlerTest, BasicZkTest, DebugComponentTest, TestRemoteStreaming, TestRecovery, TestSort, IndexReaderFactoryTest, TestPropInject, DocumentBuilderTest, TestCSVResponseWriter, TestSolrXMLSerializer, TimeZoneUtilsTest, TestSolrDeletionPolicy2, XmlUpdateRequestHandlerTest, ZkNodePropsTest, RAMDirectoryFactoryTest, ConvertedLegacyTest, IndexSchemaTest, DocumentAnalysisRequestHandlerTest, SolrInfoMBeanTest, TestMergePolicyConfig, SolrCoreTest, TestSurroundQueryParser, TestCodecSupport, TestReversedWildcardFilterFactory, RequiredFieldsTest, TestMultiCoreConfBootstrap, BasicFunctionalityTest, TestDistributedGrouping, URLClassifyProcessorTest, TestTrie, TestReplicationHandler, ExternalFileFieldSortTest, TestFuzzyAnalyzedSuggestions, TermVectorComponentTest, LegacyHTMLStripCharFilterTest, TestUtils, TestBinaryField, TestStressRecovery, TestPluginEnable, DistributedQueryElevationComponentTest, TestDocSet, SuggesterTest, TestPhraseSuggestions, StandardRequestHandlerTest, XsltUpdateRequestHandlerTest, TestCSVLoader, TestLRUCache, PrimitiveFieldTypeTest, OverseerTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, LeaderElectionIntegrationTest, LeaderElectionTest, DistributedSpellCheckComponentTest, TestRealTimeGet, ZkControllerTest, TestRandomFaceting, TestDistributedSearch, SpellCheckCollatorTest, TestExtendedDismaxParser, SoftAutoCommitTest, AutoCommitTest, ZkSolrClientTest, WordBreakSolrSpellCheckerTest, TestHashPartitioner, StatsComponentTest, TestRangeQuery, DirectUpdateHandlerTest, DirectSolrSpellCheckerTest, PeerSyncTest, TestBinaryResponseWriter, SampleTest, HighlighterTest, TestIndexSearcher, TestFunctionQuery, PolyFieldTest, TestPseudoReturnFields, BinaryUpdateRequestHandlerTest, TermsComponentTest, PingRequestHandlerTest, DirectUpdateHandlerOptimizeTest, TestSolrQueryParser, TestValueSourceCache, RequestHandlersTest, TestOmitPositions, CopyFieldTest, TestArbitraryIndexDir, LoggingHandlerTest, SolrCmdDistributorTest, TestFoldingMultitermQuery, SolrCoreCheckLockOnStartupTest, TestWriterPerf, SOLR749Test, TestXIncludeConfig, OutputWriterTest, MultiTermTest, TestJmxMonitoredMap, SpellPossibilityIteratorTest, TestBM25SimilarityFactory, TestPerFieldSimilarity, TestIBSimilarityFactory, PluginInfoTest, TestBadConfig, TestDocumentBuilder, PathHierarchyTokenizerFactoryTest, OverseerCollectionProcessorTest] [junit4:junit4] 2> NOTE: reproduce with: ant test -Dtestcase=OverseerCollectionProcessorTest -Dtests.seed=2456D4B0A21BA9B3 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es_CU -Dtests.timezone=Asia/Ashgabat -Dtests.file.encoding=UTF-8 [junit4:junit4] ERROR 0.00s J1 | OverseerCollectionProcessorTest (suite) <<< [junit4:junit4] > Throwable #1: junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?), your test seems to hang on to approximately 185,925,672 bytes (threshold is 10,485,760). Field reference sizes (counted individually): [junit4:junit4] > - 186,366,832 bytes, private static org.apache.solr.cloud.DistributedQueue org.apache.solr.cloud.OverseerCollectionProcessorTest.workQueueMock [junit4:junit4] > - 186,366,832 bytes, private static org.apache.solr.common.cloud.ZkStateReader org.apache.solr.cloud.OverseerCollectionProcessorTest.zkStateReaderMock [junit4:junit4] > - 186,316,160 bytes, private static org.apache.solr.common.cloud.SolrZkClient org.apache.solr.cloud.OverseerCollectionProcessorTest.solrZkClientMock [junit4:junit4] > - 186,315,888 bytes, private static org.apache.solr.common.cloud.ClusterState org.apache.solr.cloud.OverseerCollectionProcessorTest.clusterStateMock [junit4:junit4] > - 126,840 bytes, private static org.apache.solr.handler.component.ShardHandler org.apache.solr.cloud.OverseerCollectionProcessorTest.shardHandlerMock [junit4:junit4] > - 264 bytes, public static org.junit.rules.TestRule org.apache.solr.SolrTestCaseJ4.solrClassRules [junit4:junit4] > - 208 bytes, protected static java.lang.String org.apache.solr.SolrTestCaseJ4.testSolrHome [junit4:junit4] > - 120 bytes, private static java.lang.String org.apache.solr.SolrTestCaseJ4.factoryProp [junit4:junit4] > - 64 bytes, private static java.lang.String org.apache.solr.SolrTestCaseJ4.coreName [junit4:junit4] > at __randomizedtesting.SeedInfo.seed([2456D4B0A21BA9B3]:0) [junit4:junit4] > at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:127) [junit4:junit4] > at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43) [junit4:junit4] > at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43) [junit4:junit4] > at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48) [junit4:junit4] > at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70) [junit4:junit4] > at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55) [junit4:junit4] > at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [junit4:junit4] > at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358) [junit4:junit4] > at java.lang.Thread.run(Thread.java:722) [junit4:junit4] Completed on J1 in 40.32s, 14 tests, 1 failure <<< FAILURES! [...truncated 45 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:353: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:39: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:178: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:438: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1175: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:840: There were test failures: 242 suites, 1009 tests, 1 suite-level error, 7 ignored (2 assumptions) Total time: 28 minutes 55 seconds Build step 'Invoke Ant' marked build as failure Archiving artifacts Recording test results Description set: Java: 32bit/jdk1.8.0-ea-b65 -client -XX:+UseG1GC Email was triggered for: Failure Sending email for trigger: Failure
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org