You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Bipin Prasad (Jira)" <ji...@apache.org> on 2021/05/12 21:25:00 UTC

[jira] [Created] (STORM-3771) Execute doCleanup in its own timer thread without lock

Bipin Prasad created STORM-3771:
-----------------------------------

             Summary: Execute doCleanup in its own timer thread without lock
                 Key: STORM-3771
                 URL: https://issues.apache.org/jira/browse/STORM-3771
             Project: Apache Storm
          Issue Type: Improvement
          Components: storm-server
            Reporter: Bipin Prasad
            Assignee: Bipin Prasad


_Sometimes doCleanup can take a long time (several minutes) while holding submitLock. This slows down other "submitLock" dependent activities. Execute doCleanup without a lock and within its own timer thread. Ignore exception that may occur inside doCleanup() method._



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