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
There is a goroutine leak found while testing synthetic block proposals. Here are the snapshot of pprof goroutine profile:
Run a charon node in a cluster with CHARON_SYNTHETIC_BLOCK_PROPOSALS=true env variable.
CHARON_SYNTHETIC_BLOCK_PROPOSALS=true
Below is the panel from grafana:
What version of Charon are you running? (Which release)
version: v0.12.0 git_commit: 104324a
The text was updated successfully, but these errors were encountered:
testutil/validatormock: add context to validatormock httpGet (#1528)
990cdb3
Adds context to http GET request in validatormock to get blocks. category: bug ticket: #1527
dB2510
No branches or pull requests
🐞 Bug Report
Description
There is a goroutine leak found while testing synthetic block proposals. Here are the snapshot of pprof goroutine profile:
🔬 Minimal Reproduction
Run a charon node in a cluster with
CHARON_SYNTHETIC_BLOCK_PROPOSALS=true
env variable.🔥 Error
Below is the panel from grafana:
🌍 Your Environment
What version of Charon are you running? (Which release)
The text was updated successfully, but these errors were encountered: