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

Ken Wills (JIRA) issues at jboss.org
Thu Sep 14 15:19: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.

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 


  was:
When a WF11 HC is managing an earlier WF slave the DC logs have a lot of repeated messages regarding transformation of resources, for example a profile clone:

{code}
Master: WF11 (Master has host-excludes set for EAP6.3

        <host-exclude name="EAP63">
            <host-release id="EAP6.3"/>
            <excluded-extensions>
                <extension module="org.wildfly.extension.batch.jberet"/>
                <extension module="org.wildfly.extension.bean-validation"/>
                <extension module="org.wildfly.extension.clustering.singleton"/>
                <extension module="org.wildfly.extension.core-management"/>
                <extension module="org.wildfly.extension.discovery"/>
                <extension module="org.wildfly.extension.elytron"/>
                <extension module="org.wildfly.extension.io"/>
                <extension module="org.wildfly.extension.messaging-activemq"/>
                <extension module="org.wildfly.extension.request-controller"/>
                <extension module="org.wildfly.extension.security.manager"/>
                <extension module="org.wildfly.extension.undertow"/>
                <extension module="org.wildfly.iiop-openjdk"/>
            </excluded-extensions>
        </host-exclude>


Slave: EAP6.3

Nothing logged at all on slave.

DC has: 

[domain at localhost:9999 /] /profile=full:clone(to-profile=test1)
{
    "outcome" => "failed",
    "failure-description" => {"domain-failure-description" => "WFLYDC0021: Unexplained failure"},
    "rolled-back" => true
}

[Host Controller] 13:26:19,084 WARN  [org.wildfly.iiop.openjdk] (management-handler-thread - 2) WFLYIIOP0111: SSL has not been configured but ssl-port property has been specified - the connection will use clear-text protocol
[Host Controller] 13:26:19,102 WARN  [org.jboss.as.controller.transformer.slave] (management-handler-thread - 2) WFLYCTL0032: There were problems during the transformation process for target host: 'slave' 
[Host Controller] Problems found: 
[Host Controller] [		WFLYCTL0303: Resource [
[Host Controller]     ("profile" => "default"),
[Host Controller]     ("subsystem" => "remoting"),
[Host Controller]     ("configuration" => "endpoint")
[Host Controller] ] is rejected on the target host, and will need to be ignored on the host
[Host Controller] , 		java.lang.Thread.getStackTrace(Thread.java:1559)
[Host Controller] org.jboss.as.controller.transform.description.TransformingDescription.transformResource(TransformingDescription.java:145)
[Host Controller] org.jboss.as.controller.transform.ResourceTransformationContextImpl.processChild(ResourceTransformationContextImpl.java:297)
[Host Controller] org.jboss.as.controller.transform.ResourceTransformationContextImpl.processChildren(ResourceTransformationContextImpl.java:262)
[Host Controller] org.jboss.as.controller.transform.ResourceTransformer$1.transformResource(ResourceTransformer.java:54)
[Host Controller] org.jboss.as.controller.transform.description.TransformingDescription$3.invokeNext(TransformingDescription.java:167)
[Host Controller] org.jboss.as.controller.transform.description.AttributeTransformationRule.transformResource(AttributeTransformationRule.java:103)
[Host Controller] org.jboss.as.controller.transform.description.TransformingDescription.transformResource(TransformingDescription.java:173)
[Host Controller] org.jboss.as.controller.transform.description.ChainedTransformingDescription.transformResource(ChainedTransformingDescription.java:122)
[Host Controller] org.jboss.as.controller.transform.ResourceTransformationContextImpl.processChild(ResourceTransformationContextImpl.java:297)
[Host Controller] org.jboss.as.controller.transform.ResourceTransformationContextImpl.processChildren(ResourceTransformationContextImpl.java:262)
[Host Controller] org.jboss.as.controller.transform.ResourceTransformer$1.transformResource(ResourceTransformer.java:54)
[Host Controller] org.jboss.as.controller.transform.description.TransformingDescription$3.invokeNext(TransformingDescription.java:167)
[Host Controller] org.jboss.as.controller.transform.description.AttributeTransformationRule.transformResource(AttributeTransformationRule.java:103)
[Host Controller] org.jboss.as.controller.transform.description.TransformingDescription.transformResource(TransformingDescription.java:173)
[Host Controller] org.jboss.as.controller.transform.ResourceTransformationContextImpl.processChild(ResourceTransformationContextImpl.java:297)
[Host Controller] org.jboss.as.controller.transform.ResourceTransformationContextImpl.processChildren(ResourceTransformationContextImpl.java:262)
[Host Controller] org.jboss.as.controller.transform.ResourceTransformer$1.transformResource(ResourceTransformer.java:54)
[Host Controller] org.jboss.as.controller.transform.TransformersImpl.transformRootResource(TransformersImpl.java:134)
[Host Controller] org.jboss.as.domain.controller.operations.ReadMasterDomainModelUtil.readMasterDomainResourcesForInitialConnect(ReadMasterDomainModelUtil.java:89)
[Host Controller] org.jboss.as.domain.controller.operations.ReadDomainModelHandler.execute(ReadDomainModelHandler.java:56)
[Host Controller] org.jboss.as.controller.AbstractOperationContext.executeStep(AbstractOperationContext.java:980)
[Host Controller] org.jboss.as.controller.AbstractOperationContext.processStages(AbstractOperationContext.java:726)
[Host Controller] org.jboss.as.controller.AbstractOperationContext.executeOperation(AbstractOperationContext.java:450)
[Host Controller] org.jboss.as.controller.OperationContextImpl.executeOperation(OperationContextImpl.java:1402)
[Host Controller] org.jboss.as.controller.ModelControllerImpl.internalExecute(ModelControllerImpl.java:418)
[Host Controller] org.jboss.as.controller.AbstractControllerService.internalExecute(AbstractControllerService.java:490)
[Host Controller] org.jboss.as.host.controller.DomainModelControllerService.access$1100(DomainModelControllerService.java:200)
[Host Controller] org.jboss.as.host.controller.DomainModelControllerService$InternalExecutor$1.lambda$apply$0(DomainModelControllerService.java:1372)
[Host Controller] org.jboss.as.controller.access.InVmAccess.runInVm(InVmAccess.java:63)
[Host Controller] org.jboss.as.host.controller.DomainModelControllerService$InternalExecutor$1.apply(DomainModelControllerService.java:1372)
[Host Controller] org.jboss.as.host.controller.DomainModelControllerService$InternalExecutor$1.apply(DomainModelControllerService.java:1369)
[Host Controller] org.jboss.as.host.controller.SecurityActions$Execution$1.execute(SecurityActions.java:77)
[Host Controller] org.jboss.as.host.controller.SecurityActions.privilegedExecution(SecurityActions.java:47)
[Host Controller] org.jboss.as.host.controller.DomainModelControllerService$InternalExecutor.execute(DomainModelControllerService.java:1375)
[Host Controller] org.jboss.as.host.controller.mgmt.HostControllerRegistrationHandler$RegistrationContext.processRegistration(HostControllerRegistrationHandler.java:487)
[Host Controller] org.jboss.as.host.controller.mgmt.HostControllerRegistrationHandler$RegistrationContext.access$400(HostControllerRegistrationHandler.java:394)
[Host Controller] org.jboss.as.host.controller.mgmt.HostControllerRegistrationHandler$InitiateRegistrationHandler$1.execute(HostControllerRegistrationHandler.java:254)
[Host Controller] org.jboss.as.protocol.mgmt.ManagementRequestContextImpl$1.doExecute(ManagementRequestContextImpl.java:70)
[Host Controller] org.jboss.as.protocol.mgmt.ManagementRequestContextImpl$AsyncTaskRunner.run(ManagementRequestContextImpl.java:160)
[Host Controller] java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[Host Controller] java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[Host Controller] java.lang.Thread.run(Thread.java:748)
[Host Controller] org.jboss.threads.JBossThread.run(JBossThread.java:320)
[Host Controller] 
[Host Controller] , 		WFLYCTL0303: Resource [
[Host Controller]     ("profile" => "ha"),
[Host Controller]     ("subsystem" => "remoting"),
[Host Controller]     ("configuration" => "endpoint")
[Host Controller] ] is rejected on the target host, and will need to be ignored on the host
[Host Controller] , 		WFLYCTL0303: Resource [
[Host Controller]     ("profile" => "full"),
[Host Controller]     ("subsystem" => "remoting"),
[Host Controller]     ("configuration" => "endpoint")
[Host Controller] ] is rejected on the target host, and will need to be ignored on the host
[Host Controller] , 		WFLYCTL0303: Resource [
[Host Controller]     ("profile" => "full-ha"),
[Host Controller]     ("subsystem" => "remoting"),
[Host Controller]     ("configuration" => "endpoint")
[Host Controller] ] is rejected on the target host, and will need to be ignored on the host
[Host Controller] ]






> Transformers logging duplicate messages 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.
> 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 



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


More information about the jboss-jira mailing list