Question
4
Replies
1130
Views
Deloitte
Posted: April 5, 2019
Last activity: May 17, 2019
Closed
Kill requestor threads based on name
Hello,
We have a scenario to find the requestor threads based on name and kill all the threads with that name.
If Threadname = "ThreadABC" and if there are 3 threads with that name, need to kill them.
Any suggestion please.
Thanks in Advance
Hi Sundeep,
Which PRPC version you are on?
For 8.1, you can go to Admin studio and search for following API:
DELETE /nodes/{nodeID}/requestors/{requestorID}
Here, you need to provide the requestor ID you want to stop/delete