[
https://issues.apache.org/jira/browse/STORM-3755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17302965#comment-17302965
]
Bipin Prasad commented on STORM-3755:
-------------------------------------
Pull Request: https://github.com/apache/storm/pull/3386
> While scheduling multiple ackers with executor use best effort basis
> --------------------------------------------------------------------
>
> Key: STORM-3755
> URL: https://issues.apache.org/jira/browse/STORM-3755
> Project: Apache Storm
> Issue Type: Improvement
> Components: storm-server
> Reporter: Bipin Prasad
> Assignee: Bipin Prasad
> Priority: Minor
> Fix For: 2.3.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> In the scheduling loop, if the number of ackers to be scheduled along with
> the executor is greater than zero, and they cannot all fit, then try to fit
> as many ackers as possible.
> To do this, fit the executor first. If this succeeds, then attempt to fit as
> many ackers are possible upto and including the max required as per
> calculation (and as low as zero). This second step should not fail.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)