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

response larger than the max message size #5143

Closed
qudonghui opened this issue Jan 14, 2022 · 8 comments
Closed

response larger than the max message size #5143

qudonghui opened this issue Jan 14, 2022 · 8 comments
Labels
need-investigation stale A stale issue or PR that will automatically be closed. type/bug Somehing is not working as expected

Comments

@qudonghui
Copy link

Hi:
When I query the log, I find the following error prompt
image
I tried to modify all the configurations including 16777216, but still didn't work
image

@pgassmann
Copy link
Contributor

in the message 105093682 vs 16777216 on the left is the size of the response and on the right is the limit.

your new limit 104857600 is still smaller than 105093682

you can also reduce the timespan. What range did you query?

@qudonghui
Copy link
Author

I changed max_send_MSg_size to 157286400, but it still didn't work.
And I only query the log for 5 minutes
image
image

@pgassmann
Copy link
Contributor

@qudonghui check if you can see from the loki logs which component is hitting a limit.

also check some other limits from this issue: #4613 (comment)

do you really have / want / need such high amounts of logs. with 32mb per second allowed, that's up to 9,6 GB of logs in 5 min.
compared to that, 15 or 100mb limits seem small.

@stale
Copy link

stale bot commented Mar 2, 2022

Hi! This issue has been automatically marked as stale because it has not had any
activity in the past 30 days.

We use a stalebot among other tools to help manage the state of issues in this project.
A stalebot can be very useful in closing issues in a number of cases; the most common
is closing issues or PRs where the original reporter has not responded.

Stalebots are also emotionless and cruel and can close issues which are still very relevant.

If this issue is important to you, please add a comment to keep it open. More importantly, please add a thumbs-up to the original issue entry.

We regularly sort for closed issues which have a stale label sorted by thumbs up.

We may also:

  • Mark issues as revivable if we think it's a valid issue but isn't something we are likely
    to prioritize in the future (the issue will still remain closed).
  • Add a keepalive label to silence the stalebot if the issue is very common/popular/important.

We are doing our best to respond, organize, and prioritize all issues but it can be a challenging task,
our sincere apologies if you find yourself at the mercy of the stalebot.

@stale stale bot added the stale A stale issue or PR that will automatically be closed. label Mar 2, 2022
@qudonghui
Copy link
Author

qudonghui commented Mar 2, 2022 via email

@stale stale bot removed the stale A stale issue or PR that will automatically be closed. label Mar 2, 2022
@stale
Copy link

stale bot commented Apr 17, 2022

Hi! This issue has been automatically marked as stale because it has not had any
activity in the past 30 days.

We use a stalebot among other tools to help manage the state of issues in this project.
A stalebot can be very useful in closing issues in a number of cases; the most common
is closing issues or PRs where the original reporter has not responded.

Stalebots are also emotionless and cruel and can close issues which are still very relevant.

If this issue is important to you, please add a comment to keep it open. More importantly, please add a thumbs-up to the original issue entry.

We regularly sort for closed issues which have a stale label sorted by thumbs up.

We may also:

  • Mark issues as revivable if we think it's a valid issue but isn't something we are likely
    to prioritize in the future (the issue will still remain closed).
  • Add a keepalive label to silence the stalebot if the issue is very common/popular/important.

We are doing our best to respond, organize, and prioritize all issues but it can be a challenging task,
our sincere apologies if you find yourself at the mercy of the stalebot.

@qudonghui
Copy link
Author

qudonghui commented Apr 17, 2022 via email

@stale stale bot added the stale A stale issue or PR that will automatically be closed. label Apr 17, 2022
@stale stale bot closed this as completed Apr 28, 2022
@chaudum chaudum added the type/bug Somehing is not working as expected label Jun 14, 2023
@harlee-x
Copy link

harlee-x commented Aug 29, 2023

for loki:2.5.0
image

frontend_worker:
   grpc_client_config:
     max_send_msg_size: 268435456

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need-investigation stale A stale issue or PR that will automatically be closed. type/bug Somehing is not working as expected
Projects
None yet
Development

No branches or pull requests

5 participants