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

Randomly fail an add operation on subsystem remoting

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Major
    • None
    • None
    • Remoting
    • None
    • Hide

      Run wildfly core test until fail:

      • org.jboss.as.remoting.RemotingSubsystemTestCase.testEndpointConfigurationViaSubsystemRoot

      Can be used for debugging IntelliJ IDEA repeat until fail

      Show
      Run wildfly core test until fail: org.jboss.as.remoting.RemotingSubsystemTestCase.testEndpointConfigurationViaSubsystemRoot Can be used for debugging IntelliJ IDEA repeat until fail

    Description

      Operation add on subsystem remoting randomly fail with the message::

      {
          "outcome" => "failed",
          "failure-description" => "WFLYCTL0441: Operation has resulted in failed or missing services 
      WFLYCTL0448: 1 additional services are down due to their dependencies being missing or failed",
          "rolled-back" => true
      }
      

      Used operation:

      {
          "operation" => "add",
          "address" => [("subsystem" => "remoting")],
          "worker" => "default-remoting",
          "send-buffer-size" => 1,
          "receive-buffer-size" => 1,
          "buffer-region-size" => 1,
          "transmit-window-size" => 1,
          "receive-window-size" => 1,
          "max-outbound-channels" => 1,
          "max-inbound-channels" => 1,
          "authorize-id" => "abc",
          "auth-realm" => "abc",
          "authentication-retries" => 1,
          "max-outbound-messages" => 1,
          "max-inbound-messages" => 1,
          "heartbeat-interval" => 1,
          "max-inbound-message-size" => 1L,
          "max-outbound-message-size" => 1L,
          "server-name" => "abc",
          "sasl-protocol" => "abc",
          "worker-read-threads" => undefined,
          "worker-task-core-threads" => undefined,
          "worker-task-keepalive" => undefined,
          "worker-task-limit" => undefined,
          "worker-task-max-threads" => undefined,
          "worker-write-threads" => undefined
      }
      

      Attachments

        Issue Links

          Activity

            People

              flaviarnn Flavia Rainone
              vmarek@redhat.com Vratislav Marek (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: