scwhittle commented on code in PR #32044:
URL: https://github.com/apache/beam/pull/32044#discussion_r1714085965
##########
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:
Done, I was being consistent with existing currentTracker but agree it is
confusing and me might as well improve it a little.
--
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]