Actions
Bug #3877
closed
JL
JI
Transaction list grows without bound on parsers that use unidirectional transactions
Bug #3877:
Transaction list grows without bound on parsers that use unidirectional transactions
Affected Versions:
Effort:
Difficulty:
Label:
Needs backport to 5.0
Description
The SNMP transaction vector length can grow to large values eventually causing packet loss due to excessive time spent in rs_snmp_get_tx_iterator.
At a production site, this manifested as
1. Packet loss: packet loss occurred at rates well within the machine's capacity. Packet loss was nearly always present.
2. Excessive time in rs_snmp_get_tx_iterator (as measured by perf). Several readings showed it with 45% of time spent (displayed by perf).
Through observations obtained by capturing live network traffic, the attached pcap was synthetically constructed to demonstrate the issue. The key thing is the unbalanced ratio of requests to responses.
Files
VJ Updated by Victor Julien over 5 years ago
- Status changed from New to Assigned
- Assignee set to Jason Ish
- Target version set to 6.0.0
- Label Needs backport to 4.1, Needs backport to 5.0 added
JI Updated by Jason Ish over 5 years ago
- Status changed from Assigned to In Review
JL Updated by Jeff Lucovsky over 5 years ago
- Copied to Bug #3948: Transaction list grows without bound on parsers that use unidirectional transactions (4.1.x) added
JL Updated by Jeff Lucovsky over 5 years ago
- Copied to Bug #3949: Transaction list grows without bound on parsers that use unidirectional transactions (5.0.x) added
JI Updated by Jason Ish over 5 years ago
- Parent task set to #3977
JI Updated by Jason Ish over 5 years ago
- Label deleted (
Needs backport to 4.1)
JI Updated by Jason Ish over 5 years ago
- Subject changed from SNMP: Transaction vector grows without bound to Transaction vector grows without bound (Was SNMP)
- Parent task deleted (
#3977)
Rewording for parent ticket of all protocols with this issue for better tracking.
JI Updated by Jason Ish over 5 years ago
- Subject changed from Transaction vector grows without bound (Was SNMP) to Transaction list grows without bound on parsers that use unidirectional transactions
VJ Updated by Victor Julien over 5 years ago
- Status changed from In Review to Closed
VJ Updated by Victor Julien over 5 years ago
- Private changed from Yes to No
Actions