Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timeout exception in Attestation Genserver collect call #1093

Closed
Arkenan opened this issue May 22, 2024 · 1 comment
Closed

Timeout exception in Attestation Genserver collect call #1093

Arkenan opened this issue May 22, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Arkenan
Copy link
Collaborator

Arkenan commented May 22, 2024

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
@rodrigo-o
Copy link
Collaborator

This was solved by #1202 & #1218

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

2 participants