]
RH Bugzilla Integration updated WFLY-3541:
------------------------------------------
Bugzilla Update: Perform
Bugzilla References:
RemoteDomainConnectionService should not shut down the provided
executor
------------------------------------------------------------------------
Key: WFLY-3541
URL:
https://issues.jboss.org/browse/WFLY-3541
Project: WildFly
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Domain Management
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: 9.0.0.Alpha1
The WFLY-3225 fix changed RemoteDomainConnectionService from creating its own executor to
accepting an external one via its constructor. But its stop() code was not modified to
remove the call to shutdown the executor. As a result the service is shutting down an
injected executor prematurely, leading to issues like
https://bugzilla.redhat.com/show_bug.cgi?id=1112215.