On Tue, 24 Mar 2026 11:32:36 GMT, Roman Kennke <[email protected]> wrote:

> I am trying to get more details on the usage and problems arount 
> Thread.setName(). What I do remember was:

@rkennke 

I found three instances of `Thread.currentThread().setName` in Apache Cassandra:

https://github.com/search?q=repo%3Aapache%2Fcassandra+Thread.currentThread%28%29.setName+path%3Asrc%2F&type=code

The use of this API in `SepWorker` seems supressable by using 
`-Dcassandra.set_sep_thread_name=false".

The other, connection-related instances seems not suppressable.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/30374#issuecomment-4118349664

Reply via email to