Large number of Transactions for the logs when using WASB #34973
Unanswered
ahmadfarhan97
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Remote shares, especially cloud based, could turned life into the pain, see: What resources might limit Scheduler’s performance In additional there is report about this issue in SO in the past, seems like some stat calls could spawn additional Azure File Share transaction (whatever it was) |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi @ahmadfarhan97! did you manage to find a solution for this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are using WASB (azure storage account - file share) for the loggings and it shows that the transactions between Airflow and the file share (solely used for loggings) is very large - more than 1 million transaction per hour.
I am wondering what is happening in the app that continuously require the read/write transaction and how to reduce that number.
Currently we have 4 DAGs running including 2 only run on hourly schedule. The Airflow is deployed to Kubernetes cluster using Helm Chart (v1.10.0). We are using persistent volume to mount to storage account.
The PV and PVC looks like this
This is what we have in the values.yaml:
Beta Was this translation helpful? Give feedback.
All reactions