Debug Zero TX

Noted in gLiveview that my setup is not processing transactions.
The pool has been running fine for the last epoch and now it seems not anymore.
I am bit at a loss to understand why.

Checklist:

  1. Status of nodes - both are running
  2. Checked the connectivity - both are reachable, relevant ports are open.
  3. Checked result of scheduled topologyUpdater

{ “resultcode”: “204”, “datetime”:“2021-05-07 14:00:08”, “clientIp”: “[XXX]”, “iptype”: 4, “msg”: “glad you’re staying with us” }
{ “resultcode”: “204”, “datetime”:“2021-05-07 15:00:07”, “clientIp”: “[XXX]”, “iptype”: 4, “msg”: “glad you’re staying with us” }
{ “resultcode”: “204”, “datetime”:“2021-05-07 16:00:09”, “clientIp”: “[XXX]”, “iptype”: 4, “msg”: “glad you’re staying with us” }
{ “resultcode”: “204”, “datetime”:“2021-05-07 17:00:07”, “clientIp”: “[XXX]”, “iptype”: 4, “msg”: “glad you’re staying with us” }
{ “resultcode”: “204”, “datetime”:“2021-05-07 18:00:07”, “clientIp”: “[XXX]”, “iptype”: 4, “msg”: “glad you’re staying with us” }
{ “resultcode”: “204”, “datetime”:“2021-05-07 19:00:08”, “clientIp”: “[XXX]”, “iptype”: 4, “msg”: “glad you’re staying with us” }
{ “resultcode”: “204”, “datetime”:“2021-05-07 20:00:07”, “clientIp”: “[XXX]”, “iptype”: 4, “msg”: “glad you’re staying with us” }

  1. Checked the result of the pool.vet
    pool.vet - Cardano stake pool checker

Relay node relay.redbike.asia:3001

Relay node relay.redbike.asia:3001 is reachable
Relay node relay.redbike.asia:3001 is subscribed to topologyUpdater
Relay node relay.redbike.asia:3001 is in topology.json

image

  1. Checked the journalflow with this output
    Left (FetchDeclineConcurrencyLimit FetchModeDeadline

What else can I do?

Check the configuration file, should be:

TraceMempool=true

Yes, that was it. Thanks. I had previously set this to false.

1 Like

same issue: