Actions
Bug #4437
closed
JI
JI
dns: high resource usage on long lived dns connections
Bug #4437:
dns: high resource usage on long lived dns connections
Affected Versions:
Effort:
Difficulty:
Label:
Needs backport to 5.0, Needs backport to 6.0
Description
The transaction handling is off for unidirectional protocols like DNS on long lived connections. That is a single TCP/UDP session that receives multiple DNS requests/responses. For DNS this is rare, but some devices do this.
This results in the transaction cleanup trying to remove transactions that have already been removed.
JI Updated by Jason Ish almost 5 years ago
- Label Needs backport to 6.0 added
PM Updated by Peter Manev almost 5 years ago
Currently testing a QA run addition to cover that in auto tests.
JI Updated by Jason Ish almost 5 years ago
- Status changed from Assigned to In Review
JI Updated by Jason Ish almost 5 years ago
- Status changed from In Review to Closed
Merged.
JI Updated by Jason Ish almost 5 years ago
- Copied to Bug #4441: 6.0.x: dns: high resource usage on long lived dns connections added
JI Updated by Jason Ish almost 5 years ago
- Label Needs backport to 5.0 added
VJ Updated by Victor Julien almost 5 years ago
- Copied to Bug #4474: 5.0.x: dns: high resource usage on long lived dns connections added
Actions