You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/11/30 18:34:00 UTC

[jira] [Commented] (GEODE-9811) When a node is stopped using nice_exit or its cache is closing, client may fail due to UnavailableSecurityManagerException

    [ https://issues.apache.org/jira/browse/GEODE-9811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17451292#comment-17451292 ] 

ASF subversion and git services commented on GEODE-9811:
--------------------------------------------------------

Commit 607c30cb6e386fb827eb05f0a1a3e3134262f8ee in geode's branch refs/heads/develop from Jinmei Liao
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=607c30c ]

GEODE-9811: Turn UnavailableSecurityManagerException into CacheClosedException (#7148)



> When a node is stopped using nice_exit or its cache is closing, client may fail due to UnavailableSecurityManagerException
> --------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-9811
>                 URL: https://issues.apache.org/jira/browse/GEODE-9811
>             Project: Geode
>          Issue Type: Bug
>          Components: core, security
>    Affects Versions: 1.14.0
>            Reporter: Joris Melchior
>            Assignee: Joris Melchior
>            Priority: Major
>              Labels: GeodeOperationAPI, pull-request-available
>             Fix For: 1.15.0
>
>
> Due to the sequence of events occurring when a server is shutting down it's possible for some transactions to not be able to get the security manager while performing an operation.
> Currently the operation fails without retry while the correct behaviour would be to try and retry the operation at least once on another member.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)