fredia commented on code in PR #23153:
URL: https://github.com/apache/flink/pull/23153#discussion_r1286778395
##########
flink-state-backends/flink-statebackend-common/src/main/java/org/apache/flink/state/common/PeriodicMaterializationManager.java:
##########
@@ -310,7 +310,7 @@ private void notifyFailureOrCancellation(
() ->
target.handleMaterializationFailureOrCancellation(
materializationId, upTo, cause),
- "Task {} materialization:{},upTo:{} failed or canceled.",
+ "Task %s materialization:%d,upTo:%s failed or canceled.",
Review Comment:
nit: add some spaces.
`"Task %s materialization: %d, upTo: %s, failed or canceled."`
--
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]