You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "Casey Stella (JIRA)" <ji...@apache.org> on 2018/02/27 14:57:00 UTC

[jira] [Created] (METRON-1463) Adjust the groupings and shuffles in enrichment to be more efficient

Casey Stella created METRON-1463:
------------------------------------

             Summary: Adjust the groupings and shuffles in enrichment to be more efficient
                 Key: METRON-1463
                 URL: https://issues.apache.org/jira/browse/METRON-1463
             Project: Metron
          Issue Type: Improvement
            Reporter: Casey Stella


Currently there are some deficiencies in our grouping approach in the enrichment topology:
 * We have field grouping by key in places where we need LOCAL_OR_SHUFFLE groupings
 * We have shuffle groupings in places where we need LOCAL_OR_SHUFFLE groupings
 * We have field groupings by key in places where we needĀ fieldĀ grouping by message (specifically in the connections from the splitter to the enrichments).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)