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/09/27 17:08:00 UTC

[jira] [Commented] (GEODE-9459) add tests for wan connection when authentication expires

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

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

Commit 7d21eda09d1c8be1640c673421d4a5922b6ff540 in geode's branch refs/heads/develop from Joris Melchior
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=7d21eda ]

GEODE-9459: testing clients with WAN connected cluster (#6901)



> add tests for wan connection when authentication expires
> --------------------------------------------------------
>
>                 Key: GEODE-9459
>                 URL: https://issues.apache.org/jira/browse/GEODE-9459
>             Project: Geode
>          Issue Type: Sub-task
>            Reporter: Jinmei Liao
>            Priority: Major
>              Labels: GeodeOperationAPI, pull-request-available
>
> Current state:
> WAN connections do not time out and once established remain in place once authenticated
> New state:
> WAN connections may be subject to timeout and when a WAN connection times out it will receive a `AuthenticationExpiredException` exception in response to an attempt to send a batch of events from a Gateway sender to a Gateway receiver.
> Testing tasks:
>  * Confirm the new state behaviour on both newer systems and systems of version 1.13.3 and older.
>  * On newer systems the Gateway sender should automatically re-authenticate when getting the `AuthenticationExpiredException`
>  * On older systems the Gateway sender should receive an `AuthenticationRequiredException` as the `server` side recognizes an older `client` and translates the `AuthenticationExpiredException`. The Gateway sender should automatically authenticate in this case too.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)