-
Enhancement
-
Resolution: Done
-
Minor
-
7.0.1.Final
-
None
In stack trace, all infinispan-transport threads appear as "undefined".
"undefined" prio=10 tid=0x00007f536528e800 nid=0x7da waiting on condition [0x00007f534835b000]
We can add the thread-name-pattern="%G %f-%t" on the infinispan-transport thread factory.
%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