lambda_ethereum_consensus icon indicating copy to clipboard operation
lambda_ethereum_consensus copied to clipboard

Timeout exception in Attestation Genserver collect call

Open Arkenan opened this issue 1 year ago • 0 comments

Found when testing the local client in kurtosis, without doing anything but bringing the network up.

GenServer LambdaEthereumConsensus.Validator_a94d36839c1557727aa55fcca24faaab0d1e5f0ecff1dd709e22f0c55408b8b74d22173bc312d27baaa8688ae1b4be2c terminating

** (stop) exited in: 

        GenServer.call(
          LambdaEthereumConsensus.P2P.Gossip.Attestation,
          {:collect, 11,
           %Types.Attestation{
             aggregation_bits: <<4::size(6)>>,
             data: %Types.AttestationData{
               slot: 11,
               index: 0,
               beacon_block_root:
                 <<195, 242, 107, 40, 18, 3, 148, 140, 153, 104, 153, 198, 46, 132, 242, 248, 22, 130,
                   255, 182, 209, 184, 56, 74, 151, 185, 74, 43, 197, 119, 240, 184>>,
               source: %Types.Checkpoint{
                 root:
                   <<0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
                     0, 0, 0, 0>>,
                 epoch: 0
               },
               target: %Types.Checkpoint{
                 root:
                   <<11, 252, 44, 73, 205, 36, 135, 223, 47, 105, 202, 158, 225, 44, 235, 12, 200, 123,
                     12, 255, 15, 16, 76, 245, 20, 29, 217, 124, 235, 217, 163, 78>>,
                 epoch: 0
               }
             },
             signature:
               <<183, 206, 193, 171, 48, 209, 149, 133, 211, 70, 52, 63, 137, 170, 135, 84, 90, 115, 127,
                 83, 48, 157, 206, 220, 167, 122, 77, 223, 9, 6, 59, 251, 12, 87, 122, 4, 161, 93, 158,
                 187, 87, 30, 65, 71, ...>>
           }},
          5000
        )

    ** (EXIT) time out

Arkenan avatar May 22 '24 09:05 Arkenan