You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Jinmei Liao (Jira)" <ji...@apache.org> on 2021/09/21 16:20:00 UTC

[jira] [Created] (GEODE-9613) Investigate the effect of putting re-auth in ClientCacheUpdater in a different thread

Jinmei Liao created GEODE-9613:
----------------------------------

             Summary: Investigate the effect of putting re-auth in ClientCacheUpdater in a different thread
                 Key: GEODE-9613
                 URL: https://issues.apache.org/jira/browse/GEODE-9613
             Project: Geode
          Issue Type: Sub-task
          Components: core
            Reporter: Jinmei Liao


Currently, when client receives a "re-authenticate" message, it's doing re-authentication in the updater thread, the updater is blocked until the re-auth returned. It seems ok since theoretically the updater won't receive any further message from the server until the re-auth succeeds anyway. But investigate what's the benefit of putting re-auth in another thread.



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