[JBoss JIRA] (DROOLS-2644) [DMN Designer] Deletion of the column causes last column width increase
by Jozef Marko (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2644?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-2644:
--------------------------------
Description:
There are situations when the undo of column deletion causes unexpected grid total width increase. See the steps to reproduce.
h3. Manual Accpetance Test
Steps to reproduce fixed
# Decision table
# Relation
was:There are situations when the undo of column deletion causes unexpected grid total width increase. See the steps to reproduce.
> [DMN Designer] Deletion of the column causes last column width increase
> -----------------------------------------------------------------------
>
> Key: DROOLS-2644
> URL: https://issues.jboss.org/browse/DROOLS-2644
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.8.0.Final
> Reporter: Jozef Marko
> Assignee: Michael Anstis
> Priority: Minor
>
> There are situations when the undo of column deletion causes unexpected grid total width increase. See the steps to reproduce.
> h3. Manual Accpetance Test
> Steps to reproduce fixed
> # Decision table
> # Relation
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (DROOLS-2473) [DMN Designer] Function language change inconsistency
by Jozef Marko (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2473?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-2473:
--------------------------------
Description:
If the function language is changed, the boxed expression table is not rendered as expected.
h2. PR Acceptance Test
Change of function language is consistent in rendering
- Empty function (/)
- Function with data (/)
- Function as boxed expression not at top level in the context hierarchy (/)
was:
If the function language is changed, the boxed expression table is not rendered as expected.
h2. PR Acceptance Test
Change of function language is consistent in rendering
- Empty function
- Function with data
- Function as boxed expression not at top level in the context hierarchy
> [DMN Designer] Function language change inconsistency
> -----------------------------------------------------
>
> Key: DROOLS-2473
> URL: https://issues.jboss.org/browse/DROOLS-2473
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.8.0.Final
> Reporter: Jozef Marko
> Assignee: Michael Anstis
> Priority: Minor
> Attachments: Screenshot from 2018-04-13 09-13-54.png, Screenshot from 2018-04-13 09-14-00.png, Screenshot from 2018-04-13 09-14-14.png
>
>
> If the function language is changed, the boxed expression table is not rendered as expected.
> h2. PR Acceptance Test
> Change of function language is consistent in rendering
> - Empty function (/)
> - Function with data (/)
> - Function as boxed expression not at top level in the context hierarchy (/)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (DROOLS-2628) [DMN Designer] DataInput toolbox actions
by Michael Anstis (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2628?page=com.atlassian.jira.plugi... ]
Michael Anstis updated DROOLS-2628:
-----------------------------------
Sprint: 2018 Week 23-24
> [DMN Designer] DataInput toolbox actions
> ----------------------------------------
>
> Key: DROOLS-2628
> URL: https://issues.jboss.org/browse/DROOLS-2628
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.8.0.Final
> Reporter: Jozef Marko
> Assignee: Michael Anstis
> Attachments: Screenshot from 2018-06-11 15-49-28.png, Screenshot from 2018-06-11 15-53-34.png
>
>
> The Data Input node offers not appropriate actions. In the attached screenshot if you check actions on positions *1* and *2* both offer the *Create DMN Decision* action. Furthermore if you select the action at the position *2* the attached error appears.
> h3. Manual PR Acceptance Test
> Check all toolbox actions of each node type
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (JGRP-2253) FD_SOCK is not working in AWS environment
by Bela Ban (JIRA)
[ https://issues.jboss.org/browse/JGRP-2253?page=com.atlassian.jira.plugin.... ]
Bela Ban commented on JGRP-2253:
--------------------------------
I can't really see something other than the SUSPECT/UNSUSPECT cycles in your logs, which are suspicious and point to FD_SOCK not being able to connect to the destination it is supposed to monitor:
{noformat}
21:52:16.021 TRACE 1108 — [jgroups-13,cluster,ip-143-60500] FD_SOCK : - - ip-143-60500: received SUSPECT message from ip-48-43121: suspects=[ip-143-60500]
21:52:16.022 TRACE 1108 — [jgroups-13,cluster,ip-143-60500] FD_SOCK : - - ip-143-60500: received SUSPECT message from ip-48-43121: suspects=[ip-163-65450]
21:52:16.024 TRACE 1108 — [jgroups-3,cluster,ip-143-60500] FD_SOCK : - - ip-143-60500: received UNSUSPECT message from ip-48-43121: mbrs=[ip-143-60500]
21:52:16.025 TRACE 1108 — [jgroups-4,cluster,ip-143-60500] FD_SOCK : - - ip-143-60500: received UNSUSPECT message from ip-48-43121: mbrs=[ip-163-65450]
{noformat}
My bet is that this is caused by incorrect ports, which causes FD_SOCK to malfunction.
I'm also not sure that termination on EC2/AWS closes the sockets of a process, or whether termination is more like a power-down / pull-the power-plug like behavior. I seem to recall that this was the case. If so, FD_SOCK would not kick in, but FD would instead...
> FD_SOCK is not working in AWS environment
> -----------------------------------------
>
> Key: JGRP-2253
> URL: https://issues.jboss.org/browse/JGRP-2253
> Project: JGroups
> Issue Type: Bug
> Affects Versions: 4.0.10
> Environment: AWS - EC2
> Reporter: Sibin Karnavar
> Assignee: Bela Ban
> Fix For: 4.0.13
>
>
> We have our failure detection defined like below.
> <FD_SOCK external_port="7804" />
> <FD timeout="3000" max_tries="3" />
> <VERIFY_SUSPECT timeout="3000" />
> Please note that we have used FD instead of FD_ALL in AWS. We will be changing it to FD_ALL later after detailed testing.
> In my local, this is working perfect. As soon as I kill my node, I was able to see that view change was happening immediately with FD_SOCK.
> We were not mentioning the external_port in the FD_SOCK but later I thought it may be an issue with the port and defined it as 7804 and added the same port to the security group that allows to access this port among all the nodes. So no issue with the port.
> Can you please let us know if we need any additional configurations to make FD_SOCK works well in AWS.
> Thanks,
> Sibin
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years