SbloodyS commented on PR #16000: URL: https://github.com/apache/dolphinscheduler/pull/16000#issuecomment-2113884705
> The code I modified is tenant id, which corresponds to the UID of Linux AS wenjun said `the uid is transparent to ds`. > When deploying the dolphinscheduler worker service in a k8s environment and mounting PVC, all files in the PVC have corresponding users. When the dolphinscheduler worker service restarts, the users in the container are cleared, and the users are recreated in order of connecting to the dolphinscheduler worker. At this time, the username and userid are not consistent with the situation before restarting. Due to the username and userid matching in the PVC file, the user corresponding to the PVC file is incorrect after restarting the container You can specify mounting permissions for the pvc file to ensure that the permissions for the content mounted to different containers are consistent. -- 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]
