parveensania commented on code in PR #39646:
URL: https://github.com/apache/beam/pull/39646#discussion_r3797662705
##########
runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/windmill/client/grpc/stubs/FailoverChannel.java:
##########
@@ -426,11 +445,12 @@ private void onPrimaryStateChanged() {
if (newState == ConnectivityState.READY || newState ==
ConnectivityState.IDLE) {
if (state.markPrimaryReady()) {
LOG.info(
- "[channel-{}] Primary channel recovered; switching back from
fallback.", channelId);
+ "[channel-{}] Primary channel observed healthy during state change
registration; switching back from fallback.",
Review Comment:
This was supposed to be "Primary channel observed healthy during state
change notification". Had made a typo. Thanks for catching it.
--
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]