[
https://issues.apache.org/jira/browse/IGNITE-8584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrey Gura updated IGNITE-8584:
--------------------------------
Description:
eWe already have {{WorkersControlMXBean}} that provides possibility to
interrupt thread registered in system workers registry. We also want stop any
thread in the system for testing purposes.
Method {{stop(long id)}} should be added that have to find thread by id and
stop it.
Example of thread information form thread dump where thread id is bold:
"tcp-disco-msg-worker-#2" *#62* prio=10 os_prio=0 tid=0x00007f2519714800
nid=0x32b4 runnable [0x00007f24a4250000]
was:
We already have {{WorkersControlMXBean}} that provides possibility to interrupt
thread registered in system workers registry. We also want stop any thread in
the system for testing purposes.
Method {{stop(String tid_hex)}} should be added that have to find thread by id
and stop it.
> Provide ability to terminate any thread with enabled test features
> ------------------------------------------------------------------
>
> Key: IGNITE-8584
> URL: https://issues.apache.org/jira/browse/IGNITE-8584
> Project: Ignite
> Issue Type: New Feature
> Reporter: Andrey Gura
> Assignee: Dmitriy Sorokin
> Priority: Major
> Fix For: 2.6
>
>
> eWe already have {{WorkersControlMXBean}} that provides possibility to
> interrupt thread registered in system workers registry. We also want stop any
> thread in the system for testing purposes.
> Method {{stop(long id)}} should be added that have to find thread by id and
> stop it.
> Example of thread information form thread dump where thread id is bold:
> "tcp-disco-msg-worker-#2" *#62* prio=10 os_prio=0 tid=0x00007f2519714800
> nid=0x32b4 runnable [0x00007f24a4250000]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)