Jiří Holuša
Jiří Holuša
Closing this issue as it didn't occur since February and we have done some work to reduce resources needed for tests (https://github.com/hazelcast/hazelcast/pull/12832), so this issue might not occur at all...
Hi @adnxn , glad to see you here :) I'm assigning you the issue and I'll make sure to get you some guidance from our experts. Looking forward to your...
@xrow Just to make sure, so the issue is happening when you're using WAN replication?
@xrow I see, thank you. In that case, let me comment on it. Working with hostnames in WAN replication is our long standing issue. However, it's not trivial at all...
@brettcurtis Actually yes! In recently released Hazelcast Platform 5.1, we've done many improvements with the usage of hostnames, especially around WAN replication. Could you give it a try and see...
Hi @Kanugula , perfect! We're happy to see you here :) You can find initial pointers in the issue description. That should get you started. Good luck! :rocket:
> I would like to open discussion about simplifying and unifying code samples. The idea behind is to provide unified experience to users and allow QE to verify the samples...
Failure occurred again in the PR builder https://hazelcast-l337.ci.cloudbees.com/view/Lab/job/new-lab-fast-pr/14548/testReport/junit/com.hazelcast.map.impl.nearcache.invalidation/MemberMapReconciliationTest/test_reconciliation_does_not_cause_premature_removal_mapInMemoryFormat_OBJECT_nearCacheInMemoryFormat_OBJECT_/ Stacktrace: ``` java.lang.AssertionError: Wrong expectedHits [NearCacheStatsImpl{ownedEntryCount=100, ownedEntryMemoryCost=0, creationTime=1521549446094, hits=99, misses=101, ratio=98.0%, evictions=0, expirations=0, lastPersistenceTime=0, persistenceCount=0, lastPersistenceDuration=0, lastPersistenceWrittenBytes=0, lastPersistenceKeyCount=0, lastPersistenceFailure=''}] expected: but was:...
Failed with the maintenance branch, which is currently 3.10.1-SNAPSHOT: https://hazelcast-l337.ci.cloudbees.com/job/new-lab-fast-pr/15208/ Stacktrace: ``` java.lang.AssertionError: Wrong expectedHits [NearCacheStatsImpl{ownedEntryCount=100, ownedEntryMemoryCost=10800, creationTime=1524045466279, hits=99, misses=101, ratio=98.0%, evictions=0, expirations=0, lastPersistenceTime=0, persistenceCount=0, lastPersistenceDuration=0, lastPersistenceWrittenBytes=0, lastPersistenceKeyCount=0, lastPersistenceFailure=''}] expected:...
@mdogan Does the above analysis rings any bell what might be happening there?