scwhittle commented on code in PR #30233:
URL: https://github.com/apache/beam/pull/30233#discussion_r1481351257
##########
runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/MetricTrackingWindmillServerStub.java:
##########
@@ -59,28 +60,66 @@ public class MetricTrackingWindmillServerStub {
private final MemoryMonitor gcThrashingMonitor;
private final boolean useStreamingRequests;
+ private final WindmillStreamPool<GetDataStream> getDataStreamPool;
+
+ // May be the same instance as getDataStreamPool based upon options.
Review Comment:
May be is correct but changed to "This may be" so it's clearer
--
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]