Zakelly Lan created FLINK-35778: ----------------------------------- Summary: Escape URI reserved characters when creating file-merging directories Key: FLINK-35778 URL: https://issues.apache.org/jira/browse/FLINK-35778 Project: Flink Issue Type: Bug Components: Runtime / Checkpointing Affects Versions: 1.20.0 Reporter: Zakelly Lan Assignee: Zakelly Lan Fix For: 1.20.0
Currently, the file-merging manager for checkpoint files will create directories based on tm resource id, job id and operator ids. While in some cases, these ids include some characters that are reserved in URI scheme. So we should do a simple escape for those ids. -- This message was sent by Atlassian Jira (v8.20.10#820010)