adcmctl.sh stop
I'm having the below question with regards to a concurrent request and its behavior when stopping some of these requests.
What happens is that a given request is asked to be stopped. But, that request is part of a set, and it needs to start other requests to complete the set. But, it can't start these other requests since all managers are in shutdown mode, and do not start any request.
So, the one request that was "running", is now in the same state as view from the Concurrent Manager, but it really is waiting. It is waiting on requests that complete, but these requests never started and never will start.