bringhurst opened a new pull request, #1653: URL: https://github.com/apache/samza/pull/1653
Manifest generation (application-level) is pointing to container-level symlinks instead of application-level files. This will cause issues when multiple containers for an application land on a single host and the container the manifest is pointing to gets cleaned up. {noformat} [yyy@zzz filecache]$ cat /export/content/data/samsa-yarn/usercache/vapp5251/appcache/application_1668550466222_0989/filecache/10/xxx-0.0.672.tgz/classpath_workspace/manifest.txt|tail -n 2 /export/content/data/samsa-yarn/usercache/yyy/appcache/application_1668550466222_0989/container_e114_1668550466222_0989_01_000003/__package/lib/zstd-jni-1.5.2-3.jar [yyy@zzz filecache]$ {noformat} This patch is to resolve those symlinks to their application level paths. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@samza.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org