gaussianrecurrence commented on pull request #713: URL: https://github.com/apache/geode-native/pull/713#issuecomment-799787602
I was executing some tests and noticed that FixedPartitionAttributesImpl was causing a coredump. Thing is whenever you fix partition a region, ClientMetadataSvc leads to FixedPartitionAttributesImpl instantiation as part of the PR metadata update. You mentioned @pdxcodemonkey that you have an Python script that reads start and end of a test and for the case of ContainsKeyOnServerExceptionTest.handleException you never see the end, so you guessed it was being stuck, but rather than that the problem is that test was abruptly terminating. I've created PR #766 to solve the coredump. After cherry-picking it to this PR branch the test works like a charm. Hopefully this help you advance this PR ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
