[
https://issues.jboss.org/browse/ISPN-8728?page=com.atlassian.jira.plugin....
]
Dan Berindei commented on ISPN-8728:
------------------------------------
I see at least one node didn't remove its stale entries until after the check, but
weirdly it's the one with the smallest size:
{noformat}
13:15:48,193 TRACE (transport-thread-Test-NodeA-p65322-t2:[Topology-___defaultcache])
[StateConsumerImpl] Received new topology for cache ___defaultcache, isRebalance = false,
isMember = true, topology = CacheTopology{id=58, phase=NO_REBALANCE, rebalanceId=14,
currentCH=PartitionerConsistentHash:DefaultConsistentHash{ns=256, owners =
(4)[Test-NodeA-38646: 63+117, Test-NodeB-9388: 65+146, Test-NodeC-44085: 65+114,
Test-NodeI-20972: 63+135]}, pendingCH=null, unionCH=null, actualMembers=[Test-NodeA-38646,
Test-NodeB-9388, Test-NodeC-44085, Test-NodeI-20972],
persistentUUIDs=[b05aa78b-afa2-40df-9b7b-07d19456c49a,
3cf71fa7-eedc-4697-b3f6-f3dc8e4b4492, acb16498-c1b5-44fc-9bdf-abe920a0165b,
f5f19371-77ee-45ac-922d-b616a6e5fb39]}
13:15:48,201 DEBUG (transport-thread-Test-NodeA-p65322-t2:[Topology-___defaultcache])
[StateConsumerImpl] Removing no longer owned entries for cache ___defaultcache
13:15:48,216 TRACE (testng-Test:[]) [TestingUtil] Node Test-NodeA-38646 finished state
transfer, has topology CacheTopology{id=58, phase=NO_REBALANCE, rebalanceId=14,
currentCH=PartitionerConsistentHash:DefaultConsistentHash{ns=256, owners =
(4)[Test-NodeA-38646: 63+117, Test-NodeB-9388: 65+146, Test-NodeC-44085: 65+114,
Test-NodeI-20972: 63+135]}, pendingCH=null, unionCH=null, actualMembers=[Test-NodeA-38646,
Test-NodeB-9388, Test-NodeC-44085, Test-NodeI-20972],
persistentUUIDs=[b05aa78b-afa2-40df-9b7b-07d19456c49a,
3cf71fa7-eedc-4697-b3f6-f3dc8e4b4492, acb16498-c1b5-44fc-9bdf-abe920a0165b,
f5f19371-77ee-45ac-922d-b616a6e5fb39]}
13:15:48,221 DEBUG (testng-Test:[]) [Test] Exception eviction size for cache:
___defaultcache is: 8388864
13:15:48,245 TRACE (transport-thread-Test-NodeA-p65322-t2:[Topology-___defaultcache])
[InvalidateCommand] Invalidating keys [WrappedByteArray{bytes=[B0x011500000001,
hashCode=935526774}, WrappedByteArray{bytes=[B0x011500000005, hashCode=935526778}]
{noformat}
ExceptionEvictionTest.testSizeCorrectWithStateTransfer random
failures
----------------------------------------------------------------------
Key: ISPN-8728
URL:
https://issues.jboss.org/browse/ISPN-8728
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Core
Affects Versions: 9.2.0.CR1
Reporter: Dan Berindei
Assignee: William Burns
Labels: testsuite_stability
Fix For: 9.3.0.Final
Attachments: ExceptionEvictionTest_20180129.log.gz,
ExceptionEvictionTest_ISPN-8962_preferavailabilitystrategy_20180328.log.gz
{noformat}
15:10:01,610 ERROR (testng-Test:[]) [TestSuiteProgress] Test failed:
org.infinispan.eviction.impl.ExceptionEvictionTest.testSizeCorrectWithStateTransfer[DIST_SYNC,
nodeCount=3, storageType=BINARY, optimisticTransaction=true]
java.lang.AssertionError: expected:<1920> but was:<1984>
at org.testng.AssertJUnit.fail(AssertJUnit.java:59) ~[testng-6.8.8.jar:?]
at org.testng.AssertJUnit.failNotEquals(AssertJUnit.java:364) ~[testng-6.8.8.jar:?]
at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:80) ~[testng-6.8.8.jar:?]
at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:170) ~[testng-6.8.8.jar:?]
at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:177) ~[testng-6.8.8.jar:?]
at
org.infinispan.eviction.impl.ExceptionEvictionTest.assertInterceptorCount(ExceptionEvictionTest.java:252)
~[test-classes/:?]
at
org.infinispan.eviction.impl.ExceptionEvictionTest.testSizeCorrectWithStateTransfer(ExceptionEvictionTest.java:600)
~[test-classes/:?]
{noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)