fredia commented on code in PR #23153:
URL: https://github.com/apache/flink/pull/23153#discussion_r1286780956


##########
flink-state-backends/flink-statebackend-common/src/main/java/org/apache/flink/state/common/PeriodicMaterializationManager.java:
##########
@@ -267,7 +267,7 @@ private void asyncMaterializationPhase(
                                                 
metrics.reportFailedMaterialization();
                                             }
                                         },
-                                        "Task {} update materializedSnapshot 
up to changelog sequence number: {}",
+                                        "Task %s update materializedSnapshot 
up to changelog sequence number: %s",

Review Comment:
   ```suggestion
                                           "Task %s update materializedSnapshot 
up to changelog sequence number: %s.",
   ```



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