[
https://issues.apache.org/jira/browse/GEODE-6339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bill Burcham updated GEODE-6339:
--------------------------------
Description:
The thread name matching in {{DistributionMessage.setBreadcrumbsInReceiver()}}
uses the wrong capitalization. As a result no breadcrumbs are actually written.
The larger issue here is that the string "P2P message reader" is a special
(prefix) string on a thread name that is used in various places in the system
to identify a thread running a {{tcp.Connection}}.
Real fix is to consolidate all the occurrences of that string into a single
constant in {{Connection}}.
was:The thread name matching in
{{DistributionMessage.setBreadcrumbsInReceiver()}} uses the wrong
capitalization. As a result no breadcrumbs are actually written.
> Breadcrumbs module fails to match P2P message reader threads
> ------------------------------------------------------------
>
> Key: GEODE-6339
> URL: https://issues.apache.org/jira/browse/GEODE-6339
> Project: Geode
> Issue Type: Bug
> Components: tools
> Affects Versions: 1.8.0
> Reporter: Bill Burcham
> Assignee: Bill Burcham
> Priority: Major
>
> The thread name matching in
> {{DistributionMessage.setBreadcrumbsInReceiver()}} uses the wrong
> capitalization. As a result no breadcrumbs are actually written.
>
> The larger issue here is that the string "P2P message reader" is a special
> (prefix) string on a thread name that is used in various places in the system
> to identify a thread running a {{tcp.Connection}}.
>
> Real fix is to consolidate all the occurrences of that string into a single
> constant in {{Connection}}.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)