[
https://issues.apache.org/jira/browse/GEODE-6339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Owen Nichols closed GEODE-6339.
-------------------------------
> 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
> Labels: pull-request-available
> Fix For: 1.9.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> 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)