You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Anilkumar Gingade (Jira)" <ji...@apache.org> on 2022/06/10 19:24:00 UTC

[jira] [Updated] (GEODE-10376) Client event processing waits for event registrations to finish

     [ https://issues.apache.org/jira/browse/GEODE-10376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anilkumar Gingade updated GEODE-10376:
--------------------------------------
    Summary: Client event processing waits for event registrations to finish  (was: Client event processing waits for event registrations to finish.  )

> Client event processing waits for event registrations to finish
> ---------------------------------------------------------------
>
>                 Key: GEODE-10376
>                 URL: https://issues.apache.org/jira/browse/GEODE-10376
>             Project: Geode
>          Issue Type: Bug
>          Components: client/server
>    Affects Versions: 1.16.0
>            Reporter: Anilkumar Gingade
>            Priority: Major
>
> Currently while processing the events from server the client event processing (Cache Client Updater) thread will wait for event registrations to finish; this will slowdown the event processing and may cause event build of on server.
> The code in question:
> {code:java}
> In CacheClientUpdater.processMessage():
>           // Wait for the previously failed cache client updater
>           // to finish. This will avoid out of order messages.
>           waitForFailedUpdater();
>           cache.waitForRegisterInterestsInProgress();
> {code}
> We need to see if "waitForInterestRegistration" needs to be done if there is no failure in updater thread.
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)