FactomProject / factomd

Factom Daemon
https://www.factomprotocol.org/
Other
201 stars 92 forks source link

Mismatching Fed/Auth counts in control panel off #1060

Open WhoSoup opened 3 years ago

WhoSoup commented 3 years ago

Reported by @ilzheev, occurs on the testnet. The node is v6.6.0 but there are no functional changes to the control panel between that version and 6.8.0, mostly grant updates.

The control panel shows that it's synced to the correct height, but it lists 13 Feds and 9 Auths: image

However, it only has 12 process lists: image

The testnet currently has 12 Feds and 9 Auths, so somehow the control panel fed count thinks there is one more than there is supposed to be. It seems to be a display issue only as far as I can tell.

WhoSoup commented 3 years ago

After looking at the "Authorities" list, the node appears to count the default local identity: image

Not sure how this managed to get into the list of servers. One reason I could think of was that the node was started without the right config and it added the default identity to the list, then it was restarted with the right config but the default identity wasn't purged.

PaulBernier commented 3 years ago

On my testnet node on v6.9.0-rc1 I am seeing the correct number, 12 feds and 9 audits. Can you confirm on your side @ilzheev and @WhoSoup ?

ilzheev commented 3 years ago

I found it on Kompendium's Testnet node, now it's back to normal. @PaulBernier

WhoSoup commented 3 years ago

On my testnet node on v6.9.0-rc1 I am seeing the correct number, 12 feds and 9 audits. Can you confirm on your side @ilzheev and @WhoSoup ?

The symptom was addressed by a restart but I think this issue should remain open so we can investigate the root cause.