]
Karel Piwko updated ARQ-1867:
-----------------------------
Fix Version/s: spacelift_1.0.0.Alpha3
Recognize Spacelift threads from all others regarding of a thread
name
----------------------------------------------------------------------
Key: ARQ-1867
URL:
https://issues.jboss.org/browse/ARQ-1867
Project: Arquillian
Issue Type: Feature Request
Components: Extension - Spacelift
Affects Versions: spacelift_1.0.0.Alpha2
Reporter: Stefan Miklosovic
Assignee: Stefan Miklosovic
Fix For: spacelift_1.0.0.Alpha3
It is hard to distinguish between Spacelift threads and all other threads in the system.
ExecutorServiceImpl creates executor services via Executors.newCachedThreadPool and
Executors.newScheduledThreadPool(1) which are naming threads like
"pool-1-thread-_number" and it is hard to make a difference what is Spacelift
related and what is not in tools like jvisualvm or jconsole.