Spongebob created FLINK-32361:
---------------------------------
Summary: error after replace dependent jar file
Key: FLINK-32361
URL: https://issues.apache.org/jira/browse/FLINK-32361
Project: Flink
Issue Type: Bug
Components: API / Core
Affects Versions: 1.14.5
Reporter: Spongebob
in the standalone session mode. I have one dependent jar file named 'A.jar' in
the folder `lib1`, so I submit my app via command `flink run -C
file:///lib1/A.jar -c Application ./myApp.jar`. well it runs normally.
And, I have the same jar file named 'A.jar' in the folder `lib2` also which was
copied from `lib1`. then I delete A.jar in `lib1`, copy the same jar from
`lib2` to `lib1`, re-submit the application. Finally I would get an
ClassNotFoundException which class refer to A.jar.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)