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/17 20:54:18 UTC

[GitHub] [geode] jmelchio opened a new pull request #7379: GEODE-9990: turn DiskAccessException into CacheClosedException (#7334)

jmelchio opened a new pull request #7379:
URL: https://github.com/apache/geode/pull/7379


   - when DiskInitFile is in closed state and DiskStoreImpl is closed or
     closing
   - catch DiskAccessException in PRHARedundancyProvider and turn into
     CacheClosedException if cache closing is in progress
   - change CreateBucketMessage to handle DiskAccessException as cause of
     ReplyException
   
   (cherry picked from commit a98197b5d0a3a2547e0581e475dcabaa82e6e92f)
   
   


-- 
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] jmelchio merged pull request #7379: GEODE-9990: turn DiskAccessException into CacheClosedException (#7334)

Posted by GitBox <gi...@apache.org>.
jmelchio merged pull request #7379:
URL: https://github.com/apache/geode/pull/7379


   


-- 
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] jmelchio commented on pull request #7379: GEODE-9990: turn DiskAccessException into CacheClosedException (#7334)

Posted by GitBox <gi...@apache.org>.
jmelchio commented on pull request #7379:
URL: https://github.com/apache/geode/pull/7379#issuecomment-1049085065


   We have discovered that changes to the PR pipeline mean that tests are no longer running in docker containers. As a result of that, distributed tests and acceptance tests for pre 1.15 back port requests that are run in parallel outside of docker containers run into problems with port assignments as seen in this PR.
   
   The RTM has been made aware.
   
   We are merging this PR despite the current failures in the PR pipeline as they do not appear related to the code changes introduced in the 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.

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

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