[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:
--------------------------------
These are not the complete logs, what I'm interested in is especially the bind / ping addresses in FD_SOCK. Also, it would be helpful to have the VERIFY_SUSPECT protocol's log available at TRACE level, too.
I see that members are suspected, only to be un-suspected a few ms later... this could point to an incorrect bind address used in FD_SOCK.
> 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.12
>
>
> 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)
6 years, 8 months
[JBoss JIRA] (SWSQE-184) Validate that Service-Meshes were succesfully deployed
by Guilherme Baufaker Rêgo (JIRA)
[ https://issues.jboss.org/browse/SWSQE-184?page=com.atlassian.jira.plugin.... ]
Guilherme Baufaker Rêgo commented on SWSQE-184:
-----------------------------------------------
Added the following lines to verify it if test mesh is deployed:
- name: Wait until all pods are running
openshift_raw:
definition:
apiVersion: v1
kind: ReplicaSet
metadata:
name: "kiali-test-service-{{item[1]}}"
namespace: "{{item[0]}}"
spec:
selector:
matchLabels:
kiali-test: "test-service-{{item[1]}}"
with_nested:
- ['kiali-test-depth', 'kiali-test-breath', 'kiali-test-circle', 'kiali-test-circle-callback', 'kiali-test-hourglass', 'kiali-test-box', 'kiali-test-depth-sink', 'kiali-test-breath-sink']
- ['a', 'b', 'c', 'd', 'e', 'f']
register: replicaResult
until: "replicaResult.result.status.ready_replicas != 'null'"
retries: 20
delay: 10
> Validate that Service-Meshes were succesfully deployed
> ------------------------------------------------------
>
> Key: SWSQE-184
> URL: https://issues.jboss.org/browse/SWSQE-184
> Project: Kiali QE
> Issue Type: Sub-task
> Reporter: Matt Mahoney
> Assignee: Guilherme Baufaker Rêgo
>
> Some automation scripts will fail if test-meshes are not up and running prior to tests being run. Thus this task is to create a script that will validate that all service-mesh pods being successfully started.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 8 months
[JBoss JIRA] (SWSQE-184) Validate that Service-Meshes were succesfully deployed
by Guilherme Baufaker Rêgo (JIRA)
[ https://issues.jboss.org/browse/SWSQE-184?page=com.atlassian.jira.plugin.... ]
Guilherme Baufaker Rêgo edited comment on SWSQE-184 at 4/30/18 10:02 AM:
-------------------------------------------------------------------------
Added the following lines to verify it if test mesh is deployed:
{code:yaml}
- name: Wait until all pods are running
openshift_raw:
definition:
apiVersion: v1
kind: ReplicaSet
metadata:
name: "kiali-test-service-{{item[1]}}"
namespace: "{{item[0]}}"
spec:
selector:
matchLabels:
kiali-test: "test-service-{{item[1]}}"
with_nested:
- ['kiali-test-depth', 'kiali-test-breath', 'kiali-test-circle', 'kiali-test-circle-callback', 'kiali-test-hourglass', 'kiali-test-box', 'kiali-test-depth-sink', 'kiali-test-breath-sink']
- ['a', 'b', 'c', 'd', 'e', 'f']
register: replicaResult
until: "replicaResult.result.status.ready_replicas != 'null'"
retries: 20
delay: 10
{code}
was (Author: gbaufake):
Added the following lines to verify it if test mesh is deployed:
- name: Wait until all pods are running
openshift_raw:
definition:
apiVersion: v1
kind: ReplicaSet
metadata:
name: "kiali-test-service-{{item[1]}}"
namespace: "{{item[0]}}"
spec:
selector:
matchLabels:
kiali-test: "test-service-{{item[1]}}"
with_nested:
- ['kiali-test-depth', 'kiali-test-breath', 'kiali-test-circle', 'kiali-test-circle-callback', 'kiali-test-hourglass', 'kiali-test-box', 'kiali-test-depth-sink', 'kiali-test-breath-sink']
- ['a', 'b', 'c', 'd', 'e', 'f']
register: replicaResult
until: "replicaResult.result.status.ready_replicas != 'null'"
retries: 20
delay: 10
> Validate that Service-Meshes were succesfully deployed
> ------------------------------------------------------
>
> Key: SWSQE-184
> URL: https://issues.jboss.org/browse/SWSQE-184
> Project: Kiali QE
> Issue Type: Sub-task
> Reporter: Matt Mahoney
> Assignee: Guilherme Baufaker Rêgo
>
> Some automation scripts will fail if test-meshes are not up and running prior to tests being run. Thus this task is to create a script that will validate that all service-mesh pods being successfully started.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 8 months
[JBoss JIRA] (WFCORE-3776) Deprecate attribute "show-model" in jmx subsystem
by Yeray Borges (JIRA)
Yeray Borges created WFCORE-3776:
------------------------------------
Summary: Deprecate attribute "show-model" in jmx subsystem
Key: WFCORE-3776
URL: https://issues.jboss.org/browse/WFCORE-3776
Project: WildFly Core
Issue Type: Task
Components: JMX
Affects Versions: 5.0.0.Alpha5
Reporter: Yeray Borges
Assignee: Yeray Borges
The attribute show-model is used as a switch which selects which model is exposed in the MBean server.
If it is false, the model is exposed under {{jboss.as.exprs}} domain, which could return expressions on reads, if true the model is exposed under {{jboss.as}} domain, which returns the expression resolved on reads, otherwise both models are exposed.
This attribute will be removed in future versions
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 8 months
[JBoss JIRA] (JGRP-2253) FD_SOCK is not working in AWS environment
by Sibin Karnavar (JIRA)
[ https://issues.jboss.org/browse/JGRP-2253?page=com.atlassian.jira.plugin.... ]
Sibin Karnavar commented on JGRP-2253:
--------------------------------------
I have pasted those logs on this JIRA on 22/FEB. I will also explore about AWS termination hook.
> 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.12
>
>
> 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)
6 years, 8 months