[JBoss JIRA] (WFLY-10968) Backup doesn't activate after shared store is reconnected
by Tomas Hofman (JIRA)
[ https://issues.jboss.org/browse/WFLY-10968?page=com.atlassian.jira.plugin... ]
Tomas Hofman moved JBEAP-15344 to WFLY-10968:
---------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-10968 (was: JBEAP-15344)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: JMS
(was: ActiveMQ)
Target Release: (was: 7.backlog.GA)
Affects Version/s: 14.0.0.Final
(was: 7.1.0.GA)
(was: 7.2.0.GA)
> Backup doesn't activate after shared store is reconnected
> ---------------------------------------------------------
>
> Key: WFLY-10968
> URL: https://issues.jboss.org/browse/WFLY-10968
> Project: WildFly
> Issue Type: Bug
> Components: JMS
> Affects Versions: 14.0.0.Final
> Environment: NFS configuration
> {noformat}
> messaging-10.jbm.lab.bos.redhat.com:/hornetq on /mnt/hornetq/client type nfs4 (rw,nosuid,nodev,relatime,sync,vers=4.0,rsize=1048576,wsize=1048576,namlen=255,acregmin=0,acregmax=0,acdirmin=0,acdirmax=0,soft,noac,nosharecache,proto=tcp,timeo=50,retrans=5,sec=sys,clientaddr=10.16.100.40,lookupcache=none,local_lock=none,addr=10.16.100.24)
> {noformat}
> Java version
> {noformat}
> java version "1.8.0_151"
> Java(TM) SE Runtime Environment (build 1.8.0_151-b12)
> Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, mixed mode
> {noformat}
> Reporter: Tomas Hofman
> Assignee: Tomas Hofman
> Priority: Critical
>
> *Scenario*
> # Start live backup server pair in dedicated topology with shared store HA, with journal located on NFS
> # NFS mounted on backup server fails
> # Reconnect NFS on backup server
> # Try to shut down live EAP server
> # Backup doesn't activate
> *What happens*
> Backup is waiting for live to fail by checking its file lock. In case the connection to shared storage fails, backup logs following error.
> {noformat}
> 05:50:57,896 ERROR [org.apache.activemq.artemis.core.server] (AMQ119000: Activation for server ActiveMQServerImpl::serverUUID=836c9b1e-f067-11e7-8763-001b21862475) AMQ224000: Failure in initialisation: java.io.IOException: Input/output error
> at sun.nio.ch.FileDispatcherImpl.lock0(Native Method) [rt.jar:1.8.0_151]
> at sun.nio.ch.FileDispatcherImpl.lock(FileDispatcherImpl.java:90) [rt.jar:1.8.0_151]
> at sun.nio.ch.FileChannelImpl.tryLock(FileChannelImpl.java:1115) [rt.jar:1.8.0_151]
> at org.apache.activemq.artemis.core.server.impl.FileLockNodeManager.tryLock(FileLockNodeManager.java:299) [artemis-server-1.5.5.008-redhat-1.jar:1.5.5.008-redhat-1]
> at org.apache.activemq.artemis.core.server.impl.FileLockNodeManager.lock(FileLockNodeManager.java:316) [artemis-server-1.5.5.008-redhat-1.jar:1.5.5.008-redhat-1]
> at org.apache.activemq.artemis.core.server.impl.FileLockNodeManager.awaitLiveNode(FileLockNodeManager.java:127) [artemis-server-1.5.5.008-redhat-1.jar:1.5.5.008-redhat-1]
> at org.apache.activemq.artemis.core.server.impl.SharedStoreBackupActivation.run(SharedStoreBackupActivation.java:77) [artemis-server-1.5.5.008-redhat-1.jar:1.5.5.008-redhat-1]
> at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$ActivationThread.run(ActiveMQServerImpl.java:2496) [artemis-server-1.5.5.008-redhat-1.jar:1.5.5.008-redhat-1]
> {noformat}
> Exception is caught in {{SharedStoreBackupActivation.run}}, and causes termination of backup activation process.
> In case the NFS is reconnected later, backup server doesn't continue in activation process and it doesn't wait for live to fail. In case the live fails, backup doesn't activate, even though it has a connection to shared storage.
> Backup should retry checking live lock even in case the storage is unavailable. It should log warning/error messages that storage is unavailable, but it should not terminate the activation process. This would allow backup to continue its duties when the storage is reconnected.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 3 months
[JBoss JIRA] (DROOLS-2955) Update Fact index on addFact
by Gabriele Cardosi (JIRA)
Gabriele Cardosi created DROOLS-2955:
----------------------------------------
Summary: Update Fact index on addFact
Key: DROOLS-2955
URL: https://issues.jboss.org/browse/DROOLS-2955
Project: Drools
Issue Type: Sub-task
Components: Scenario Simulation and Testing
Reporter: Gabriele Cardosi
Assignee: Daniele Zonca
When invoking SimulationDescriptor.addFactMapping(int index, FactIdentifier factIdentifier, ExpressionIdentifier expressionIdentifier) the Facts to the right should be shifted (i.e. logicalPosition should be increased to reflect new position)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 3 months
[JBoss JIRA] (DROOLS-2954) [DMN Designer] [IE11] Custom data type select box not rendered correctly after change
by Jozef Marko (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2954?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-2954:
--------------------------------
Description: If user changes data type in *manage custom data type* dialog, there will remain selectbox shadow rendered. See the attached picture. (was: If user invokes inline menu in the custom data type dialog and decide to hide it without any action performed, he is unable to do it. The menu remains shown partially. )
> [DMN Designer] [IE11] Custom data type select box not rendered correctly after change
> -------------------------------------------------------------------------------------
>
> Key: DROOLS-2954
> URL: https://issues.jboss.org/browse/DROOLS-2954
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.11.0.Final
> Reporter: Jozef Marko
> Assignee: Guilherme Carreiro
> Priority: Minor
> Labels: drools-tools
> Attachments: Port Clearance Rules - Solution 3.dmn, Screenshot from 2018-09-03 12-26-10.png
>
>
> If user changes data type in *manage custom data type* dialog, there will remain selectbox shadow rendered. See the attached picture.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 3 months
[JBoss JIRA] (DROOLS-2954) [DMN Designer] [IE11] Custom data type select box not rendered correctly after change
by Jozef Marko (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2954?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-2954:
--------------------------------
Steps to Reproduce:
- Open dmn model that has custom item definition defined
- Select some diagram element
- invoke manage custom data type dialog
- Click edit button for some idem definition
- Change its data type
-- The selectbox will remain shown as in attached picture
was:
- Open dmn model that has custom item definition defined
- Select some diagram element
- invoke manage custom data type dialog
- Click three dots next to some item definition to invoke inline menu
- Click three dots to hide shown menu
-- The menu will remain shown as in attached picture
> [DMN Designer] [IE11] Custom data type select box not rendered correctly after change
> -------------------------------------------------------------------------------------
>
> Key: DROOLS-2954
> URL: https://issues.jboss.org/browse/DROOLS-2954
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.11.0.Final
> Reporter: Jozef Marko
> Assignee: Guilherme Carreiro
> Priority: Minor
> Labels: drools-tools
> Attachments: Port Clearance Rules - Solution 3.dmn, Screenshot from 2018-09-03 12-26-10.png
>
>
> If user invokes inline menu in the custom data type dialog and decide to hide it without any action performed, he is unable to do it. The menu remains shown partially.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 3 months
[JBoss JIRA] (DROOLS-2954) [DMN Designer] [IE11] Custom data type select box not rendered correctly after change
by Jozef Marko (JIRA)
Jozef Marko created DROOLS-2954:
-----------------------------------
Summary: [DMN Designer] [IE11] Custom data type select box not rendered correctly after change
Key: DROOLS-2954
URL: https://issues.jboss.org/browse/DROOLS-2954
Project: Drools
Issue Type: Bug
Components: DMN Editor
Affects Versions: 7.11.0.Final
Reporter: Jozef Marko
Assignee: Guilherme Carreiro
Priority: Minor
Attachments: Port Clearance Rules - Solution 3.dmn, Screenshot from 2018-09-03 12-26-10.png
If user invokes inline menu in the custom data type dialog and decide to hide it without any action performed, he is unable to do it. The menu remains shown partially.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 3 months
[JBoss JIRA] (DROOLS-2953) [DMN Designer] [IE11] Custom data type inline menu can not be hidden
by Jozef Marko (JIRA)
Jozef Marko created DROOLS-2953:
-----------------------------------
Summary: [DMN Designer] [IE11] Custom data type inline menu can not be hidden
Key: DROOLS-2953
URL: https://issues.jboss.org/browse/DROOLS-2953
Project: Drools
Issue Type: Bug
Components: DMN Editor
Affects Versions: 7.11.0.Final
Reporter: Jozef Marko
Assignee: Guilherme Carreiro
Priority: Minor
Attachments: Screenshot from 2018-09-03 12-18-31.png
If user invokes inline menu in the custom data type dialog and decide to hide it without any action performed, he is unable to do it. The menu remains shown partially.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 3 months
[JBoss JIRA] (DROOLS-2946) [DMN Designer] Data-types: Data-type selector broken
by Jozef Marko (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2946?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-2946:
--------------------------------
Description:
Following merge of https://issues.jboss.org/browse/DROOLS-2590 the Data-type selector is broken (it shows "Nothing selected" and selecting an item leads to a cell content to show an encoded form of the {{QName}}).
h3. Acceptance test (/)
- Change selected data type
- Save chenges
- Change changes reflected in source file
was:
Following merge of https://issues.jboss.org/browse/DROOLS-2590 the Data-type selector is broken (it shows "Nothing selected" and selecting an item leads to a cell content to show an encoded form of the {{QName}}).
h3. Acceptance test
- Change selected data type
- Save chenges
- Change changes reflected in source file
> [DMN Designer] Data-types: Data-type selector broken
> ----------------------------------------------------
>
> Key: DROOLS-2946
> URL: https://issues.jboss.org/browse/DROOLS-2946
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.10.0.Final
> Reporter: Michael Anstis
> Assignee: Michael Anstis
> Priority: Critical
>
> Following merge of https://issues.jboss.org/browse/DROOLS-2590 the Data-type selector is broken (it shows "Nothing selected" and selecting an item leads to a cell content to show an encoded form of the {{QName}}).
> h3. Acceptance test (/)
> - Change selected data type
> - Save chenges
> - Change changes reflected in source file
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 3 months