Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SAMZA-2774: Resolve classpath symlinks (apache#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. [yyy@zzz filecache]$ cat /data/appcache/application_1668550466222_0989/filecache/10/xxx-0.0.672.tgz/classpath_workspace/manifest.txt|tail -n 2 /data/appcache/application_1668550466222_0989/container_e114_1668550466222_0989_01_000003/__package/lib/zstd-jni-1.5.2-3.jar [yyy@zzz filecache]$ This patch is to resolve those symlinks to their application level paths.
- Loading branch information