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 2020/02/21 19:49:00 UTC

[jira] [Created] (STORM-3587) Allow Scheduler futureTask to gracefully exit and register message on timeout

Bipin Prasad created STORM-3587:
-----------------------------------

             Summary: Allow Scheduler futureTask to gracefully exit and register message on timeout
                 Key: STORM-3587
                 URL: https://issues.apache.org/jira/browse/STORM-3587
             Project: Apache Storm
          Issue Type: New Feature
          Components: storm-server
    Affects Versions: 2.2.0
            Reporter: Bipin Prasad
            Assignee: Bipin Prasad
             Fix For: 2.2.0


ResourceAwareScheduler creates a FutureTask with timeout specified in config. Scheduling strategy (e.g ConstraintSolverStrategy) uses the the same configuration variable to determine when to terminate its effort.

Increase the timeout in ResourceAwareScheduler to allow the FutureTask to gracefully exit and record its error message.



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