You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@sentry.apache.org by "Alexander Kolbasov (JIRA)" <ji...@apache.org> on 2017/09/11 00:38:00 UTC

[jira] [Created] (SENTRY-1940) Sentry should time out threads waiting for notifications

Alexander Kolbasov created SENTRY-1940:
------------------------------------------

             Summary: Sentry should time out threads waiting for notifications
                 Key: SENTRY-1940
                 URL: https://issues.apache.org/jira/browse/SENTRY-1940
             Project: Sentry
          Issue Type: Bug
          Components: Sentry
    Affects Versions: 2.0.0
            Reporter: Alexander Kolbasov


HMS synchronizes with Sentry by sending special sync requests waiting for notifications to be processed. When notification processing is delayed, a lot of Sentry service threads can be tied up waiting. HMS eventually times out these requests but Sentry doesn't, so if notifications are delayed, all service threads may become busy for a long time.

We must introduce a timeout on the Sentry side as well to avoid this scenario.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)