[JBoss JIRA] (WFLY-11873) JGroups subsystem pbcast.GMS/view attribute shows outdated value
by Radoslav Husar (Jira)
[ https://issues.jboss.org/browse/WFLY-11873?page=com.atlassian.jira.plugin... ]
Radoslav Husar commented on WFLY-11873:
---------------------------------------
The problem is jgroups implementation of getView():
{code}
@ManagedAttribute
public String getView() {return view != null? view.getViewId().toString() : "null";}
{code}
> JGroups subsystem pbcast.GMS/view attribute shows outdated value
> ----------------------------------------------------------------
>
> Key: WFLY-11873
> URL: https://issues.jboss.org/browse/WFLY-11873
> Project: WildFly
> Issue Type: Task
> Components: Clustering
> Affects Versions: 16.0.0.Final
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Priority: Major
>
> {code}
> [standalone@127.0.0.1:10190 /] /subsystem=jgroups/channel=ee/protocol=pbcast.GMS:read-resource(include-runtime=true
> {
> "outcome" => "success",
> "result" => {
> "after_creation_hook" => undefined,
> "coord" => false,
> "ergonomics" => true,
> "flush_invoker_class" => undefined,
> "id" => 12,
> "implementation" => "ParticipantGmsImpl",
> "install_view_locally_first" => true,
> "is_leaving" => false,
> "join_timeout" => 3000L,
> "leave_timeout" => 3000L,
> "level" => undefined,
> "local_address" => "node3",
> "log_collect_msgs" => false,
> "log_view_warnings" => true,
> "max_bundling_time" => 50L,
> "max_join_attempts" => 10L,
> "members" => "(2) node2,node3",
> "merge_id" => undefined,
> "merge_in_progress" => false,
> "merge_killer_running" => false,
> "merge_task_running" => false,
> "merge_timeout" => 5000L,
> "num_members" => 2,
> "num_prev_mbrs" => 50,
> "num_prev_views" => 10,
> "number_of_views" => 0,
> "print_local_addr" => false,
> "print_physical_addrs" => true,
> "stats" => false,
> "use_delta_views" => true,
> "use_flush_if_present" => true,
> "view" => "[node2|1]",
> "view_ack_collection_timeout" => 2000L,
> "view_bundling" => true,
> "view_handler_size" => 0,
> "view_handler_suspended" => false
> }
> }
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (WFLY-11873) JGroups subsystem pbcast.GMS view attribute shows outdated value
by Radoslav Husar (Jira)
Radoslav Husar created WFLY-11873:
-------------------------------------
Summary: JGroups subsystem pbcast.GMS view attribute shows outdated value
Key: WFLY-11873
URL: https://issues.jboss.org/browse/WFLY-11873
Project: WildFly
Issue Type: Task
Components: Clustering
Affects Versions: 16.0.0.Final
Reporter: Radoslav Husar
Assignee: Paul Ferraro
{code}
[standalone@127.0.0.1:10190 /] /subsystem=jgroups/channel=ee/protocol=pbcast.GMS:read-resource(include-runtime=true
{
"outcome" => "success",
"result" => {
"after_creation_hook" => undefined,
"coord" => false,
"ergonomics" => true,
"flush_invoker_class" => undefined,
"id" => 12,
"implementation" => "ParticipantGmsImpl",
"install_view_locally_first" => true,
"is_leaving" => false,
"join_timeout" => 3000L,
"leave_timeout" => 3000L,
"level" => undefined,
"local_address" => "node3",
"log_collect_msgs" => false,
"log_view_warnings" => true,
"max_bundling_time" => 50L,
"max_join_attempts" => 10L,
"members" => "(2) node2,node3",
"merge_id" => undefined,
"merge_in_progress" => false,
"merge_killer_running" => false,
"merge_task_running" => false,
"merge_timeout" => 5000L,
"num_members" => 2,
"num_prev_mbrs" => 50,
"num_prev_views" => 10,
"number_of_views" => 0,
"print_local_addr" => false,
"print_physical_addrs" => true,
"stats" => false,
"use_delta_views" => true,
"use_flush_if_present" => true,
"view" => "[node2|1]",
"view_ack_collection_timeout" => 2000L,
"view_bundling" => true,
"view_handler_size" => 0,
"view_handler_suspended" => false
}
}
{code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (WFLY-11873) JGroups subsystem pbcast.GMS/view attribute shows outdated value
by Radoslav Husar (Jira)
[ https://issues.jboss.org/browse/WFLY-11873?page=com.atlassian.jira.plugin... ]
Radoslav Husar updated WFLY-11873:
----------------------------------
Summary: JGroups subsystem pbcast.GMS/view attribute shows outdated value (was: JGroups subsystem pbcast.GMS view attribute shows outdated value)
> JGroups subsystem pbcast.GMS/view attribute shows outdated value
> ----------------------------------------------------------------
>
> Key: WFLY-11873
> URL: https://issues.jboss.org/browse/WFLY-11873
> Project: WildFly
> Issue Type: Task
> Components: Clustering
> Affects Versions: 16.0.0.Final
> Reporter: Radoslav Husar
> Assignee: Paul Ferraro
> Priority: Major
>
> {code}
> [standalone@127.0.0.1:10190 /] /subsystem=jgroups/channel=ee/protocol=pbcast.GMS:read-resource(include-runtime=true
> {
> "outcome" => "success",
> "result" => {
> "after_creation_hook" => undefined,
> "coord" => false,
> "ergonomics" => true,
> "flush_invoker_class" => undefined,
> "id" => 12,
> "implementation" => "ParticipantGmsImpl",
> "install_view_locally_first" => true,
> "is_leaving" => false,
> "join_timeout" => 3000L,
> "leave_timeout" => 3000L,
> "level" => undefined,
> "local_address" => "node3",
> "log_collect_msgs" => false,
> "log_view_warnings" => true,
> "max_bundling_time" => 50L,
> "max_join_attempts" => 10L,
> "members" => "(2) node2,node3",
> "merge_id" => undefined,
> "merge_in_progress" => false,
> "merge_killer_running" => false,
> "merge_task_running" => false,
> "merge_timeout" => 5000L,
> "num_members" => 2,
> "num_prev_mbrs" => 50,
> "num_prev_views" => 10,
> "number_of_views" => 0,
> "print_local_addr" => false,
> "print_physical_addrs" => true,
> "stats" => false,
> "use_delta_views" => true,
> "use_flush_if_present" => true,
> "view" => "[node2|1]",
> "view_ack_collection_timeout" => 2000L,
> "view_bundling" => true,
> "view_handler_size" => 0,
> "view_handler_suspended" => false
> }
> }
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (WFLY-11873) JGroups subsystem pbcast.GMS/view attribute shows outdated value
by Radoslav Husar (Jira)
[ https://issues.jboss.org/browse/WFLY-11873?page=com.atlassian.jira.plugin... ]
Radoslav Husar reassigned WFLY-11873:
-------------------------------------
Assignee: Radoslav Husar (was: Paul Ferraro)
> JGroups subsystem pbcast.GMS/view attribute shows outdated value
> ----------------------------------------------------------------
>
> Key: WFLY-11873
> URL: https://issues.jboss.org/browse/WFLY-11873
> Project: WildFly
> Issue Type: Task
> Components: Clustering
> Affects Versions: 16.0.0.Final
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Priority: Major
>
> {code}
> [standalone@127.0.0.1:10190 /] /subsystem=jgroups/channel=ee/protocol=pbcast.GMS:read-resource(include-runtime=true
> {
> "outcome" => "success",
> "result" => {
> "after_creation_hook" => undefined,
> "coord" => false,
> "ergonomics" => true,
> "flush_invoker_class" => undefined,
> "id" => 12,
> "implementation" => "ParticipantGmsImpl",
> "install_view_locally_first" => true,
> "is_leaving" => false,
> "join_timeout" => 3000L,
> "leave_timeout" => 3000L,
> "level" => undefined,
> "local_address" => "node3",
> "log_collect_msgs" => false,
> "log_view_warnings" => true,
> "max_bundling_time" => 50L,
> "max_join_attempts" => 10L,
> "members" => "(2) node2,node3",
> "merge_id" => undefined,
> "merge_in_progress" => false,
> "merge_killer_running" => false,
> "merge_task_running" => false,
> "merge_timeout" => 5000L,
> "num_members" => 2,
> "num_prev_mbrs" => 50,
> "num_prev_views" => 10,
> "number_of_views" => 0,
> "print_local_addr" => false,
> "print_physical_addrs" => true,
> "stats" => false,
> "use_delta_views" => true,
> "use_flush_if_present" => true,
> "view" => "[node2|1]",
> "view_ack_collection_timeout" => 2000L,
> "view_bundling" => true,
> "view_handler_size" => 0,
> "view_handler_suspended" => false
> }
> }
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (WFLY-11872) Overhaul infinispan subsystem transformers to improve test coverage
by Radoslav Husar (Jira)
[ https://issues.jboss.org/browse/WFLY-11872?page=com.atlassian.jira.plugin... ]
Radoslav Husar updated WFLY-11872:
----------------------------------
Affects Version/s: 16.0.0.Final
(was: 16.0.0.Beta1)
> Overhaul infinispan subsystem transformers to improve test coverage
> -------------------------------------------------------------------
>
> Key: WFLY-11872
> URL: https://issues.jboss.org/browse/WFLY-11872
> Project: WildFly
> Issue Type: Task
> Components: Clustering
> Affects Versions: 16.0.0.Final
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Priority: Major
>
> The typical way subsystems test transformers is with a single transform xml file which contains all *transformable* attributes and resources to the oldest version (EAP 6.4 at the moment). However, as subsystems evolve certain attributes are not transformable *but* are missing from subsequent test coverage. For instance, attribute not present in EAP 6.4, but available since 7.0: the tests for EAP 7.1 could still test the transformation to EAP 7.0 but this is typically missed in the subsystems test coverage.
> The solution is to use a specific file for *each* EAP controller version we are transforming to.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (WFLY-11872) Overhaul infinispan subsystem transformers to improve test coverage
by Radoslav Husar (Jira)
[ https://issues.jboss.org/browse/WFLY-11872?page=com.atlassian.jira.plugin... ]
Radoslav Husar updated WFLY-11872:
----------------------------------
Fix Version/s: (was: 16.0.0.Final)
> Overhaul infinispan subsystem transformers to improve test coverage
> -------------------------------------------------------------------
>
> Key: WFLY-11872
> URL: https://issues.jboss.org/browse/WFLY-11872
> Project: WildFly
> Issue Type: Task
> Components: Clustering
> Affects Versions: 16.0.0.Final
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Priority: Major
>
> The typical way subsystems test transformers is with a single transform xml file which contains all *transformable* attributes and resources to the oldest version (EAP 6.4 at the moment). However, as subsystems evolve certain attributes are not transformable *but* are missing from subsequent test coverage. For instance, attribute not present in EAP 6.4, but available since 7.0: the tests for EAP 7.1 could still test the transformation to EAP 7.0 but this is typically missed in the subsystems test coverage.
> The solution is to use a specific file for *each* EAP controller version we are transforming to.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (WFLY-11872) Overhaul infinispan subsystem transformers to improve test coverage
by Radoslav Husar (Jira)
Radoslav Husar created WFLY-11872:
-------------------------------------
Summary: Overhaul infinispan subsystem transformers to improve test coverage
Key: WFLY-11872
URL: https://issues.jboss.org/browse/WFLY-11872
Project: WildFly
Issue Type: Task
Components: mod_cluster
Affects Versions: 16.0.0.Beta1
Reporter: Radoslav Husar
Assignee: Radoslav Husar
Fix For: 16.0.0.Final
The typical way subsystems test transformers is with a single transform xml file which contains all *transformable* attributes and resources to the oldest version (EAP 6.4 at the moment). However, as subsystems evolve certain attributes are not transformable *but* are missing from subsequent test coverage. For instance, attribute not present in EAP 6.4, but available since 7.0: the tests for EAP 7.1 could still test the transformation to EAP 7.0 but this is typically missed in the subsystems test coverage.
The solution is to use a specific file for *each* EAP controller version we are transforming to.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (WFLY-11872) Overhaul infinispan subsystem transformers to improve test coverage
by Radoslav Husar (Jira)
[ https://issues.jboss.org/browse/WFLY-11872?page=com.atlassian.jira.plugin... ]
Radoslav Husar updated WFLY-11872:
----------------------------------
Git Pull Request: (was: https://github.com/wildfly/wildfly/pull/12083)
> Overhaul infinispan subsystem transformers to improve test coverage
> -------------------------------------------------------------------
>
> Key: WFLY-11872
> URL: https://issues.jboss.org/browse/WFLY-11872
> Project: WildFly
> Issue Type: Task
> Components: mod_cluster
> Affects Versions: 16.0.0.Final
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Priority: Major
>
> The typical way subsystems test transformers is with a single transform xml file which contains all *transformable* attributes and resources to the oldest version (EAP 6.4 at the moment). However, as subsystems evolve certain attributes are not transformable *but* are missing from subsequent test coverage. For instance, attribute not present in EAP 6.4, but available since 7.0: the tests for EAP 7.1 could still test the transformation to EAP 7.0 but this is typically missed in the subsystems test coverage.
> The solution is to use a specific file for *each* EAP controller version we are transforming to.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (WFLY-11872) Overhaul infinispan subsystem transformers to improve test coverage
by Radoslav Husar (Jira)
[ https://issues.jboss.org/browse/WFLY-11872?page=com.atlassian.jira.plugin... ]
Radoslav Husar updated WFLY-11872:
----------------------------------
Component/s: Clustering
(was: mod_cluster)
> Overhaul infinispan subsystem transformers to improve test coverage
> -------------------------------------------------------------------
>
> Key: WFLY-11872
> URL: https://issues.jboss.org/browse/WFLY-11872
> Project: WildFly
> Issue Type: Task
> Components: Clustering
> Affects Versions: 16.0.0.Final
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Priority: Major
>
> The typical way subsystems test transformers is with a single transform xml file which contains all *transformable* attributes and resources to the oldest version (EAP 6.4 at the moment). However, as subsystems evolve certain attributes are not transformable *but* are missing from subsequent test coverage. For instance, attribute not present in EAP 6.4, but available since 7.0: the tests for EAP 7.1 could still test the transformation to EAP 7.0 but this is typically missed in the subsystems test coverage.
> The solution is to use a specific file for *each* EAP controller version we are transforming to.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (SWSQE-634) Setup Kubernetes Cluster on Packet for Security Audit
by Gary Brown (Jira)
[ https://issues.jboss.org/browse/SWSQE-634?page=com.atlassian.jira.plugin.... ]
Gary Brown commented on SWSQE-634:
----------------------------------
Hi, just a vanilla kubernetes environment please.
[~gbaufake] will put in request to have you added to project - you should receive an email (hopefully) shortly.
> Setup Kubernetes Cluster on Packet for Security Audit
> -----------------------------------------------------
>
> Key: SWSQE-634
> URL: https://issues.jboss.org/browse/SWSQE-634
> Project: Kiali QE
> Issue Type: Task
> Reporter: Kevin Earls
> Priority: Major
> Labels: infrastructure
>
> [~objectiser] has requested we setup a Kubernetes cluster with Jaeger installed via the operator on Packet. This is needed for a security audit of Jaeger which will be done by a third party at the beginning of April.
> I will need admin help with this when someone is available.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months