Hi All,
In the current epoch (259) leaderlog showed that 2 leader slots were assigned to our pool, both were missed :(.
We monitor our systems extensively using Grafana, at the moment of producing blocks:
- Time sync offset was within 1ms
- Tip diff was hovering around 20
- CPU usage was very low, ~5%
- Memory footprint also on avarage
- No network spikes/hiccups detected
- Both relays and BP are running on 1.26.1
When I search for the slot numbers in our BP’s log file I see that our BP does not even think it is a leader for this slot, the same applies to the other slot mentioned.
node0-20210415142548.json:{"thread":"81","loc":null,"data":{"kind":"TraceStartLeadershipCheck","chainDensity":4.7277026e-2,"slot":26933491,"delegMapSize":437974,"utxoSize":1870953,"credentials":"Cardano"},"sev":"Info","env":"1.26.1:62f38","msg":"","app":[],"host":"149-210-","pid":"1928910","ns":["cardano.node.LeadershipCheck"],"at":"2021-04-15T15:16:22.00Z"}
node0-20210415142548.json:{"thread":"81","loc":null,"data":{"val":{"kind":"**TraceNodeNotLeader**","slot":26933491},"credentials":"Cardano"},"sev":"Info","env":"1.26.1:62f38","msg":"","app":[],"host":"149-210-","pid":"1928910","ns":["cardano.node.Forge"],"at":"2021-04-15T15:16:22.00Z"}
The slots:
“no”: 1,
“slot”: 26888631,
“slotInEpoch”: 363831,
“at”: “2021-04-15T04:48:42+02:00”
“no”: 2,
“slot”: 26933491,
“slotInEpoch”: 408691,
“at”: “2021-04-15T17:16:22+02:00”
Noteworthy to say is that we have a 2nd pool (BP) which runs behind the exact same relays and did actually succesfully mint a block on the very same day!
We would really like to troubleshoot this issue further but at this moment we don’t have a clue what else we can look at… all help is appreciated :).
Cheers,
Cardano.Amsterdam