-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Description
When thread names are very long, it makes the Thread Dump view hard to use since the thread name pushes the timeline out of the screen.
It's a bit stupid, but there's a third party library that we need to use that for some reason uses very very long thread names (350 characters) which makes the view unusable for us. Unfortunately there is not a way to customize the thread naming. Maybe some wrapping could be added for long names?
If this makes sense then I could try implementing it myself.
The library in question is com.ibm.mq:com.ibm.mq.jakarta.client
and it names threads like this (redacted some identifying information) RcvThread: com.ibm.mq.jmqi.remote.impl.RemoteTCPConnection@710892740[qmid=XXXXXXP1_2017-10-07_13.38.13,fap=15,channel=DUMMYNAME,ccsid=1111,sharecnv=10,hbint=300,peer=example.com/127.0.0.1(12345),localport=38649,ssl=TLS_RSA_WITH_AES_256_CBC_SHA256,peerDN="CN=cn name here, OU=ou here, O=org here",issuerDN="CN=isser cn here, OU=ou here, O=org here"]