[jboss-jira] [JBoss JIRA] (WFCORE-3293) Transformers logging duplicate messages on DC when managing mixed domain

Ken Wills (JIRA) issues at jboss.org
Thu Sep 14 15:20:00 EDT 2017


     [ https://issues.jboss.org/browse/WFCORE-3293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ken Wills updated WFCORE-3293:
------------------------------
    Description: 
Transformers on the DC in a mixed domain are a bit agressive logging slave transformer issues during registration and deregistration. This message should probably only be logged once. rather than before registration complete, after registration completes and post deregistration.

{code}
2017-09-14 14:09:16,465 WARN  [org.jboss.as.controller.transformer.slave] (Host Controller Service Threads - 36) WFLYCTL0032: There were problems during the transformation process for target host: 'slave' 
2017-09-14 14:09:16,610 INFO  [org.jboss.as.domain.controller] (Host Controller Service Threads - 36) WFLYHC0019: Registered remote slave host "slave", JBoss EAP 6.3.0.GA (WildFly 7.4.0.Final-redhat-19)
2017-09-14 14:09:16,925 WARN  [org.jboss.as.controller.transformer.slave] (management-handler-thread - 3) WFLYCTL0032: There were problems during the transformation process for target host: 'slave' 
2017-09-14 14:09:16,953 INFO  [org.jboss.as.domain.controller] (management task-6) WFLYHC0026: Unregistered remote slave host "slave"
2017-09-14 14:09:19,012 WARN  [org.jboss.as.controller.transformer.slave] (Host Controller Service Threads - 36) WFLYCTL0032: There were problems during the transformation process for target host: 'slave' 
2017-09-14 14:09:19,611 WARN  [org.jboss.as.controller.transformer.slave] (Host Controller Service Threads - 36) WFLYCTL0032: There were problems during the transformation process for target host: 'slave' 
2017-09-14 14:09:19,734 INFO  [org.jboss.as.domain.controller] (Host Controller Service Threads - 36) WFLYHC0019: Registered remote slave host "slave", JBoss EAP 6.3.0.GA (WildFly 7.4.0.Final-redhat-19)
2017-09-14 14:09:20,550 WARN  [org.jboss.as.controller.transformer.slave] (management-handler-thread - 3) WFLYCTL0032: There were problems during the transformation process for target host: 'slave' 
2017-09-14 14:09:20,576 INFO  [org.jboss.as.domain.controller] (management task-6) WFLYHC0026: Unregistered remote slave host "slave"
2017-09-14 14:09:22,342 WARN  [org.jboss.as.controller.transformer.slave] (Host Controller Service Threads - 36) WFLYCTL0032: There were problems during the transformation process for target host: 'slave' 
2017-09-14 14:09:22,934 WARN  [org.jboss.as.controller.transformer.slave] (Host Controller Service Threads - 36) WFLYCTL0032: There were problems during the transformation process for target host: 'slave' 
2017-09-14 14:09:22,997 INFO  [org.jboss.as.domain.controller] (Host Controller Service Threads - 36) WFLYHC0019: Registered remote slave host "slave", JBoss EAP 6.3.0.GA (WildFly 7.4.0.Final-redhat-19)
2017-09-14 14:09:23,828 WARN  [org.jboss.as.controller.transformer.slave] (management-handler-thread - 4) WFLYCTL0032: There were problems during the transformation process 
{code}

  was:
Transformers on the DC in a mixed domain are a bit agressive logging slave transformer issues during registration and deregistration. This message should probably only be logged once. rather than before registration complete, after registration completes and post deregistration.

{code}
2017-09-14 14:09:16,465 WARN  [org.jboss.as.controller.transformer.slave] (Host Controller Service Threads - 36) WFLYCTL0032: There were problems during the transformation process for target host: 'slave' 
2017-09-14 14:09:16,610 INFO  [org.jboss.as.domain.controller] (Host Controller Service Threads - 36) WFLYHC0019: Registered remote slave host "slave", JBoss EAP 6.3.0.GA (WildFly 7.4.0.Final-redhat-19)
2017-09-14 14:09:16,925 WARN  [org.jboss.as.controller.transformer.slave] (management-handler-thread - 3) WFLYCTL0032: There were problems during the transformation process for target host: 'slave' 
2017-09-14 14:09:16,953 INFO  [org.jboss.as.domain.controller] (management task-6) WFLYHC0026: Unregistered remote slave host "slave"
2017-09-14 14:09:19,012 WARN  [org.jboss.as.controller.transformer.slave] (Host Controller Service Threads - 36) WFLYCTL0032: There were problems during the transformation process for target host: 'slave' 
2017-09-14 14:09:19,611 WARN  [org.jboss.as.controller.transformer.slave] (Host Controller Service Threads - 36) WFLYCTL0032: There were problems during the transformation process for target host: 'slave' 
2017-09-14 14:09:19,734 INFO  [org.jboss.as.domain.controller] (Host Controller Service Threads - 36) WFLYHC0019: Registered remote slave host "slave", JBoss EAP 6.3.0.GA (WildFly 7.4.0.Final-redhat-19)
2017-09-14 14:09:20,550 WARN  [org.jboss.as.controller.transformer.slave] (management-handler-thread - 3) WFLYCTL0032: There were problems during the transformation process for target host: 'slave' 
2017-09-14 14:09:20,576 INFO  [org.jboss.as.domain.controller] (management task-6) WFLYHC0026: Unregistered remote slave host "slave"
2017-09-14 14:09:22,342 WARN  [org.jboss.as.controller.transformer.slave] (Host Controller Service Threads - 36) WFLYCTL0032: There were problems during the transformation process for target host: 'slave' 
2017-09-14 14:09:22,934 WARN  [org.jboss.as.controller.transformer.slave] (Host Controller Service Threads - 36) WFLYCTL0032: There were problems during the transformation process for target host: 'slave' 
2017-09-14 14:09:22,997 INFO  [org.jboss.as.domain.controller] (Host Controller Service Threads - 36) WFLYHC0019: Registered remote slave host "slave", JBoss EAP 6.3.0.GA (WildFly 7.4.0.Final-redhat-19)
2017-09-14 14:09:23,828 WARN  [org.jboss.as.controller.transformer.slave] (management-handler-thread - 4) WFLYCTL0032: There were problems during the transformation process 




> Transformers logging duplicate messages on DC when managing mixed domain
> ------------------------------------------------------------------------
>
>                 Key: WFCORE-3293
>                 URL: https://issues.jboss.org/browse/WFCORE-3293
>             Project: WildFly Core
>          Issue Type: Task
>            Reporter: Ken Wills
>
> Transformers on the DC in a mixed domain are a bit agressive logging slave transformer issues during registration and deregistration. This message should probably only be logged once. rather than before registration complete, after registration completes and post deregistration.
> {code}
> 2017-09-14 14:09:16,465 WARN  [org.jboss.as.controller.transformer.slave] (Host Controller Service Threads - 36) WFLYCTL0032: There were problems during the transformation process for target host: 'slave' 
> 2017-09-14 14:09:16,610 INFO  [org.jboss.as.domain.controller] (Host Controller Service Threads - 36) WFLYHC0019: Registered remote slave host "slave", JBoss EAP 6.3.0.GA (WildFly 7.4.0.Final-redhat-19)
> 2017-09-14 14:09:16,925 WARN  [org.jboss.as.controller.transformer.slave] (management-handler-thread - 3) WFLYCTL0032: There were problems during the transformation process for target host: 'slave' 
> 2017-09-14 14:09:16,953 INFO  [org.jboss.as.domain.controller] (management task-6) WFLYHC0026: Unregistered remote slave host "slave"
> 2017-09-14 14:09:19,012 WARN  [org.jboss.as.controller.transformer.slave] (Host Controller Service Threads - 36) WFLYCTL0032: There were problems during the transformation process for target host: 'slave' 
> 2017-09-14 14:09:19,611 WARN  [org.jboss.as.controller.transformer.slave] (Host Controller Service Threads - 36) WFLYCTL0032: There were problems during the transformation process for target host: 'slave' 
> 2017-09-14 14:09:19,734 INFO  [org.jboss.as.domain.controller] (Host Controller Service Threads - 36) WFLYHC0019: Registered remote slave host "slave", JBoss EAP 6.3.0.GA (WildFly 7.4.0.Final-redhat-19)
> 2017-09-14 14:09:20,550 WARN  [org.jboss.as.controller.transformer.slave] (management-handler-thread - 3) WFLYCTL0032: There were problems during the transformation process for target host: 'slave' 
> 2017-09-14 14:09:20,576 INFO  [org.jboss.as.domain.controller] (management task-6) WFLYHC0026: Unregistered remote slave host "slave"
> 2017-09-14 14:09:22,342 WARN  [org.jboss.as.controller.transformer.slave] (Host Controller Service Threads - 36) WFLYCTL0032: There were problems during the transformation process for target host: 'slave' 
> 2017-09-14 14:09:22,934 WARN  [org.jboss.as.controller.transformer.slave] (Host Controller Service Threads - 36) WFLYCTL0032: There were problems during the transformation process for target host: 'slave' 
> 2017-09-14 14:09:22,997 INFO  [org.jboss.as.domain.controller] (Host Controller Service Threads - 36) WFLYHC0019: Registered remote slave host "slave", JBoss EAP 6.3.0.GA (WildFly 7.4.0.Final-redhat-19)
> 2017-09-14 14:09:23,828 WARN  [org.jboss.as.controller.transformer.slave] (management-handler-thread - 4) WFLYCTL0032: There were problems during the transformation process 
> {code}



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list