parveensania commented on code in PR #38249:
URL: https://github.com/apache/beam/pull/38249#discussion_r3121408766
##########
runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/windmill/WindmillEndpoints.java:
##########
@@ -39,13 +39,34 @@
*/
@AutoValue
public abstract class WindmillEndpoints {
+ public enum Type {
+ UNKNOWN,
+ CLOUDPATH,
+ BORG,
Review Comment:
done
##########
runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/streaming/harness/FanOutStreamingEngineWorkerHarness.java:
##########
@@ -106,6 +106,9 @@ public final class FanOutStreamingEngineWorkerHarness
implements StreamingWorker
@GuardedBy("this")
private long activeMetadataVersion;
+ @GuardedBy("metadataLock")
Review Comment:
done
--
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]