You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Bill Burcham (JIRA)" <ji...@apache.org> on 2019/02/01 18:43:02 UTC

[jira] [Resolved] (GEODE-6339) Breadcrumbs module fails to match P2P message reader threads

     [ https://issues.apache.org/jira/browse/GEODE-6339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bill Burcham resolved GEODE-6339.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 1.9.0

> 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)