Skip to content
Snippets Groups Projects
Commit b165ce4c authored by Daniel Nelson's avatar Daniel Nelson Committed by GitHub
Browse files

Prevent possible deadlock when using aggregators (#3016)

Looping the metrics back through the same channel could result in a
deadlock, by using a new channel and locking the processor we can ensure
that all stages can make continual progress.
parent d9d1ca5a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment