During the p2p message validation, the node will drop the node message if the size is bigger than the MaxPoolTransactionDataSize. The initial value was just a heuristic value set during the open staking testnet. However, the valid node message becomes bigger now due to the higher tx count in the mainnet. So we need to lift the upper bound. We have observed the oversized node message from metrics. Ex, use `curl http://localhost:9900/metrics | grep ^hmy_p2p` to check the metrics hmy_p2p_node_msg{type="invalid_oversized"} 3484 Signed-off-by: Leo Chen <leo@harmony.one>pull/3756/head
parent
f17e0dde28
commit
3e851a8cca
Loading…
Reference in new issue