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

Add Logging ; Fix Broken Maintenance Context #11931

Merged
merged 2 commits into from
Sep 16, 2024

Conversation

axelKingsley
Copy link
Contributor

@axelKingsley axelKingsley commented Sep 16, 2024

  • Fixes the maintenance routine to use a context that doesn't have a cancelled parent
  • Adds a Logger to ChainsDB
  • Uses the Logger to describe maintenance behaviors
  • Tweaks the Trivial Test a bit (adds a 30s period where the network runs)
  • Adds a delay between AddL2 calls on the Supervisor, as that API is not very stable
  • Adds client code for Supervisor Start and Stop

I wanted to add some logging to witness Maintenance loops doing things when working on event-log emissions in SuperSystem. In doing so I found that the maintenance loop was using a context with a closing parent.

@protolambda protolambda added this pull request to the merge queue Sep 16, 2024
Merged via the queue into develop with commit d4467a1 Sep 16, 2024
60 checks passed
@protolambda protolambda deleted the supervisor/logsAndRoutineFix branch September 16, 2024 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants