edman124 commented on code in PR #29879:
URL: https://github.com/apache/beam/pull/29879#discussion_r1442352534
##########
runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/StreamingDataflowWorker.java:
##########
@@ -1758,6 +1767,13 @@ public void reportPeriodicWorkerUpdates() {
} catch (Exception e) {
LOG.error("Unexpected exception while trying to send counter updates",
e);
}
+ try {
+ sendWorkerMessage();
Review Comment:
Just streaming engine for now. Create a new periodic method to send the
WorkerMessage
--
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]