adrian-edbert commented on issue #54175:
URL: https://github.com/apache/airflow/issues/54175#issuecomment-3211082801

   @suhail-zemoso 
   ah actually I have tried that as well, even when we change the directory and 
lock files permission into 777 manually after creation, we would still have 
issue since on the worker the run_as_user later will also create it's own lock 
files for the versions, this will be owned by the run_as_user on the version 
directory, and since this bundles directory is shared let's say by multiple 
run_as_user the next user that is running the dag that is coming on the same 
bundle and same version will try to acquire this lock then, which will then be 
failing as well, changing every single lock files into 777 might not be 
scalable then
   
   but if that works for you, then I might have some error in my configuration, 
will test that again later when I have the time, since for now we did monkey 
patch this issue on our side by changing the bundle directory on run_as_user


-- 
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]

Reply via email to