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

Block Proposal Failure(proposal block parts exceeds maximum block bytes) #18547

Closed
lllleven opened this issue Nov 23, 2023 · 0 comments · Fixed by #18551
Closed

Block Proposal Failure(proposal block parts exceeds maximum block bytes) #18547

lllleven opened this issue Nov 23, 2023 · 0 comments · Fixed by #18551
Labels

Comments

@lllleven
Copy link
Contributor

lllleven commented Nov 23, 2023

Environment Information

  • Cometbft Version: v0.37.2
  • Cosmos Sdk Version: v0.47.3
  • Cosmos Mempool Used: SenderNonceMempool
  • Number of Validator: 3

Err log

ERR failed to process message err="total size of proposal block parts exceeds maximum block bytes (2097374 > 2097152)" height=2771 module=consensus msg_type=*consensus.BlockPartMessage peer=b9018b4260f19b5e0e8b0429c603d4156e6c2702 round=259
ERR failed to process message err="total size of proposal block parts exceeds maximum block bytes (2097354 > 2097152)" height=2771 module=consensus msg_type=*consensus.BlockPartMessage peer=1af9376873ae9bfa5cbb33a954f344afe96d55c6 round=260

Consensus Params

for all validators are configured as follows
{"jsonrpc":"2.0","id":-1,"result":{"block_height":"2770","consensus_params":{"block":{"max_bytes":"2097152","max_gas":"-1"},"evidence":{"max_age_num_blocks":"100000","max_age_duration":"172800000000000","max_bytes":"1048576"},"validator":{"pub_key_types":["ed25519"]},"version":{"app":"0"}}}}
{"jsonrpc":"2.0","id":-1,"result":{"block_height":"2771","consensus_params":{"block":{"max_bytes":"2097152","max_gas":"-1"},"evidence":{"max_age_num_blocks":"100000","max_age_duration":"172800000000000","max_bytes":"1048576"},"validator":{"pub_key_types":["ed25519"]},"version":{"app":"0"}}}}

Cometbft Issue

cometbft/cometbft#1675 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant