Joery created FLINK-37183: ----------------------------- Summary: Usrlib symlinks are not followed Key: FLINK-37183 URL: https://issues.apache.org/jira/browse/FLINK-37183 Project: Flink Issue Type: Bug Components: Client / Job Submission Affects Versions: 1.19.1, 1.20.0 Reporter: Joery
https://issues.apache.org/jira/browse/FLINK-35358 has changed the Java File API that is used to traverse the usrlib from Files.list to Files.walk. Files.list was following symlinks, but Files.walk needs an option passed to follow symlinks. This caused symlinks to no longer be followed. Which seems like an unintended side effect and broke my setup. -- This message was sent by Atlassian Jira (v8.20.10#820010)