You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2021/03/15 22:12:55 UTC

[GitHub] [geode-native] gaussianrecurrence edited a comment on pull request #713: GEODE-8442: Exception in server not identified correctly in client

gaussianrecurrence edited a comment 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
   
   PST. I also created PR  #762 which solves RegisterKeysTest.RegisterAllWithConsistencyDisabled spurious failures.


----------------------------------------------------------------
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:
users@infra.apache.org