edman124 commented on code in PR #29879:
URL: https://github.com/apache/beam/pull/29879#discussion_r1448150298


##########
runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/DataflowWorkUnitClient.java:
##########
@@ -311,8 +309,6 @@ public WorkerMessageResponse 
reportWorkerMessage(StreamingScalingReport report)
     if (result.getWorkerMessageResponses() == null) {
       return new WorkerMessageResponse();
     }
-    WorkerMessageResponse response = result.getWorkerMessageResponses().get(0);
-    logger.debug("Worker Message Response result: {}", response);
-    return response;
+    return new WorkerMessageResponse();

Review Comment:
   Done. Made the method void for now.



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