shamirlabs / diva-alpha-net

Diva alpha testnet
https://docs.shamirlabs.org/diva/testnet/intro
19 stars 17 forks source link

Error fetching validator info - bug or expected behavior? #11

Closed yorickdowne closed 1 year ago

yorickdowne commented 1 year ago

For some validators diva throws an error, for others it succeeds. with-clients-metrics.yml compose, no experiments re the used CL:EL pair here.

diva  | time="2023-08-12T06:59:48Z" level=error msg="error fetching validator info for 0x88485e051080bfbcdb888ac140b1da8d097b01a1a1aaa6fd0aebb4495686ab48d48ec44ad97f1929318f567e56a4a9e9" code="CONSENSUS_CLIENT_ERROR" error="invalid status: " prefix=diva.process.web3 stack=[github.com/shamirlabs/diva/process.(*Web3Process).fetchValidatorInfo:1231]
diva  | time="2023-08-12T06:59:48Z" level=error msg="error fetching validator info for 0x8c66da0eedf448d74f8ed76e11d76c499614546dc1dcd2c327ea7e2afd48d395b557ae4b2ee46bd369430d84cda3665a" code="CONSENSUS_CLIENT_ERROR" error="invalid status: " prefix=diva.process.web3 stack=[github.com/shamirlabs/diva/process.(*Web3Process).fetchValidatorInfo:1231]
diva  | time="2023-08-12T06:59:48Z" level=debug msg="fetched information for validator 0x8ec419191fcb11a6daea5cc69e82461e418333016044c1a86c0372190ede6bdc69733edf1a673f4c30ce28ad0fdc68dc" prefix=diva.process.web3
diva  | time="2023-08-12T06:59:48Z" level=debug msg="fetched information for validator 0xa12c6278f7620fd33c1c28e4d39a98e48e36148157c091715731727098009c28f298e4cd8e59717869de99ad15ac457d" prefix=diva.process.web3
diva  | time="2023-08-12T06:59:48Z" level=debug msg="fetched information for validator 0xa42a6fa3d0377be012a35c86426e4d6e393f459ad25d37eb8bd366f7c51937bb61cf78dd0b62d4150c8779bce285c201" prefix=diva.process.web3
pradavc commented 1 year ago

It is expected behaviour but it shouldn't error show as an error. I will add it to the list of known bugs.

pradavc commented 1 year ago

Solved in the latest release.