[ 
https://issues.apache.org/jira/browse/EAGLE-794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15701908#comment-15701908
 ] 

ASF GitHub Bot commented on EAGLE-794:
--------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-eagle/pull/687


> Enable publish bolt parallelism
> -------------------------------
>
>                 Key: EAGLE-794
>                 URL: https://issues.apache.org/jira/browse/EAGLE-794
>             Project: Eagle
>          Issue Type: Improvement
>    Affects Versions: v0.5.0
>            Reporter: Garrett Li
>            Assignee: Garrett Li
>             Fix For: v0.5.0
>
>
> Currently the publish is using shuffle grouping, we cannot enable parallelism 
> for publish since we may have local cache which is unavailable across the 
> storm cluster. 
> We are going to use the same strategy as router bolts to alert bolts, which 
> is using field grouping (define empty list of field) and dispatch tuple 
> according to group by fields hashing.



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

Reply via email to