mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 09:25:56 +03:00
[GH-ISSUE #247] DPS regularly crashes #101
Labels
No labels
bug
confirmed
discussion
duplicate
enhancement
feature
feature-request
not-planned
pull-request
secondary-feature
stale
triage
waiting-feedback
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dns-proxy-server-mageddo#101
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hydrargyrum on GitHub (Jul 25, 2022).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/247
What is Happening
What is expected
DPS should not crash in case of "missing container", the missing one should simply be ignored.
Steps to Reproduce
Specs:
@mageddo commented on GitHub (Feb 23, 2023):
Hey, it probably is related to some concurrency scenario, difficult to reproduce. DPS 3 makes sure which any solver failure can't break the whole thing, take a look at that, it's in beta version though, I'm using it on my machine to stress out the use cases, I think it's pretty stable for a beta :D . Give it a try if you're still using DPS and give me the feedback if possible.
Thanks.