Skip to content

Duplicate timeout height error logs create noise in validator nodes #25169

@meetrick

Description

@meetrick

Validator nodes log the same timeout height errors repeatedly, making logs hard to read and identify real issues.

8:03AM INF invalid bid tx bid=150000ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4 bid_height=41938308 bidder=osmo1yz7k6ymtpwcvuwkh8nkq89vja3nllgzpecthq2 err="invalid bid tx; failed to execute ante handler: you must set the timeout height to be the next block height got 41938308, expected 41938309" height=41938308 is_recheck_tx=false module=server
8:03AM INF invalid bid tx bid=150000ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4 bid_height=41938308 bidder=osmo1yz7k6ymtpwcvuwkh8nkq89vja3nllgzpecthq2 err="invalid bid tx; failed to execute ante handler: you must set the timeout height to be the next block height got 41938308, expected 41938309" height=41938308 is_recheck_tx=false module=server
8:03AM INF invalid bid tx bid=150000ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4 bid_height=41938308 bidder=osmo1yz7k6ymtpwcvuwkh8nkq89vja3nllgzpecthq2 err="invalid bid tx; failed to execute ante handler: you must set the timeout height to be the next block height got 41938308, expected 41938309" height=41938308 is_recheck_tx=false module=server
8:03AM INF invalid bid tx bid=150000ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4 bid_height=41938308 bidder=osmo1yz7k6ymtpwcvuwkh8nkq89vja3nllgzpecthq2 err="invalid bid tx; failed to execute ante handler: you must set the timeout height to be the next block height got 41938308, expected 41938309" height=41938308 is_recheck_tx=false module=server
8:03AM INF invalid bid tx bid=150000ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4 bid_height=41938308 bidder=osmo1yz7k6ymtpwcvuwkh8nkq89vja3nllgzpecthq2 err="invalid bid tx; failed to execute ante handler: you must set the timeout height to be the next block height got 41938308, expected 41938309" height=41938308 is_recheck_tx=false module=server

Solution needed:

  • Prevent duplicate logging of same errors
  • Log same errors only once per minute
  • Keep important issues visible

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions