[jira] [Updated] (IGNITE-8584) Provide ability to terminate any thread with enabled test features

2018-06-26 Thread Dmitriy Pavlov (JIRA)


 [ 
https://issues.apache.org/jira/browse/IGNITE-8584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dmitriy Pavlov updated IGNITE-8584:
---
Fix Version/s: (was: 2.6)
   2.7

> 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.7
>
>
> 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=0x7f2519714800 
> nid=0x32b4 runnable [0x7f24a425]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (IGNITE-8584) Provide ability to terminate any thread with enabled test features

2018-05-24 Thread Andrey Gura (JIRA)

 [ 
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=0x7f2519714800 
nid=0x32b4 runnable [0x7f24a425]

  was:
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=0x7f2519714800 
nid=0x32b4 runnable [0x7f24a425]


> 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=0x7f2519714800 
> nid=0x32b4 runnable [0x7f24a425]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (IGNITE-8584) Provide ability to terminate any thread with enabled test features

2018-05-24 Thread Andrey Gura (JIRA)

 [ 
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=0x7f2519714800 
nid=0x32b4 runnable [0x7f24a425]

  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=0x7f2519714800 
> nid=0x32b4 runnable [0x7f24a425]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (IGNITE-8584) Provide ability to terminate any thread with enabled test features

2018-05-24 Thread Andrey Gura (JIRA)

 [ 
https://issues.apache.org/jira/browse/IGNITE-8584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrey Gura updated IGNITE-8584:

Description: 
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.

  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 threadName)}} should be added that have to find thread by 
name 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
>
>
> 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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)