rwiggles commented on code in PR #39561:
URL: https://github.com/apache/beam/pull/39561#discussion_r3693853414


##########
runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/DataflowWorkUnitClient.java:
##########


Review Comment:
   Renamed to `setSystemStageName` and `getSystemStageName` to align with 
`getSystemName()` on `MapTask` and `ComputationState`.



##########
runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/streaming/harness/MetricsDataProvider.java:
##########
@@ -59,7 +59,7 @@ public void appendSummaryHtml(PrintWriter writer) {
 
     writer.println("Active Keys: <br>");
     for (ComputationState computationState : allComputationStates.get()) {
-      writer.print(computationState.getComputationId());

Review Comment:
   Updated to print both `computationId` and `systemName` in the debug capture 
output.



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