Re: Weird (Memcached) IntegrationJUnitTest failure

2020-05-01 Thread Jianxia Chen
When I tried, I didn't use the refactored waitIfClosing(). I used the original waitUntilClosed() and the if statements surrounding it. On Fri, May 1, 2020 at 3:40 PM Jianxia Chen wrote: > I don't know the exact root cause. This failure can be consistently > reproduced in my local environment. >

Re: Weird (Memcached) IntegrationJUnitTest failure

2020-05-01 Thread Jianxia Chen
I don't know the exact root cause. This failure can be consistently reproduced in my local environment. I tried the following: 1. Revert the changes of GemFireCacheImpl 2. Introduced the new doClose() method as in your pull request 3. Change the return statements to return true or false according

Weird (Memcached) IntegrationJUnitTest failure

2020-05-01 Thread Kirk Lund
This is from a PR in which I extracted doClose from GemFireCacheImpl.close(). Any ideas what would cause *java.lang.NoClassDefFoundError: Could not initialize class org.apache.geode.internal.cache.TXCommitMessage*? org.apache.geode.memcached.IntegrationJUnitTest > testGemFireProperty FAILED *j