[jboss-jira] [JBoss JIRA] (WFCORE-4555) Randomly fail an add operation on subsystem remoting

Vratislav Marek (Jira) issues at jboss.org
Mon Jul 1 09:22:00 EDT 2019


Vratislav Marek created WFCORE-4555:
---------------------------------------

             Summary: Randomly fail an add operation on subsystem remoting
                 Key: WFCORE-4555
                 URL: https://issues.jboss.org/browse/WFCORE-4555
             Project: WildFly Core
          Issue Type: Bug
          Components: Remoting
         Environment: * Any java 
* RHEL6 & RHEL7
            Reporter: Vratislav Marek
            Assignee: Flavia Rainone


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

{code}
{
    "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
}
{code}

Used operation:
{code}
{
    "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
}
{code}



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the jboss-jira mailing list