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

Server started with blocking=true times out only on a slave host

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Major
    • None
    • 2.2.0.Final
    • Management
    • None
    • Hide

      Use attached repro.zip containing the followings.

      • test.war
      • domain.xml
      • host-master.xml
      • host-slave.xml
      Show
      Use attached repro.zip containing the followings. test.war domain.xml host-master.xml host-slave.xml
    • Workaround Exists
    • Hide

      Don't use blocking=true.

      Show
      Don't use blocking=true .

    Description

      We use system property jboss.as.management.blocking.timeout for a slow starting server to avoid a timeout on startup. It works for a server on the master host-controller but doesn't work a server on a slave host.

      Suppose a heavy application, for example, sleeping more than 300 seconds in ServletContext#contextInitialized(), is deployed and system property jboss.as.management.blocking.timeout is set in domain.xml to avoid timeout. Under the following domain configuration, server-one fails to start if blocking=true is specified.

      • master
        • server-zero:start(blocking=true) => Success
      • slave
        • server-one:start(blocking=true) => Fail
      [domain@localhost:9990 /] /host=slave/server-config=server-one:start(blocking=true)
      {
          "outcome" => "failed",
          "result" => undefined,
          "failure-description" => "WFLYCTL0409: Execution of operation 'start' on remote process at address '[(\"host\" => \"slave\")]' timed out after 305000 ms while awaiting initial response; remote process has been notified to terminate operation",
          "rolled-back" => true
      }
      

      Attachments

        Activity

          People

            bstansbe@redhat.com Brian Stansberry
            rhn-support-onagano Osamu Nagano
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: