hazelcast
hazelcast copied to clipboard
Test-related assertion logging from Hazelcast
I got this in hazelcast console output
Aug 16, 2012 8:16:21 PM com.hazelcast.impl.PartitionManager
INFO: [127.0.0.1]:6701 [dev] Re-partitioning cluster data... Immediate-Tasks: 271, Scheduled-Tasks: 0
Aug 16, 2012 8:16:22 PM com.hazelcast.impl.PartitionManager
INFO: [127.0.0.1]:6701 [dev] Remaining migration tasks in queue => Immediate-Tasks: 261, Scheduled-Tasks: 0
*** java.lang.instrument ASSERTION FAILED ***: "error == JVMTI_ERROR_NONE" at ../../../src/share/instrument/Reentrancy.c line: 80
*** java.lang.instrument ASSERTION FAILED ***: "test == expected" at ../../../src/share/instrument/Reentrancy.c line: 81
*** java.lang.instrument ASSERTION FAILED ***: "error == JVMTI_ERROR_NONE" at ../../../src/share/instrument/Reentrancy.c line: 80
*** java.lang.instrument ASSERTION FAILED ***: "test == expected" at ../../../src/share/instrument/Reentrancy.c line: 81
*** java.lang.instrument ASSERTION FAILED ***: "error == JVMTI_ERROR_NONE" at ../../../src/share/instrument/Reentrancy.c line: 139
It looks like test related. Is it possible that something crept up in hazelcast configuration that makes it run tests?