macdoor commented on PR #18036: URL: https://github.com/apache/dolphinscheduler/pull/18036#issuecomment-4118157625
@SbloodyS I verified with official release artifacts from Apache Archive: _- _3.4.0 package contains ._* entries and LIBARCHIVE.xattr.com.apple.provenance warnings when extracted on Linux. - 3.4.1 package does not show these issues on the same Linux environment.__ This strongly suggests the packaging environment or packaging process differed between the two releases (e.g., tar implementation / metadata handling), rather than being caused only by local extraction behavior. ``` macdoor@ubuntu2504:~$ tar xvfz apache-dolphinscheduler-3.4.0-bin.tar.gz ._apache-dolphinscheduler-3.4.0-bin tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance' apache-dolphinscheduler-3.4.0-bin/ apache-dolphinscheduler-3.4.0-bin/._master-server tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance' apache-dolphinscheduler-3.4.0-bin/master-server/ apache-dolphinscheduler-3.4.0-bin/._ui tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance' apache-dolphinscheduler-3.4.0-bin/ui/ apache-dolphinscheduler-3.4.0-bin/._api-server tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance' apache-dolphinscheduler-3.4.0-bin/api-server/ apache-dolphinscheduler-3.4.0-bin/._tools ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
