Replies: 1 comment
-
The caser above occurs for both "folders" with the delimiter file and without (tho for the once without, when looking in the debug logs, the requests result in a 404 as opposed to 200) |
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
-
Hi, I am at the end of my wits :/ so we've been using for a while now blobfuse2 to access azure storage blob data (flat) in our aks, specifically in a jupyter notebook.
These were our PV blobfuse options:
Which worked for us great, we were getting the desired performance (and real-timeness) of course at the cost of slightly increased transactions.
But recently we started observing very slow performance, especially when accessing containers with a lot of data, grouped in "folders". Even with limited amount of "folders" it would perform much worse than it used to be.
We cannot trace it to a specific change per say. Our notebook setup hasn't been updated recently, and the only thing which wasn't under our directly control was blobfuse as it was "installed" using the managed AKS service (at the time of noticing the issue, we were using the 2.3.0, and have been using it for a while now).
Since then we tried swithcing to a non-managed (helm) csi installation, most recent update on blobfuse-csi and blobfuse2 and nothing seemed to help.
When looking at the logs we notice that for each "folder" there's always at least 25+ requets:
example:
Can this be the cause? Or should we look somewhere else? Or any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions