[JBoss JIRA] (WFLY-7494) Attribute max-connections has wrong error message
by Stuart Douglas (JIRA)
[ https://issues.jboss.org/browse/WFLY-7494?page=com.atlassian.jira.plugin.... ]
Stuart Douglas moved JBEAP-6927 to WFLY-7494:
---------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-7494 (was: JBEAP-6927)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Web (Undertow)
(was: User Experience)
(was: Web (Undertow))
Affects Version/s: (was: 7.1.0.DR7)
> Attribute max-connections has wrong error message
> -------------------------------------------------
>
> Key: WFLY-7494
> URL: https://issues.jboss.org/browse/WFLY-7494
> Project: WildFly
> Issue Type: Bug
> Components: Web (Undertow)
> Reporter: Stuart Douglas
> Assignee: Stuart Douglas
>
> Error message max-connections is not saying what went wrong, other listeners will have probably same issue
> {noformat}
> [standalone@localhost:9990 /] /subsystem=undertow/server=default-server/http-listener=default:write-attribute(name=max-connections, value=-20)
> {noformat}
> causes exception
> {noformat}
> 08:54:13,387 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC000001: Failed to start service jboss.undertow.listener.default: org.jboss.msc.service.StartException in service jboss.undertow.listener.default: Failed to start service
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1919)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)
> Caused by: java.lang.IllegalArgumentException: High water must be greater than 0
> at org.xnio.nio.QueuedNioTcpServer.badHighWater(QueuedNioTcpServer.java:236)
> at org.xnio.nio.QueuedNioTcpServer.<init>(QueuedNioTcpServer.java:189)
> at org.xnio.nio.NioXnioWorker.createTcpConnectionServer(NioXnioWorker.java:200)
> at org.xnio.XnioWorker.createStreamConnectionServer(XnioWorker.java:243)
> at org.wildfly.extension.undertow.HttpListenerService.startListening(HttpListenerService.java:126)
> at org.wildfly.extension.undertow.ListenerService.start(ListenerService.java:167)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1963)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1896)
> ... 3 more
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 8 months
[JBoss JIRA] (WFLY-7267) [Proxy] No failover on empty response from node
by Stuart Douglas (JIRA)
[ https://issues.jboss.org/browse/WFLY-7267?page=com.atlassian.jira.plugin.... ]
Stuart Douglas resolved WFLY-7267.
----------------------------------
Fix Version/s: 11.0.0.Alpha1
Resolution: Done
It is now possible to configure max-retries
> [Proxy] No failover on empty response from node
> -----------------------------------------------
>
> Key: WFLY-7267
> URL: https://issues.jboss.org/browse/WFLY-7267
> Project: WildFly
> Issue Type: Bug
> Components: Web (Undertow)
> Reporter: Stuart Douglas
> Assignee: Stuart Douglas
> Fix For: 11.0.0.Alpha1
>
>
> Undertow balancer do not recognizes empty response as an error.
> Can happen when JVM got killed when handling request (System.exit())
> {code}
> @Override
> public void failed(final HttpServerExchange exchange) {
> final long time = System.currentTimeMillis();
> if (tries++ < maxRetryAttempts) {
> ...
> {code}
> Undertow make curl hang.
> Apache httpd correctly recognizes empty response as error and starts fail over method. If unsuccessful, 50x is returned in response.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 8 months
[JBoss JIRA] (WFLY-7470) Value of parameter "restart-required" for configuration attributes does not match reality for lots of subsystem in CLI
by Stuart Douglas (JIRA)
[ https://issues.jboss.org/browse/WFLY-7470?page=com.atlassian.jira.plugin.... ]
Stuart Douglas reopened WFLY-7470:
----------------------------------
> Value of parameter "restart-required" for configuration attributes does not match reality for lots of subsystem in CLI
> ----------------------------------------------------------------------------------------------------------------------
>
> Key: WFLY-7470
> URL: https://issues.jboss.org/browse/WFLY-7470
> Project: WildFly
> Issue Type: Bug
> Reporter: Stuart Douglas
> Assignee: Stuart Douglas
> Fix For: 11.0.0.Alpha1
>
>
> 11:19:42,688 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 8) Attribute properties of resource /subsystem=iiop-openjdk is not marked as reload required
> 11:19:42,690 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute statistics-enabled of resource /subsystem=undertow is not marked as reload required
> 11:19:42,690 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute default-security-domain of resource /subsystem=undertow is not marked as reload required
> 11:19:42,690 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute buffer-size of resource /subsystem=undertow/buffer-cache=* is not marked as reload required
> 11:19:42,691 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute buffers-per-region of resource /subsystem=undertow/buffer-cache=* is not marked as reload required
> 11:19:42,691 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute max-regions of resource /subsystem=undertow/buffer-cache=* is not marked as reload required
> 11:19:42,691 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute default-host of resource /subsystem=undertow/server=* is not marked as reload required
> 11:19:42,691 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute servlet-container of resource /subsystem=undertow/server=* is not marked as reload required
> 11:19:42,691 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 18) Attribute task-keepalive of resource /subsystem=io/worker=* is not marked as reload required
> 11:19:42,692 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 18) Attribute task-max-threads of resource /subsystem=io/worker=* is not marked as reload required
> 11:19:42,692 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 18) Attribute io-threads of resource /subsystem=io/worker=* is not marked as reload required
> 11:19:42,692 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 18) Attribute stack-size of resource /subsystem=io/worker=* is not marked as reload required
> 11:19:42,692 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 18) Attribute buffer-size of resource /subsystem=io/buffer-pool=* is not marked as reload required
> 11:19:42,693 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 18) Attribute buffers-per-slice of resource /subsystem=io/buffer-pool=* is not marked as reload required
> 11:19:42,693 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 18) Attribute direct-buffers of resource /subsystem=io/buffer-pool=* is not marked as reload required
> 11:19:42,705 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 2) Attribute send-buffer-size of resource /subsystem=remoting/configuration=endpoint is not marked as reload required
> 11:19:42,706 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 2) Attribute receive-buffer-size of resource /subsystem=remoting/configuration=endpoint is not marked as reload required
> 11:19:42,706 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 2) Attribute buffer-region-size of resource /subsystem=remoting/configuration=endpoint is not marked as reload required
> 11:19:42,706 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 2) Attribute transmit-window-size of resource /subsystem=remoting/configuration=endpoint is not marked as reload required
> 11:19:42,706 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 2) Attribute receive-window-size of resource /subsystem=remoting/configuration=endpoint is not marked as reload required
> 11:19:42,706 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 2) Attribute max-outbound-channels of resource /subsystem=remoting/configuration=endpoint is not marked as reload required
> 11:19:42,706 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 2) Attribute max-inbound-channels of resource /subsystem=remoting/configuration=endpoint is not marked as reload required
> 11:19:42,707 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 2) Attribute authorize-id of resource /subsystem=remoting/configuration=endpoint is not marked as reload required
> 11:19:42,707 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 2) Attribute auth-realm of resource /subsystem=remoting/configuration=endpoint is not marked as reload required
> 11:19:42,707 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 2) Attribute authentication-retries of resource /subsystem=remoting/configuration=endpoint is not marked as reload required
> 11:19:42,707 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 2) Attribute max-outbound-messages of resource /subsystem=remoting/configuration=endpoint is not marked as reload required
> 11:19:42,708 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 2) Attribute max-inbound-messages of resource /subsystem=remoting/configuration=endpoint is not marked as reload required
> 11:19:42,708 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 2) Attribute heartbeat-interval of resource /subsystem=remoting/configuration=endpoint is not marked as reload required
> 11:19:42,708 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 2) Attribute max-inbound-message-size of resource /subsystem=remoting/configuration=endpoint is not marked as reload required
> 11:19:42,708 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 2) Attribute max-outbound-message-size of resource /subsystem=remoting/configuration=endpoint is not marked as reload required
> 11:19:42,708 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 2) Attribute server-name of resource /subsystem=remoting/configuration=endpoint is not marked as reload required
> 11:19:42,709 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 2) Attribute sasl-protocol of resource /subsystem=remoting/configuration=endpoint is not marked as reload required
> 11:19:42,711 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute default-web-module of resource /subsystem=undertow/server=*/host=* is not marked as reload required
> 11:19:42,712 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute default-response-code of resource /subsystem=undertow/server=*/host=* is not marked as reload required
> 11:19:42,712 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute disable-console-redirect of resource /subsystem=undertow/server=*/host=* is not marked as reload required
> 11:19:42,712 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute handler of resource /subsystem=undertow/server=*/host=*/location=* is not marked as reload required
> 11:19:42,713 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute predicate of resource /subsystem=undertow/server=*/host=*/location=*/filter-ref=* is not marked as reload required
> 11:19:42,713 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute priority of resource /subsystem=undertow/server=*/host=*/location=*/filter-ref=* is not marked as reload required
> 11:19:42,713 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute pattern of resource /subsystem=undertow/server=*/host=*/setting=access-log is not marked as reload required
> 11:19:42,713 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute prefix of resource /subsystem=undertow/server=*/host=*/setting=access-log is not marked as reload required
> 11:19:42,738 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute suffix of resource /subsystem=undertow/server=*/host=*/setting=access-log is not marked as reload required
> 11:19:42,740 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute rotate of resource /subsystem=undertow/server=*/host=*/setting=access-log is not marked as reload required
> 11:19:42,740 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute directory of resource /subsystem=undertow/server=*/host=*/setting=access-log is not marked as reload required
> 11:19:42,740 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute use-server-log of resource /subsystem=undertow/server=*/host=*/setting=access-log is not marked as reload required
> 11:19:42,741 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute relative-to of resource /subsystem=undertow/server=*/host=*/setting=access-log is not marked as reload required
> 11:19:42,741 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute extended of resource /subsystem=undertow/server=*/host=*/setting=access-log is not marked as reload required
> 11:19:42,742 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute predicate of resource /subsystem=undertow/server=*/host=*/setting=access-log is not marked as reload required
> 11:19:42,742 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute predicate of resource /subsystem=undertow/server=*/host=*/filter-ref=* is not marked as reload required
> 11:19:42,742 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute priority of resource /subsystem=undertow/server=*/host=*/filter-ref=* is not marked as reload required
> 11:19:42,742 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute domain of resource /subsystem=undertow/server=*/host=*/setting=single-sign-on is not marked as reload required
> 11:19:42,743 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute path of resource /subsystem=undertow/server=*/host=*/setting=single-sign-on is not marked as reload required
> 11:19:42,743 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute http-only of resource /subsystem=undertow/server=*/host=*/setting=single-sign-on is not marked as reload required
> 11:19:42,744 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute secure of resource /subsystem=undertow/server=*/host=*/setting=single-sign-on is not marked as reload required
> 11:19:42,744 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute cookie-name of resource /subsystem=undertow/server=*/host=*/setting=single-sign-on is not marked as reload required
> 11:19:42,746 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute path of resource /subsystem=undertow/configuration=handler/file=* is not marked as reload required
> 11:19:42,747 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute cache-buffer-size of resource /subsystem=undertow/configuration=handler/file=* is not marked as reload required
> 11:19:42,747 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute cache-buffers of resource /subsystem=undertow/configuration=handler/file=* is not marked as reload required
> 11:19:42,747 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute directory-listing of resource /subsystem=undertow/configuration=handler/file=* is not marked as reload required
> 11:19:42,747 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute follow-symlink of resource /subsystem=undertow/configuration=handler/file=* is not marked as reload required
> 11:19:42,748 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute case-sensitive of resource /subsystem=undertow/configuration=handler/file=* is not marked as reload required
> 11:19:42,748 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute safe-symlink-paths of resource /subsystem=undertow/configuration=handler/file=* is not marked as reload required
> 11:19:42,752 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute connections-per-thread of resource /subsystem=undertow/configuration=handler/reverse-proxy=* is not marked as reload required
> 11:19:42,752 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute session-cookie-names of resource /subsystem=undertow/configuration=handler/reverse-proxy=* is not marked as reload required
> 11:19:42,752 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute problem-server-retry of resource /subsystem=undertow/configuration=handler/reverse-proxy=* is not marked as reload required
> 11:19:42,752 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute request-queue-size of resource /subsystem=undertow/configuration=handler/reverse-proxy=* is not marked as reload required
> 11:19:42,753 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute max-request-time of resource /subsystem=undertow/configuration=handler/reverse-proxy=* is not marked as reload required
> 11:19:42,753 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute cached-connections-per-thread of resource /subsystem=undertow/configuration=handler/reverse-proxy=* is not marked as reload required
> 11:19:42,753 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute connection-idle-timeout of resource /subsystem=undertow/configuration=handler/reverse-proxy=* is not marked as reload required
> 11:19:42,753 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute scheme of resource /subsystem=undertow/configuration=handler/reverse-proxy=*/host=* is not marked as reload required
> 11:19:42,754 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute instance-id of resource /subsystem=undertow/configuration=handler/reverse-proxy=*/host=* is not marked as reload required
> 11:19:42,754 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute path of resource /subsystem=undertow/configuration=handler/reverse-proxy=*/host=* is not marked as reload required
> 11:19:42,776 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute max-concurrent-requests of resource /subsystem=undertow/configuration=filter/request-limit=* is not marked as reload required
> 11:19:42,776 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute queue-size of resource /subsystem=undertow/configuration=filter/request-limit=* is not marked as reload required
> 11:19:42,781 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute header-name of resource /subsystem=undertow/configuration=filter/response-header=* is not marked as reload required
> 11:19:42,781 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute header-value of resource /subsystem=undertow/configuration=filter/response-header=* is not marked as reload required
> 11:19:42,782 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute code of resource /subsystem=undertow/configuration=filter/error-page=* is not marked as reload required
> 11:19:42,782 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute path of resource /subsystem=undertow/configuration=filter/error-page=* is not marked as reload required
> 11:19:42,782 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute class-name of resource /subsystem=undertow/configuration=filter/custom-filter=* is not marked as reload required
> 11:19:42,782 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute module of resource /subsystem=undertow/configuration=filter/custom-filter=* is not marked as reload required
> 11:19:42,783 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute parameters of resource /subsystem=undertow/configuration=filter/custom-filter=* is not marked as reload required
> 11:19:42,783 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute management-socket-binding of resource /subsystem=undertow/configuration=filter/mod-cluster=* is not marked as reload required
> 11:19:42,783 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute advertise-socket-binding of resource /subsystem=undertow/configuration=filter/mod-cluster=* is not marked as reload required
> 11:19:42,783 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute security-key of resource /subsystem=undertow/configuration=filter/mod-cluster=* is not marked as reload required
> 11:19:42,783 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute advertise-protocol of resource /subsystem=undertow/configuration=filter/mod-cluster=* is not marked as reload required
> 11:19:42,784 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute advertise-path of resource /subsystem=undertow/configuration=filter/mod-cluster=* is not marked as reload required
> 11:19:42,784 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute advertise-frequency of resource /subsystem=undertow/configuration=filter/mod-cluster=* is not marked as reload required
> 11:19:42,784 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute health-check-interval of resource /subsystem=undertow/configuration=filter/mod-cluster=* is not marked as reload required
> 11:19:42,784 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute broken-node-timeout of resource /subsystem=undertow/configuration=filter/mod-cluster=* is not marked as reload required
> 11:19:42,784 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute worker of resource /subsystem=undertow/configuration=filter/mod-cluster=* is not marked as reload required
> 11:19:42,784 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute max-request-time of resource /subsystem=undertow/configuration=filter/mod-cluster=* is not marked as reload required
> 11:19:42,785 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute management-access-predicate of resource /subsystem=undertow/configuration=filter/mod-cluster=* is not marked as reload required
> 11:19:42,785 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute connections-per-thread of resource /subsystem=undertow/configuration=filter/mod-cluster=* is not marked as reload required
> 11:19:42,785 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute cached-connections-per-thread of resource /subsystem=undertow/configuration=filter/mod-cluster=* is not marked as reload required
> 11:19:42,785 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute connection-idle-timeout of resource /subsystem=undertow/configuration=filter/mod-cluster=* is not marked as reload required
> 11:19:42,785 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute request-queue-size of resource /subsystem=undertow/configuration=filter/mod-cluster=* is not marked as reload required
> 11:19:42,826 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 4) Attribute require-bean-descriptor of resource /subsystem=weld is not marked as reload required
> 11:19:42,826 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 4) Attribute non-portable-mode of resource /subsystem=weld is not marked as reload required
> 11:19:42,827 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 4) Attribute development-mode of resource /subsystem=weld is not marked as reload required
> 11:19:42,855 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 7) Attribute entries of resource /subsystem=messaging-activemq/server=*/legacy-connection-factory=* is not marked as reload required
> 11:19:42,856 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 7) Attribute auto-group of resource /subsystem=messaging-activemq/server=*/legacy-connection-factory=* is not marked as reload required
> 11:19:42,856 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 7) Attribute block-on-acknowledge of resource /subsystem=messaging-activemq/server=*/legacy-connection-factory=* is not marked as reload required
> 11:19:42,856 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 7) Attribute block-on-durable-send of resource /subsystem=messaging-activemq/server=*/legacy-connection-factory=* is not marked as reload required
> 11:19:42,856 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 7) Attribute block-on-non-durable-send of resource /subsystem=messaging-activemq/server=*/legacy-connection-factory=* is not marked as reload required
> 11:19:42,856 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 7) Attribute cache-large-message-client of resource /subsystem=messaging-activemq/server=*/legacy-connection-factory=* is not marked as reload required
> 11:19:42,856 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 7) Attribute call-failover-timeout of resource /subsystem=messaging-activemq/server=*/legacy-connection-factory=* is not marked as reload required
> 11:19:42,857 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 7) Attribute call-timeout of resource /subsystem=messaging-activemq/server=*/legacy-connection-factory=* is not marked as reload required
> 11:19:42,857 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 7) Attribute client-failure-check-period of resource /subsystem=messaging-activemq/server=*/legacy-connection-factory=* is not marked as reload required
> 11:19:42,857 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 7) Attribute client-id of resource /subsystem=messaging-activemq/server=*/legacy-connection-factory=* is not marked as reload required
> 11:19:42,857 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 7) Attribute compress-large-messages of resource /subsystem=messaging-activemq/server=*/legacy-connection-factory=* is not marked as reload required
> 11:19:42,857 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 7) Attribute confirmation-window-size of resource /subsystem=messaging-activemq/server=*/legacy-connection-factory=* is not marked as reload required
> 11:19:42,857 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 7) Attribute connection-load-balancing-policy-class-name of resource /subsystem=messaging-activemq/server=*/legacy-connection-factory=* is not marked as reload required
> 11:19:42,857 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 7) Attribute connection-ttl of resource /subsystem=messaging-activemq/server=*/legacy-connection-factory=* is not marked as reload required
> 11:19:42,858 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 7) Attribute consumer-max-rate of resource /subsystem=messaging-activemq/server=*/legacy-connection-factory=* is not marked as reload required
> 11:19:42,858 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 7) Attribute consumer-window-size of resource /subsystem=messaging-activemq/server=*/legacy-connection-factory=* is not marked as reload required
> 11:19:42,858 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 7) Attribute dups-ok-batch-size of resource /subsystem=messaging-activemq/server=*/legacy-connection-factory=* is not marked as reload required
> 11:19:42,858 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 7) Attribute factory-type of resource /subsystem=messaging-activemq/server=*/legacy-connection-factory=* is not marked as reload required
> 11:19:42,858 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 7) Attribute failover-on-initial-connection of resource /subsystem=messaging-activemq/server=*/legacy-connection-factory=* is not marked as reload required
> 11:19:42,858 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 7) Attribute group-id of resource /subsystem=messaging-activemq/server=*/legacy-connection-factory=* is not marked as reload required
> 11:19:42,859 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 7) Attribute ha of resource /subsystem=messaging-activemq/server=*/legacy-connection-factory=* is not marked as reload required
> 11:19:42,859 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 7) Attribute initial-connect-attempts of resource /subsystem=messaging-activemq/server=*/legacy-connection-factory=* is not marked as reload required
> 11:19:42,859 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 7) Attribute initial-message-packet-size of resource /subsystem=messaging-activemq/server=*/legacy-connection-factory=* is not marked as reload required
> 11:19:42,859 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 7) Attribute max-retry-interval of resource /subsystem=messaging-activemq/server=*/legacy-connection-factory=* is not marked as reload required
> 11:19:42,859 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 7) Attribute min-large-message-size of resource /subsystem=messaging-activemq/server=*/legacy-connection-factory=* is not marked as reload required
> 11:19:42,859 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 7) Attribute pre-acknowledge of resource /subsystem=messaging-activemq/server=*/legacy-connection-factory=* is not marked as reload required
> 11:19:42,860 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 7) Attribute producer-max-rate of resource /subsystem=messaging-activemq/server=*/legacy-connection-factory=* is not marked as reload required
> 11:19:42,860 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 7) Attribute producer-window-size of resource /subsystem=messaging-activemq/server=*/legacy-connection-factory=* is not marked as reload required
> 11:19:42,860 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 7) Attribute reconnect-attempts of resource /subsystem=messaging-activemq/server=*/legacy-connection-factory=* is not marked as reload required
> 11:19:42,860 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 7) Attribute retry-interval of resource /subsystem=messaging-activemq/server=*/legacy-connection-factory=* is not marked as reload required
> 11:19:42,860 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 7) Attribute retry-interval-multiplier of resource /subsystem=messaging-activemq/server=*/legacy-connection-factory=* is not marked as reload required
> 11:19:42,860 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 7) Attribute scheduled-thread-pool-max-size of resource /subsystem=messaging-activemq/server=*/legacy-connection-factory=* is not marked as reload required
> 11:19:42,861 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute expression of resource /subsystem=undertow/configuration=filter/expression-filter=* is not marked as reload required
> 11:19:42,878 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute module of resource /subsystem=undertow/configuration=filter/expression-filter=* is not marked as reload required
> 11:19:42,878 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 7) Attribute thread-pool-max-size of resource /subsystem=messaging-activemq/server=*/legacy-connection-factory=* is not marked as reload required
> 11:19:42,878 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 7) Attribute transaction-batch-size of resource /subsystem=messaging-activemq/server=*/legacy-connection-factory=* is not marked as reload required
> 11:19:42,878 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute target of resource /subsystem=undertow/configuration=filter/rewrite=* is not marked as reload required
> 11:19:42,878 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 7) Attribute use-global-pools of resource /subsystem=messaging-activemq/server=*/legacy-connection-factory=* is not marked as reload required
> 11:19:42,879 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute redirect of resource /subsystem=undertow/configuration=filter/rewrite=* is not marked as reload required
> 11:19:42,879 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 7) Attribute discovery-group of resource /subsystem=messaging-activemq/server=*/legacy-connection-factory=* is not marked as reload required
> 11:19:42,879 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute http-authentication-factory of resource /subsystem=undertow/application-security-domain=* is not marked as reload required
> 11:19:42,879 ERROR [org.jboss.as.controller] (ServerService Thread Pool -- 16) Attribute override-deployment-config of resource /subsystem=undertow/application-security-domain=* is not marked as reload required
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 8 months
[JBoss JIRA] (WFCORE-1940) Propagate a persistent domain config revision number and time stamp around the domain
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFCORE-1940?page=com.atlassian.jira.plugi... ]
Brian Stansberry commented on WFCORE-1940:
------------------------------------------
[2:48 PM] Ken Wills: hmm
[2:48 PM] Ken Wills: @BrianStansberry do you think we really should be incremeanting it vs just taking whatever the master says it should be?
[2:48 PM] Ken Wills: that'd make it a bit more complicated i guess
[2:49 PM] Brian Stansberry: I think it will be cleaner to increment
[2:49 PM] Brian Stansberry: we'll see as I do it, but right now i think it's cleaner
[2:49 PM] Brian Stansberry: incrementing will always be done under the exclusive lock
[2:50 PM] Brian Stansberry: so once per op
[2:50 PM] Brian Stansberry: and on a slave any op that would trigger an increment will have the master's current value sent along with it (#4 in the JIRA description)
[2:50 PM] Ken Wills: yah
[2:51 PM] Ken Wills: that seems fine to me then
[2:51 PM] Brian Stansberry: my thinking now is that can kind of separate the "do an increment" bit from the "increment what" bit
[2:52 PM] Brian Stansberry: if that doesn't prove out in practice i'll gladly abandon ship though ;)
[2:53 PM] Brian Stansberry: partly the idea is doing the increment as part of tx commit
[2:53 PM] Brian Stansberry: so it only gets updated when the op succeeds
[2:53 PM] Ken Wills: yeah, that seems like the right approach
[2:54 PM] Brian Stansberry: but the DC sends the last-successful revision, i.e. unincremented
[2:54 PM] Brian Stansberry: so if the slave updates its version to that value, it's always correct, regardless of whether the current op will succeed
[2:55 PM] Ken Wills: wouldn't the slave always already have that value due to join & sync?
[2:55 PM] Brian Stansberry: in theory yes :)
[2:55 PM] Ken Wills: if it was some other value, something bad has happened i think
[2:55 PM] Brian Stansberry: yeah
[2:56 PM] Brian Stansberry: so perhaps it doesn't need to be sent on each op
[2:57 PM] Brian Stansberry: otoh sending it is simple and would be a safeguard in case we forgot something
[2:57 PM] Ken Wills: yah
[2:57 PM] Ken Wills: i was thinking more on the slave side, it could use that to validate its in the expected state or something
[2:57 PM] Brian Stansberry: true, it could
> Propagate a persistent domain config revision number and time stamp around the domain
> -------------------------------------------------------------------------------------
>
> Key: WFCORE-1940
> URL: https://issues.jboss.org/browse/WFCORE-1940
> Project: WildFly Core
> Issue Type: Task
> Components: Domain Management
> Reporter: Brian Stansberry
> Assignee: Brian Stansberry
>
> This is a subtask of WFCORE-338 and should not be done independent of that overall work.
> The election algorithm we are planning for WFCORE-338 depends on tracking the revision number for changes to the persistent domain-wide model (i.e. what gets written to domain.xml). The revision number will be a simple counter, but we will also track a revision timestamp. The timestamp is solely meant to be an aid to users in understanding when a revision occurred and is not itself relevant to the election algorithm
> Task here is to
> 1) Read the revision # and timestamp from domain.xml when it is parsed
> 2) Increment it locally on any HC when an operation updates the domain-wide persistent config.
> 3) Persist the local values in domain.xml whenever an operation updates the domain-wide persistent config.
> 4) For the master HC, propagate its current revision # and timestamp along with any multistep write operations pushed to slave HCs.
> 5) For the master HC, propagate its current revision # and timestamp along with the resource model data provided to newly connected HCs.
> 6) For slave HCs, use the revision # and timestamp provided by the master via 4) and 5) as the base value before incrementing in 2).
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 8 months
[JBoss JIRA] (WFCORE-1940) Propagate a persistent domain config revision number and time stamp around the domain
by Brian Stansberry (JIRA)
Brian Stansberry created WFCORE-1940:
----------------------------------------
Summary: Propagate a persistent domain config revision number and time stamp around the domain
Key: WFCORE-1940
URL: https://issues.jboss.org/browse/WFCORE-1940
Project: WildFly Core
Issue Type: Task
Components: Domain Management
Reporter: Brian Stansberry
Assignee: Brian Stansberry
This is a subtask of WFCORE-338 and should not be done independent of that overall work.
The election algorithm we are planning for WFCORE-338 depends on tracking the revision number for changes to the persistent domain-wide model (i.e. what gets written to domain.xml). The revision number will be a simple counter, but we will also track a revision timestamp. The timestamp is solely meant to be an aid to users in understanding when a revision occurred and is not itself relevant to the election algorithm
Task here is to
1) Read the revision # and timestamp from domain.xml when it is parsed
2) Increment it locally on any HC when an operation updates the domain-wide persistent config.
3) Persist the local values in domain.xml whenever an operation updates the domain-wide persistent config.
4) For the master HC, propagate its current revision # and timestamp along with any multistep write operations pushed to slave HCs.
5) For the master HC, propagate its current revision # and timestamp along with the resource model data provided to newly connected HCs.
6) For slave HCs, use the revision # and timestamp provided by the master via 4) and 5) as the base value before incrementing in 2).
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 8 months
[JBoss JIRA] (ELY-725) Add support for matching by purpose
by David Lloyd (JIRA)
David Lloyd created ELY-725:
-------------------------------
Summary: Add support for matching by purpose
Key: ELY-725
URL: https://issues.jboss.org/browse/ELY-725
Project: WildFly Elytron
Issue Type: Task
Components: Authentication Client
Reporter: David Lloyd
Assignee: David Lloyd
Fix For: 1.1.0.Beta13
Support matching by purpose. Some purposes could include:
* "connect" - the configuration is used to establish an outbound network connection
* "operate" - the configuration is used to process an invocation/operation/request
* "maintain" - the configuration is used to perform a maintenance operation
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 8 months
[JBoss JIRA] (ELY-724) Add support for matching by abstract type
by David Lloyd (JIRA)
[ https://issues.jboss.org/browse/ELY-724?page=com.atlassian.jira.plugin.sy... ]
David Lloyd updated ELY-724:
----------------------------
Description:
Match by abstract type, which is a logical supplement to a URI that indicates the encompassed service type (for example, ejb, jmx, jndi, etc.).
Abstract types also have an authority. For example the authority for the type "ejb" is "jboss".
was:Match by abstract type, which is a logical supplement to a URI that indicates the encompassingx service type (for example, ejb, jmx, jndi,
> Add support for matching by abstract type
> -----------------------------------------
>
> Key: ELY-724
> URL: https://issues.jboss.org/browse/ELY-724
> Project: WildFly Elytron
> Issue Type: Task
> Components: Authentication Client
> Reporter: David Lloyd
> Assignee: David Lloyd
> Fix For: 1.1.0.Beta13
>
>
> Match by abstract type, which is a logical supplement to a URI that indicates the encompassed service type (for example, ejb, jmx, jndi, etc.).
> Abstract types also have an authority. For example the authority for the type "ejb" is "jboss".
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 8 months