Skip to content
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

Distribute mailbox export load across cluster #8129

Open
Tracked by #1292
charlag opened this issue Dec 13, 2024 · 0 comments · Fixed by #8173
Open
Tracked by #1292

Distribute mailbox export load across cluster #8129

charlag opened this issue Dec 13, 2024 · 0 comments · Fixed by #8173

Comments

@charlag
Copy link
Contributor

charlag commented Dec 13, 2024

When running the export we should try to distribute the load across multiple servers for most of the requests.
We can get a list of nodes by requesting a blob access token for the current archive. After that we can round-robin our requests in some way across different nodes mentioned in the archive (BlobAccessTokenPostOut#blobAccessInfo, BlobServerAccessInfo#servers).

Estimated: 4h

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants