Alan M. Carroll created TS-4495:
-----------------------------------
Summary: RemapPlugin can leak Transaction instances
Key: TS-4495
URL: https://issues.apache.org/jira/browse/TS-4495
Project: Traffic Server
Issue Type: Bug
Components: CPP API
Reporter: Alan M. Carroll
Assignee: Brian Geffon
The {{RemapPlugin}} class calls {{getTransaction}} which lazily creates a
transaction object. But In this case no other hooks are sets which results in
the {{Transaction}} instance being leaked. This is not observed (as far as we
know) in deployment because the presence of any {{GlobalPlugin}} will set the
hook and clean up the shared {{Transaction}} instance. Nevertheless the pure
remap case should not leak.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)