[
https://issues.apache.org/jira/browse/BEAM-6161?focusedWorklogId=177281&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-177281
]
ASF GitHub Bot logged work on BEAM-6161:
----------------------------------------
Author: ASF GitHub Bot
Created on: 20/Dec/18 02:01
Start Date: 20/Dec/18 02:01
Worklog Time Spent: 10m
Work Description: ajamato commented on a change in pull request #7272:
[BEAM-6161] Introduce PCollectionConsumerRegistry and add ElementCoun…
URL: https://github.com/apache/beam/pull/7272#discussion_r243134553
##########
File path:
sdks/java/harness/src/main/java/org/apache/beam/fn/harness/FlattenRunner.java
##########
@@ -72,17 +71,16 @@
throws IOException {
// Give each input a MultiplexingFnDataReceiver to all outputs of the
flatten.
- ImmutableSet.Builder<FnDataReceiver<WindowedValue<InputT>>>
consumersBuilder =
- new ImmutableSet.Builder<>();
+ // TODO ajamato: Somehow the consumersBuilder handles the casting for
us before this change.
Review comment:
rm'd
----------------------------------------------------------------
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: 177281)
Time Spent: 3h 40m (was: 3.5h)
> Add ElementCount MonitoringInfos for the Java SDK
> -------------------------------------------------
>
> Key: BEAM-6161
> URL: https://issues.apache.org/jira/browse/BEAM-6161
> Project: Beam
> Issue Type: New Feature
> Components: java-fn-execution, sdk-java-harness
> Reporter: Alex Amato
> Assignee: Alex Amato
> Priority: Major
> Time Spent: 3h 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)