-
Bug
-
Resolution: Fixed
-
Minor
It is a follow-up to JENKINS-45023, where I have added checks for UserRequests in Remoting. It should help with the most of cases, but some requests like remote CommandLaunchers in Jenkins core may still hang because they use RPCRequests which are not filtered.
OTOH some system objects are actually expected to be executed for closing channels (e.g. ClassLoaders), hence it needs additional investigation.
- is related to
-
JENKINS-45023 Channel#call() should reject requests if the channel is being closed
- Resolved
- relates to
-
JENKINS-47791 Eliminate ProcessLiveness
- Resolved
- links to