Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-14750

Batch task not restarted after server resumed from suspended state

XMLWordPrintable

    • Hide

      Download zip of WFLY 23.0.1.Final or build it.

      Execute test case with:

      mvn test -Djboss.home=/path_to_WFLY -Dtests=ServerSuspendTestCase.suspendResume

      Show
      Download zip of WFLY 23.0.1.Final or build it. Execute test case with: mvn test -Djboss.home=/path_to_WFLY -Dtests=ServerSuspendTestCase.suspendResume
    • Undefined

      This problem is most likely a bug in the implementation of the non-graceful in the recovery of server in WFLY23, when the parameter of the --graceful-startup is not set up, the default behavior should be the same as in the earlier version (WFLY22), because the default value is true. The test is written in a way that this change should not affect it, but evidently, it does.

      When the server is suspended and then is resume it will not complete the execution of the job and fails with HTTP 500 Internal Server Error.

      A probable source of this issue is this WFLY commit https://github.com/wildfly/wildfly/pull/13907/

            rhn-support-rmartinc Ricardo Martin Camarero
            rhn-support-rmartinc Ricardo Martin Camarero
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: