[JBoss JIRA] (WFWIP-237) Wildfly operator scale down stuck with wildfly18 image
by Petr Kremensky (Jira)
[ https://issues.jboss.org/browse/WFWIP-237?page=com.atlassian.jira.plugin.... ]
Petr Kremensky commented on WFWIP-237:
--------------------------------------
[~jmesnil] fyi, I have a quick talk with [~ochaloup] and he will try to change the remote calls so the JBOSS_HOME property will be resolved on server side - we won't need it in the operator code, this should fix the issue.
> Wildfly operator scale down stuck with wildfly18 image
> ------------------------------------------------------
>
> Key: WFWIP-237
> URL: https://issues.jboss.org/browse/WFWIP-237
> Project: WildFly WIP
> Issue Type: Bug
> Components: OpenShift
> Reporter: Petr Kremensky
> Assignee: Jeff Mesnil
> Priority: Critical
> Labels: operator
> Attachments: logs.txt
>
>
> *quay.io/wildfly/wildfly-centos7:17.0*
> {noformat}
> $ docker run -ti quay.io/wildfly/wildfly-centos7:17.0 /bin/bash
> [jboss@1cc52cbad596 ~]$ echo $JBOSS_HOME
> /opt/jboss/wildfly
> [jboss@1cc52cbad596 ~]$ ll /opt/wildfly
> ls: cannot access /opt/wildfly: No such file or directory
> [jboss@1cc52cbad596 ~]$ ll /opt/jboss/wildfly
> total 540
> -rw-rw-r--. 1 jboss root 26530 Jun 11 12:46 LICENSE.txt
> -rw-rw-r--. 1 jboss root 2221 Jun 11 12:46 README.txt
> drwxrwxr-x. 3 jboss root 4096 Jun 11 12:46 appclient
> drwxrwxr-x. 4 jboss root 4096 Jun 11 12:46 bin
> -rw-rw-r--. 1 jboss root 2451 Jun 11 12:46 copyright.txt
> drwxrwxr-x. 6 jboss root 4096 Jun 11 12:46 docs
> -rw-rw-r--. 1 jboss root 489207 Jun 11 12:46 jboss-modules.jar
> drwxrwxr-x. 5 jboss root 4096 Jun 11 12:46 modules
> drwxrwxr-x. 5 jboss root 4096 Jun 11 12:46 standalone
> drwxrwxr-x. 2 jboss root 4096 Jun 11 12:46 welcome-content
> {noformat}
> *quay.io/wildfly/wildfly-centos7:18.0*
> {noformat}
> $ docker run -ti quay.io/wildfly/wildfly-centos7:18.0 /bin/bash
> [jboss@8a0a5cd2e76a ~]$ echo $JBOSS_HOME
> /opt/wildfly
> [jboss@8a0a5cd2e76a ~]$ ll /opt/wildfly
> total 540
> -rw-rw-r--. 1 jboss root 26530 Oct 4 09:15 LICENSE.txt
> -rw-rw-r--. 1 jboss root 2224 Oct 4 09:15 README.txt
> drwxrwxr-x. 3 jboss root 4096 Oct 4 09:15 appclient
> drwxrwxr-x. 4 jboss root 4096 Oct 4 09:15 bin
> -rw-rw-r--. 1 jboss root 2451 Oct 4 09:15 copyright.txt
> drwxrwxr-x. 7 jboss root 4096 Oct 4 09:15 docs
> -rw-rw-r--. 1 jboss root 489207 Oct 4 09:15 jboss-modules.jar
> drwxrwxr-x. 5 jboss root 4096 Oct 4 09:15 modules
> drwxrwxr-x. 5 jboss root 4096 Oct 4 09:16 standalone
> drwxrwxr-x. 2 jboss root 4096 Oct 4 09:15 welcome-content
> [jboss@8a0a5cd2e76a ~]$ ll /opt/jboss/wildfly
> ls: cannot access /opt/jboss/wildfly: No such file or directory
> {noformat}
> The JBOSS_HOME variable is hard coded in a operator code - https://github.com/wildfly/wildfly-operator/blob/master/build/Dockerfile#L4 (/opt/jboss/wildfly at the moment - operator doesn't work with wildfly18 image).
> *doesn't work* here means that scale down stuck due to:
> {noformat}
> {"level":"info","ts":1570603971.690961,"logger":"wildflyserver_controller","msg":"Statefulset was not scaled to the desired replica size 0 (current StatefulSet size: 1). Transaction recovery scaledown process has not cleaned all pods. Please, check status of the WildflyServer simple-jaxrs-wildfly","StatefulSet.Namespace":"pkremens-namespace","StatefulSet.Name":"simple-jaxrs-wildfly"}
> {noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 9 months
[JBoss JIRA] (WFWIP-237) Wildfly operator scale down stuck with wildfly18 image
by Jeff Mesnil (Jira)
[ https://issues.jboss.org/browse/WFWIP-237?page=com.atlassian.jira.plugin.... ]
Jeff Mesnil commented on WFWIP-237:
-----------------------------------
I confirm this is not an issue for the EAP Operator as the value for JBOSS_HOME is stable for it and set to /opt/eap (as defined in the EAP operator image at https://github.com/jbossas/eap-operator-packaging/blob/master/release-ope...)
> Wildfly operator scale down stuck with wildfly18 image
> ------------------------------------------------------
>
> Key: WFWIP-237
> URL: https://issues.jboss.org/browse/WFWIP-237
> Project: WildFly WIP
> Issue Type: Bug
> Components: OpenShift
> Reporter: Petr Kremensky
> Assignee: Jeff Mesnil
> Priority: Critical
> Labels: operator
> Attachments: logs.txt
>
>
> *quay.io/wildfly/wildfly-centos7:17.0*
> {noformat}
> $ docker run -ti quay.io/wildfly/wildfly-centos7:17.0 /bin/bash
> [jboss@1cc52cbad596 ~]$ echo $JBOSS_HOME
> /opt/jboss/wildfly
> [jboss@1cc52cbad596 ~]$ ll /opt/wildfly
> ls: cannot access /opt/wildfly: No such file or directory
> [jboss@1cc52cbad596 ~]$ ll /opt/jboss/wildfly
> total 540
> -rw-rw-r--. 1 jboss root 26530 Jun 11 12:46 LICENSE.txt
> -rw-rw-r--. 1 jboss root 2221 Jun 11 12:46 README.txt
> drwxrwxr-x. 3 jboss root 4096 Jun 11 12:46 appclient
> drwxrwxr-x. 4 jboss root 4096 Jun 11 12:46 bin
> -rw-rw-r--. 1 jboss root 2451 Jun 11 12:46 copyright.txt
> drwxrwxr-x. 6 jboss root 4096 Jun 11 12:46 docs
> -rw-rw-r--. 1 jboss root 489207 Jun 11 12:46 jboss-modules.jar
> drwxrwxr-x. 5 jboss root 4096 Jun 11 12:46 modules
> drwxrwxr-x. 5 jboss root 4096 Jun 11 12:46 standalone
> drwxrwxr-x. 2 jboss root 4096 Jun 11 12:46 welcome-content
> {noformat}
> *quay.io/wildfly/wildfly-centos7:18.0*
> {noformat}
> $ docker run -ti quay.io/wildfly/wildfly-centos7:18.0 /bin/bash
> [jboss@8a0a5cd2e76a ~]$ echo $JBOSS_HOME
> /opt/wildfly
> [jboss@8a0a5cd2e76a ~]$ ll /opt/wildfly
> total 540
> -rw-rw-r--. 1 jboss root 26530 Oct 4 09:15 LICENSE.txt
> -rw-rw-r--. 1 jboss root 2224 Oct 4 09:15 README.txt
> drwxrwxr-x. 3 jboss root 4096 Oct 4 09:15 appclient
> drwxrwxr-x. 4 jboss root 4096 Oct 4 09:15 bin
> -rw-rw-r--. 1 jboss root 2451 Oct 4 09:15 copyright.txt
> drwxrwxr-x. 7 jboss root 4096 Oct 4 09:15 docs
> -rw-rw-r--. 1 jboss root 489207 Oct 4 09:15 jboss-modules.jar
> drwxrwxr-x. 5 jboss root 4096 Oct 4 09:15 modules
> drwxrwxr-x. 5 jboss root 4096 Oct 4 09:16 standalone
> drwxrwxr-x. 2 jboss root 4096 Oct 4 09:15 welcome-content
> [jboss@8a0a5cd2e76a ~]$ ll /opt/jboss/wildfly
> ls: cannot access /opt/jboss/wildfly: No such file or directory
> {noformat}
> The JBOSS_HOME variable is hard coded in a operator code - https://github.com/wildfly/wildfly-operator/blob/master/build/Dockerfile#L4 (/opt/jboss/wildfly at the moment - operator doesn't work with wildfly18 image).
> *doesn't work* here means that scale down stuck due to:
> {noformat}
> {"level":"info","ts":1570603971.690961,"logger":"wildflyserver_controller","msg":"Statefulset was not scaled to the desired replica size 0 (current StatefulSet size: 1). Transaction recovery scaledown process has not cleaned all pods. Please, check status of the WildflyServer simple-jaxrs-wildfly","StatefulSet.Namespace":"pkremens-namespace","StatefulSet.Name":"simple-jaxrs-wildfly"}
> {noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 9 months
[JBoss JIRA] (WFWIP-237) Wildfly operator scale down stuck with wildfly18 image
by Jeff Mesnil (Jira)
[ https://issues.jboss.org/browse/WFWIP-237?page=com.atlassian.jira.plugin.... ]
Jeff Mesnil commented on WFWIP-237:
-----------------------------------
tracked in upstream by https://github.com/wildfly/wildfly-operator/issues/105
> Wildfly operator scale down stuck with wildfly18 image
> ------------------------------------------------------
>
> Key: WFWIP-237
> URL: https://issues.jboss.org/browse/WFWIP-237
> Project: WildFly WIP
> Issue Type: Bug
> Components: OpenShift
> Reporter: Petr Kremensky
> Assignee: Jeff Mesnil
> Priority: Critical
> Labels: operator
> Attachments: logs.txt
>
>
> *quay.io/wildfly/wildfly-centos7:17.0*
> {noformat}
> $ docker run -ti quay.io/wildfly/wildfly-centos7:17.0 /bin/bash
> [jboss@1cc52cbad596 ~]$ echo $JBOSS_HOME
> /opt/jboss/wildfly
> [jboss@1cc52cbad596 ~]$ ll /opt/wildfly
> ls: cannot access /opt/wildfly: No such file or directory
> [jboss@1cc52cbad596 ~]$ ll /opt/jboss/wildfly
> total 540
> -rw-rw-r--. 1 jboss root 26530 Jun 11 12:46 LICENSE.txt
> -rw-rw-r--. 1 jboss root 2221 Jun 11 12:46 README.txt
> drwxrwxr-x. 3 jboss root 4096 Jun 11 12:46 appclient
> drwxrwxr-x. 4 jboss root 4096 Jun 11 12:46 bin
> -rw-rw-r--. 1 jboss root 2451 Jun 11 12:46 copyright.txt
> drwxrwxr-x. 6 jboss root 4096 Jun 11 12:46 docs
> -rw-rw-r--. 1 jboss root 489207 Jun 11 12:46 jboss-modules.jar
> drwxrwxr-x. 5 jboss root 4096 Jun 11 12:46 modules
> drwxrwxr-x. 5 jboss root 4096 Jun 11 12:46 standalone
> drwxrwxr-x. 2 jboss root 4096 Jun 11 12:46 welcome-content
> {noformat}
> *quay.io/wildfly/wildfly-centos7:18.0*
> {noformat}
> $ docker run -ti quay.io/wildfly/wildfly-centos7:18.0 /bin/bash
> [jboss@8a0a5cd2e76a ~]$ echo $JBOSS_HOME
> /opt/wildfly
> [jboss@8a0a5cd2e76a ~]$ ll /opt/wildfly
> total 540
> -rw-rw-r--. 1 jboss root 26530 Oct 4 09:15 LICENSE.txt
> -rw-rw-r--. 1 jboss root 2224 Oct 4 09:15 README.txt
> drwxrwxr-x. 3 jboss root 4096 Oct 4 09:15 appclient
> drwxrwxr-x. 4 jboss root 4096 Oct 4 09:15 bin
> -rw-rw-r--. 1 jboss root 2451 Oct 4 09:15 copyright.txt
> drwxrwxr-x. 7 jboss root 4096 Oct 4 09:15 docs
> -rw-rw-r--. 1 jboss root 489207 Oct 4 09:15 jboss-modules.jar
> drwxrwxr-x. 5 jboss root 4096 Oct 4 09:15 modules
> drwxrwxr-x. 5 jboss root 4096 Oct 4 09:16 standalone
> drwxrwxr-x. 2 jboss root 4096 Oct 4 09:15 welcome-content
> [jboss@8a0a5cd2e76a ~]$ ll /opt/jboss/wildfly
> ls: cannot access /opt/jboss/wildfly: No such file or directory
> {noformat}
> The JBOSS_HOME variable is hard coded in a operator code - https://github.com/wildfly/wildfly-operator/blob/master/build/Dockerfile#L4 (/opt/jboss/wildfly at the moment - operator doesn't work with wildfly18 image).
> *doesn't work* here means that scale down stuck due to:
> {noformat}
> {"level":"info","ts":1570603971.690961,"logger":"wildflyserver_controller","msg":"Statefulset was not scaled to the desired replica size 0 (current StatefulSet size: 1). Transaction recovery scaledown process has not cleaned all pods. Please, check status of the WildflyServer simple-jaxrs-wildfly","StatefulSet.Namespace":"pkremens-namespace","StatefulSet.Name":"simple-jaxrs-wildfly"}
> {noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 9 months
[JBoss JIRA] (WFWIP-237) Wildfly operator scale down stuck with wildfly18 image
by Petr Kremensky (Jira)
[ https://issues.jboss.org/browse/WFWIP-237?page=com.atlassian.jira.plugin.... ]
Petr Kremensky updated WFWIP-237:
---------------------------------
Attachment: logs.txt
> Wildfly operator scale down stuck with wildfly18 image
> ------------------------------------------------------
>
> Key: WFWIP-237
> URL: https://issues.jboss.org/browse/WFWIP-237
> Project: WildFly WIP
> Issue Type: Bug
> Components: OpenShift
> Reporter: Petr Kremensky
> Assignee: Jeff Mesnil
> Priority: Critical
> Labels: operator
> Attachments: logs.txt
>
>
> *quay.io/wildfly/wildfly-centos7:17.0*
> {noformat}
> $ docker run -ti quay.io/wildfly/wildfly-centos7:17.0 /bin/bash
> [jboss@1cc52cbad596 ~]$ echo $JBOSS_HOME
> /opt/jboss/wildfly
> [jboss@1cc52cbad596 ~]$ ll /opt/wildfly
> ls: cannot access /opt/wildfly: No such file or directory
> [jboss@1cc52cbad596 ~]$ ll /opt/jboss/wildfly
> total 540
> -rw-rw-r--. 1 jboss root 26530 Jun 11 12:46 LICENSE.txt
> -rw-rw-r--. 1 jboss root 2221 Jun 11 12:46 README.txt
> drwxrwxr-x. 3 jboss root 4096 Jun 11 12:46 appclient
> drwxrwxr-x. 4 jboss root 4096 Jun 11 12:46 bin
> -rw-rw-r--. 1 jboss root 2451 Jun 11 12:46 copyright.txt
> drwxrwxr-x. 6 jboss root 4096 Jun 11 12:46 docs
> -rw-rw-r--. 1 jboss root 489207 Jun 11 12:46 jboss-modules.jar
> drwxrwxr-x. 5 jboss root 4096 Jun 11 12:46 modules
> drwxrwxr-x. 5 jboss root 4096 Jun 11 12:46 standalone
> drwxrwxr-x. 2 jboss root 4096 Jun 11 12:46 welcome-content
> {noformat}
> *quay.io/wildfly/wildfly-centos7:18.0*
> {noformat}
> $ docker run -ti quay.io/wildfly/wildfly-centos7:18.0 /bin/bash
> [jboss@8a0a5cd2e76a ~]$ echo $JBOSS_HOME
> /opt/wildfly
> [jboss@8a0a5cd2e76a ~]$ ll /opt/wildfly
> total 540
> -rw-rw-r--. 1 jboss root 26530 Oct 4 09:15 LICENSE.txt
> -rw-rw-r--. 1 jboss root 2224 Oct 4 09:15 README.txt
> drwxrwxr-x. 3 jboss root 4096 Oct 4 09:15 appclient
> drwxrwxr-x. 4 jboss root 4096 Oct 4 09:15 bin
> -rw-rw-r--. 1 jboss root 2451 Oct 4 09:15 copyright.txt
> drwxrwxr-x. 7 jboss root 4096 Oct 4 09:15 docs
> -rw-rw-r--. 1 jboss root 489207 Oct 4 09:15 jboss-modules.jar
> drwxrwxr-x. 5 jboss root 4096 Oct 4 09:15 modules
> drwxrwxr-x. 5 jboss root 4096 Oct 4 09:16 standalone
> drwxrwxr-x. 2 jboss root 4096 Oct 4 09:15 welcome-content
> [jboss@8a0a5cd2e76a ~]$ ll /opt/jboss/wildfly
> ls: cannot access /opt/jboss/wildfly: No such file or directory
> {noformat}
> The JBOSS_HOME variable is hard coded in a operator code - https://github.com/wildfly/wildfly-operator/blob/master/build/Dockerfile#L4 (/opt/jboss/wildfly at the moment - operator doesn't work with wildfly18 image).
> *doesn't work* here means that scale down stuck due to:
> {noformat}
> {"level":"info","ts":1570603971.690961,"logger":"wildflyserver_controller","msg":"Statefulset was not scaled to the desired replica size 0 (current StatefulSet size: 1). Transaction recovery scaledown process has not cleaned all pods. Please, check status of the WildflyServer simple-jaxrs-wildfly","StatefulSet.Namespace":"pkremens-namespace","StatefulSet.Name":"simple-jaxrs-wildfly"}
> {noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 9 months
[JBoss JIRA] (WFWIP-237) Wildfly operator scale down stuck with wildfly18 image
by Petr Kremensky (Jira)
Petr Kremensky created WFWIP-237:
------------------------------------
Summary: Wildfly operator scale down stuck with wildfly18 image
Key: WFWIP-237
URL: https://issues.jboss.org/browse/WFWIP-237
Project: WildFly WIP
Issue Type: Bug
Components: OpenShift
Reporter: Petr Kremensky
Assignee: Jeff Mesnil
*quay.io/wildfly/wildfly-centos7:17.0*
{noformat}
$ docker run -ti quay.io/wildfly/wildfly-centos7:17.0 /bin/bash
[jboss@1cc52cbad596 ~]$ echo $JBOSS_HOME
/opt/jboss/wildfly
[jboss@1cc52cbad596 ~]$ ll /opt/wildfly
ls: cannot access /opt/wildfly: No such file or directory
[jboss@1cc52cbad596 ~]$ ll /opt/jboss/wildfly
total 540
-rw-rw-r--. 1 jboss root 26530 Jun 11 12:46 LICENSE.txt
-rw-rw-r--. 1 jboss root 2221 Jun 11 12:46 README.txt
drwxrwxr-x. 3 jboss root 4096 Jun 11 12:46 appclient
drwxrwxr-x. 4 jboss root 4096 Jun 11 12:46 bin
-rw-rw-r--. 1 jboss root 2451 Jun 11 12:46 copyright.txt
drwxrwxr-x. 6 jboss root 4096 Jun 11 12:46 docs
-rw-rw-r--. 1 jboss root 489207 Jun 11 12:46 jboss-modules.jar
drwxrwxr-x. 5 jboss root 4096 Jun 11 12:46 modules
drwxrwxr-x. 5 jboss root 4096 Jun 11 12:46 standalone
drwxrwxr-x. 2 jboss root 4096 Jun 11 12:46 welcome-content
{noformat}
*quay.io/wildfly/wildfly-centos7:18.0*
{noformat}
$ docker run -ti quay.io/wildfly/wildfly-centos7:18.0 /bin/bash
[jboss@8a0a5cd2e76a ~]$ echo $JBOSS_HOME
/opt/wildfly
[jboss@8a0a5cd2e76a ~]$ ll /opt/wildfly
total 540
-rw-rw-r--. 1 jboss root 26530 Oct 4 09:15 LICENSE.txt
-rw-rw-r--. 1 jboss root 2224 Oct 4 09:15 README.txt
drwxrwxr-x. 3 jboss root 4096 Oct 4 09:15 appclient
drwxrwxr-x. 4 jboss root 4096 Oct 4 09:15 bin
-rw-rw-r--. 1 jboss root 2451 Oct 4 09:15 copyright.txt
drwxrwxr-x. 7 jboss root 4096 Oct 4 09:15 docs
-rw-rw-r--. 1 jboss root 489207 Oct 4 09:15 jboss-modules.jar
drwxrwxr-x. 5 jboss root 4096 Oct 4 09:15 modules
drwxrwxr-x. 5 jboss root 4096 Oct 4 09:16 standalone
drwxrwxr-x. 2 jboss root 4096 Oct 4 09:15 welcome-content
[jboss@8a0a5cd2e76a ~]$ ll /opt/jboss/wildfly
ls: cannot access /opt/jboss/wildfly: No such file or directory
{noformat}
The JBOSS_HOME variable is hard coded in a operator code - https://github.com/wildfly/wildfly-operator/blob/master/build/Dockerfile#L4 (/opt/jboss/wildfly at the moment - operator doesn't work with wildfly18 image).
*doesn't work* here means that scale down stuck due to:
{noformat}
{"level":"info","ts":1570603971.690961,"logger":"wildflyserver_controller","msg":"Statefulset was not scaled to the desired replica size 0 (current StatefulSet size: 1). Transaction recovery scaledown process has not cleaned all pods. Please, check status of the WildflyServer simple-jaxrs-wildfly","StatefulSet.Namespace":"pkremens-namespace","StatefulSet.Name":"simple-jaxrs-wildfly"}
{noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 9 months
[JBoss JIRA] (DROOLS-4622) DMN Name And Data Type inconsistency
by Jozef Marko (Jira)
Jozef Marko created DROOLS-4622:
-----------------------------------
Summary: DMN Name And Data Type inconsistency
Key: DROOLS-4622
URL: https://issues.jboss.org/browse/DROOLS-4622
Project: Drools
Issue Type: Bug
Components: DMN Editor
Affects Versions: 7.28.0.Final
Reporter: Jozef Marko
Assignee: Daniel José dos Santos
This is corollary of DROOLS-3652 where enhancements of keyboard control for *Name and DataType* popover were implemented. However also an inconsistency was introduced.
We have three cases when *Name and DataType* popover is shown:
- Click on header cell
- Enter when header cell is selected
- New context entry, DT column, relation column ... is added
The inconsistency is between first two cases and the last one. When the popover is shown for first two cases, *Name* input field has focus, however in the third case, no element in popover has a focus. We should consolidate the behavior for all three cases.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 9 months