bhisevishal commented on code in PR #25291:
URL: https://github.com/apache/beam/pull/25291#discussion_r1096354674
##########
sdks/java/harness/src/main/java/org/apache/beam/fn/harness/control/ExecutionStateSampler.java:
##########
@@ -187,13 +253,37 @@ public class ExecutionStateTracker implements
BundleProgressReporter {
// Read and written by the ExecutionStateSampler thread
private long transitionsAtLastSample;
+ // Ignore the @UnderInitialization for metricsContainer since both this
and it will be
Review Comment:
With new change I think there it will not throw @UnderInitialization and we
can remove `@SuppressWarnings({"assignment", "argument"})`
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]