Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Control temporary allocations for background expiry task #18507

Merged
merged 8 commits into from May 4, 2021

Conversation

ahmetmircik
Copy link
Member

@ahmetmircik ahmetmircik commented Apr 9, 2021

This is a forward-port of #18480, for details see #18480 (comment)

ee counterpart: https://github.com/hazelcast/hazelcast-enterprise/pull/4004

@ahmetmircik ahmetmircik added this to the 4.2.1 milestone Apr 9, 2021
@ahmetmircik ahmetmircik changed the title WIP Control temporary allocations for background expiry task Apr 9, 2021
@ahmetmircik ahmetmircik added Module: IMap Source: Community PR or issue was opened by a community user Type: Defect labels Apr 9, 2021
@hz-devops-test
Copy link

The job Hazelcast-pr-builder of your PR failed. (Hazelcast internal details: build log, artifacts).
Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log file
--------------------------
-------TEST FAILURE-------
--------------------------
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   ClientMapBasicTest.testSetAsyncTTL_afterExpire:418->HazelcastTestSupport.assertOpenEventually:1101->HazelcastTestSupport.assertOpenEventually:1113->HazelcastTestSupport.assertOpenEventually:1128 CountDownLatch failed to complete within 120 seconds, count left: 1
[ERROR]   ClientMapBasicTest.testSetAsyncTTL_afterExpireWhenKeyExists:434->HazelcastTestSupport.assertOpenEventually:1101->HazelcastTestSupport.assertOpenEventually:1113->HazelcastTestSupport.assertOpenEventually:1128 CountDownLatch failed to complete within 120 seconds, count left: 1
[ERROR]   ClientMapEventJournalBasicTest>AbstractEventJournalBasicTest.receiveExpirationEventsWhenPutOnExpiringStructure:258->AbstractEventJournalBasicTest.testExpiration:571->HazelcastTestSupport.assertTrueEventually:1349->HazelcastTestSupport.assertTrueEventually:1247->AbstractEventJournalBasicTest.lambda$testExpiration$5:572->AbstractEventJournalBasicTest.assertEventJournalSize:665 expected:<4> but was:<2>
[ERROR]   ClientMapEventJournalBasicTest>AbstractEventJournalBasicTest.receiveExpirationEventsWhenPutWithTtl:246->AbstractEventJournalBasicTest.testExpiration:571->HazelcastTestSupport.assertTrueEventually:1349->HazelcastTestSupport.assertTrueEventually:1247->AbstractEventJournalBasicTest.lambda$testExpiration$5:572->AbstractEventJournalBasicTest.assertEventJournalSize:665 expected:<4> but was:<2>
[ERROR]   ClientMapIterableTest>AbstractMapIteratorTest.test_HasNext_Returns_True_On_NonEmptyMap:145
[ERROR]   ClientMapIterableTest>AbstractMapIteratorTest.test_HasNext_Returns_True_On_NonEmptyMap:145
[ERROR]   ClientMapIteratorTest>AbstractMapIteratorTest.test_HasNext_Returns_True_On_NonEmptyMap:145
[ERROR]   ClientMapPartitionIterableTest>AbstractMapPartitionIteratorTest.test_HasNext_Returns_True_On_NonEmptyPartition:128
[ERROR]   ClientMapPartitionIterableTest>AbstractMapPartitionIteratorTest.test_HasNext_Returns_True_On_NonEmptyPartition:128
[ERROR]   ClientMapPartitionIteratorTest>AbstractMapPartitionIteratorTest.test_HasNext_Returns_True_On_NonEmptyPartition:128
[ERROR]   ClientMapPartitionIteratorTest>AbstractMapPartitionIteratorTest.test_HasNext_Returns_True_On_NonEmptyPartition:128
[ERROR]   ClientMapStatsTest>LocalMapStatsTest.testHits_can_still_be_seen_when_all_entries_are_removed_due_to_the_expiry:87->HazelcastTestSupport.assertSizeEventually:990->HazelcastTestSupport.assertSizeEventually:994->HazelcastTestSupport.assertTrueEventually:1264->HazelcastTestSupport.assertTrueEventually:1247 the size of the map is not correct expected:<0> but was:<10>
[ERROR]   ClientMapTest.testAsyncPutWithMaxIdle:310->HazelcastTestSupport.assertOpenEventually:1101->HazelcastTestSupport.assertOpenEventually:1113->HazelcastTestSupport.assertOpenEventually:1128 CountDownLatch failed to complete within 120 seconds, count left: 1
[ERROR]   ClientMapTest.testAsyncPutWithTtl:296->HazelcastTestSupport.assertOpenEventually:1101->HazelcastTestSupport.assertOpenEventually:1113->HazelcastTestSupport.assertOpenEventually:1128 CountDownLatch failed to complete within 120 seconds, count left: 1
[ERROR]   ClientMapTest.testAsyncSetWithMaxIdle:347->HazelcastTestSupport.assertOpenEventually:1101->HazelcastTestSupport.assertOpenEventually:1113->HazelcastTestSupport.assertOpenEventually:1128 CountDownLatch failed to complete within 120 seconds, count left: 1
[ERROR]   ClientMapTest.testAsyncSetWithTtl:333->HazelcastTestSupport.assertOpenEventually:1101->HazelcastTestSupport.assertOpenEventually:1113->HazelcastTestSupport.assertOpenEventually:1128 CountDownLatch failed to complete within 120 seconds, count left: 1
[ERROR]   ClientMapTest.testEntryListener:822->HazelcastTestSupport.assertOpenEventually:1101->HazelcastTestSupport.assertOpenEventually:1113->HazelcastTestSupport.assertOpenEventually:1128 CountDownLatch failed to complete within 120 seconds, count left: 1
[ERROR]   ClientMapTest.testIssue537:123->HazelcastTestSupport.assertOpenEventually:1101->HazelcastTestSupport.assertOpenEventually:1113->HazelcastTestSupport.assertOpenEventually:1128 CountDownLatch failed to complete within 120 seconds, count left: 1
[ERROR]   DummyClientMapPartitionIteratorTest>AbstractMapPartitionIteratorTest.test_HasNext_Returns_True_On_NonEmptyPartition:128
[ERROR]   DummyClientMapPartitionIteratorTest>AbstractMapPartitionIteratorTest.test_HasNext_Returns_True_On_NonEmptyPartition:128
[ERROR]   MapExpirationManagerTest.restarts_running_backgroundClearTask_when_lifecycleState_turns_to_MERGED:80->HazelcastTestSupport.assertTrueEventually:1349->HazelcastTestSupport.assertTrueEventually:1247 Expecting 1 expiration but found:0 expected:<1> but was:<0>
[ERROR]   MapExpirationManagerTest>AbstractExpirationManagerTest.starts_running_when_clusterState_turns_active:210->HazelcastTestSupport.assertTrueEventually:1349->HazelcastTestSupport.assertTrueEventually:1247 Expecting 1 expiration but found:0 expected:<1> but was:<0>
[ERROR]   AsyncTest.testPutAsyncWithTtl:86
[ERROR]   AsyncTest.testSetAsyncWithTtl:122
[ERROR]   BackupExpirationTest.all_backups_should_be_empty_eventually:106->HazelcastTestSupport.assertTrueEventually:1349->HazelcastTestSupport.assertTrueEventually:1247->lambda$all_backups_should_be_empty_eventually$0:108 expected:<0> but was:<10>
[ERROR]   BackupExpirationTest.all_backups_should_be_empty_eventually:106->HazelcastTestSupport.assertTrueEventually:1349->HazelcastTestSupport.assertTrueEventually:1247->lambda$all_backups_should_be_empty_eventually$0:108 expected:<0> but was:<10>
[ERROR]   BasicMapTest.testMapExpireAndListener:289->HazelcastTestSupport.assertOpenEventually:1101->HazelcastTestSupport.assertOpenEventually:1113->HazelcastTestSupport.assertOpenEventually:1128 CountDownLatch failed to complete within 120 seconds, count left: 1
[ERROR]   BasicMapTest.testMapExpireAndListener:289->HazelcastTestSupport.assertOpenEventually:1101->HazelcastTestSupport.assertOpenEventually:1113->HazelcastTestSupport.assertOpenEventually:1128 CountDownLatch failed to complete within 120 seconds, count left: 1
[ERROR]   BasicMapTest.testMapExpireAndListener:289->HazelcastTestSupport.assertOpenEventually:1101->HazelcastTestSupport.assertOpenEventually:1113->HazelcastTestSupport.assertOpenEventually:1128 CountDownLatch failed to complete within 120 seconds, count left: 1
[ERROR]   BasicMapTest.testMapExpireAndListener:289->HazelcastTestSupport.assertOpenEventually:1101->HazelcastTestSupport.assertOpenEventually:1113->HazelcastTestSupport.assertOpenEventually:1128 CountDownLatch failed to complete within 120 seconds, count left: 1
[ERROR]   EvictionMaxSizePolicyTest.testFreeHeapPercentagePolicy:263->assertUsedFreeHeapPolicyTriggersEviction:502->HazelcastTestSupport.assertTrueEventually:1349->HazelcastTestSupport.assertTrueEventually:1247 map size is 1000 expected:<0> but was:<1000>
[ERROR]   EvictionMaxSizePolicyTest.testFreeHeapSizePolicy:212->assertUsedFreeHeapPolicyTriggersEviction:502->HazelcastTestSupport.assertTrueEventually:1349->HazelcastTestSupport.assertTrueEventually:1247 map size is 100 expected:<0> but was:<100>
[ERROR]   EvictionMaxSizePolicyTest.testPerNodePolicy:77->testPerNodePolicy:273->assertPerNodePolicyWorks:444->HazelcastTestSupport.assertTrueEventually:1349->HazelcastTestSupport.assertTrueEventually:1247 map size is 1000 and it should be smaller than perNodeMaxSize * nodeCount which is 300
[ERROR]   EvictionMaxSizePolicyTest.testPerPartitionPolicy:175->assertPerPartitionPolicyWorks:458->HazelcastTestSupport.assertTrueEventually:1349->HazelcastTestSupport.assertTrueEventually:1247 map size is 1000 and it should be smaller than perPartitionMaxSize * PARTITION_COUNT which is 271
[ERROR]   EvictionMaxSizePolicyTest.testUsedHeapPercentagePolicy:234->assertUsedHeapPercentagePolicyTriggersEviction:487->HazelcastTestSupport.assertTrueEventually:1349->HazelcastTestSupport.assertTrueEventually:1247 map size is 1, heap cost is 20971520 in bytes but total memory is 1477443584 in bytes
[ERROR]   EvictionMaxSizePolicyTest.testUsedHeapSizePolicy:188->assertUsedHeapSizePolicyWorks:472->HazelcastTestSupport.assertTrueEventually:1349->HazelcastTestSupport.assertTrueEventually:1247 heap cost is 209715200 and it should be smaller than allowed max heap size 10485760 in bytes
[ERROR]   EvictionTest.testEvictionLFU:597->testEvictionLFUInternal:632 Eviction did not work, map size 20000 should be smaller than allowed max size = 10000
[ERROR]   EvictionTest.testEvictionLFU:597->testEvictionLFUInternal:632 Eviction did not work, map size 20000 should be smaller than allowed max size = 10000
[ERROR]   EvictionTest.testEvictionLFU:597->testEvictionLFUInternal:632 Eviction did not work, map size 20000 should be smaller than allowed max size = 10000
[ERROR]   EvictionTest.testEvictionLFU:597->testEvictionLFUInternal:632 Eviction did not work, map size 20000 should be smaller than allowed max size = 10000
[ERROR]   EvictionTest.testEvictionLFU_statisticsDisabled:602->testEvictionLFUInternal:632 Eviction did not work, map size 20000 should be smaller than allowed max size = 10000
[ERROR]   EvictionTest.testEvictionLFU_statisticsDisabled:602->testEvictionLFUInternal:632 Eviction did not work, map size 20000 should be smaller than allowed max size = 10000
[ERROR]   EvictionTest.testEvictionLFU_statisticsDisabled:602->testEvictionLFUInternal:632 Eviction did not work, map size 20000 should be smaller than allowed max size = 10000
[ERROR]   EvictionTest.testEvictionLFU_statisticsDisabled:602->testEvictionLFUInternal:632 Eviction did not work, map size 20000 should be smaller than allowed max size = 10000
[ERROR]   EvictionTest.testEvictionPerPartition:552 mapSize : 20 should be <= max-size : 10 
[ERROR]   EvictionTest.testEvictionPerPartition:552 mapSize : 20 should be <= max-size : 10 
[ERROR]   EvictionTest.testEvictionPerPartition:552 mapSize : 20 should be <= max-size : 10 
[ERROR]   EvictionTest.testEvictionPerPartition:552 mapSize : 20 should be <= max-size : 10 
[ERROR]   EvictionTest.testEvictionSpeedTestPerPartition:522->HazelcastTestSupport.assertOpenEventually:1101->HazelcastTestSupport.assertOpenEventually:1113->HazelcastTestSupport.assertOpenEventually:1128 CountDownLatch failed to complete within 120 seconds, count left: 2
[ERROR]   EvictionTest.testEvictionSpeedTestPerPartition:522->HazelcastTestSupport.assertOpenEventually:1101->HazelcastTestSupport.assertOpenEventually:1113->HazelcastTestSupport.assertOpenEventually:1128 CountDownLatch failed to complete within 120 seconds, count left: 2
[ERROR]   EvictionTest.testEvictionSpeedTestPerPartition:522->HazelcastTestSupport.assertOpenEventually:1101->HazelcastTestSupport.assertOpenEventually:1113->HazelcastTestSupport.assertOpenEventually:1128 CountDownLatch failed to complete within 120 seconds, count left: 2
[ERROR]   EvictionTest.testEvictionSpeedTestPerPartition:522->HazelcastTestSupport.assertOpenEventually:1101->HazelcastTestSupport.assertOpenEventually:1113->HazelcastTestSupport.assertOpenEventually:1128 CountDownLatch failed to complete within 120 seconds, count left: 2
[ERROR]   EvictionTest.testEviction_increasingEntrySize:962->HazelcastTestSupport.assertBetween:1393 Expected 'Maximum cost' to be between 47662545 and 57671680, but was 1023124000
[ERROR]   EvictionTest.testEviction_increasingEntrySize:962->HazelcastTestSupport.assertBetween:1393 Expected 'Maximum cost' to be between 47662545 and 57671680, but was 1023124000
[ERROR]   EvictionTest.testEviction_increasingEntrySize:962->HazelcastTestSupport.assertBetween:1393 Expected 'Maximum cost' to be between 47662545 and 57671680, but was 1023124000
[ERROR]   EvictionTest.testEviction_increasingEntrySize:962->HazelcastTestSupport.assertBetween:1393 Expected 'Maximum cost' to be between 47662545 and 57671680, but was 1023124000
[ERROR]   EvictionTest.testExpiration_onReplicatedPartition:1141->HazelcastTestSupport.assertOpenEventually:1113->HazelcastTestSupport.assertOpenEventually:1128 CountDownLatch failed to complete within 20 seconds, count left: 1
[ERROR]   EvictionTest.testExpiration_onReplicatedPartition:1141->HazelcastTestSupport.assertOpenEventually:1113->HazelcastTestSupport.assertOpenEventually:1128 CountDownLatch failed to complete within 20 seconds, count left: 1
[ERROR]   EvictionTest.testExpiration_onReplicatedPartition:1141->HazelcastTestSupport.assertOpenEventually:1113->HazelcastTestSupport.assertOpenEventually:1128 CountDownLatch failed to complete within 20 seconds, count left: 1
[ERROR]   EvictionTest.testExpiration_onReplicatedPartition:1141->HazelcastTestSupport.assertOpenEventually:1113->HazelcastTestSupport.assertOpenEventually:1128 CountDownLatch failed to complete within 20 seconds, count left: 1
[ERROR]   EvictionTest.testIssue1085EvictionBackup:874->HazelcastTestSupport.assertOpenEventually:1101->HazelcastTestSupport.assertOpenEventually:1113->HazelcastTestSupport.assertOpenEventually:1128 CountDownLatch failed to complete within 120 seconds, count left: 10
[ERROR]   EvictionTest.testIssue1085EvictionBackup:874->HazelcastTestSupport.assertOpenEventually:1101->HazelcastTestSupport.assertOpenEventually:1113->HazelcastTestSupport.assertOpenEventually:1128 CountDownLatch failed to complete within 120 seconds, count left: 10
[ERROR]   EvictionTest.testIssue1085EvictionBackup:874->HazelcastTestSupport.assertOpenEventually:1101->HazelcastTestSupport.assertOpenEventually:1113->HazelcastTestSupport.assertOpenEventually:1128 CountDownLatch failed to complete within 120 seconds, count left: 10
[ERROR]   EvictionTest.testIssue1085EvictionBackup:874->HazelcastTestSupport.assertOpenEventually:1101->HazelcastTestSupport.assertOpenEventually:1113->HazelcastTestSupport.assertOpenEventually:1128 CountDownLatch failed to complete within 120 seconds, count left: 10
[ERROR]   EvictionTest.testLastAddedKey_canBeEvicted_whenFreeHeapNeeded:1296->HazelcastTestSupport.assertTrueEventually:1349->HazelcastTestSupport.assertTrueEventually:1247->lambda$testLastAddedKey_canBeEvicted_whenFreeHeapNeeded$23:1297 Eviction impl. should evict latest added key when heap based max-size-policy is used expected:<1> but was:
[ERROR]   EvictionTest.testLastAddedKey_canBeEvicted_whenFreeHeapNeeded:1296->HazelcastTestSupport.assertTrueEventually:1349->HazelcastTestSupport.assertTrueEventually:1247->lambda$testLastAddedKey_canBeEvicted_whenFreeHeapNeeded$23:1297 Eviction impl. should evict latest added key when heap based max-size-policy is used expected:<1> but was:
[ERROR]   EvictionTest.testLastAddedKey_canBeEvicted_whenFreeHeapNeeded:1296->HazelcastTestSupport.assertTrueEventually:1349->HazelcastTestSupport.assertTrueEventually:1247->lambda$testLastAddedKey_canBeEvicted_whenFreeHeapNeeded$23:1297 Eviction impl. should evict latest added key when heap based max-size-policy is used expected:<1> but was:
[ERROR]   EvictionTest.testLastAddedKey_canBeEvicted_whenFreeHeapNeeded:1296->HazelcastTestSupport.assertTrueEventually:1349->HazelcastTestSupport.assertTrueEventually:1247->lambda$testLastAddedKey_canBeEvicted_whenFreeHeapNeeded$23:1297 Eviction impl. should evict latest added key when heap based max-size-policy is used expected:<1> but was:
[ERROR]   EvictionTest.testLastAddedKey_notEvicted:1255->HazelcastTestSupport.assertTrueEventually:1349->HazelcastTestSupport.assertTrueEventually:1247->lambda$testLastAddedKey_notEvicted$21:1256 Eviction impl. cannot evict latest added key 2 expected:<1> but was:
[ERROR]   EvictionTest.testLastAddedKey_notEvicted:1255->HazelcastTestSupport.assertTrueEventually:1349->HazelcastTestSupport.assertTrueEventually:1247->lambda$testLastAddedKey_notEvicted$21:1256 Eviction impl. cannot evict latest added key 2 expected:<1> but was:
[ERROR]   EvictionTest.testLastAddedKey_notEvicted:1255->HazelcastTestSupport.assertTrueEventually:1349->HazelcastTestSupport.assertTrueEventually:1247->lambda$testLastAddedKey_notEvicted$21:1256 Eviction impl. cannot evict latest added key 2 expected:<1> but was:
[ERROR]   EvictionTest.testLastAddedKey_notEvicted:1255->HazelcastTestSupport.assertTrueEventually:1349->HazelcastTestSupport.assertTrueEventually:1247->lambda$testLastAddedKey_notEvicted$21:1256 Eviction impl. cannot evict latest added key 2 expected:<1> but was:
[ERROR]   EvictionTest.testMapRecordEviction:698->HazelcastTestSupport.assertSizeEventually:990->HazelcastTestSupport.assertSizeEventually:994->HazelcastTestSupport.assertTrueEventually:1264->HazelcastTestSupport.assertTrueEventually:1247 the size of the map is not correct expected:<0> but was:<100>
[ERROR]   EvictionTest.testMapRecordEviction:698->HazelcastTestSupport.assertSizeEventually:990->HazelcastTestSupport.assertSizeEventually:994->HazelcastTestSupport.assertTrueEventually:1264->HazelcastTestSupport.assertTrueEventually:1247 the size of the map is not correct expected:<0> but was:<100>
[ERROR]   EvictionTest.testMapRecordEviction:698->HazelcastTestSupport.assertSizeEventually:990->HazelcastTestSupport.assertSizeEventually:994->HazelcastTestSupport.assertTrueEventually:1264->HazelcastTestSupport.assertTrueEventually:1247 the size of the map is not correct expected:<0> but was:<100>
[ERROR]   EvictionTest.testMapRecordEviction:698->HazelcastTestSupport.assertSizeEventually:990->HazelcastTestSupport.assertSizeEventually:994->HazelcastTestSupport.assertTrueEventually:1264->HazelcastTestSupport.assertTrueEventually:1247 the size of the map is not correct expected:<0> but was:<100>
[ERROR]   EvictionTest.testMapRecordIdleEviction:720->HazelcastTestSupport.assertSizeEventually:990->HazelcastTestSupport.assertSizeEventually:994->HazelcastTestSupport.assertTrueEventually:1264->HazelcastTestSupport.assertTrueEventually:1247 the size of the map is not correct expected:<0> but was:<100>
[ERROR]   EvictionTest.testMapRecordIdleEviction:720->HazelcastTestSupport.assertSizeEventually:990->HazelcastTestSupport.assertSizeEventually:994->HazelcastTestSupport.assertTrueEventually:1264->HazelcastTestSupport.assertTrueEventually:1247 the size of the map is not correct expected:<0> but was:<100>
[ERROR]   EvictionTest.testMapRecordIdleEviction:720->HazelcastTestSupport.assertSizeEventually:990->HazelcastTestSupport.assertSizeEventually:994->HazelcastTestSupport.assertTrueEventually:1264->HazelcastTestSupport.assertTrueEventually:1247 the size of the map is not correct expected:<0> but was:<100>
[ERROR]   EvictionTest.testMapRecordIdleEviction:720->HazelcastTestSupport.assertSizeEventually:990->HazelcastTestSupport.assertSizeEventually:994->HazelcastTestSupport.assertTrueEventually:1264->HazelcastTestSupport.assertTrueEventually:1247 the size of the map is not correct expected:<0> but was:<100>
[ERROR]   EvictionTest.testMaxIdle_backupEntryShouldNotBeReachableAfterMaxIdle:151->HazelcastTestSupport.assertTrueEventually:1349->HazelcastTestSupport.assertTrueEventually:1247->lambda$testMaxIdle_backupEntryShouldNotBeReachableAfterMaxIdle$2:154 expected:<0> but was:<1>
[ERROR]   EvictionTest.testMaxIdle_backupEntryShouldNotBeReachableAfterMaxIdle:151->HazelcastTestSupport.assertTrueEventually:1349->HazelcastTestSupport.assertTrueEventually:1247->lambda$testMaxIdle_backupEntryShouldNotBeReachableAfterMaxIdle$2:154 expected:<0> but was:<1>
[ERROR]   EvictionTest.testMaxIdle_backupEntryShouldNotBeReachableAfterMaxIdle:151->HazelcastTestSupport.assertTrueEventually:1349->HazelcastTestSupport.assertTrueEventually:1247->lambda$testMaxIdle_backupEntryShouldNotBeReachableAfterMaxIdle$2:154 expected:<0> but was:<1>
[ERROR]   EvictionTest.testMaxIdle_backupEntryShouldNotBeReachableAfterMaxIdle:151->HazelcastTestSupport.assertTrueEventually:1349->HazelcastTestSupport.assertTrueEventually:1247->lambda$testMaxIdle_backupEntryShouldNotBeReachableAfterMaxIdle$2:154 expected:<0> but was:<1>
[ERROR]   EvictionTest.testRandomEvictionPolicyWorks:1227 map-size should be smaller than max-size but found [map-size = 500 and max-size = 300]
[ERROR]   EvictionTest.testRandomEvictionPolicyWorks:1227 map-size should be smaller than max-size but found [map-size = 500 and max-size = 300]
[ERROR]   EvictionTest.testRandomEvictionPolicyWorks:1227 map-size should be smaller than max-size but found [map-size = 500 and max-size = 300]
[ERROR]   EvictionTest.testRandomEvictionPolicyWorks:1227 map-size should be smaller than max-size but found [map-size = 500 and max-size = 300]
[ERROR]   ListenerTest.testEntryListenerEvent_getValueWhenEntryEvicted:458->HazelcastTestSupport.assertOpenEventually:1101->HazelcastTestSupport.assertOpenEventually:1113->HazelcastTestSupport.assertOpenEventually:1128 CountDownLatch failed to complete within 120 seconds, count left: 1
[ERROR]   LocalMapStatsMultipleNodeTest.testLocalMapStats_preservedAfterEviction:151->HazelcastTestSupport.assertOpenEventually:1101->HazelcastTestSupport.assertOpenEventually:1113->HazelcastTestSupport.assertOpenEventually:1128 CountDownLatch failed to complete within 120 seconds, count left: 700
[ERROR]   LocalMapStatsTest.testHits_can_still_be_seen_when_all_entries_are_removed_due_to_the_expiry:87->HazelcastTestSupport.assertSizeEventually:990->HazelcastTestSupport.assertSizeEventually:994->HazelcastTestSupport.assertTrueEventually:1264->HazelcastTestSupport.assertTrueEventually:1247 the size of the map is not correct expected:<0> but was:<10>
[ERROR]   CustomEvictionPolicyComparatorTest.custom_eviction_policy_removes_correct_entries:77->HazelcastTestSupport.assertOpenEventually:1109->HazelcastTestSupport.assertOpenEventually:1131 No eviction occurred, failed to complete within 120 seconds, count left: 1
[ERROR]   MapEventJournalBasicTest>AbstractEventJournalBasicTest.receiveExpirationEventsWhenPutOnExpiringStructure:258->AbstractEventJournalBasicTest.testExpiration:571->HazelcastTestSupport.assertTrueEventually:1349->HazelcastTestSupport.assertTrueEventually:1247->AbstractEventJournalBasicTest.lambda$testExpiration$5:572->AbstractEventJournalBasicTest.assertEventJournalSize:665 expected:<4> but was:<2>
[ERROR]   MapEventJournalBasicTest>AbstractEventJournalBasicTest.receiveExpirationEventsWhenPutWithTtl:246->AbstractEventJournalBasicTest.testExpiration:571->HazelcastTestSupport.assertTrueEventually:1349->HazelcastTestSupport.assertTrueEventually:1247->AbstractEventJournalBasicTest.lambda$testExpiration$5:572->AbstractEventJournalBasicTest.assertEventJournalSize:665 expected:<4> but was:<2>
[ERROR]   MapLoaderTest.testMapLoaderHittingEvictionOnInitialLoad:641 expected:<10> but was:<20>
[ERROR]   NearCacheTest.testNearCacheEntriesNotExpired_afterIMapExpiration:735->NearCacheTestSupport.waitUntilEvictionEventsReceived:227->HazelcastTestSupport.assertOpenEventually:1101->HazelcastTestSupport.assertOpenEventually:1113->HazelcastTestSupport.assertOpenEventually:1128 CountDownLatch failed to complete within 120 seconds, count left: 3
[ERROR]   NearCacheTest.testNearCacheEntriesNotExpired_afterIMapExpiration:735->NearCacheTestSupport.waitUntilEvictionEventsReceived:227->HazelcastTestSupport.assertOpenEventually:1101->HazelcastTestSupport.assertOpenEventually:1113->HazelcastTestSupport.assertOpenEventually:1128 CountDownLatch failed to complete within 120 seconds, count left: 3
[ERROR] Errors: 
[ERROR]   ClientMapIterableTest>AbstractMapIteratorTest.test_Next_Returns_Value_On_NonEmptyMap:157 ? NoSuchElement
[ERROR]   ClientMapIterableTest>AbstractMapIteratorTest.test_Next_Returns_Value_On_NonEmptyMap:157 ? NoSuchElement
[ERROR]   ClientMapIterableTest>AbstractMapIteratorTest.test_Next_Returns_Value_On_NonEmptyMap_and_HasNext_Returns_False_when_Item_Consumed:170 ? NoSuchElement
[ERROR]   ClientMapIterableTest>AbstractMapIteratorTest.test_Next_Returns_Value_On_NonEmptyMap_and_HasNext_Returns_False_when_Item_Consumed:170 ? NoSuchElement
[ERROR]   ClientMapIterableTest>AbstractMapIteratorTest.test_Next_Returns_Values_When_FetchSizeExceeds_On_NonEmptyMap:184 ? NoSuchElement
[ERROR]   ClientMapIterableTest>AbstractMapIteratorTest.test_Next_Returns_Values_When_FetchSizeExceeds_On_NonEmptyMap:184 ? NoSuchElement
[ERROR]   ClientMapIterableTest>AbstractMapIteratorTest.test_Remove:103 ? NoSuchElement
[ERROR]   ClientMapIterableTest>AbstractMapIteratorTest.test_Remove:103 ? NoSuchElement
[ERROR]   ClientMapIterableTest>AbstractMapIteratorTest.test_remove_withMultiplePartitions:121 ? NoSuchElement
[ERROR]   ClientMapIterableTest>AbstractMapIteratorTest.test_remove_withMultiplePartitions:121 ? NoSuchElement
[ERROR]   ClientMapIteratorTest>AbstractMapIteratorTest.test_Next_Returns_Value_On_NonEmptyMap:157 ? NoSuchElement
[ERROR]   ClientMapIteratorTest>AbstractMapIteratorTest.test_Next_Returns_Value_On_NonEmptyMap_and_HasNext_Returns_False_when_Item_Consumed:170 ? NoSuchElement
[ERROR]   ClientMapIteratorTest>AbstractMapIteratorTest.test_Next_Returns_Values_When_FetchSizeExceeds_On_NonEmptyMap:184 ? NoSuchElement
[ERROR]   ClientMapIteratorTest>AbstractMapIteratorTest.test_Remove:103 ? NoSuchElement
[ERROR]   ClientMapIteratorTest>AbstractMapIteratorTest.test_remove_withMultiplePartitions:121 ? NoSuchElement
[ERROR]   ClientMapPartitionIterableTest>AbstractMapPartitionIteratorTest.test_Next_Returns_Value_On_NonEmptyPartition:140 ? NoSuchElement
[ERROR]   ClientMapPartitionIterableTest>AbstractMapPartitionIteratorTest.test_Next_Returns_Value_On_NonEmptyPartition:140 ? NoSuchElement
[ERROR]   ClientMapPartitionIterableTest>AbstractMapPartitionIteratorTest.test_Next_Returns_Value_On_NonEmptyPartition_and_HasNext_Returns_False_when_Item_Consumed:153 ? NoSuchElement
[ERROR]   ClientMapPartitionIterableTest>AbstractMapPartitionIteratorTest.test_Next_Returns_Value_On_NonEmptyPartition_and_HasNext_Returns_False_when_Item_Consumed:153 ? NoSuchElement
[ERROR]   ClientMapPartitionIterableTest>AbstractMapPartitionIteratorTest.test_Next_Returns_Values_When_FetchSizeExceeds_On_NonEmptyPartition:167 ? NoSuchElement
[ERROR]   ClientMapPartitionIterableTest>AbstractMapPartitionIteratorTest.test_Next_Returns_Values_When_FetchSizeExceeds_On_NonEmptyPartition:167 ? NoSuchElement
[ERROR]   ClientMapPartitionIterableTest>AbstractMapPartitionIteratorTest.test_Remove:107 ? NoSuchElement
[ERROR]   ClientMapPartitionIterableTest>AbstractMapPartitionIteratorTest.test_Remove:107 ? NoSuchElement
[ERROR]   ClientMapPartitionIteratorTest>AbstractMapPartitionIteratorTest.test_Next_Returns_Value_On_NonEmptyPartition:140 ? NoSuchElement
[ERROR]   ClientMapPartitionIteratorTest>AbstractMapPartitionIteratorTest.test_Next_Returns_Value_On_NonEmptyPartition:140 ? NoSuchElement
[ERROR]   ClientMapPartitionIteratorTest>AbstractMapPartitionIteratorTest.test_Next_Returns_Value_On_NonEmptyPartition_and_HasNext_Returns_False_when_Item_Consumed:153 ? NoSuchElement
[ERROR]   ClientMapPartitionIteratorTest>AbstractMapPartitionIteratorTest.test_Next_Returns_Value_On_NonEmptyPartition_and_HasNext_Returns_False_when_Item_Consumed:153 ? NoSuchElement
[ERROR]   ClientMapPartitionIteratorTest>AbstractMapPartitionIteratorTest.test_Next_Returns_Values_When_FetchSizeExceeds_On_NonEmptyPartition:167 ? NoSuchElement
[ERROR]   ClientMapPartitionIteratorTest>AbstractMapPartitionIteratorTest.test_Next_Returns_Values_When_FetchSizeExceeds_On_NonEmptyPartition:167 ? NoSuchElement
[ERROR]   ClientMapPartitionIteratorTest>AbstractMapPartitionIteratorTest.test_Remove:107 ? NoSuchElement
[ERROR]   ClientMapPartitionIteratorTest>AbstractMapPartitionIteratorTest.test_Remove:107 ? NoSuchElement
[ERROR]   ClientMapQueryIterableTest>AbstractMapQueryIterableTest.test_HasNext_Returns_False_On_EmptyMap:83 ? NullPointer
[ERROR]   ClientMapQueryIterableTest>AbstractMapQueryIterableTest.test_HasNext_Returns_True_On_NonEmptyMap:120 ? NullPointer
[ERROR]   ClientMapQueryIterableTest>AbstractMapQueryIterableTest.test_Next_Returns_Value_On_NonEmptyMap:95 ? NullPointer
[ERROR]   ClientMapQueryIterableTest>AbstractMapQueryIterableTest.test_Next_Returns_Value_On_NonEmptyMap_and_HasNext_Returns_False_when_Item_Consumed:107 ? NullPointer
[ERROR]   ClientMapQueryIterableTest>AbstractMapQueryIterableTest.test_Next_Returns_Values_When_FetchSizeExceeds_On_NonEmptyMap:202 ? NullPointer
[ERROR]   ClientMapQueryIterableTest>AbstractMapQueryIterableTest.test_NoExceptions_When_IndexesAreAccessed_During_PredicateOptimization:220->AbstractMapQueryIterableTest.collectAll:240 ? NullPointer
[ERROR]   ClientMapQueryIterableTest>AbstractMapQueryIterableTest.test_iterable_withMultiplePartitions_shouldHaveEqualSizeWithValues:152->AbstractMapQueryIterableTest.collectAll:240 ? NullPointer
[ERROR]   ClientMapQueryIterableTest.test_next_throws_exception_on_empty_map ?  Unexpect...
[ERROR]   ClientMapQueryIterableTest>AbstractMapQueryIterableTest.test_with_projection_and_predicate:169->AbstractMapQueryIterableTest.collectAll:240 ? NullPointer
[ERROR]   ClientMapQueryIterableTest>AbstractMapQueryIterableTest.test_with_projection_and_true_predicate:130->AbstractMapQueryIterableTest.collectAll:240 ? NullPointer
[ERROR]   ClientMapQueryPartitionIterableTest>AbstractMapQueryPartitionIterableTest.test_HasNext_Returns_False_On_EmptyPartition:85 ? NullPointer
[ERROR]   ClientMapQueryPartitionIterableTest>AbstractMapQueryPartitionIterableTest.test_HasNext_Returns_True_On_NonEmptyPartition:122 ? NullPointer
[ERROR]   ClientMapQueryPartitionIterableTest>AbstractMapQueryPartitionIterableTest.test_Next_Returns_Value_On_NonEmptyPartition:96 ? NullPointer
[ERROR]   ClientMapQueryPartitionIterableTest>AbstractMapQueryPartitionIterableTest.test_Next_Returns_Value_On_NonEmptyPartition_and_HasNext_Returns_False_when_Item_Consumed:109 ? NullPointer
[ERROR]   ClientMapQueryPartitionIterableTest>AbstractMapQueryPartitionIterableTest.test_Next_Returns_Values_When_FetchSizeExceeds_On_NonEmptyPartition:179 ? NullPointer
[ERROR]   ClientMapQueryPartitionIterableTest>AbstractMapQueryPartitionIterableTest.test_NoExceptions_When_IndexesAreAccessed_During_PredicateOptimization:197->AbstractMapQueryPartitionIterableTest.collectAll:217 ? NullPointer
[ERROR]   ClientMapQueryPartitionIterableTest.test_next_Throws_Exception_On_EmptyPartition ? 
[ERROR]   ClientMapQueryPartitionIterableTest>AbstractMapQueryPartitionIterableTest.test_with_projection_and_predicate:147->AbstractMapQueryPartitionIterableTest.collectAll:217 ? NullPointer
[ERROR]   ClientMapQueryPartitionIterableTest>AbstractMapQueryPartitionIterableTest.test_with_projection_and_true_predicate:132->AbstractMapQueryPartitionIterableTest.collectAll:217 ? NullPointer
[ERROR]   ClientMapQueryPartitionIteratorTest>AbstractMapQueryPartitionIteratorTest.test_HasNext_Returns_False_On_EmptyPartition:93 ? NullPointer
[ERROR]   ClientMapQueryPartitionIteratorTest>AbstractMapQueryPartitionIteratorTest.test_HasNext_Returns_True_On_NonEmptyPartition:131 ? NullPointer
[ERROR]   ClientMapQueryPartitionIteratorTest>AbstractMapQueryPartitionIteratorTest.test_Next_Returns_Value_On_NonEmptyPartition:104 ? NullPointer
[ERROR]   ClientMapQueryPartitionIteratorTest>AbstractMapQueryPartitionIteratorTest.test_Next_Returns_Value_On_NonEmptyPartition_and_HasNext_Returns_False_when_Item_Consumed:117 ? NullPointer
[ERROR]   ClientMapQueryPartitionIteratorTest>AbstractMapQueryPartitionIteratorTest.test_Next_Returns_Values_When_FetchSizeExceeds_On_NonEmptyPartition:192 ? NullPointer
[ERROR]   ClientMapQueryPartitionIteratorTest>AbstractMapQueryPartitionIteratorTest.test_NoExceptions_When_IndexesAreAccessed_During_PredicateOptimization:210->AbstractMapQueryPartitionIteratorTest.collectAll:230 ? NullPointer
[ERROR]   ClientMapQueryPartitionIteratorTest.test_next_Throws_Exception_On_EmptyPartition ? 
[ERROR]   ClientMapQueryPartitionIteratorTest>AbstractMapQueryPartitionIteratorTest.test_with_projection_and_predicate:158->AbstractMapQueryPartitionIteratorTest.collectAll:230 ? NullPointer
[ERROR]   ClientMapQueryPartitionIteratorTest>AbstractMapQueryPartitionIteratorTest.test_with_projection_and_true_predicate:141->AbstractMapQueryPartitionIteratorTest.collectAll:230 ? NullPointer
[ERROR]   DummyClientMapPartitionIteratorTest>AbstractMapPartitionIteratorTest.test_Next_Returns_Value_On_NonEmptyPartition:140 ? NoSuchElement
[ERROR]   DummyClientMapPartitionIteratorTest>AbstractMapPartitionIteratorTest.test_Next_Returns_Value_On_NonEmptyPartition:140 ? NoSuchElement
[ERROR]   DummyClientMapPartitionIteratorTest>AbstractMapPartitionIteratorTest.test_Next_Returns_Value_On_NonEmptyPartition_and_HasNext_Returns_False_when_Item_Consumed:153 ? NoSuchElement
[ERROR]   DummyClientMapPartitionIteratorTest>AbstractMapPartitionIteratorTest.test_Next_Returns_Value_On_NonEmptyPartition_and_HasNext_Returns_False_when_Item_Consumed:153 ? NoSuchElement
[ERROR]   DummyClientMapPartitionIteratorTest>AbstractMapPartitionIteratorTest.test_Next_Returns_Values_When_FetchSizeExceeds_On_NonEmptyPartition:167 ? NoSuchElement
[ERROR]   DummyClientMapPartitionIteratorTest>AbstractMapPartitionIteratorTest.test_Next_Returns_Values_When_FetchSizeExceeds_On_NonEmptyPartition:167 ? NoSuchElement
[ERROR]   DummyClientMapPartitionIteratorTest>AbstractMapPartitionIteratorTest.test_Remove:107 ? NoSuchElement
[ERROR]   DummyClientMapPartitionIteratorTest>AbstractMapPartitionIteratorTest.test_Remove:107 ? NoSuchElement
[ERROR]   DummyClientMapQueryPartitionIteratorTest>AbstractMapQueryPartitionIteratorTest.test_HasNext_Returns_False_On_EmptyPartition:93 ? NullPointer
[ERROR]   DummyClientMapQueryPartitionIteratorTest>AbstractMapQueryPartitionIteratorTest.test_HasNext_Returns_True_On_NonEmptyPartition:131 ? NullPointer
[ERROR]   DummyClientMapQueryPartitionIteratorTest>AbstractMapQueryPartitionIteratorTest.test_Next_Returns_Value_On_NonEmptyPartition:104 ? NullPointer
[ERROR]   DummyClientMapQueryPartitionIteratorTest>AbstractMapQueryPartitionIteratorTest.test_Next_Returns_Value_On_NonEmptyPartition_and_HasNext_Returns_False_when_Item_Consumed:117 ? NullPointer
[ERROR]   DummyClientMapQueryPartitionIteratorTest>AbstractMapQueryPartitionIteratorTest.test_Next_Returns_Values_When_FetchSizeExceeds_On_NonEmptyPartition:192 ? NullPointer
[ERROR]   DummyClientMapQueryPartitionIteratorTest>AbstractMapQueryPartitionIteratorTest.test_NoExceptions_When_IndexesAreAccessed_During_PredicateOptimization:210->AbstractMapQueryPartitionIteratorTest.collectAll:230 ? NullPointer
[ERROR]   DummyClientMapQueryPartitionIteratorTest.test_next_Throws_Exception_On_EmptyPartition ? 
[ERROR]   DummyClientMapQueryPartitionIteratorTest>AbstractMapQueryPartitionIteratorTest.test_with_projection_and_predicate:158->AbstractMapQueryPartitionIteratorTest.collectAll:230 ? NullPointer
[ERROR]   DummyClientMapQueryPartitionIteratorTest>AbstractMapQueryPartitionIteratorTest.test_with_projection_and_true_predicate:141->AbstractMapQueryPartitionIteratorTest.collectAll:230 ? NullPointer
[ERROR]   EvictionMaxSizePolicyTest.testOwnerAndBackupEntryCountsAreEqualAfterEviction_whenPerNodeMaxSizePolicyIsUsed:155 ? TestTimedOut
[ERROR]   EvictionMaxSizePolicyTest.testPerNodePolicy_afterGracefulShutdown:103 ? TestTimedOut
[ERROR]   EvictionMaxSizePolicyTest.testPerNodePolicy_withManyNodes:83->testPerNodePolicy:271->populateMaps:390 ? TestTimedOut
[ERROR]   MapIterableTest>AbstractMapIteratorTest.test_DoesNotReturn_DuplicateEntry_When_Migration_Happens:214->AbstractMapIterableTest.getIterator:37 ? NullPointer
[ERROR]   MapIterableTest>AbstractMapIteratorTest.test_DoesNotReturn_DuplicateEntry_When_Migration_Happens:214->AbstractMapIterableTest.getIterator:37 ? NullPointer
[ERROR]   MapIterableTest>AbstractMapIteratorTest.test_DoesNotReturn_DuplicateEntry_When_Rehashing_Happens:196->AbstractMapIterableTest.getIterator:37 ? NullPointer
[ERROR]   MapIterableTest>AbstractMapIteratorTest.test_DoesNotReturn_DuplicateEntry_When_Rehashing_Happens:196->AbstractMapIterableTest.getIterator:37 ? NullPointer
[ERROR]   MapIterableTest>AbstractMapIteratorTest.test_HasNext_Returns_False_On_EmptyMap:132->AbstractMapIterableTest.getIterator:37 ? NullPointer
[ERROR]   MapIterableTest>AbstractMapIteratorTest.test_HasNext_Returns_False_On_EmptyMap:132->AbstractMapIterableTest.getIterator:37 ? NullPointer
[ERROR]   MapIterableTest>AbstractMapIteratorTest.test_HasNext_Returns_True_On_NonEmptyMap:144->AbstractMapIterableTest.getIterator:37 ? NullPointer
[ERROR]   MapIterableTest>AbstractMapIteratorTest.test_HasNext_Returns_True_On_NonEmptyMap:144->AbstractMapIterableTest.getIterator:37 ? NullPointer
[ERROR]   MapIterableTest>AbstractMapIteratorTest.test_Next_Returns_Value_On_NonEmptyMap:156->AbstractMapIterableTest.getIterator:37 ? NullPointer
[ERROR]   MapIterableTest>AbstractMapIteratorTest.test_Next_Returns_Value_On_NonEmptyMap:156->AbstractMapIterableTest.getIterator:37 ? NullPointer
[ERROR]   MapIterableTest>AbstractMapIteratorTest.test_Next_Returns_Value_On_NonEmptyMap_and_HasNext_Returns_False_when_Item_Consumed:169->AbstractMapIterableTest.getIterator:37 ? NullPointer
[ERROR]   MapIterableTest>AbstractMapIteratorTest.test_Next_Returns_Value_On_NonEmptyMap_and_HasNext_Returns_False_when_Item_Consumed:169->AbstractMapIterableTest.getIterator:37 ? NullPointer
[ERROR]   MapIterableTest>AbstractMapIteratorTest.test_Next_Returns_Values_When_FetchSizeExceeds_On_NonEmptyMap:182->AbstractMapIterableTest.getIterator:37 ? NullPointer
[ERROR]   MapIterableTest>AbstractMapIteratorTest.test_Next_Returns_Values_When_FetchSizeExceeds_On_NonEmptyMap:182->AbstractMapIterableTest.getIterator:37 ? NullPointer
[ERROR]   MapIterableTest>AbstractMapIteratorTest.test_Remove:102->AbstractMapIterableTest.getIterator:37 ? NullPointer
[ERROR]   MapIterableTest>AbstractMapIteratorTest.test_Remove:102->AbstractMapIterableTest.getIterator:37 ? NullPointer
[ERROR]   MapIterableTest.test_next_Throws_Exception_On_EmptyMap[prefetchValues:false] ? 
[ERROR]   MapIterableTest.test_next_Throws_Exception_On_EmptyMap[prefetchValues:true] ? 
[ERROR]   MapIterableTest.test_remove_Throws_Exception_When_Called_Without_Next[prefetchValues:false] ? 
[ERROR]   MapIterableTest.test_remove_Throws_Exception_When_Called_Without_Next[prefetchValues:true] ? 
[ERROR]   MapIterableTest>AbstractMapIteratorTest.test_remove_withMultiplePartitions:120->AbstractMapIterableTest.getIterator:37 ? NullPointer
[ERROR]   MapIterableTest>AbstractMapIteratorTest.test_remove_withMultiplePartitions:120->AbstractMapIterableTest.getIterator:37 ? NullPointer
[ERROR]   MapIteratorTest>AbstractMapIteratorTest.test_DoesNotReturn_DuplicateEntry_When_Migration_Happens:214->getIterator:40 ? NullPointer
[ERROR]   MapIteratorTest>AbstractMapIteratorTest.test_DoesNotReturn_DuplicateEntry_When_Rehashing_Happens:196->getIterator:40 ? NullPointer
[ERROR]   MapIteratorTest>AbstractMapIteratorTest.test_HasNext_Returns_False_On_EmptyMap:132->getIterator:40 ? NullPointer
[ERROR]   MapIteratorTest>AbstractMapIteratorTest.test_HasNext_Returns_True_On_NonEmptyMap:144->getIterator:40 ? NullPointer
[ERROR]   MapIteratorTest>AbstractMapIteratorTest.test_Next_Returns_Value_On_NonEmptyMap:156->getIterator:40 ? NullPointer
[ERROR]   MapIteratorTest>AbstractMapIteratorTest.test_Next_Returns_Value_On_NonEmptyMap_and_HasNext_Returns_False_when_Item_Consumed:169->getIterator:40 ? NullPointer
[ERROR]   MapIteratorTest>AbstractMapIteratorTest.test_Next_Returns_Values_When_FetchSizeExceeds_On_NonEmptyMap:182->getIterator:40 ? NullPointer
[ERROR]   MapIteratorTest>AbstractMapIteratorTest.test_Remove:102->getIterator:40 ? NullPointer
[ERROR]   MapIteratorTest.test_next_Throws_Exception_On_EmptyMap ?  Unexpected exception...
[ERROR]   MapIteratorTest.test_remove_Throws_Exception_When_Called_Without_Next ?  Unexp...
[ERROR]   MapIteratorTest>AbstractMapIteratorTest.test_remove_withMultiplePartitions:120->getIterator:40 ? NullPointer
[ERROR]   MapPartitionIterableTest>AbstractMapPartitionIteratorTest.test_DoesNotReturn_DuplicateEntry_When_Migration_Happens:197->AbstractMapPartitionIterableTest.getIterator:41 ? NullPointer
[ERROR]   MapPartitionIterableTest>AbstractMapPartitionIteratorTest.test_DoesNotReturn_DuplicateEntry_When_Migration_Happens:197->AbstractMapPartitionIterableTest.getIterator:41 ? NullPointer
[ERROR]   MapPartitionIterableTest>AbstractMapPartitionIteratorTest.test_DoesNotReturn_DuplicateEntry_When_Rehashing_Happens:179->AbstractMapPartitionIterableTest.getIterator:45->AbstractMapPartitionIterableTest.getIterator:41 ? NullPointer
[ERROR]   MapPartitionIterableTest>AbstractMapPartitionIteratorTest.test_DoesNotReturn_DuplicateEntry_When_Rehashing_Happens:179->AbstractMapPartitionIterableTest.getIterator:45->AbstractMapPartitionIterableTest.getIterator:41 ? NullPointer
[ERROR]   MapPartitionIterableTest>AbstractMapPartitionIteratorTest.test_HasNext_Returns_False_On_EmptyPartition:115->AbstractMapPartitionIterableTest.getIterator:45->AbstractMapPartitionIterableTest.getIterator:41 ? NullPointer
[ERROR]   MapPartitionIterableTest>AbstractMapPartitionIteratorTest.test_HasNext_Returns_False_On_EmptyPartition:115->AbstractMapPartitionIterableTest.getIterator:45->AbstractMapPartitionIterableTest.getIterator:41 ? NullPointer
[ERROR]   MapPartitionIterableTest>AbstractMapPartitionIteratorTest.test_HasNext_Returns_True_On_NonEmptyPartition:127->AbstractMapPartitionIterableTest.getIterator:45->AbstractMapPartitionIterableTest.getIterator:41 ? NullPointer
[ERROR]   MapPartitionIterableTest>AbstractMapPartitionIteratorTest.test_HasNext_Returns_True_On_NonEmptyPartition:127->AbstractMapPartitionIterableTest.getIterator:45->AbstractMapPartitionIterableTest.getIterator:41 ? NullPointer
[ERROR]   MapPartitionIterableTest>AbstractMapPartitionIteratorTest.test_Next_Returns_Value_On_NonEmptyPartition:139->AbstractMapPartitionIterableTest.getIterator:45->AbstractMapPartitionIterableTest.getIterator:41 ? NullPointer
[ERROR]   MapPartitionIterableTest>AbstractMapPartitionIteratorTest.test_Next_Returns_Value_On_NonEmptyPartition:139->AbstractMapPartitionIterableTest.getIterator:45->AbstractMapPartitionIterableTest.getIterator:41 ? NullPointer
[ERROR]   MapPartitionIterableTest>AbstractMapPartitionIteratorTest.test_Next_Returns_Value_On_NonEmptyPartition_and_HasNext_Returns_False_when_Item_Consumed:152->AbstractMapPartitionIterableTest.getIterator:45->AbstractMapPartitionIterableTest.getIterator:41 ? NullPointer
[ERROR]   MapPartitionIterableTest>AbstractMapPartitionIteratorTest.test_Next_Returns_Value_On_NonEmptyPartition_and_HasNext_Returns_False_when_Item_Consumed:152->AbstractMapPartitionIterableTest.getIterator:45->AbstractMapPartitionIterableTest.getIterator:41 ? NullPointer
[ERROR]   MapPartitionIterableTest>AbstractMapPartitionIteratorTest.test_Next_Returns_Values_When_FetchSizeExceeds_On_NonEmptyPartition:165->AbstractMapPartitionIterableTest.getIterator:45->AbstractMapPartitionIterableTest.getIterator:41 ? NullPointer
[ERROR]   MapPartitionIterableTest>AbstractMapPartitionIteratorTest.test_Next_Returns_Values_When_FetchSizeExceeds_On_NonEmptyPartition:165->AbstractMapPartitionIterableTest.getIterator:45->AbstractMapPartitionIterableTest.getIterator:41 ? NullPointer
[ERROR]   MapPartitionIterableTest>AbstractMapPartitionIteratorTest.test_Remove:106->AbstractMapPartitionIterableTest.getIterator:45->AbstractMapPartitionIterableTest.getIterator:41 ? NullPointer
[ERROR]   MapPartitionIterableTest>AbstractMapPartitionIteratorTest.test_Remove:106->AbstractMapPartitionIterableTest.getIterator:45->AbstractMapPartitionIterableTest.getIterator:41 ? NullPointer
[ERROR]   MapPartitionIterableTest.test_next_Throws_Exception_On_EmptyPartition[prefetchValues:false] ? 
[ERROR]   MapPartitionIterableTest.test_next_Throws_Exception_On_EmptyPartition[prefetchValues:true] ? 
[ERROR]   MapPartitionIterableTest.test_remove_Throws_Exception_When_Called_Without_Next[prefetchValues:false] ? 
[ERROR]   MapPartitionIterableTest.test_remove_Throws_Exception_When_Called_Without_Next[prefetchValues:true] ? 
[ERROR]   MapPartitionIteratorTest>AbstractMapPartitionIteratorTest.test_DoesNotReturn_DuplicateEntry_When_Migration_Happens:197->getIterator:43 ? NullPointer
[ERROR]   MapPartitionIteratorTest>AbstractMapPartitionIteratorTest.test_DoesNotReturn_DuplicateEntry_When_Migration_Happens:197->getIterator:43 ? NullPointer
[ERROR]   MapPartitionIteratorTest>AbstractMapPartitionIteratorTest.test_DoesNotReturn_DuplicateEntry_When_Rehashing_Happens:179->AbstractMapPartitionIteratorTest.getIterator:81->getIterator:43 ? NullPointer
[ERROR]   MapPartitionIteratorTest>AbstractMapPartitionIteratorTest.test_DoesNotReturn_DuplicateEntry_When_Rehashing_Happens:179->AbstractMapPartitionIteratorTest.getIterator:81->getIterator:43 ? NullPointer
[ERROR]   MapPartitionIteratorTest>AbstractMapPartitionIteratorTest.test_HasNext_Returns_False_On_EmptyPartition:115->AbstractMapPartitionIteratorTest.getIterator:81->getIterator:43 ? NullPointer
[ERROR]   MapPartitionIteratorTest>AbstractMapPartitionIteratorTest.test_HasNext_Returns_False_On_EmptyPartition:115->AbstractMapPartitionIteratorTest.getIterator:81->getIterator:43 ? NullPointer
[ERROR]   MapPartitionIteratorTest>AbstractMapPartitionIteratorTest.test_HasNext_Returns_True_On_NonEmptyPartition:127->AbstractMapPartitionIteratorTest.getIterator:81->getIterator:43 ? NullPointer
[ERROR]   MapPartitionIteratorTest>AbstractMapPartitionIteratorTest.test_HasNext_Returns_True_On_NonEmptyPartition:127->AbstractMapPartitionIteratorTest.getIterator:81->getIterator:43 ? NullPointer
[ERROR]   MapPartitionIteratorTest>AbstractMapPartitionIteratorTest.test_Next_Returns_Value_On_NonEmptyPartition:139->AbstractMapPartitionIteratorTest.getIterator:81->getIterator:43 ? NullPointer
[ERROR]   MapPartitionIteratorTest>AbstractMapPartitionIteratorTest.test_Next_Returns_Value_On_NonEmptyPartition:139->AbstractMapPartitionIteratorTest.getIterator:81->getIterator:43 ? NullPointer
[ERROR]   MapPartitionIteratorTest>AbstractMapPartitionIteratorTest.test_Next_Returns_Value_On_NonEmptyPartition_and_HasNext_Returns_False_when_Item_Consumed:152->AbstractMapPartitionIteratorTest.getIterator:81->getIterator:43 ? NullPointer
[ERROR]   MapPartitionIteratorTest>AbstractMapPartitionIteratorTest.test_Next_Returns_Value_On_NonEmptyPartition_and_HasNext_Returns_False_when_Item_Consumed:152->AbstractMapPartitionIteratorTest.getIterator:81->getIterator:43 ? NullPointer
[ERROR]   MapPartitionIteratorTest>AbstractMapPartitionIteratorTest.test_Next_Returns_Values_When_FetchSizeExceeds_On_NonEmptyPartition:165->AbstractMapPartitionIteratorTest.getIterator:81->getIterator:43 ? NullPointer
[ERROR]   MapPartitionIteratorTest>AbstractMapPartitionIteratorTest.test_Next_Returns_Values_When_FetchSizeExceeds_On_NonEmptyPartition:165->AbstractMapPartitionIteratorTest.getIterator:81->getIterator:43 ? NullPointer
[ERROR]   MapPartitionIteratorTest>AbstractMapPartitionIteratorTest.test_Remove:106->AbstractMapPartitionIteratorTest.getIterator:81->getIterator:43 ? NullPointer
[ERROR]   MapPartitionIteratorTest>AbstractMapPartitionIteratorTest.test_Remove:106->AbstractMapPartitionIteratorTest.getIterator:81->getIterator:43 ? NullPointer
[ERROR]   MapPartitionIteratorTest.test_next_Throws_Exception_On_EmptyPartition[prefetchValues:false] ? 
[ERROR]   MapPartitionIteratorTest.test_next_Throws_Exception_On_EmptyPartition[prefetchValues:true] ? 
[ERROR]   MapPartitionIteratorTest.test_remove_Throws_Exception_When_Called_Without_Next[prefetchValues:false] ? 
[ERROR]   MapPartitionIteratorTest.test_remove_Throws_Exception_When_Called_Without_Next[prefetchValues:true] ? 
[ERROR]   MapQueryIterableTest>AbstractMapQueryIterableTest.test_HasNext_Returns_False_On_EmptyMap:82 ? NullPointer
[ERROR]   MapQueryIterableTest>AbstractMapQueryIterableTest.test_HasNext_Returns_True_On_NonEmptyMap:119 ? NullPointer
[ERROR]   MapQueryIterableTest>AbstractMapQueryIterableTest.test_Next_Returns_Value_On_NonEmptyMap:94 ? NullPointer
[ERROR]   MapQueryIterableTest>AbstractMapQueryIterableTest.test_Next_Returns_Value_On_NonEmptyMap_and_HasNext_Returns_False_when_Item_Consumed:106 ? NullPointer
[ERROR]   MapQueryIterableTest>AbstractMapQueryIterableTest.test_Next_Returns_Values_When_FetchSizeExceeds_On_NonEmptyMap:199 ? NullPointer
[ERROR]   MapQueryIterableTest>AbstractMapQueryIterableTest.test_NoExceptions_When_IndexesAreAccessed_During_PredicateOptimization:220 ? NullPointer
[ERROR]   MapQueryIterableTest>AbstractMapQueryIterableTest.test_iterable_withMultiplePartitions_shouldHaveEqualSizeWithValues:151 ? NullPointer
[ERROR]   MapQueryIterableTest.test_next_throws_exception_on_empty_map ?  Unexpected exc...
[ERROR]   MapQueryIterableTest.test_remove_Throws_Exception ?  Unexpected exception, exp...
[ERROR]   MapQueryIterableTest>AbstractMapQueryIterableTest.test_with_projection_and_predicate:168 ? NullPointer
[ERROR]   MapQueryIterableTest>AbstractMapQueryIterableTest.test_with_projection_and_true_predicate:129 ? NullPointer
[ERROR]   MapQueryPartitionIterableTest>AbstractMapQueryPartitionIterableTest.test_HasNext_Returns_False_On_EmptyPartition:84 ? NullPointer
[ERROR]   MapQueryPartitionIterableTest>AbstractMapQueryPartitionIterableTest.test_HasNext_Returns_True_On_NonEmptyPartition:121 ? NullPointer
[ERROR]   MapQueryPartitionIterableTest>AbstractMapQueryPartitionIterableTest.test_Next_Returns_Value_On_NonEmptyPartition:95 ? NullPointer
[ERROR]   MapQueryPartitionIterableTest>AbstractMapQueryPartitionIterableTest.test_Next_Returns_Value_On_NonEmptyPartition_and_HasNext_Returns_False_when_Item_Consumed:108 ? NullPointer
[ERROR]   MapQueryPartitionIterableTest>AbstractMapQueryPartitionIterableTest.test_Next_Returns_Values_When_FetchSizeExceeds_On_NonEmptyPartition:176 ? NullPointer
[ERROR]   MapQueryPartitionIterableTest>AbstractMapQueryPartitionIterableTest.test_NoExceptions_When_IndexesAreAccessed_During_PredicateOptimization:197 ? NullPointer
[ERROR]   MapQueryPartitionIterableTest.test_next_Throws_Exception_On_EmptyPartition ?  ...
[ERROR]   MapQueryPartitionIterableTest.test_remove_Throws_Exception ?  Unexpected excep...
[ERROR]   MapQueryPartitionIterableTest>AbstractMapQueryPartitionIterableTest.test_with_projection_and_predicate:146 ? NullPointer
[ERROR]   MapQueryPartitionIterableTest>AbstractMapQueryPartitionIterableTest.test_with_projection_and_true_predicate:131 ? NullPointer
[ERROR]   MapQueryPartitionIteratorTest>AbstractMapQueryPartitionIteratorTest.test_HasNext_Returns_False_On_EmptyPartition:90->getIterator:51 ? NullPointer
[ERROR]   MapQueryPartitionIteratorTest>AbstractMapQueryPartitionIteratorTest.test_HasNext_Returns_True_On_NonEmptyPartition:129->getIterator:51 ? NullPointer
[ERROR]   MapQueryPartitionIteratorTest>AbstractMapQueryPartitionIteratorTest.test_Next_Returns_Value_On_NonEmptyPartition:102->getIterator:51 ? NullPointer
[ERROR]   MapQueryPartitionIteratorTest>AbstractMapQueryPartitionIteratorTest.test_Next_Returns_Value_On_NonEmptyPartition_and_HasNext_Returns_False_when_Item_Consumed:115->getIterator:51 ? NullPointer
[ERROR]   MapQueryPartitionIteratorTest>AbstractMapQueryPartitionIteratorTest.test_Next_Returns_Values_When_FetchSizeExceeds_On_NonEmptyPartition:188->getIterator:51 ? NullPointer
[ERROR]   MapQueryPartitionIteratorTest>AbstractMapQueryPartitionIteratorTest.test_NoExceptions_When_IndexesAreAccessed_During_PredicateOptimization:210->getIterator:51 ? NullPointer
[ERROR]   MapQueryPartitionIteratorTest.test_next_Throws_Exception_On_EmptyPartition ?  ...
[ERROR]   MapQueryPartitionIteratorTest.test_remove_Throws_Exception ?  Unexpected excep...
[ERROR]   MapQueryPartitionIteratorTest>AbstractMapQueryPartitionIteratorTest.test_with_projection_and_predicate:155->getIterator:51 ? NullPointer
[ERROR]   MapQueryPartitionIteratorTest>AbstractMapQueryPartitionIteratorTest.test_with_projection_and_true_predicate:139->getIterator:51 ? NullPointer
[ERROR]   MapStoreEvictionTest.testLoadsLessThanMaxSize_AfterContainsKey_whenEvictionEnabled:109 ? NullPointer
[ERROR]   MapStoreEvictionTest.testLoadsLessThanMaxSize_AfterGet_whenEvictionEnabled:123 ? NullPointer
[ERROR]   MapStoreWriteThroughTest.testOneMemberWriteThroughWithLRU:118->HazelcastTestSupport.assertOpenEventually:1101->HazelcastTestSupport.assertOpenEventually:1113->HazelcastTestSupport.assertOpenEventually:1126 ? TestTimedOut
[ERROR]   MapStoreWriteBehindTest.testOneMemberWriteBehindWithMaxIdle:101->HazelcastTestSupport.assertTrueEventually:1349->HazelcastTestSupport.assertTrueEventually:1255->HazelcastTestSupport.sleepMillis:351 ? TestTimedOut
[ERROR]   EvictBatchBackupOperationTest.operation_evicts_all_replicas:80 ? Completion ja...
[ERROR]   IndexIntegrationTest.loadFromStore_whenEvicted:99 ? NullPointer
[INFO] 
[ERROR] Tests run: 36328, Failures: 97, Errors: 189, Skipped: 988
[INFO] 

[ERROR] There are test failures.

@ahmetmircik ahmetmircik marked this pull request as ready for review April 12, 2021 08:20
@hazelcast hazelcast deleted a comment from hz-devops-test Apr 12, 2021
@hazelcast hazelcast deleted a comment from hz-devops-test Apr 12, 2021
@ahmetmircik ahmetmircik requested a review from a team as a code owner April 14, 2021 05:21
@mmedenjak
Copy link
Contributor

@ahmetmircik is this a forward-port of #18480?

@ahmetmircik ahmetmircik changed the title Control temporary allocations for background expiry task [Forward Port] Control temporary allocations for background expiry task Apr 16, 2021
Copy link
Collaborator

@vbekiaris vbekiaris left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess we need to forward port to master branch also?

@mmedenjak
Copy link
Contributor

@ahmetmircik can we merge this one? And do we need the forward-port to master?

@ahmetmircik
Copy link
Member Author

ahmetmircik commented May 4, 2021

@mmedenjak waiting Zoltan's review and yes we need a forward-port.

@ahmetmircik ahmetmircik changed the title [Forward Port] Control temporary allocations for background expiry task Control temporary allocations for background expiry task May 4, 2021
@ahmetmircik ahmetmircik merged commit 6c305d7 into hazelcast:4.2.z May 4, 2021
@ahmetmircik ahmetmircik deleted the fix/4.2.1/expiryAlloc branch May 4, 2021 12:37
@mmedenjak mmedenjak added Source: Internal PR or issue was opened by an employee and removed Source: Community PR or issue was opened by a community user labels May 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants