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.
>
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
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