-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
K8SPXC-1542: Fix Azure binlog upload for large files #1848
base: main
Are you sure you want to change the base?
K8SPXC-1542: Fix Azure binlog upload for large files #1848
Conversation
@dcaputo-harmoni tests are failing because GKE 1.27 is removed. I'll ping you to ask rebase after #1849 merged. |
@egegunes No problem, just let me know when |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make concurrency value configurable.
@nmarukovich please create a jira ticket and let's take over this PR. |
I added in some proposed changes to make both concurrency and block size configurable for Azure storage endpoints, let me know if this is along the lines of what you were thinking. I'm running into issues now where larger files require even larger block size / concurrency settings so I think this will be useful to be configurable via yaml. |
commit: 09b4902 |
Hi @hors just want to check in on this one, let me know if I can help get this resolved - it's an important feature for anyone running in an Azure production environment.... |
Fixes #1847