Skip to content

Fix collector hangs if requesting backend is gone - #122

Open
Medvecrab wants to merge 2 commits into
masterfrom
fix_collector_hangs
Open

Fix collector hangs if requesting backend is gone#122
Medvecrab wants to merge 2 commits into
masterfrom
fix_collector_hangs

Conversation

@Medvecrab

Copy link
Copy Markdown
Contributor

If a backend tried to access non-existent collector it got an error,
but it has already set a request. When the collector restarts it will
see this request and will start waiting for non-existant backend

We fix this by checking collector's existence first and starting
IPC iff collector exists

Also remove PG-13 support and update copyright

If a backend tried to access non-existent collector it got an error,
but it has already set a request. When the collector restarts it will
see this request and will start waiting for non-existant backend

We fix this by checking collector's existence first and starting
IPC iff collector exists
Also update copyright
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.

1 participant