[
https://issues.apache.org/jira/browse/BEAM-5658?focusedWorklogId=192931&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-192931
]
ASF GitHub Bot logged work on BEAM-5658:
----------------------------------------
Author: ASF GitHub Bot
Created on: 31/Jan/19 16:56
Start Date: 31/Jan/19 16:56
Worklog Time Spent: 10m
Work Description: swegner commented on pull request #7684: [BEAM-5658]
Re-enable findbugs on Dataflow worker
URL: https://github.com/apache/beam/pull/7684#discussion_r252752094
##########
File path:
runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/DataflowMetricsContainer.java
##########
@@ -29,7 +30,11 @@
* An implementation of {@link MetricsContainer} that reads the current
execution state (tracked in
* a field) to determine the current step. This allows the {@link
MetricsEnvironment} to only be
* updated once on entry to the entire stage, rather than in between every
step.
+ *
+ * <p><b>Not actually serializable</b>. {@link MetricsContainer} is
Serializable only due to its
Review comment:
That's a strange behavior. Could you add this javadoc comment to the
`MetricsContainer` base class? Seems like we should eventually remove
`Serializable` and ensure it doesn't end up within a serialized closure.
----------------------------------------------------------------
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: 192931)
Time Spent: 1h (was: 50m)
> Enable FindBugs in dataflow java worker code
> --------------------------------------------
>
> Key: BEAM-5658
> URL: https://issues.apache.org/jira/browse/BEAM-5658
> Project: Beam
> Issue Type: Test
> Components: runner-dataflow
> Reporter: Boyuan Zhang
> Assignee: Kenneth Knowles
> Priority: Critical
> Time Spent: 1h
> Remaining Estimate: 0h
>
> Currently we disabled FindBugs task in worker code. We should enable if after
> fixing all related warnings and errors.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)