Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-199

Domain graceful shutdown may attempt to use an AbstractMessageHandler that is shutdown

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 1.0.0.Alpha10
    • Management

      ManagedServer during shutdown tries to send a "shutdown" op to the remote server, triggering a graceful suspend.

      Problem is, the TransactionalProtocolClient it uses is using a ManagementChannelHandler that may have been shut down. The service that controls the lifecycle of the ManagementChannelHandler (i.e. ManagementChannelOpenListenerService) is written to ensure that it isn't shutdown open until incoming requests complete, but there is nothing preventing shutdown when client uses are desired.

      The specific area where this can be a problem is the assert !shutdown at

      https://github.com/wildfly/wildfly-core/blob/master/protocol/src/main/java/org/jboss/as/protocol/mgmt/ActiveOperationSupport.java#L151

      One possible solution is to distinguish locally initiated active operations from remote ones. AIUI the goal is to reject further remote ones.

              Unassigned Unassigned
              bstansbe@redhat.com Brian Stansberry
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: