Feifan Wang created FLINK-32769: ----------------------------------- Summary: PeriodicMaterializationManager pass descriptionFormat with invalid placeholder to MailboxExecutor#execute() Key: FLINK-32769 URL: https://issues.apache.org/jira/browse/FLINK-32769 Project: Flink Issue Type: Bug Components: Runtime / State Backends Reporter: Feifan Wang
descriptionFormat in _MailboxExecutor#execute( ThrowingRunnable<? extends Exception> command, String descriptionFormat, Object... descriptionArgs)_ will be used in _String.format()_ which can't accept placeholder like "{}". But PeriodicMaterializationManager passed the descriptionFormat with invalid placeholder ‘{}’. -- This message was sent by Atlassian Jira (v8.20.10#820010)