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

Mirror info page does not load #2083

Open
cvhariharan opened this issue Sep 18, 2024 · 2 comments
Open

Mirror info page does not load #2083

cvhariharan opened this issue Sep 18, 2024 · 2 comments
Assignees

Comments

@cvhariharan
Copy link

When trying to pause / edit the mirror, the mirror page does not open. Looking at the requests, there is one request to /api/v1/mirrors/status that returns a 429 with the error

{"code":8, "message":"grpc: received message larger than max (6624263 vs. 4194304)", "details":[]}

Not sure if this related to the issue.

This generally happens after the mirror has been running for a while.

Version: stable-v0.16.2

Restarts also don't fix the issue.

@cvhariharan
Copy link
Author

Could be from the grpc limit. https://pkg.go.dev/google.golang.org/grpc#MaxRecvMsgSize

@Amogh-Bharadwaj
Copy link
Contributor

Amogh-Bharadwaj commented Oct 17, 2024

Hi @cvhariharan !
Thanks for flagging !
This is a known issue which would be fixed by end-to-end pagination of our mirror stats which we show in the overview tab when you click on a mirror. As part of the page load in the overview tab we fetch both the mirror status from temporal and also all the batches that we synced - which could be in thousands
We are trying to find cycles to implement this in OSS :)

@serprex serprex self-assigned this Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants