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

[1.0] Fix logging of legacy proposer schedule #580

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

heifner
Copy link
Member

@heifner heifner commented Aug 19, 2024

The new pending producer schedule was being logged before it was set.

info  2024-08-19T11:07:18.890 nodeos    controller.cpp:3201           operator()           ] promoting proposed schedule (set in block 69) to pending; current block: 70 lib: 69 schedule: {"version":1,"producers":[{"producer_name":"defproducera","authority":[0,{"threshold":1,"keys":[{"key":"EOS58B33q9S7oNkgeFfcoW3VJYu4obfDiqn5RHGE2ige6jVjUhymR","weight":1}]}]},{"producer_name":"defproducerb","authority":[0,{"threshold":1,"keys":[{"key":"EOS5CbcTDgbks2ptTxvyCbT9HFbzX7PDHUY2wN4DDnVBhhQr2ZNDE","weight":1}]}]},{"producer_name":"defproducerc","authority":[0,{"threshold":1,"keys":[{"key":"EOS6Tkpf8kcDfa32WA9B4nTcEJ64ZdDMSNioDcaL6rzdMwnpzaWJB","weight":1}]}]},{"producer_name":"defproducerd","authority":[0,{"threshold":1,"keys":[{"key":"EOS52ntDHqA2qj4xVo7KmxdezMRhvvBqpZBuKYJCsgihisxmywpAx","weight":1}]}]}]} 

Resolves #567

@heifner heifner added the OCI Work exclusive to OCI team label Aug 19, 2024
@heifner heifner linked an issue Aug 19, 2024 that may be closed by this pull request
@ericpassmore
Copy link
Contributor

Note:start
group: LOGGING
category: INTERNALS
summary: Fix logging of legacy proposer schedule.
Note: end

@heifner heifner merged commit 611ddf9 into release/1.0 Aug 19, 2024
36 checks passed
@heifner heifner deleted the GH-567-log-schedule branch August 19, 2024 20:37
@ericpassmore ericpassmore added the bug The product is not working as was intended. label Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The product is not working as was intended. OCI Work exclusive to OCI team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

log entry for legacy producer schedule broken in rc1
4 participants