[
https://issues.apache.org/jira/browse/AMQ-7191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16830250#comment-16830250
]
ASF subversion and git services commented on AMQ-7191:
------------------------------------------------------
Commit b4cd70b1fcc40fa6e5b033135d4130a38e6091dd in activemq's branch
refs/heads/activemq-5.15.x from Christopher L. Shannon (cshannon)
[ https://gitbox.apache.org/repos/asf?p=activemq.git;h=b4cd70b ]
AMQ-7191 - Prevent extra creation of openwire verifier objects per new
connection when using the auto transport
(cherry picked from commit bf3a9f44f625ef26e3c687be92e73ee1e9288d6f)
> AutoTcpTransportServer creates new OpenWire protocol verifier object for
> every connection
> -----------------------------------------------------------------------------------------
>
> Key: AMQ-7191
> URL: https://issues.apache.org/jira/browse/AMQ-7191
> Project: ActiveMQ
> Issue Type: Improvement
> Components: Broker, Transport
> Affects Versions: 5.15.9
> Reporter: Christopher L. Shannon
> Assignee: Christopher L. Shannon
> Priority: Minor
> Fix For: 5.15.10
>
>
> I was looking at the Auto transport and noticed that every time a new
> OpenWire connection is made the AutoTcpTransportServer is creating a new
> OpenWireProtocolVerifier object with an updated wireformat factory and
> updating the verifiers map. There is no point to this as the wire format
> factory with updated options from the client isn't actually necessary to
> detect the protocol so this can be removed and prevent creating a bunch of
> new objects to garbage collect.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)