]
Tristan Tarrant updated ISPN-4989:
----------------------------------
Fix Version/s: 7.0.3.Final
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
Fix For: 7.1.0.Alpha1, 7.1.0.Final, 7.0.3.Final
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}