[
https://issues.apache.org/jira/browse/BEAM-4565?focusedWorklogId=112094&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-112094
]
ASF GitHub Bot logged work on BEAM-4565:
----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Jun/18 22:47
Start Date: 14/Jun/18 22:47
Worklog Time Spent: 10m
Work Description: robertwb opened a new pull request #5649: [BEAM-4565]
Fix hot key fanout in the face of combiner lifting.
URL: https://github.com/apache/beam/pull/5649
------------------------
Follow this checklist to help us incorporate your contribution quickly and
easily:
- [ ] Format the pull request title like `[BEAM-XXX] Fixes bug in
ApproximateQuantiles`, where you replace `BEAM-XXX` with the appropriate JIRA
issue, if applicable. This will automatically link the pull request to the
issue.
- [ ] If this contribution is large, please file an Apache [Individual
Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
It will help us expedite review of your Pull Request if you tag someone
(e.g. `@username`) to look at it.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 112094)
Time Spent: 10m
Remaining Estimate: 0h
> Hot key fanout should not distribute keys to all shards.
> --------------------------------------------------------
>
> Key: BEAM-4565
> URL: https://issues.apache.org/jira/browse/BEAM-4565
> Project: Beam
> Issue Type: Task
> Components: sdk-java-core, sdk-py-core
> Affects Versions: 2.0.0, 2.1.0, 2.2.0, 2.3.0, 2.4.0, 2.5.0
> Reporter: Robert Bradshaw
> Assignee: Kenneth Knowles
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The goal is to reduce the number of value sent to a single post-GBK worker.
> If combiner lifting happens, each bundle will sends a single value per
> sub-key, causing an N-fold blowup in shuffle data and N reducers with the
> same amount of data to consume as the single reducer in the non-fanout case.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)