[
https://issues.apache.org/jira/browse/BEAM-9748?focusedWorklogId=473708&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-473708
]
ASF GitHub Bot logged work on BEAM-9748:
----------------------------------------
Author: ASF GitHub Bot
Created on: 23/Aug/20 23:02
Start Date: 23/Aug/20 23:02
Worklog Time Spent: 10m
Work Description: stale[bot] commented on pull request #11406:
URL: https://github.com/apache/beam/pull/11406#issuecomment-678836072
This pull request has been marked as stale due to 60 days of inactivity. It
will be closed in 1 week if no further activity occurs. If you think that’s
incorrect or this pull request requires a review, please simply write any
comment. If closed, you can revive the PR at any time and @mention a reviewer
or discuss it on the [email protected] list. Thank you for your
contributions.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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: 473708)
Time Spent: 5h (was: 4h 50m)
> Refactor Reparallelize as an alternative Reshuffle implementation
> -----------------------------------------------------------------
>
> Key: BEAM-9748
> URL: https://issues.apache.org/jira/browse/BEAM-9748
> Project: Beam
> Issue Type: Improvement
> Components: sdk-java-core
> Reporter: Ismaël Mejía
> Priority: P3
> Time Spent: 5h
> Remaining Estimate: 0h
>
> Some DoFn based IOs like JdbcIO and RedisIO rely on a different approach to
> Reparallelize outputs using a combination of a an empty PCollectionView to
> force materialization and Reshuffle.viaRandomkey to reparallelize a
> PCollection. This issue extracts this transform and expose it as part of the
> Reshuffle to avoid repeating the code for transforms (notably IOs) that
> produce lots of sequentially generated data where and benefit of this
> alternative approach to perform better reparallelization of its output.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)