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

Fix deadlock with Jet classloader and Compact GenericRecord [HZ-3065] #25379

Merged
merged 2 commits into from Sep 15, 2023

Conversation

k-jamroz
Copy link
Collaborator

@k-jamroz k-jamroz commented Sep 6, 2023

This PR fixes usage of computeIfAbsent in CompactStreamSerializer for complex classloaders (like JetClassLoader) which may invoke operations on different threads or members and lead to deadlock.

Jet job classloader uses IMap to store classes.
CompactStreamSerializer checks if the schema name represents existing class name by loading the class before registering the mapping.
CompactStreamSerializer used to load a class inside ConcurrentHashMap.computeIfAbsent invocation which could lead to deadlock, for example in scenario when at the same time Jet job with custom classes and IMap.executeOnEntires tried to process data in the same IMap which were compact GenericRecord.

Fixes HZ-3065
Slack report: https://hazelcast.slack.com/archives/C034YQBTG/p1692628725643179

Checklist:

  • Labels (Team:, Type:, Source:, Module:) and Milestone set
  • Label Add to Release Notes or Not Release Notes content set
  • Request reviewers if possible
  • Send backports/forwardports if fix needs to be applied to past/future releases

@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
---------ERRORS-----------
--------------------------
[ERROR] /appdisk/jenkins/jenkins_slave/workspace/Hazelcast-pr-builder_2/hazelcast/src/test/java/com/hazelcast/jet/impl/deployment/JetClassloaderCompactGenericRecordTest.java:56:9: 'for' is not followed by whitespace. [WhitespaceAfter]
--------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.3.0:checkstyle (default) on project hazelcast: An error has occurred in Checkstyle report generation. Failed during checkstyle execution: There is 1 error reported by Checkstyle 9.3 with /appdisk/jenkins/jenkins_slave/workspace/Hazelcast-pr-builder_2/checkstyle/checkstyle.xml ruleset. -> [Help 1]
--------------------------
[ERROR] 
--------------------------
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
--------------------------
[ERROR] 
--------------------------
[ERROR] For more information about the errors and possible solutions, please read the following articles:
--------------------------
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
--------------------------
[ERROR] 
--------------------------
[ERROR] After correcting the problems, you can resume the build with the command
--------------------------
[ERROR]   mvn  -rf :hazelcast
--------------------------

@hz-devops-test
Copy link

The job Hazelcast-pr-compiler 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
---------ERRORS-----------
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Hazelcast-pr-compiler/hazelcast/src/test/java/com/hazelcast/jet/impl/deployment/JetClassloaderCompactGenericRecordTest.java:56:9: 'for' is not followed by whitespace. [WhitespaceAfter]
--------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.3.0:checkstyle (default) on project hazelcast: An error has occurred in Checkstyle report generation. Failed during checkstyle execution: There is 1 error reported by Checkstyle 9.3 with /home/jenkins/jenkins_slave/workspace/Hazelcast-pr-compiler/checkstyle/checkstyle.xml ruleset. -> [Help 1]
--------------------------
[ERROR] 
--------------------------
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
--------------------------
[ERROR] 
--------------------------
[ERROR] For more information about the errors and possible solutions, please read the following articles:
--------------------------
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
--------------------------
[ERROR] 
--------------------------
[ERROR] After correcting the problems, you can resume the build with the command
--------------------------
[ERROR]   mvn  -rf :hazelcast
--------------------------

@k-jamroz k-jamroz changed the title Add reproducer for deadlock with Jet classloader and Compact GenericRecord Add reproducer for deadlock with Jet classloader and Compact GenericRecord [HZ-3065] Sep 6, 2023
@k-jamroz k-jamroz marked this pull request as draft September 6, 2023 09:39
@k-jamroz k-jamroz force-pushed the jet-classloader-compact-deadlock branch from ed0a9e9 to 746fb97 Compare September 6, 2023 09:51
@k-jamroz k-jamroz changed the title Add reproducer for deadlock with Jet classloader and Compact GenericRecord [HZ-3065] Fix deadlock with Jet classloader and Compact GenericRecord [HZ-3065] Sep 6, 2023
@k-jamroz k-jamroz marked this pull request as ready for review September 6, 2023 10:32
@k-jamroz k-jamroz added this to the 5.4.0 milestone Sep 6, 2023
@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
---------ERRORS-----------
--------------------------
[ERROR] Tests run: 8, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 6.755 s <<< FAILURE! -- in com.hazelcast.jet.impl.JobSummaryTest
--------------------------
[ERROR] com.hazelcast.jet.impl.JobSummaryTest.when_batchJob_cancelled -- Time elapsed: 0.967 s <<< ERROR!
--------------------------
[ERROR] Errors: 
--------------------------
[ERROR] com.hazelcast.jet.impl.JobSummaryTest.when_batchJob_cancelled
--------------------------
[ERROR]   Run 1: JobSummaryTest.when_batchJob_cancelled ? Cancellation
--------------------------
[ERROR] Tests run: 57812, Failures: 0, Errors: 1, Skipped: 213
--------------------------
[ERROR] 
--------------------------

@k-jamroz
Copy link
Collaborator Author

k-jamroz commented Sep 6, 2023

Flaky test should be fixed by #25383

@k-jamroz
Copy link
Collaborator Author

k-jamroz commented Sep 6, 2023

run-lab-run

@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
---------ERRORS-----------
--------------------------
[ERROR] Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.754 s <<< FAILURE! -- in com.hazelcast.client.cache.ClientCachePartitionLostListenerTest
--------------------------
[ERROR] com.hazelcast.client.cache.ClientCachePartitionLostListenerTest.test_cachePartitionLostListener_removed -- Time elapsed: 2.740 s <<< ERROR!
--------------------------
[ERROR] Tests run: 6, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 3.614 s <<< FAILURE! -- in com.hazelcast.client.partitionservice.ClientPartitionLostListenerTest
--------------------------
[ERROR] com.hazelcast.client.partitionservice.ClientPartitionLostListenerTest.test_partitionLostListener_registeredByConfig -- Time elapsed: 1.578 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.client.partitionservice.ClientPartitionLostListenerTest.test_partitionLostListener_removed -- Time elapsed: 0.814 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.client.partitionservice.ClientPartitionLostListenerTest.test_partitionLostListener_registered -- Time elapsed: 0.807 s <<< ERROR!
--------------------------
[ERROR] Tests run: 11, Failures: 0, Errors: 9, Skipped: 0, Time elapsed: 4.998 s <<< FAILURE! -- in com.hazelcast.client.listeners.leak.ListenerLeakTest
--------------------------
[ERROR] com.hazelcast.client.listeners.leak.ListenerLeakTest.testReplicatedMapListeners -- Time elapsed: 2.052 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.client.listeners.leak.ListenerLeakTest.testTopicMessageListener -- Time elapsed: 2.029 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.client.listeners.leak.ListenerLeakTest.testMapPartitionLostListeners -- Time elapsed: 2.315 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.client.listeners.leak.ListenerLeakTest.testMultiMapEntryListeners -- Time elapsed: 1.258 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.client.listeners.leak.ListenerLeakTest.testDistributedObjectListeners -- Time elapsed: 1.074 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.client.listeners.leak.ListenerLeakTest.testListListeners -- Time elapsed: 1.007 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.client.listeners.leak.ListenerLeakTest.testSetListeners -- Time elapsed: 1.169 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.client.listeners.leak.ListenerLeakTest.testQueueListeners -- Time elapsed: 1.219 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.client.listeners.leak.ListenerLeakTest.testMapEntryListeners -- Time elapsed: 1.225 s <<< ERROR!
--------------------------
[ERROR] Tests run: 11, Failures: 0, Errors: 9, Skipped: 0, Time elapsed: 6.030 s <<< FAILURE! -- in com.hazelcast.client.listeners.leak.ListenerLeakTest
--------------------------
[ERROR] com.hazelcast.client.listeners.leak.ListenerLeakTest.testListListeners -- Time elapsed: 1.697 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.client.listeners.leak.ListenerLeakTest.testMapEntryListeners -- Time elapsed: 1.720 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.client.listeners.leak.ListenerLeakTest.testTopicMessageListener -- Time elapsed: 1.721 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.client.listeners.leak.ListenerLeakTest.testReplicatedMapListeners -- Time elapsed: 1.722 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.client.listeners.leak.ListenerLeakTest.testMapPartitionLostListeners -- Time elapsed: 2.315 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.client.listeners.leak.ListenerLeakTest.testMultiMapEntryListeners -- Time elapsed: 2.319 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.client.listeners.leak.ListenerLeakTest.testDistributedObjectListeners -- Time elapsed: 2.328 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.client.listeners.leak.ListenerLeakTest.testSetListeners -- Time elapsed: 2.254 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.client.listeners.leak.ListenerLeakTest.testQueueListeners -- Time elapsed: 0.810 s <<< ERROR!
--------------------------
[ERROR] Tests run: 15, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 7.563 s <<< FAILURE! -- in com.hazelcast.client.ClientServiceTest
--------------------------
[ERROR] com.hazelcast.client.ClientServiceTest.testRemoveClientListener_whenListenerAlreadyRemoved -- Time elapsed: 0.131 s <<< ERROR!
--------------------------
[ERROR] Tests run: 14, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.901 s <<< FAILURE! -- in com.hazelcast.config.ReliableTopicConfigTest
--------------------------
[ERROR] com.hazelcast.config.ReliableTopicConfigTest.setExecutor -- Time elapsed: 0.317 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.config.ReliableTopicConfigTest.testReadonly -- Time elapsed: 0.306 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.config.ReliableTopicConfigTest.testCopyConstructor -- Time elapsed: 0.489 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.config.ReliableTopicConfigTest.testCopyConstructorWithName -- Time elapsed: 0.227 s <<< ERROR!
--------------------------
[ERROR] Tests run: 25, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 1.455 s <<< FAILURE! -- in com.hazelcast.jet.core.AbstractProcessorTest
--------------------------
[ERROR] com.hazelcast.jet.core.AbstractProcessorTest.when_processNThrows_then_processRethrows -- Time elapsed: 0.941 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.jet.core.AbstractProcessorTest.when_customInitThrows_then_initRethrows -- Time elapsed: 0.438 s <<< ERROR!
--------------------------
[ERROR] Tests run: 6, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 1.600 s <<< FAILURE! -- in com.hazelcast.internal.usercodedeployment.impl.filter.MemberProviderFilterParserTest
--------------------------
[ERROR] com.hazelcast.internal.usercodedeployment.impl.filter.MemberProviderFilterParserTest.givenMemberAttributeFilterIsUsed_whenMemberAttributeIsPresent_thenFilterMatches -- Time elapsed: 1.575 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.internal.usercodedeployment.impl.filter.MemberProviderFilterParserTest.givenMemberAttributeFilterIsUsed_whenMemberAttributeIsNotPresent_thenFilterDoesNotMatch -- Time elapsed: 0.677 s <<< ERROR!
--------------------------
[ERROR] Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 2.014 s <<< FAILURE! -- in com.hazelcast.internal.usercodedeployment.impl.ClassDataProviderTest
--------------------------
[ERROR] com.hazelcast.internal.usercodedeployment.impl.ClassDataProviderTest.givenProviderModeSetToLOCAL_CLASSES_ONLY_whenMapClassContainsClass_thenReturnNull -- Time elapsed: 1.990 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.internal.usercodedeployment.impl.ClassDataProviderTest.givenProviderModeSetToOFF_whenMapClassContainsClass_thenReturnNull -- Time elapsed: 1.991 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.internal.usercodedeployment.impl.ClassDataProviderTest.givenProviderModeSetToLOCAL_AND_CACHED_CLASSES_whenMapClassContainsClass_thenReturnIt -- Time elapsed: 1.992 s <<< ERROR!
--------------------------
[ERROR] Tests run: 27, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 30.49 s <<< FAILURE! -- in com.hazelcast.map.impl.mapstore.EntryLoaderDistributedTest
--------------------------
[ERROR] com.hazelcast.map.impl.mapstore.EntryLoaderDistributedTest.testLoadEntryAtCurrentTime -- Time elapsed: 1.518 s <<< ERROR!
--------------------------
[ERROR] Tests run: 27, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 42.52 s <<< FAILURE! -- in com.hazelcast.map.impl.mapstore.EntryLoaderDistributedTest
--------------------------
[ERROR] com.hazelcast.map.impl.mapstore.EntryLoaderDistributedTest.testLoadEntryAtCurrentTime -- Time elapsed: 30.61 s <<< ERROR!
--------------------------
[ERROR] Tests run: 5, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 0.051 s <<< FAILURE! -- in com.hazelcast.instance.impl.KubernetesTopologyIntentTrackerTest
--------------------------
[ERROR] com.hazelcast.instance.impl.KubernetesTopologyIntentTrackerTest.test_waitForMissingMembers -- Time elapsed: 0.001 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.instance.impl.KubernetesTopologyIntentTrackerTest.test_waitCallableWithTimeout_whenAlwaysFalse -- Time elapsed: 0.002 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.instance.impl.KubernetesTopologyIntentTrackerTest.testConstructor_whenClusterAutoStateStrategyActive -- Time elapsed: 0.002 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.instance.impl.KubernetesTopologyIntentTrackerTest.test_waitCallableWithTimeout_whenImmediatelyTrue -- Time elapsed: 0.003 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.instance.impl.KubernetesTopologyIntentTrackerTest.testConstructor_whenInvalidClusterAutoStateStrategy -- Time elapsed: 0.001 s <<< ERROR!
--------------------------
[ERROR] Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.026 s <<< FAILURE! -- in com.hazelcast.instance.impl.DuplicatedResourcesScannerTest
--------------------------
[ERROR] com.hazelcast.instance.impl.DuplicatedResourcesScannerTest.should_NOT_log_warning_when_single_occurrence -- Time elapsed: 0.001 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.instance.impl.DuplicatedResourcesScannerTest.should_log_warning_when_duplicate_found -- Time elapsed: 0.002 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.instance.impl.DuplicatedResourcesScannerTest.should_NOT_log_warning_when_no_occurrence -- Time elapsed: 0.002 s <<< ERROR!
--------------------------
[ERROR] Tests run: 7, Failures: 0, Errors: 7, Skipped: 0, Time elapsed: 2.878 s <<< FAILURE! -- in com.hazelcast.instance.impl.OutOfMemoryHandlerHelperTest
--------------------------
[ERROR] com.hazelcast.instance.impl.OutOfMemoryHandlerHelperTest.testTryCloseConnections -- Time elapsed: 1.693 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.instance.impl.OutOfMemoryHandlerHelperTest.testTryCloseConnections_shouldDoNothingWhenThrowableIsThrown -- Time elapsed: 1.695 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.instance.impl.OutOfMemoryHandlerHelperTest.testConstructor -- Time elapsed: 1.695 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.instance.impl.OutOfMemoryHandlerHelperTest.testTryCloseConnections_shouldDoNothingWithNullInstance -- Time elapsed: 1.695 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.instance.impl.OutOfMemoryHandlerHelperTest.testTryShutdown_shouldDoNothingWithNullInstance -- Time elapsed: 1.136 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.instance.impl.OutOfMemoryHandlerHelperTest.testTryShutdown_shouldDoNothingWhenThrowableIsThrown -- Time elapsed: 1.136 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.instance.impl.OutOfMemoryHandlerHelperTest.testTryShutdown -- Time elapsed: 1.137 s <<< ERROR!
--------------------------
[ERROR] Tests run: 8, Failures: 0, Errors: 6, Skipped: 0, Time elapsed: 2.506 s <<< FAILURE! -- in com.hazelcast.topic.impl.reliable.ReliableMessageListenerAdapterTest
--------------------------
[ERROR] com.hazelcast.topic.impl.reliable.ReliableMessageListenerAdapterTest.isLossTolerant -- Time elapsed: 1.490 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.topic.impl.reliable.ReliableMessageListenerAdapterTest.retrieveInitialSequence -- Time elapsed: 1.490 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.topic.impl.reliable.ReliableMessageListenerAdapterTest.onMessage -- Time elapsed: 1.491 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.topic.impl.reliable.ReliableMessageListenerAdapterTest.test_toString -- Time elapsed: 1.491 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.topic.impl.reliable.ReliableMessageListenerAdapterTest.storeSequence -- Time elapsed: 0.744 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.topic.impl.reliable.ReliableMessageListenerAdapterTest.isTerminal -- Time elapsed: 0.746 s <<< ERROR!
--------------------------
[ERROR] Tests run: 5, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 4.137 s <<< FAILURE! -- in com.hazelcast.spi.merge.ExpirationTimeSplitBrainMergePolicyTest
--------------------------
[ERROR] com.hazelcast.spi.merge.ExpirationTimeSplitBrainMergePolicyTest.merge_mergingWins -- Time elapsed: 2.481 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.spi.merge.ExpirationTimeSplitBrainMergePolicyTest.merge_draw_mergingWins -- Time elapsed: 3.293 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.spi.merge.ExpirationTimeSplitBrainMergePolicyTest.merge_mergingWins_sinceExistingIsNotExist -- Time elapsed: 4.112 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.spi.merge.ExpirationTimeSplitBrainMergePolicyTest.merge_existingWins_sinceMergingIsNotExist -- Time elapsed: 0.820 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.spi.merge.ExpirationTimeSplitBrainMergePolicyTest.merge_existingWins -- Time elapsed: 4.114 s <<< ERROR!
--------------------------
[ERROR] Tests run: 9, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.536 s <<< FAILURE! -- in com.hazelcast.cache.CachePartitionLostListenerConfigTest
--------------------------
[ERROR] com.hazelcast.cache.CachePartitionLostListenerConfigTest.testCachePartitionLostListenerReadOnlyConfig_withEventListenerImplementation -- Time elapsed: 0.486 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.cache.CachePartitionLostListenerConfigTest.testCachePartitionLostListener_registeredViaImplementationInConfigObject -- Time elapsed: 0.488 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.cache.CachePartitionLostListenerConfigTest.testCachePartitionLostListenerReadOnlyConfig_withImplementation -- Time elapsed: 0.239 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.cache.CachePartitionLostListenerConfigTest.testCachePartitionLostListenerConfig_setImplementation -- Time elapsed: 0.239 s <<< ERROR!
--------------------------
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.008 s <<< FAILURE! -- in com.hazelcast.cache.impl.operation.OnJoinCacheOperationTest
--------------------------
[ERROR] com.hazelcast.cache.impl.operation.OnJoinCacheOperationTest -- Time elapsed: 0.008 s <<< FAILURE!
--------------------------
[ERROR] Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 1.628 s <<< FAILURE! -- in com.hazelcast.cache.impl.CacheServiceTest
--------------------------
[ERROR] com.hazelcast.cache.impl.CacheServiceTest.testPutCacheConfigConcurrently -- Time elapsed: 1.604 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.cache.impl.CacheServiceTest.testPutCacheConfig_whenExceptionThrownFromAdditionalSetup -- Time elapsed: 1.605 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.cache.impl.CacheServiceTest.testPutCacheConfigConcurrently_whenExceptionThrownFromAdditionalSetup -- Time elapsed: 1.605 s <<< ERROR!
--------------------------
[ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 1.383 s <<< FAILURE! -- in com.hazelcast.cache.impl.LatencyTrackingCacheLoaderTest
--------------------------
[ERROR] com.hazelcast.cache.impl.LatencyTrackingCacheLoaderTest.loadAll -- Time elapsed: 1.106 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.cache.impl.LatencyTrackingCacheLoaderTest.load -- Time elapsed: 1.356 s <<< ERROR!
--------------------------
[ERROR] Tests run: 5, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 3.853 s <<< FAILURE! -- in com.hazelcast.query.impl.predicates.VisitorUtilsTest
--------------------------
[ERROR] com.hazelcast.query.impl.predicates.VisitorUtilsTest.acceptVisitor_whenNoChange_thenReturnOriginalArray -- Time elapsed: 2.166 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.query.impl.predicates.VisitorUtilsTest.acceptVisitor_whenEmptyInputArray_thenReturnOriginalArray -- Time elapsed: 2.889 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.query.impl.predicates.VisitorUtilsTest.acceptVisitor_whenThereIsNonVisitablePredicateAndNewArraysIsCreated_thenJustCopyTheNonVisitablePredicate -- Time elapsed: 2.889 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.query.impl.predicates.VisitorUtilsTest.testConstructor -- Time elapsed: 2.890 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.query.impl.predicates.VisitorUtilsTest.acceptVisitor_whenThereIsChange_thenReturnNewArray -- Time elapsed: 0.939 s <<< ERROR!
--------------------------
[ERROR] Tests run: 14, Failures: 0, Errors: 8, Skipped: 0, Time elapsed: 7.066 s <<< FAILURE! -- in com.hazelcast.query.impl.predicates.LikePredicateTest
--------------------------
[ERROR] com.hazelcast.query.impl.predicates.LikePredicateTest.likePredicateIsNotIndexed_whenPercentWildcardIsUsedAtTheBeginning -- Time elapsed: 1.951 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.query.impl.predicates.LikePredicateTest.likePredicateIsNotIndexed_whenPercentWildcardIsEscaped -- Time elapsed: 3.599 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.query.impl.predicates.LikePredicateTest.likePredicateIsNotIndexed_whenUnderscoreWildcardIsUsed -- Time elapsed: 3.600 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.query.impl.predicates.LikePredicateTest.likePredicateIsNotIndexed_whenHashIndexIsUsed -- Time elapsed: 0.869 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.query.impl.predicates.LikePredicateTest.likePredicateIsNotIndexed_whenPercentWildcardIsUsedMultipleTimes -- Time elapsed: 1.744 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.query.impl.predicates.LikePredicateTest.likePredicateIsIndexed_whenPercentWildcardIsUsed_andIndexIsSorted -- Time elapsed: 1.742 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.query.impl.predicates.LikePredicateTest.likePredicateIsNotIndexed_whenBitmapIndexIsUsed -- Time elapsed: 1.641 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.query.impl.predicates.LikePredicateTest.likePredicateIsNotIndexed_whenPercentWildcardIsNotTheLastSymbol -- Time elapsed: 1.655 s <<< ERROR!
--------------------------
[ERROR] Tests run: 5, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 1.008 s <<< FAILURE! -- in com.hazelcast.query.impl.AttributeIndexRegistryTest
--------------------------
[ERROR] com.hazelcast.query.impl.AttributeIndexRegistryTest.testShorterCompositeIndexesArePreferredOverLonger -- Time elapsed: 0.376 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.query.impl.AttributeIndexRegistryTest.testCompositeIndexes -- Time elapsed: 0.982 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.query.impl.AttributeIndexRegistryTest.testNonCompositeIndexesArePreferredOverComposite -- Time elapsed: 0.969 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.query.impl.AttributeIndexRegistryTest.testCompositeAndNonCompositeIndexes -- Time elapsed: 0.948 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.query.impl.AttributeIndexRegistryTest.testNonCompositeIndexes -- Time elapsed: 0.199 s <<< ERROR!
--------------------------
[ERROR] Tests run: 6, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.625 s <<< FAILURE! -- in com.hazelcast.query.impl.FalsePredicateTest
--------------------------
[ERROR] com.hazelcast.query.impl.FalsePredicateTest.isIndexed -- Time elapsed: 0.410 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.query.impl.FalsePredicateTest.apply -- Time elapsed: 0.412 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.query.impl.FalsePredicateTest.filter -- Time elapsed: 0.194 s <<< ERROR!
--------------------------
[ERROR] Tests run: 12, Failures: 0, Errors: 9, Skipped: 0, Time elapsed: 2.280 s <<< FAILURE! -- in com.hazelcast.query.impl.DuplicateDetectingMultiResultTest
--------------------------
[ERROR] com.hazelcast.query.impl.DuplicateDetectingMultiResultTest.testIterator_notEmpty -- Time elapsed: 0.970 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.query.impl.DuplicateDetectingMultiResultTest.testContains_duplicate -- Time elapsed: 0.971 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.query.impl.DuplicateDetectingMultiResultTest.testSize_duplicate -- Time elapsed: 0.974 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.query.impl.DuplicateDetectingMultiResultTest.testContains_notEmpty -- Time elapsed: 0.239 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.query.impl.DuplicateDetectingMultiResultTest.testSize_notEmpty -- Time elapsed: 0.750 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.query.impl.DuplicateDetectingMultiResultTest.testAddResultSet_duplicate -- Time elapsed: 0.751 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.query.impl.DuplicateDetectingMultiResultTest.testAddResultSet_notEmpty -- Time elapsed: 0.751 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.query.impl.DuplicateDetectingMultiResultTest.testContains_empty -- Time elapsed: 0.483 s <<< ERROR!
--------------------------
[ERROR] com.hazelcast.query.impl.DuplicateDetectingMultiResultTest.testIterator_duplicate -- Time elapsed: 0.485 s <<< ERROR!
--------------------------
[ERROR] Failures: 
--------------------------
[ERROR]   OnJoinCacheOperationTest Multiple Failures (2 failures)
--------------------------
[ERROR] Errors: 
--------------------------
[ERROR]   CachePartitionLostListenerConfigTest.testCachePartitionLostListenerConfig_setImplementation:101 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   CachePartitionLostListenerConfigTest.testCachePartitionLostListenerReadOnlyConfig_withEventListenerImplementation ?  Unexpected exception, expected but was
--------------------------
[ERROR]   CachePartitionLostListenerConfigTest.testCachePartitionLostListenerReadOnlyConfig_withImplementation ?  Unexpected exception, expected but was
--------------------------
[ERROR]   CachePartitionLostListenerConfigTest.testCachePartitionLostListener_registeredViaImplementationInConfigObject:67 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   CacheServiceTest.setup:72 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   CacheServiceTest.setup:72 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   CacheServiceTest.setup:72 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   LatencyTrackingCacheLoaderTest.setup:59 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   LatencyTrackingCacheLoaderTest.setup:59 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   ClientServiceTest.testRemoveClientListener_whenListenerAlreadyRemoved:86 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   ClientCachePartitionLostListenerTest.test_cachePartitionLostListener_removed:173 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR] com.hazelcast.client.listeners.leak.ListenerLeakTest.testDistributedObjectListeners
--------------------------
[ERROR]   Run 1: ListenerLeakTest.testDistributedObjectListeners:221 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   Run 2: ListenerLeakTest.testDistributedObjectListeners:221 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR] com.hazelcast.client.listeners.leak.ListenerLeakTest.testListListeners
--------------------------
[ERROR]   Run 1: ListenerLeakTest.testListListeners:170 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   Run 2: ListenerLeakTest.testListListeners:170 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR] com.hazelcast.client.listeners.leak.ListenerLeakTest.testMapEntryListeners
--------------------------
[ERROR]   Run 1: ListenerLeakTest.testMapEntryListeners:131 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   Run 2: ListenerLeakTest.testMapEntryListeners:131 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR] com.hazelcast.client.listeners.leak.ListenerLeakTest.testMapPartitionLostListeners
--------------------------
[ERROR]   Run 1: ListenerLeakTest.testMapPartitionLostListeners:144 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   Run 2: ListenerLeakTest.testMapPartitionLostListeners:144 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR] com.hazelcast.client.listeners.leak.ListenerLeakTest.testMultiMapEntryListeners
--------------------------
[ERROR]   Run 1: ListenerLeakTest.testMultiMapEntryListeners:157 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   Run 2: ListenerLeakTest.testMultiMapEntryListeners:157 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR] com.hazelcast.client.listeners.leak.ListenerLeakTest.testQueueListeners
--------------------------
[ERROR]   Run 1: ListenerLeakTest.testQueueListeners:196 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   Run 2: ListenerLeakTest.testQueueListeners:196 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR] com.hazelcast.client.listeners.leak.ListenerLeakTest.testReplicatedMapListeners
--------------------------
[ERROR]   Run 1: ListenerLeakTest.testReplicatedMapListeners:209 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   Run 2: ListenerLeakTest.testReplicatedMapListeners:209 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR] com.hazelcast.client.listeners.leak.ListenerLeakTest.testSetListeners
--------------------------
[ERROR]   Run 1: ListenerLeakTest.testSetListeners:183 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   Run 2: ListenerLeakTest.testSetListeners:183 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR] com.hazelcast.client.listeners.leak.ListenerLeakTest.testTopicMessageListener
--------------------------
[ERROR]   Run 1: ListenerLeakTest.testTopicMessageListener:234 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   Run 2: ListenerLeakTest.testTopicMessageListener:234 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   ClientPartitionLostListenerTest.test_partitionLostListener_registered:77 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   ClientPartitionLostListenerTest.test_partitionLostListener_registeredByConfig:66 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   ClientPartitionLostListenerTest.test_partitionLostListener_removed:88 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   ReliableTopicConfigTest.setExecutor:162 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   ReliableTopicConfigTest.testCopyConstructor:80 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   ReliableTopicConfigTest.testCopyConstructorWithName:63 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   ReliableTopicConfigTest.testReadonly:174 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   DuplicatedResourcesScannerTest.:55 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   DuplicatedResourcesScannerTest.:55 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   DuplicatedResourcesScannerTest.:55 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   KubernetesTopologyIntentTrackerTest.:51 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   KubernetesTopologyIntentTrackerTest.:51 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   KubernetesTopologyIntentTrackerTest.:51 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   KubernetesTopologyIntentTrackerTest.:51 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   KubernetesTopologyIntentTrackerTest.:51 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   OutOfMemoryHandlerHelperTest.setUp:36->AbstractOutOfMemoryHandlerTest.initHazelcastInstances:63 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   OutOfMemoryHandlerHelperTest.setUp:36->AbstractOutOfMemoryHandlerTest.initHazelcastInstances:63 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   OutOfMemoryHandlerHelperTest.setUp:36->AbstractOutOfMemoryHandlerTest.initHazelcastInstances:63 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   OutOfMemoryHandlerHelperTest.setUp:36->AbstractOutOfMemoryHandlerTest.initHazelcastInstances:63 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   OutOfMemoryHandlerHelperTest.setUp:36->AbstractOutOfMemoryHandlerTest.initHazelcastInstances:63 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   OutOfMemoryHandlerHelperTest.setUp:36->AbstractOutOfMemoryHandlerTest.initHazelcastInstances:63 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   OutOfMemoryHandlerHelperTest.setUp:36->AbstractOutOfMemoryHandlerTest.initHazelcastInstances:63 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   ClassDataProviderTest.givenProviderModeSetToLOCAL_AND_CACHED_CLASSES_whenMapClassContainsClass_thenReturnIt:71->createClassDataProvider:78 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   ClassDataProviderTest.givenProviderModeSetToLOCAL_CLASSES_ONLY_whenMapClassContainsClass_thenReturnNull:60->createClassDataProvider:78 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   ClassDataProviderTest.givenProviderModeSetToOFF_whenMapClassContainsClass_thenReturnNull:49->createClassDataProvider:78 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   MemberProviderFilterParserTest.givenMemberAttributeFilterIsUsed_whenMemberAttributeIsNotPresent_thenFilterDoesNotMatch:80->createMockMemberWithAttributes:85 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   MemberProviderFilterParserTest.givenMemberAttributeFilterIsUsed_whenMemberAttributeIsPresent_thenFilterMatches:70->createMockMemberWithAttributes:85 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   AbstractProcessorTest.when_customInitThrows_then_initRethrows ?  Unexpected exception, expected but was
--------------------------
[ERROR]   AbstractProcessorTest.when_processNThrows_then_processRethrows ?  Unexpected exception, expected but was
--------------------------
[ERROR] com.hazelcast.map.impl.mapstore.EntryLoaderDistributedTest.testLoadEntryAtCurrentTime
--------------------------
[ERROR]   Run 1: EntryLoaderDistributedTest>EntryLoaderSimpleTest.testLoadEntryAtCurrentTime:435 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   Run 2: EntryLoaderDistributedTest>EntryLoaderSimpleTest.testLoadEntryAtCurrentTime:435 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   AttributeIndexRegistryTest.testCompositeAndNonCompositeIndexes:138->index:208 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   AttributeIndexRegistryTest.testCompositeIndexes:93->index:208 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   AttributeIndexRegistryTest.testNonCompositeIndexes:55->index:208 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   AttributeIndexRegistryTest.testNonCompositeIndexesArePreferredOverComposite:183->index:208 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   AttributeIndexRegistryTest.testShorterCompositeIndexesArePreferredOverLonger:194->index:208 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   DuplicateDetectingMultiResultTest.testAddResultSet_duplicate:94->data:136 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   DuplicateDetectingMultiResultTest.testAddResultSet_notEmpty:63->data:136 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   DuplicateDetectingMultiResultTest.testContains_duplicate:103->data:136 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   DuplicateDetectingMultiResultTest.testContains_empty:48->data:136 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   DuplicateDetectingMultiResultTest.testContains_notEmpty:70->data:136 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   DuplicateDetectingMultiResultTest.testIterator_duplicate:112->data:136 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   DuplicateDetectingMultiResultTest.testIterator_notEmpty:78->data:136 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   DuplicateDetectingMultiResultTest.testSize_duplicate:122->data:136 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   DuplicateDetectingMultiResultTest.testSize_notEmpty:87->data:136 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   FalsePredicateTest.apply:54 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   FalsePredicateTest.filter:68 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   FalsePredicateTest.isIndexed:61 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   LikePredicateTest.likePredicateIsIndexed_whenPercentWildcardIsUsed_andIndexIsSorted:155 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   LikePredicateTest.likePredicateIsNotIndexed_whenBitmapIndexIsUsed:95 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   LikePredicateTest.likePredicateIsNotIndexed_whenHashIndexIsUsed:103 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   LikePredicateTest.likePredicateIsNotIndexed_whenPercentWildcardIsEscaped:135 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   LikePredicateTest.likePredicateIsNotIndexed_whenPercentWildcardIsNotTheLastSymbol:146 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   LikePredicateTest.likePredicateIsNotIndexed_whenPercentWildcardIsUsedAtTheBeginning:119 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   LikePredicateTest.likePredicateIsNotIndexed_whenPercentWildcardIsUsedMultipleTimes:127 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   LikePredicateTest.likePredicateIsNotIndexed_whenUnderscoreWildcardIsUsed:111 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   VisitorUtilsTest.setUp:42 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   VisitorUtilsTest.setUp:42 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   VisitorUtilsTest.setUp:42 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   VisitorUtilsTest.setUp:42 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   VisitorUtilsTest.setUp:42 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   ExpirationTimeSplitBrainMergePolicyTest>AbstractSplitBrainMergePolicyTest.merge_draw_mergingWins:64->AbstractSplitBrainMergePolicyTest.mergingValueWithGivenPropertyAndValue:89 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   ExpirationTimeSplitBrainMergePolicyTest>AbstractSplitBrainMergePolicyTest.merge_existingWins:56->AbstractSplitBrainMergePolicyTest.mergingValueWithGivenPropertyAndValue:89 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   ExpirationTimeSplitBrainMergePolicyTest>AbstractSplitBrainMergePolicyTest.merge_existingWins_sinceMergingIsNotExist:82->AbstractSplitBrainMergePolicyTest.mergingValueWithGivenPropertyAndValue:89 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   ExpirationTimeSplitBrainMergePolicyTest>AbstractSplitBrainMergePolicyTest.merge_mergingWins:48->AbstractSplitBrainMergePolicyTest.mergingValueWithGivenPropertyAndValue:89 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   ExpirationTimeSplitBrainMergePolicyTest>AbstractSplitBrainMergePolicyTest.merge_mergingWins_sinceExistingIsNotExist:74->AbstractSplitBrainMergePolicyTest.mergingValueWithGivenPropertyAndValue:89 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   ReliableMessageListenerAdapterTest.isLossTolerant:111->createMessageListenerMock:146 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   ReliableMessageListenerAdapterTest.isTerminal:102->createMessageListenerMock:146 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   ReliableMessageListenerAdapterTest.onMessage:119->createMessageListenerMock:146 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   ReliableMessageListenerAdapterTest.retrieveInitialSequence:94->createMessageListenerMock:146 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   ReliableMessageListenerAdapterTest.storeSequence:139->createMessageListenerMock:146 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR]   ReliableMessageListenerAdapterTest.test_toString:130->createMessageListenerMock:146 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
--------------------------
[ERROR] Tests run: 57806, Failures: 1, Errors: 91, Skipped: 213
--------------------------
[ERROR] There are test failures.
--------------------------
--------------------------
-------TEST FAILURE-------
--------------------------
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   OnJoinCacheOperationTest Multiple Failures (2 failures)
	java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
	java.lang.NullPointerException: 
[ERROR] Errors: 
[ERROR]   CachePartitionLostListenerConfigTest.testCachePartitionLostListenerConfig_setImplementation:101 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   CachePartitionLostListenerConfigTest.testCachePartitionLostListenerReadOnlyConfig_withEventListenerImplementation ?  Unexpected exception, expected but was
[ERROR]   CachePartitionLostListenerConfigTest.testCachePartitionLostListenerReadOnlyConfig_withImplementation ?  Unexpected exception, expected but was
[ERROR]   CachePartitionLostListenerConfigTest.testCachePartitionLostListener_registeredViaImplementationInConfigObject:67 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   CacheServiceTest.setup:72 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   CacheServiceTest.setup:72 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   CacheServiceTest.setup:72 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   LatencyTrackingCacheLoaderTest.setup:59 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   LatencyTrackingCacheLoaderTest.setup:59 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   ClientServiceTest.testRemoveClientListener_whenListenerAlreadyRemoved:86 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   ClientCachePartitionLostListenerTest.test_cachePartitionLostListener_removed:173 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR] com.hazelcast.client.listeners.leak.ListenerLeakTest.testDistributedObjectListeners
[ERROR]   Run 1: ListenerLeakTest.testDistributedObjectListeners:221 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   Run 2: ListenerLeakTest.testDistributedObjectListeners:221 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[INFO] 
[ERROR] com.hazelcast.client.listeners.leak.ListenerLeakTest.testListListeners
[ERROR]   Run 1: ListenerLeakTest.testListListeners:170 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   Run 2: ListenerLeakTest.testListListeners:170 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[INFO] 
[ERROR] com.hazelcast.client.listeners.leak.ListenerLeakTest.testMapEntryListeners
[ERROR]   Run 1: ListenerLeakTest.testMapEntryListeners:131 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   Run 2: ListenerLeakTest.testMapEntryListeners:131 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[INFO] 
[ERROR] com.hazelcast.client.listeners.leak.ListenerLeakTest.testMapPartitionLostListeners
[ERROR]   Run 1: ListenerLeakTest.testMapPartitionLostListeners:144 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   Run 2: ListenerLeakTest.testMapPartitionLostListeners:144 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[INFO] 
[ERROR] com.hazelcast.client.listeners.leak.ListenerLeakTest.testMultiMapEntryListeners
[ERROR]   Run 1: ListenerLeakTest.testMultiMapEntryListeners:157 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   Run 2: ListenerLeakTest.testMultiMapEntryListeners:157 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[INFO] 
[ERROR] com.hazelcast.client.listeners.leak.ListenerLeakTest.testQueueListeners
[ERROR]   Run 1: ListenerLeakTest.testQueueListeners:196 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   Run 2: ListenerLeakTest.testQueueListeners:196 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[INFO] 
[ERROR] com.hazelcast.client.listeners.leak.ListenerLeakTest.testReplicatedMapListeners
[ERROR]   Run 1: ListenerLeakTest.testReplicatedMapListeners:209 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   Run 2: ListenerLeakTest.testReplicatedMapListeners:209 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[INFO] 
[ERROR] com.hazelcast.client.listeners.leak.ListenerLeakTest.testSetListeners
[ERROR]   Run 1: ListenerLeakTest.testSetListeners:183 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   Run 2: ListenerLeakTest.testSetListeners:183 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[INFO] 
[ERROR] com.hazelcast.client.listeners.leak.ListenerLeakTest.testTopicMessageListener
[ERROR]   Run 1: ListenerLeakTest.testTopicMessageListener:234 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   Run 2: ListenerLeakTest.testTopicMessageListener:234 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[INFO] 
[ERROR]   ClientPartitionLostListenerTest.test_partitionLostListener_registered:77 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   ClientPartitionLostListenerTest.test_partitionLostListener_registeredByConfig:66 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   ClientPartitionLostListenerTest.test_partitionLostListener_removed:88 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   ReliableTopicConfigTest.setExecutor:162 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   ReliableTopicConfigTest.testCopyConstructor:80 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   ReliableTopicConfigTest.testCopyConstructorWithName:63 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   ReliableTopicConfigTest.testReadonly:174 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   DuplicatedResourcesScannerTest.:55 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   DuplicatedResourcesScannerTest.:55 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   DuplicatedResourcesScannerTest.:55 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   KubernetesTopologyIntentTrackerTest.:51 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   KubernetesTopologyIntentTrackerTest.:51 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   KubernetesTopologyIntentTrackerTest.:51 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   KubernetesTopologyIntentTrackerTest.:51 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   KubernetesTopologyIntentTrackerTest.:51 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   OutOfMemoryHandlerHelperTest.setUp:36->AbstractOutOfMemoryHandlerTest.initHazelcastInstances:63 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   OutOfMemoryHandlerHelperTest.setUp:36->AbstractOutOfMemoryHandlerTest.initHazelcastInstances:63 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   OutOfMemoryHandlerHelperTest.setUp:36->AbstractOutOfMemoryHandlerTest.initHazelcastInstances:63 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   OutOfMemoryHandlerHelperTest.setUp:36->AbstractOutOfMemoryHandlerTest.initHazelcastInstances:63 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   OutOfMemoryHandlerHelperTest.setUp:36->AbstractOutOfMemoryHandlerTest.initHazelcastInstances:63 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   OutOfMemoryHandlerHelperTest.setUp:36->AbstractOutOfMemoryHandlerTest.initHazelcastInstances:63 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   OutOfMemoryHandlerHelperTest.setUp:36->AbstractOutOfMemoryHandlerTest.initHazelcastInstances:63 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   ClassDataProviderTest.givenProviderModeSetToLOCAL_AND_CACHED_CLASSES_whenMapClassContainsClass_thenReturnIt:71->createClassDataProvider:78 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   ClassDataProviderTest.givenProviderModeSetToLOCAL_CLASSES_ONLY_whenMapClassContainsClass_thenReturnNull:60->createClassDataProvider:78 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   ClassDataProviderTest.givenProviderModeSetToOFF_whenMapClassContainsClass_thenReturnNull:49->createClassDataProvider:78 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   MemberProviderFilterParserTest.givenMemberAttributeFilterIsUsed_whenMemberAttributeIsNotPresent_thenFilterDoesNotMatch:80->createMockMemberWithAttributes:85 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   MemberProviderFilterParserTest.givenMemberAttributeFilterIsUsed_whenMemberAttributeIsPresent_thenFilterMatches:70->createMockMemberWithAttributes:85 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   AbstractProcessorTest.when_customInitThrows_then_initRethrows ?  Unexpected exception, expected but was
[ERROR]   AbstractProcessorTest.when_processNThrows_then_processRethrows ?  Unexpected exception, expected but was
[ERROR] com.hazelcast.map.impl.mapstore.EntryLoaderDistributedTest.testLoadEntryAtCurrentTime
[ERROR]   Run 1: EntryLoaderDistributedTest>EntryLoaderSimpleTest.testLoadEntryAtCurrentTime:435 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   Run 2: EntryLoaderDistributedTest>EntryLoaderSimpleTest.testLoadEntryAtCurrentTime:435 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[INFO] 
[ERROR]   AttributeIndexRegistryTest.testCompositeAndNonCompositeIndexes:138->index:208 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   AttributeIndexRegistryTest.testCompositeIndexes:93->index:208 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   AttributeIndexRegistryTest.testNonCompositeIndexes:55->index:208 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   AttributeIndexRegistryTest.testNonCompositeIndexesArePreferredOverComposite:183->index:208 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   AttributeIndexRegistryTest.testShorterCompositeIndexesArePreferredOverLonger:194->index:208 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   DuplicateDetectingMultiResultTest.testAddResultSet_duplicate:94->data:136 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   DuplicateDetectingMultiResultTest.testAddResultSet_notEmpty:63->data:136 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   DuplicateDetectingMultiResultTest.testContains_duplicate:103->data:136 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   DuplicateDetectingMultiResultTest.testContains_empty:48->data:136 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   DuplicateDetectingMultiResultTest.testContains_notEmpty:70->data:136 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   DuplicateDetectingMultiResultTest.testIterator_duplicate:112->data:136 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   DuplicateDetectingMultiResultTest.testIterator_notEmpty:78->data:136 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   DuplicateDetectingMultiResultTest.testSize_duplicate:122->data:136 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   DuplicateDetectingMultiResultTest.testSize_notEmpty:87->data:136 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   FalsePredicateTest.apply:54 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   FalsePredicateTest.filter:68 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   FalsePredicateTest.isIndexed:61 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   LikePredicateTest.likePredicateIsIndexed_whenPercentWildcardIsUsed_andIndexIsSorted:155 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   LikePredicateTest.likePredicateIsNotIndexed_whenBitmapIndexIsUsed:95 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   LikePredicateTest.likePredicateIsNotIndexed_whenHashIndexIsUsed:103 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   LikePredicateTest.likePredicateIsNotIndexed_whenPercentWildcardIsEscaped:135 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   LikePredicateTest.likePredicateIsNotIndexed_whenPercentWildcardIsNotTheLastSymbol:146 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   LikePredicateTest.likePredicateIsNotIndexed_whenPercentWildcardIsUsedAtTheBeginning:119 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   LikePredicateTest.likePredicateIsNotIndexed_whenPercentWildcardIsUsedMultipleTimes:127 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   LikePredicateTest.likePredicateIsNotIndexed_whenUnderscoreWildcardIsUsed:111 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   VisitorUtilsTest.setUp:42 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   VisitorUtilsTest.setUp:42 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   VisitorUtilsTest.setUp:42 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   VisitorUtilsTest.setUp:42 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   VisitorUtilsTest.setUp:42 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   ExpirationTimeSplitBrainMergePolicyTest>AbstractSplitBrainMergePolicyTest.merge_draw_mergingWins:64->AbstractSplitBrainMergePolicyTest.mergingValueWithGivenPropertyAndValue:89 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   ExpirationTimeSplitBrainMergePolicyTest>AbstractSplitBrainMergePolicyTest.merge_existingWins:56->AbstractSplitBrainMergePolicyTest.mergingValueWithGivenPropertyAndValue:89 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   ExpirationTimeSplitBrainMergePolicyTest>AbstractSplitBrainMergePolicyTest.merge_existingWins_sinceMergingIsNotExist:82->AbstractSplitBrainMergePolicyTest.mergingValueWithGivenPropertyAndValue:89 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   ExpirationTimeSplitBrainMergePolicyTest>AbstractSplitBrainMergePolicyTest.merge_mergingWins:48->AbstractSplitBrainMergePolicyTest.mergingValueWithGivenPropertyAndValue:89 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   ExpirationTimeSplitBrainMergePolicyTest>AbstractSplitBrainMergePolicyTest.merge_mergingWins_sinceExistingIsNotExist:74->AbstractSplitBrainMergePolicyTest.mergingValueWithGivenPropertyAndValue:89 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   ReliableMessageListenerAdapterTest.isLossTolerant:111->createMessageListenerMock:146 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   ReliableMessageListenerAdapterTest.isTerminal:102->createMessageListenerMock:146 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   ReliableMessageListenerAdapterTest.onMessage:119->createMessageListenerMock:146 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   ReliableMessageListenerAdapterTest.retrieveInitialSequence:94->createMessageListenerMock:146 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   ReliableMessageListenerAdapterTest.storeSequence:139->createMessageListenerMock:146 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[ERROR]   ReliableMessageListenerAdapterTest.test_toString:130->createMessageListenerMock:146 ? IllegalState Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)
[INFO] 
[ERROR] Tests run: 57806, Failures: 1, Errors: 91, Skipped: 213
[INFO] 

[ERROR] There are test failures.

@k-jamroz
Copy link
Collaborator Author

k-jamroz commented Sep 6, 2023

run-lab-run

@k-jamroz k-jamroz merged commit e0ccecc into hazelcast:master Sep 15, 2023
8 checks passed
k-jamroz added a commit that referenced this pull request Sep 18, 2023
… [5.3.z] (#25459)

This PR fixes usage of `computeIfAbsent` in `CompactStreamSerializer`
for complex classloaders (like `JetClassLoader`) which may invoke
operations on different threads or members and lead to deadlock.

Jet job classloader uses IMap to store classes.
CompactStreamSerializer checks if the schema name represents existing
class name by loading the class before registering the mapping.
`CompactStreamSerializer` used to load a class inside
`ConcurrentHashMap.computeIfAbsent` invocation which could lead to
deadlock, for example in scenario when at the same time Jet job with
custom classes and IMap.executeOnEntires tried to process data in the
same IMap which were compact `GenericRecord`.

Fixes HZ-3065
Backport of #25379
Slack report:
https://hazelcast.slack.com/archives/C034YQBTG/p1692628725643179
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

4 participants