[infinispan-issues] [JBoss JIRA] (ISPN-4989) infinispan-transport thread name is undefined
Takayoshi Kimura (JIRA)
issues at jboss.org
Tue Nov 18 03:04:39 EST 2014
Takayoshi Kimura created ISPN-4989:
--------------------------------------
Summary: infinispan-transport thread name is undefined
Key: ISPN-4989
URL: https://issues.jboss.org/browse/ISPN-4989
Project: Infinispan
Issue Type: Enhancement
Components: Server
Affects Versions: 7.0.1.Final
Reporter: Takayoshi Kimura
Assignee: Takayoshi Kimura
Priority: Minor
In stack trace, all infinispan-transport threads appear as "undefined".
{noformat}
"undefined" prio=10 tid=0x00007f536528e800 nid=0x7da waiting on condition [0x00007f534835b000]
{noformat}
We can add the {{thread-name-pattern="%G %f-%t"}} on the infinispan-transport thread factory.
{noformat}
%t - emit the per-factory thread sequence number
%g - emit the global thread sequence number
%f - emit the factory sequence number
%i - emit the thread ID
%G - emit the thread group name
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
More information about the infinispan-issues
mailing list