arunpandianp commented on code in PR #37797:
URL: https://github.com/apache/beam/pull/37797#discussion_r2906970040


##########
runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/StreamingDataflowWorker.java:
##########
@@ -330,6 +330,7 @@ private StreamingDataflowWorker(
   }
 
   private StreamingWorkerHarnessFactoryOutput createApplianceWorkerHarness(
+      @UnderInitialization() StreamingDataflowWorker this,

Review Comment:
   use a different name than `this`?



##########
runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/StreamingDataflowWorker.java:
##########
@@ -368,6 +370,7 @@ private StreamingWorkerHarnessFactoryOutput 
createApplianceWorkerHarness(
   }
 
   private StreamingWorkerHarnessFactoryOutput 
createFanOutStreamingEngineWorkerHarness(
+      @UnknownInitialization() StreamingDataflowWorker this,

Review Comment:
   use a different name than `this`?



-- 
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]

Reply via email to