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

[fix]fs list copysetinfo err #2523

Merged
merged 1 commit into from
Jun 12, 2023

Conversation

Cyber-SiKu
Copy link
Contributor

@Cyber-SiKu Cyber-SiKu commented Jun 9, 2023

when run curve fs status copyset, while get error:

rpc error: code = ResourceExhausted desc = stream terminated by
RST_STREAM with error code: FLOW_CONTROL_ERROR

Refer to issue.

What problem does this PR solve?

Issue Number: #2524 2524

Problem Summary:

What is changed and how it works?

What's Changed:

How it Works:

Side effects(Breaking backward compatibility? Performance regression?):

Check List

  • Relevant documentation/comments is changed or added
  • I acknowledge that all my contributions will be made under the project's license

when run `curve fs status copyset`, while get error:
```bahs
rpc error: code = ResourceExhausted desc = stream terminated by
RST_STREAM with error code: FLOW_CONTROL_ERROR
```

Refer to [issue](apache/brpc#1087).

Signed-off-by: Cyber-SiKu <Cyber-SiKu@outlook.com>
@Cyber-SiKu
Copy link
Contributor Author

cicheck

1 similar comment
@Cyber-SiKu
Copy link
Contributor Author

cicheck

return cRpc.topologyClient.ListCopysetInfo(ctx, cRpc.Request)
return cRpc.topologyClient.ListCopysetInfo(ctx,
cRpc.Request,
grpc.MaxCallRecvMsgSize(math.MaxInt32),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Anywhere else?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Anywhere else?

At present, there is a problem here. I will raise an issue later to see if any external users are willing to solve it.

@Cyber-SiKu Cyber-SiKu merged commit f76ed2d into opencurve:master Jun 12, 2023
3 checks passed
@Cyber-SiKu Cyber-SiKu deleted the fix/fs/status/copyset branch June 12, 2023 07:07
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

Successfully merging this pull request may close these issues.

None yet

3 participants