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

"CatchupServerAgent:Could not create catchup response header" printed every 0.01 seconds #741

Open
oleksandrSydorenkoJ opened this issue Mar 2, 2023 · 0 comments
Assignees
Milestone

Comments

@oleksandrSydorenkoJ
Copy link

Due to the log requirements
Version:
skalenetwork/schain:3.16.0-stable.1

Steps to reproduce:

  1. Run load tests with data
  2. send in loop skale_stats JSON-RPC call
  3. Check skaled logs

Expected state:
Repeatable error or exception should be printed once per 10 seconds

Actual state:
skaled during catchup may print logs too often:

2023-03-02 14:02:56.662591   Block stats:BN:568692:BTS:1677765769:TXS:1563:HDRS:11:LOGS:40:SENGS:1:TXRS:5578:BLCKS:3:ACCS:101:BQS:1:BDS:51:TSS:0:UTX:0:VTX:751:CMM:266851038
[2023-03-02 14:02:56.707] [9:main] [error] 568692:!Exception: CatchupServerAgent:Could not create catchup response header
[2023-03-02 14:02:56.707] [9:main] [error] 568692: !Caused by: ptr<std:createResponseHeaderAndBinary
[2023-03-02 14:02:56.707] [9:main] [error] 568692:  !Caused by: ptr<std:createBlockCatchupResponse
[2023-03-02 14:02:56.707] [9:main] [error] 568692:   !Caused by: ptr<std:State check failed::blockSizes->size() > 0 /home/ubuntu/actions-runner/_work/skaled/skaled/libconsensus/catchup/server/CatchupServerAgent.cpp:271
[2023-03-02 14:02:56.733] [9:main] [error] 568692:!Exception: CatchupServerAgent:Could not create catchup response header
[2023-03-02 14:02:56.733] [9:main] [error] 568692: !Caused by: ptr<std:createResponseHeaderAndBinary
[2023-03-02 14:02:56.733] [9:main] [error] 568692:  !Caused by: ptr<std:createBlockCatchupResponse
[2023-03-02 14:02:56.733] [9:main] [error] 568692:   !Caused by: ptr<std:State check failed::blockSizes->size() > 0 /home/ubuntu/actions-runner/_work/skaled/skaled/libconsensus/catchup/server/CatchupServerAgent.cpp:271
[2023-03-02 14:02:56.757] [9:main] [error] 568692:!Exception: CatchupServerAgent:Could not create catchup response header
[2023-03-02 14:02:56.757] [9:main] [error] 568692: !Caused by: ptr<std:createResponseHeaderAndBinary
[2023-03-02 14:02:56.757] [9:main] [error] 568692:  !Caused by: ptr<std:createBlockCatchupResponse
[2023-03-02 14:02:56.757] [9:main] [error] 568692:   !Caused by: ptr<std:State check failed::blockSizes->size() > 0 /home/ubuntu/actions-runner/_work/skaled/skaled/libconsensus/catchup/server/CatchupServerAgent.cpp:271
[2023-03-02 14:02:56.790] [9:main] [error] 568692:!Exception: CatchupServerAgent:Could not create catchup response header
[2023-03-02 14:02:56.790] [9:main] [error] 568692: !Caused by: ptr<std:createResponseHeaderAndBinary
[2023-03-02 14:02:56.790] [9:main] [error] 568692:  !Caused by: ptr<std:createBlockCatchupResponse
[2023-03-02 14:02:56.790] [9:main] [error] 568692:   !Caused by: ptr<std:State check failed::blockSizes->size() > 0 /home/ubuntu/actions-runner/_work/skaled/skaled/libconsensus/catchup/server/CatchupServerAgent.cpp:271

@oleksandrSydorenkoJ oleksandrSydorenkoJ added the bug Something isn't working label Mar 2, 2023
@PolinaKiporenko PolinaKiporenko added this to the 2.3 milestone Jul 27, 2023
@DmytroNazarenko DmytroNazarenko modified the milestones: 2.3, SKALE 2.3 Jul 27, 2023
@DmytroNazarenko DmytroNazarenko removed the bug Something isn't working label Aug 2, 2023
@DmytroNazarenko DmytroNazarenko modified the milestones: SKALE 2.3, SKALE 2.4 Jan 19, 2024
@PolinaKiporenko PolinaKiporenko modified the milestones: SKALE 2.4, SKALE 2.5 Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: To Do
Development

No branches or pull requests

4 participants