apache / incubator-streampark

Make stream processing easier! Easy-to-use streaming application development framework and operation platform.
https://streampark.apache.org/
Apache License 2.0
3.79k stars 975 forks source link

[Bug] Unable to delete file: xxx/xxx/xxx.nfs1213221e1e12xxx #3565

Open which520 opened 4 months ago

which520 commented 4 months ago

Search before asking

Java Version

8

Scala Version

2.12.x

StreamPark Version

2.12

Flink Version

1.14.6

deploy mode

remote

What happened

streampark采用k8s部署方式进行部署,然后将workspace挂载出来,使用的是aws的efs盘进行挂载,然后对 一个application重新导入jar包后,进行releas 就会报错

Error Exception

java.io.IOException: Unable to delete file: /opt/soft/streampark_workspace/workspace/100165/.nfs1b803841542467490000003f

Screenshots

image

Are you willing to submit PR?

Code of Conduct

pptt100 commented 1 month ago

这个有解决方案吗?