We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Due to the log requirements Version: skalenetwork/schain:3.16.0-stable.1
Steps to reproduce:
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
The text was updated successfully, but these errors were encountered:
kladkogex
No branches or pull requests
Due to the log requirements
Version:
skalenetwork/schain:3.16.0-stable.1
Steps to reproduce:
Expected state:
Repeatable error or exception should be printed once per 10 seconds
Actual state:
skaled during catchup may print logs too often:
The text was updated successfully, but these errors were encountered: