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

Peer connections are dropped when "ProtocolManager over max msg size" warning is shown #1325

Open
jiseongnoh opened this issue Apr 14, 2022 · 1 comment
Labels
issue/bug Issues with the code-level bugs.

Comments

@jiseongnoh
Copy link
Contributor

jiseongnoh commented Apr 14, 2022

Describe the bug
I have experienced CN peer connection drops when a "over max msg size" warning is shown on the CN log:

WARN[04/14,18:02:03 +09] [33] ProtocolManager over max msg size id=639b2d9796d9769f conn=inbound err="Message too long - 16076042 > 10485760"

How to reproduce
Steps to reproduce the behavior:

  1. start a few consensus nodes, proxy nodes, and end nodes using klaytn-deploy
  2. run locust and start load test with a test case which can create a large block
  3. run grafana and see if the peer connections are dropped
  4. watch a CN's log by using "tail -f" command on console to catch the warning on the log

Expected behavior
It is expected that the msg size won't exceed 10 MB

Attachments

Environment (please complete the following information)

  • Klaytn version : Klaytn v1.8.2+7584e71de6
  • go version: 1.15.7
  • OS and its version: Ubuntu 18.04.2 LTS

Additional context
Add any other context about the problem here.

@exalate-issue-sync
Copy link

Exalate commented: Issue Created by: jiseongnoh

@sjnam sjnam added issue/bug Issues with the code-level bugs. and removed Github labels Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue/bug Issues with the code-level bugs.
Projects
None yet
Development

No branches or pull requests

2 participants