[JBoss JIRA] (WFWIP-65) [Artemis 2.x upgrade] Artemis RA connections disconnected after failover
by Yong Hao Gao (JIRA)
[ https://issues.jboss.org/browse/WFWIP-65?page=com.atlassian.jira.plugin.s... ]
Yong Hao Gao commented on WFWIP-65:
-----------------------------------
[~clebert.suconic] one strange thing is that I can't find this thread (Reset MessageHandler after Failure Thread) in action in my local logs at all. (test is passing)
> [Artemis 2.x upgrade] Artemis RA connections disconnected after failover
> -------------------------------------------------------------------------
>
> Key: WFWIP-65
> URL: https://issues.jboss.org/browse/WFWIP-65
> Project: WildFly WIP
> Issue Type: Bug
> Components: Artemis
> Reporter: Miroslav Novak
> Assignee: Clebert Suconic
> Priority: Blocker
> Labels: feature-branch-blocker
> Attachments: DedicatedFailoverTestCaseWithMdb.testShutdownWithFailback.zip
>
>
> There is regression againt Artemis 1.5.5.0012 in scenario with failover of Artemis RA from live to backup (shared store, dedicated topology). After backup activates after failover, connections of RA does not failover to backup (or are disconnected from backup just after failover)
> Test scenario:
> * There are three servers. Live server (Node 1) and backupserver (Node 2) are in dedicated HA topology.
> * InQueue and OutQueue are deployed on live and backup. Send messages to InQueue on live server.
> * When all messages are sent, deploy message driven bean on Node 3.
> * MDB sends messages form InQueue to OutQueue.
> * Shutdown live server. Wait for backup server to alive, then start live server again and stop backup.
> * Receive messages from OutQueue from live server.
> Results:
> After live server is stopped and backup activates, no messages are processed by MDB. Looking at trace logs it seems that MDB does reconnect to backup but it's then disconnected. Then I don't see connector to backup server between tried connectors during reconnection.
> Attaching reproduce and logs.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (WFLY-10846) OpenTracing modules need jboss-api=private in module.xml
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFLY-10846?page=com.atlassian.jira.plugin... ]
Brian Stansberry moved WFWIP-108 to WFLY-10846:
-----------------------------------------------
Project: WildFly (was: WildFly WIP)
Key: WFLY-10846 (was: WFWIP-108)
Component/s: MP OpenTracing
(was: MP Request Tracing)
> OpenTracing modules need jboss-api=private in module.xml
> --------------------------------------------------------
>
> Key: WFLY-10846
> URL: https://issues.jboss.org/browse/WFLY-10846
> Project: WildFly
> Issue Type: Bug
> Components: MP OpenTracing
> Reporter: Brian Stansberry
> Assignee: Juraci Paixão Kröhling
> Priority: Blocker
>
> The 3 modules added in https://github.com/wildfly/wildfly/pull/11454 need this in their module.xml:
> {code}
> <properties>
> <property name="jboss.api" value="private"/>
> </properties>
> {code}
> This ensures that we log a WARN if the user tries to _directly_ use these modules as application dependencies. (Directly == via their own deployment configuration, not via our subsystem wiring them in as a dependency. See [1] for the impl.)
> These log WARNs and the setting in the file itself are important both to prevent the user making mistakes and as the formal the mechanism by which we control how we support use of the various libraries we ship in the appserver. Marking modules private, deprecated etc gives us the freedom to rework implementations without worrying about breaking unexpected uses of things.
> [1] https://github.com/wildfly/wildfly-core/blob/master/server/src/main/java/...
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (DROOLS-2888) Data Type UX - dialog enhancements: Add and Reorder
by Liz Clayton (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2888?page=com.atlassian.jira.plugi... ]
Liz Clayton edited comment on DROOLS-2888 at 8/15/18 11:29 AM:
---------------------------------------------------------------
[~karreiro] [~tirelli] [~manstis] I have an initial click-thru demo for Add (bottom) and reorder row. There are some instructions for this one:
*Demo *
https://cdn.rawgit.com/lclay2/bxms-uxd-sandbox/b37bf9de/design/DataTypeDe...
Click-thru Steps
*Setup:*
* Click “Pages” button to hide this panel and resize browser window to approximate a dialog.
-
* Note: Font awesome icons should load if they don’t please let me know.
*Step 1. Add a new data type.*
* Click the “Add” button.
* In the new row provide the name “Name” and select the type as “Text” then click “Save.”
*Step 2. Search*
* In the search input box type “Name”
[select enter in reality, but not needed for demo]
*Step 3. Add row inline.*
* Click the kebab menu of the selected row
* Select “Insert Row”
* Provide a name the new row “New,” select the type “Boolean” and click “Save.”
*Step 4. Reorder row item.*
* Click the kebab menu for the selected row [“New(Boolean)”]
* Select “Row Down”
That’s all for now, please send feedback, thanks.
was (Author: uxdlc):
[~karreiro] [~tirelli] [~manstis] I have an initial click-thru demo for Add (bottom) and reorder row. There are some instructions for this one:
*Demo *
https://cdn.rawgit.com/lclay2/bxms-uxd-sandbox/b37bf9de/design/DataTypeDe...
Click-thru Steps
*Setup:*
* Click “Pages” button to hide this panel and resize browser window to approximate a dialog.
-
* Note: Font awesome icons should load if they don’t please let me know.
*Step 1. Add a new data type. *
* Click the “Add” button.
* In the new row provide the name “Name” and select the type as “Text” then click “Save.”
*Step 2. Search *
* In the search input box type “Name”
[select enter in reality, but not needed for demo]
*Step 3. Add row inline.*
* Click the kebab menu of the selected row
* Select “Insert Row”
* Provide a name the new row “New,” select the type “Boolean” and click “Save.”
*Step 4. Reorder row item.*
* Click the kebab menu for the selected row [“New(Boolean)”]
* Select “Row Down”
That’s all for now, please send feedback, thanks.
> Data Type UX - dialog enhancements: Add and Reorder
> ----------------------------------------------------
>
> Key: DROOLS-2888
> URL: https://issues.jboss.org/browse/DROOLS-2888
> Project: Drools
> Issue Type: Story
> Components: DMN Editor
> Reporter: Liz Clayton
> Assignee: Liz Clayton
> Labels: UX, UXTeam, drools-tools
>
> *Background*
> Persona: Business analyst or Rules practitioner
> Use Cases:
> As a user I want to:
> * Add fields first to last, not last to first, in an ordered list to support the "reading" order of the fields so that I can simplify my workflow.
> * Reorder the list of Custom data types so that I can arrange data types in a logical order.
> * Add list items in such a way that added Fields will be presented at the bottom of a structured list by default.
> Functional considerations/ pre conditions:
> * Fields will be presented at the bottom of a structured list by default.
> * Design needs to be consistent with Stunner and PF components, such as: https://www.patternfly.org/pattern-library/widgets/#treegrid-table
> * Drag-n-drop be evaluated with regard to accessibility.
> Verification conditions:
> * Scrum team and PO review.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (DROOLS-2888) Data Type UX - dialog enhancements: Add and Reorder
by Liz Clayton (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2888?page=com.atlassian.jira.plugi... ]
Liz Clayton commented on DROOLS-2888:
-------------------------------------
[~karreiro] [~tirelli] [~manstis] I have an initial click-thru demo for Add (bottom) and reorder row. There are some instructions for this one:
*Demo *
https://cdn.rawgit.com/lclay2/bxms-uxd-sandbox/b37bf9de/design/DataTypeDe...
Click-thru Steps
*Setup:*
* Click “Pages” button to hide this panel and resize browser window to approximate a dialog.
-
* Note: Font awesome icons should load if they don’t please let me know.
*Step 1. Add a new data type. *
* Click the “Add” button.
* In the new row provide the name “Name” and select the type as “Text” then click “Save.”
*Step 2. Search *
* In the search input box type “Name”
[select enter in reality, but not needed for demo]
*Step 3. Add row inline.*
* Click the kebab menu of the selected row
* Select “Insert Row”
* Provide a name the new row “New,” select the type “Boolean” and click “Save.”
*Step 4. Reorder row item.*
* Click the kebab menu for the selected row [“New(Boolean)”]
* Select “Row Down”
That’s all for now, please send feedback, thanks.
> Data Type UX - dialog enhancements: Add and Reorder
> ----------------------------------------------------
>
> Key: DROOLS-2888
> URL: https://issues.jboss.org/browse/DROOLS-2888
> Project: Drools
> Issue Type: Story
> Components: DMN Editor
> Reporter: Liz Clayton
> Assignee: Liz Clayton
> Labels: UX, UXTeam, drools-tools
>
> *Background*
> Persona: Business analyst or Rules practitioner
> Use Cases:
> As a user I want to:
> * Add fields first to last, not last to first, in an ordered list to support the "reading" order of the fields so that I can simplify my workflow.
> * Reorder the list of Custom data types so that I can arrange data types in a logical order.
> * Add list items in such a way that added Fields will be presented at the bottom of a structured list by default.
> Functional considerations/ pre conditions:
> * Fields will be presented at the bottom of a structured list by default.
> * Design needs to be consistent with Stunner and PF components, such as: https://www.patternfly.org/pattern-library/widgets/#treegrid-table
> * Drag-n-drop be evaluated with regard to accessibility.
> Verification conditions:
> * Scrum team and PO review.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (DROOLS-2888) Data Type UX - dialog enhancements: Add and Reorder
by Liz Clayton (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2888?page=com.atlassian.jira.plugi... ]
Liz Clayton edited comment on DROOLS-2888 at 8/15/18 11:28 AM:
---------------------------------------------------------------
[~karreiro] [~tirelli] [~manstis] I have an initial click-thru demo for Add (bottom) and reorder row. There are some instructions for this one:
*Demo *
https://cdn.rawgit.com/lclay2/bxms-uxd-sandbox/b37bf9de/design/DataTypeDe...
Click-thru Steps
*Setup:*
* Click “Pages” button to hide this panel and resize browser window to approximate a dialog.
-
* Note: Font awesome icons should load if they don’t please let me know.
*Step 1. Add a new data type. *
* Click the “Add” button.
* In the new row provide the name “Name” and select the type as “Text” then click “Save.”
*Step 2. Search *
* In the search input box type “Name”
[select enter in reality, but not needed for demo]
*Step 3. Add row inline.*
* Click the kebab menu of the selected row
* Select “Insert Row”
* Provide a name the new row “New,” select the type “Boolean” and click “Save.”
*Step 4. Reorder row item.*
* Click the kebab menu for the selected row [“New(Boolean)”]
* Select “Row Down”
That’s all for now, please send feedback, thanks.
was (Author: uxdlc):
[~karreiro] [~tirelli] [~manstis] I have an initial click-thru demo for Add (bottom) and reorder row. There are some instructions for this one:
*Demo *
https://cdn.rawgit.com/lclay2/bxms-uxd-sandbox/b37bf9de/design/DataTypeDe...
Click-thru Steps
*Setup:*
* Click “Pages” button to hide this panel and resize browser window to approximate a dialog.
-
* Note: Font awesome icons should load if they don’t please let me know.
*Step 1. Add a new data type. *
* Click the “Add” button.
* In the new row provide the name “Name” and select the type as “Text” then click “Save.”
*Step 2. Search *
* In the search input box type “Name”
[select enter in reality, but not needed for demo]
*Step 3. Add row inline.*
* Click the kebab menu of the selected row
* Select “Insert Row”
* Provide a name the new row “New,” select the type “Boolean” and click “Save.”
*Step 4. Reorder row item.*
* Click the kebab menu for the selected row [“New(Boolean)”]
* Select “Row Down”
That’s all for now, please send feedback, thanks.
> Data Type UX - dialog enhancements: Add and Reorder
> ----------------------------------------------------
>
> Key: DROOLS-2888
> URL: https://issues.jboss.org/browse/DROOLS-2888
> Project: Drools
> Issue Type: Story
> Components: DMN Editor
> Reporter: Liz Clayton
> Assignee: Liz Clayton
> Labels: UX, UXTeam, drools-tools
>
> *Background*
> Persona: Business analyst or Rules practitioner
> Use Cases:
> As a user I want to:
> * Add fields first to last, not last to first, in an ordered list to support the "reading" order of the fields so that I can simplify my workflow.
> * Reorder the list of Custom data types so that I can arrange data types in a logical order.
> * Add list items in such a way that added Fields will be presented at the bottom of a structured list by default.
> Functional considerations/ pre conditions:
> * Fields will be presented at the bottom of a structured list by default.
> * Design needs to be consistent with Stunner and PF components, such as: https://www.patternfly.org/pattern-library/widgets/#treegrid-table
> * Drag-n-drop be evaluated with regard to accessibility.
> Verification conditions:
> * Scrum team and PO review.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (WFLY-6168) Huge burst of java.lang.IllegalArgumentException: Segments [18] are not owned by <slave-node>:<server-name>
by Bui Van Nghiem (JIRA)
[ https://issues.jboss.org/browse/WFLY-6168?page=com.atlassian.jira.plugin.... ]
Bui Van Nghiem commented on WFLY-6168:
--------------------------------------
[~rhusar] we will upgrade to wildfly 13 in next months. Hope that issue will disappear.
The scenario was: a cluster with 4 nodes up and running in standalone mode per node. Make the cluster communication interface down in ~2 minutes on 1 node. Then bring it up again. That node is restarted to solve app conflict,...
But, it can not up because of above exception.
Nodes are running on OpenStack/KVM.
Hope this give some clue.
> Huge burst of java.lang.IllegalArgumentException: Segments [18] are not owned by <slave-node>:<server-name>
> -----------------------------------------------------------------------------------------------------------
>
> Key: WFLY-6168
> URL: https://issues.jboss.org/browse/WFLY-6168
> Project: WildFly
> Issue Type: Bug
> Components: Clustering
> Affects Versions: 10.0.0.CR4
> Reporter: Thiago Presa
> Assignee: Paul Ferraro
>
> We have a Wildfly 10 CR4 cluster in domain mode with 2 slaves, and we're getting a huge burst of the following log entry:
> 10:57:31,065 WARN [org.infinispan.statetransfer.StateConsumerImpl] (transport-thread--p13-t16) ISPN000209: Failed to retrieve transactions for segments [18] of cache dist from node <slave-host>:<server-name>: org.infinispan.remoting.RemoteException: ISPN000217: Received exception from <slave-host>:<server-name>, see cause for remote stack trace
> at org.infinispan.remoting.transport.AbstractTransport.checkResponse(AbstractTransport.java:44)
> at org.infinispan.remoting.transport.jgroups.JGroupsTransport.checkRsp(JGroupsTransport.java:750)
> at org.infinispan.remoting.transport.jgroups.JGroupsTransport.lambda$invokeRemotelyAsync$80(JGroupsTransport.java:589)
> at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:602)
> at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:577)
> at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474)
> at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1962)
> at org.infinispan.remoting.transport.jgroups.SingleResponseFuture.futureDone(SingleResponseFuture.java:30)
> at org.jgroups.blocks.Request.checkCompletion(Request.java:169)
> at org.jgroups.blocks.UnicastRequest.receiveResponse(UnicastRequest.java:83)
> at org.jgroups.blocks.RequestCorrelator.receiveMessage(RequestCorrelator.java:398)
> at org.jgroups.blocks.RequestCorrelator.receive(RequestCorrelator.java:250)
> at org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.up(MessageDispatcher.java:684)
> at org.jgroups.JChannel.up(JChannel.java:738)
> at org.jgroups.fork.ForkProtocolStack.up(ForkProtocolStack.java:119)
> at org.jgroups.stack.Protocol.up(Protocol.java:374)
> at org.jgroups.protocols.FORK.up(FORK.java:114)
> at org.jgroups.protocols.FRAG2.up(FRAG2.java:165)
> at org.jgroups.protocols.FlowControl.up(FlowControl.java:394)
> at org.jgroups.protocols.pbcast.GMS.up(GMS.java:1045)
> at org.jgroups.protocols.pbcast.STABLE.up(STABLE.java:234)
> at org.jgroups.protocols.UNICAST3.deliverMessage(UNICAST3.java:1064)
> at org.jgroups.protocols.UNICAST3.handleDataReceived(UNICAST3.java:779)
> at org.jgroups.protocols.UNICAST3.up(UNICAST3.java:426)
> at org.jgroups.protocols.pbcast.NAKACK2.up(NAKACK2.java:652)
> at org.jgroups.protocols.VERIFY_SUSPECT.up(VERIFY_SUSPECT.java:155)
> at org.jgroups.protocols.FD.up(FD.java:260)
> at org.jgroups.protocols.FD_SOCK.up(FD_SOCK.java:310)
> at org.jgroups.protocols.MERGE3.up(MERGE3.java:285)
> at org.jgroups.protocols.Discovery.up(Discovery.java:295)
> at org.jgroups.protocols.TP.passMessageUp(TP.java:1577)
> at org.jgroups.protocols.TP$MyHandler.run(TP.java:1796)
> 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: Segments [18] are not owned by <slave-host>:<server-name>
> at org.infinispan.statetransfer.StateProviderImpl.getTransactionsForSegments(StateProviderImpl.java:166)
> at org.infinispan.statetransfer.StateRequestCommand.perform(StateRequestCommand.java:67)
> at org.infinispan.remoting.inboundhandler.BasePerCacheInboundInvocationHandler.invokePerform(BasePerCacheInboundInvocationHandler.java:92)
> at org.infinispan.remoting.inboundhandler.BaseBlockingRunnable.run(BaseBlockingRunnable.java:34)
> ... 3 more
> It's funny because server-name is not the name of the server where this log entry is found. What may be causing this?
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (WFWIP-108) OpenTracing modules need jboss-api=private in module.xml
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFWIP-108?page=com.atlassian.jira.plugin.... ]
Brian Stansberry commented on WFWIP-108:
----------------------------------------
I'm going to move this to WFLY as this was done after the feature branch was merged to master.
> OpenTracing modules need jboss-api=private in module.xml
> --------------------------------------------------------
>
> Key: WFWIP-108
> URL: https://issues.jboss.org/browse/WFWIP-108
> Project: WildFly WIP
> Issue Type: Bug
> Components: MP Request Tracing
> Reporter: Brian Stansberry
> Assignee: Juraci Paixão Kröhling
> Priority: Blocker
>
> The 3 modules added in https://github.com/wildfly/wildfly/pull/11454 need this in their module.xml:
> {code}
> <properties>
> <property name="jboss.api" value="private"/>
> </properties>
> {code}
> This ensures that we log a WARN if the user tries to _directly_ use these modules as application dependencies. (Directly == via their own deployment configuration, not via our subsystem wiring them in as a dependency. See [1] for the impl.)
> These log WARNs and the setting in the file itself are important both to prevent the user making mistakes and as the formal the mechanism by which we control how we support use of the various libraries we ship in the appserver. Marking modules private, deprecated etc gives us the freedom to rework implementations without worrying about breaking unexpected uses of things.
> [1] https://github.com/wildfly/wildfly-core/blob/master/server/src/main/java/...
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (WFWIP-65) [Artemis 2.x upgrade] Artemis RA connections disconnected after failover
by Miroslav Novak (JIRA)
[ https://issues.jboss.org/browse/WFWIP-65?page=com.atlassian.jira.plugin.s... ]
Miroslav Novak commented on WFWIP-65:
-------------------------------------
Reproducer started 50 times with WF master (Artemis 1.5.5.012):
https://eap-qe-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/EAP7/view/EAP...
and then with Artemis master and Artemis 2.x WF integration branch:
https://eap-qe-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/eap-7.x-messag...
> [Artemis 2.x upgrade] Artemis RA connections disconnected after failover
> -------------------------------------------------------------------------
>
> Key: WFWIP-65
> URL: https://issues.jboss.org/browse/WFWIP-65
> Project: WildFly WIP
> Issue Type: Bug
> Components: Artemis
> Reporter: Miroslav Novak
> Assignee: Clebert Suconic
> Priority: Blocker
> Labels: feature-branch-blocker
> Attachments: DedicatedFailoverTestCaseWithMdb.testShutdownWithFailback.zip
>
>
> There is regression againt Artemis 1.5.5.0012 in scenario with failover of Artemis RA from live to backup (shared store, dedicated topology). After backup activates after failover, connections of RA does not failover to backup (or are disconnected from backup just after failover)
> Test scenario:
> * There are three servers. Live server (Node 1) and backupserver (Node 2) are in dedicated HA topology.
> * InQueue and OutQueue are deployed on live and backup. Send messages to InQueue on live server.
> * When all messages are sent, deploy message driven bean on Node 3.
> * MDB sends messages form InQueue to OutQueue.
> * Shutdown live server. Wait for backup server to alive, then start live server again and stop backup.
> * Receive messages from OutQueue from live server.
> Results:
> After live server is stopped and backup activates, no messages are processed by MDB. Looking at trace logs it seems that MDB does reconnect to backup but it's then disconnected. Then I don't see connector to backup server between tried connectors during reconnection.
> Attaching reproduce and logs.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (WFWIP-65) [Artemis 2.x upgrade] Artemis RA connections disconnected after failover
by Yong Hao Gao (JIRA)
[ https://issues.jboss.org/browse/WFWIP-65?page=com.atlassian.jira.plugin.s... ]
Yong Hao Gao commented on WFWIP-65:
-----------------------------------
[~clebert.suconic] well, I couldn't reproduce it so I rely on the attached logs.
So far what I see is that there may be some problem with the pooled connection factory. (jmsXA).
When the MDB retries the reconnection, the log shows the max retry attempts is 1 and there is no backup connector during the retry.
For example:
06:40:55,834 DEBUG [org.apache.activemq.artemis.core.client.impl.ClientSessionFactoryImpl] (Reset MessageHandler after Failure Thread) Connector towards NettyConnector [host=127.0.0.1, port=8080, httpEnabled=false, httpUpgradeEnabled=true, useServlet=false, servletPath=/messaging/ActiveMQServlet, sslEnabled=false, useNio=true, activemqServerName=default, httpUpgradeEndpoint=acceptor] failed
06:40:55,834 DEBUG [org.apache.activemq.artemis.core.client.impl.ClientSessionFactoryImpl] (Reset MessageHandler after Failure Thread) Backup is not active, trying original connection configuration now.
Here is the pooled cf :
<pooled-connection-factory name="activemq-ra" entries="java:/JmsXA java:jboss/DefaultJMSConnectionFactory" connectors="connector-remote-live" ha="true" min-large-message-size="102400" block-on-acknowledge="true" retry-interval="1000" retry-interval-multiplier="1.0" reconnect-attempts="-1" transaction="xa" min-pool-size="-1" max-pool-size="-1"/>
You can see the ha is true.
So far I'm not quite clear how this factory is initialized (may be it's in wildfly code base).
Howard
> [Artemis 2.x upgrade] Artemis RA connections disconnected after failover
> -------------------------------------------------------------------------
>
> Key: WFWIP-65
> URL: https://issues.jboss.org/browse/WFWIP-65
> Project: WildFly WIP
> Issue Type: Bug
> Components: Artemis
> Reporter: Miroslav Novak
> Assignee: Clebert Suconic
> Priority: Blocker
> Labels: feature-branch-blocker
> Attachments: DedicatedFailoverTestCaseWithMdb.testShutdownWithFailback.zip
>
>
> There is regression againt Artemis 1.5.5.0012 in scenario with failover of Artemis RA from live to backup (shared store, dedicated topology). After backup activates after failover, connections of RA does not failover to backup (or are disconnected from backup just after failover)
> Test scenario:
> * There are three servers. Live server (Node 1) and backupserver (Node 2) are in dedicated HA topology.
> * InQueue and OutQueue are deployed on live and backup. Send messages to InQueue on live server.
> * When all messages are sent, deploy message driven bean on Node 3.
> * MDB sends messages form InQueue to OutQueue.
> * Shutdown live server. Wait for backup server to alive, then start live server again and stop backup.
> * Receive messages from OutQueue from live server.
> Results:
> After live server is stopped and backup activates, no messages are processed by MDB. Looking at trace logs it seems that MDB does reconnect to backup but it's then disconnected. Then I don't see connector to backup server between tried connectors during reconnection.
> Attaching reproduce and logs.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (WFLY-10845) WildFly13 Infinispan 9.2 Query
by Majid Mostafavi (JIRA)
Majid Mostafavi created WFLY-10845:
--------------------------------------
Summary: WildFly13 Infinispan 9.2 Query
Key: WFLY-10845
URL: https://issues.jboss.org/browse/WFLY-10845
Project: WildFly
Issue Type: Bug
Reporter: Majid Mostafavi
Assignee: Jason Greene
standalone.xml
{color:#14892c}<cache-container name="gridCache" default-cache="default" module="org.infinispan.query:ispn-9.2">
<local-cache name="default">
<locking isolation="REPEATABLE_READ"/>
<transaction locking="OPTIMISTIC" mode="FULL_XA"/>
<file-store passivation="true" purge="false"/>
</local-cache>
</cache-container>{color}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months