[jboss-jira] [JBoss JIRA] (WFWIP-287) MP Fault Tolerance - Hystrix is initialized by random module from EAR
Miroslav Novak (Jira)
issues at jboss.org
Tue Jan 21 06:11:00 EST 2020
[ https://issues.redhat.com/browse/WFWIP-287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13953309#comment-13953309 ]
Miroslav Novak commented on WFWIP-287:
--------------------------------------
@Stefano Maestri @Jeff Mesnil hi guys, this should be addressed by separate RFE as discussed above with [~rhusar], wdyt?
> MP Fault Tolerance - Hystrix is initialized by random module from EAR
> ----------------------------------------------------------------------
>
> Key: WFWIP-287
> URL: https://issues.redhat.com/browse/WFWIP-287
> Project: WildFly WIP
> Issue Type: Bug
> Components: MP Config
> Reporter: Miroslav Novak
> Assignee: Radoslav Husar
> Priority: Critical
>
> If EAR container 2 MP FT modules where each has different configuration for Hystrix then it is initialized by randomly and does not respect module deployment order defined in {{META-INF/application.xml}}:
> {code}
> <?xml version="1.0" encoding="UTF-8"?>
> <application xmlns="http://java.sun.com/xml/ns/javaee"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_6.xsd"
> version="6">
> <initialize-in-order>true</initialize-in-order>
> <module>
> <web>
> <web-uri>first-module.war</web-uri>
> <context-root>first-module</context-root>
> </web>
> </module>
> <module>
> <web>
> <web-uri>second-module.war</web-uri>
> <context-root>second-module</context-root>
> </web>
> </module>
> </application>
> {code}
> It's expected that first-module would configured Hystric based on above application.xml.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the jboss-jira
mailing list