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

doing a read-only operation with the CLI sets a server in "restart-required" mode

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 8.1.0.CR2, 8.1.0.Final
    • 8.0.0.Final
    • Management
    • None
    • Hide

      Setup a DC and a remote HC
      Have a servergroup "slaves"

      1. create remote server
        /host=slave10/server-config=i2:add(group=slaves,socket-binding-group=full-ha-sockets)
      2. create a JVM on it
        /host=slave10/server-config=i2/jvm=default:add()

      do a full restart of the domain (reload --host=slave10 is actually enough)
      ls -l /host=slave10/server=i2
      ...
      server-state running STRING

      cd /host=slave10/server-config=i2/jvm=default
      ls-l
      ....
      cd ../../server=i2
      ls -l
      ...
      server-state restart-required STRING

      If you do not "cd" into the jvm, then the state stays at "running". It is the physically going into the jvm that causes this.

      Show
      Setup a DC and a remote HC Have a servergroup "slaves" create remote server /host=slave10/server-config=i2:add(group=slaves,socket-binding-group=full-ha-sockets) create a JVM on it /host=slave10/server-config=i2/jvm=default:add() do a full restart of the domain (reload --host=slave10 is actually enough) ls -l /host=slave10/server=i2 ... server-state running STRING cd /host=slave10/server-config=i2/jvm=default ls-l .... cd ../../server=i2 ls -l ... server-state restart-required STRING If you do not "cd" into the jvm, then the state stays at "running". It is the physically going into the jvm that causes this.
    • Hide

      do not use "cd"

      Show
      do not use "cd"

    Description

      In domain mode, doing a read-only operation with the CLI on a remote HC, sets the remote server in "restart-required" mode

      Attachments

        Activity

          People

            emuckenhuber_jira Emanuel Muckenhuber (Inactive)
            tfonteyn Tom Fonteyne (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: