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 2022/02/11 00:38:36 UTC

[GitHub] [geode-native] gaussianrecurrence opened a new pull request #923: GEODE-100043: Solve TransactionCleaningTest failures

gaussianrecurrence opened a new pull request #923:
URL: https://github.com/apache/geode-native/pull/923


    - From time to time this test was failing with the error "Concurrent
      modification in the cache". Thing is this test was not intended to
      check concurrent modifications.
    - In GEODE-9322 this test was modified to avoid a race-condition
      whenever restarting the server. To do so, it was needed to enable
      notification subscription and change the region shortcut to
      CACHE_PROXY. In doing so, concurrent checks are also enabled, and due
      to some strange race-condition this is occasionally leading to the exception.
    - Concurrency checks were disabled for the region to avoid the
      race-condition to happen at all


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

To unsubscribe, e-mail: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [geode-native] pdxcodemonkey merged pull request #923: GEODE-10043: Solve TransactionCleaningTest failures

Posted by GitBox <gi...@apache.org>.
pdxcodemonkey merged pull request #923:
URL: https://github.com/apache/geode-native/pull/923


   


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

To unsubscribe, e-mail: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org