kennknowles commented on code in PR #32044:
URL: https://github.com/apache/beam/pull/32044#discussion_r1715491231
##########
sdks/java/harness/src/main/java/org/apache/beam/fn/harness/FnApiDoFnRunner.java:
##########
@@ -327,6 +328,11 @@ static class Factory<InputT, RestrictionT, PositionT,
WatermarkEstimatorStateT,
* otherwise.
*/
private RestrictionTracker<RestrictionT, PositionT> currentTracker;
+ /**
+ * If non-null, set to true after currentTracker has had a tryClaim issued
on it. Used to ignore
Review Comment:
Totally makes sense. I might do a pass on this file to narrow the scope of
the suppressions. It seems like an important file to leave vulnerable. Thanks!
--
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]