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

[Enhancement]: Reduce GetRecovery Response size #27482

Closed
1 task done
xiaofan-luan opened this issue Oct 6, 2023 · 0 comments · Fixed by #27483
Closed
1 task done

[Enhancement]: Reduce GetRecovery Response size #27482

xiaofan-luan opened this issue Oct 6, 2023 · 0 comments · Fixed by #27483
Labels
kind/enhancement Issues or changes related to enhancement

Comments

@xiaofan-luan
Copy link
Collaborator

Is there an existing issue for this?

  • I have searched the existing issues

What would you like to be added?

because grpc has strict limit of send and receive size.

With the large response size it not only affect performance but also may cuse timeout or response too large.

We introduce two optimize:

  1. use logID in SegmentInfo instead of logPath
  2. set grpc compressed to be true.

Why is this needed?

No response

Anything else?

No response

@xiaofan-luan xiaofan-luan added the kind/enhancement Issues or changes related to enhancement label Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Issues or changes related to enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant