You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eagle.apache.org by "wujinhu (JIRA)" <ji...@apache.org> on 2016/10/24 05:53:58 UTC

[jira] [Updated] (EAGLE-673) add numOfPublishExecutors to alert engine topology

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

wujinhu updated EAGLE-673:
--------------------------
    Description: 
When creates alert engine topology
        BoltDeclarer boltDeclarer = builder.setBolt(alertPublishBoltName, publisherBolt).setNumTasks(numOfPublishTasks);

builder does not set number of publish executors which will cause these tasks are in only one bolt.

  was:
When creates alert engine topology
        BoltDeclarer boltDeclarer = builder.setBolt(alertPublishBoltName, publisherBolt).setNumTasks(numOfPublishTasks);

builder does not set number of publish bolts which will cause these tasks are in only one bolt.


> add numOfPublishExecutors to alert engine topology
> --------------------------------------------------
>
>                 Key: EAGLE-673
>                 URL: https://issues.apache.org/jira/browse/EAGLE-673
>             Project: Eagle
>          Issue Type: Bug
>    Affects Versions: v0.5.0
>            Reporter: wujinhu
>            Assignee: wujinhu
>             Fix For: v0.5.0
>
>
> When creates alert engine topology
>         BoltDeclarer boltDeclarer = builder.setBolt(alertPublishBoltName, publisherBolt).setNumTasks(numOfPublishTasks);
> builder does not set number of publish executors which will cause these tasks are in only one bolt.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)