Open chrisdennis opened 2 years ago
Pretty sure the merge in this is busted... I need to come back and look at it again later today.
The failed test, org.ehcache.clustered.replication.BasicClusteredCacheOpsReplicationMultiThreadedTest > testCRUD[consistency=EVENTUAL]
, appears to be a bit racy. It looks like it could use some additional coordination to ensure things actually get started before the ACTIVE is clobbered. May be some additional coordination needed between the "put" threads and the "get" thread. And are there enough executor threads to permit this test to run reliably -- 21 tasks vs 10 threads.
Definitely not related to your changes.
This PR is daggy, want to merge in some other branch as well?