[JBoss JIRA] (WFLY-13006) KUBE_PING Occasional NPE on shutdown
by Radoslav Husar (Jira)
Radoslav Husar created WFLY-13006:
-------------------------------------
Summary: KUBE_PING Occasional NPE on shutdown
Key: WFLY-13006
URL: https://issues.redhat.com/browse/WFLY-13006
Project: WildFly
Issue Type: Bug
Components: Clustering
Reporter: Radoslav Husar
Assignee: Radoslav Husar
05:52:55,313 ERROR [org.jgroups.util.TimeScheduler3] (thread-6,null,xa-load-2) JGRP000169: failed executing task MERGE3: InfoSender: java.lang.NullPointerException
at org.jgroups.protocols.kubernetes.KUBE_PING.readAll(KUBE_PING.java:313)
at org.jgroups.protocols.kubernetes.KUBE_PING.findMembers(KUBE_PING.java:206)
at org.jgroups.protocols.Discovery.invokeFindMembers(Discovery.java:216)
at org.jgroups.protocols.Discovery.findMembers(Discovery.java:241)
at org.jgroups.protocols.Discovery.down(Discovery.java:384)
at org.jgroups.protocols.MERGE3$InfoSender.run(MERGE3.java:413)
at org.jgroups.util.TimeScheduler3$Task.run(TimeScheduler3.java:328)
at org.jgroups.util.TimeScheduler3$RecurringTask.run(TimeScheduler3.java:362)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at org.jboss.as.clustering.jgroups.ClassLoaderThreadFactory.lambda$newThread$0(ClassLoaderThreadFactory.java:52)
at java.lang.Thread.run(Thread.java:748)
https://github.com/jgroups-extras/jgroups-kubernetes/issues/39
https://github.com/jgroups-extras/jgroups-kubernetes/pull/88
Will be resolved with a next jgroups-kubernetes upgrade.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 3 months
[JBoss JIRA] (WFLY-9609) Avoid unnecessary marshalling of AddressableNode wherever possible
by Paul Ferraro (Jira)
[ https://issues.redhat.com/browse/WFLY-9609?page=com.atlassian.jira.plugin... ]
Paul Ferraro resolved WFLY-9609.
--------------------------------
Resolution: Duplicate Issue
Duplicate of WFLY-9521
> Avoid unnecessary marshalling of AddressableNode wherever possible
> ------------------------------------------------------------------
>
> Key: WFLY-9609
> URL: https://issues.redhat.com/browse/WFLY-9609
> Project: WildFly
> Issue Type: Enhancement
> Components: Clustering
> Affects Versions: 11.0.0.Final
> Reporter: Paul Ferraro
> Assignee: Paul Ferraro
> Priority: Major
>
> Serialization of an AddressableNode requires an additional 7 or 19 bytes (depending on whether the corresponding bind address is IPv4 or IPv6) as well as the logical name as a UTF-8 string; all on top of the 16 bytes required to serialize the JGroups/Infinispan address.
> In most cases, this is completely unnecessary, as the Node can always be recreated from the address via a NodeFactory<Address>.
> Known offenders are:
> * org.wildfly.clustering.server.registry.CacheRegistry which stores the Node as a cache key.
> * org.wildfly.clustering.server.provider.CacheServiceProviderRegistry which stores a Set<Node> as a cache value.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 3 months
[JBoss JIRA] (JGRP-2437) Log local_addr and name in JChannel
by Diego Lovison (Jira)
[ https://issues.redhat.com/browse/JGRP-2437?page=com.atlassian.jira.plugin... ]
Diego Lovison updated JGRP-2437:
--------------------------------
Description:
As a developer I would like to know what is the local_address ( the value printed in the log ) and what will be the address sent over the network ( the value that will be captured by TShark )
When running a benchmark in the perf lab we start running tshark after the initial load. In this case, in the tshark dump we won't have the PING request.
was:
As a developer I would like to know what is the local_address ( the value printed in the log ) and what will be the address sent over the network ( the value that will be captured by TShark )
> Log local_addr and name in JChannel
> -----------------------------------
>
> Key: JGRP-2437
> URL: https://issues.redhat.com/browse/JGRP-2437
> Project: JGroups
> Issue Type: Enhancement
> Reporter: Diego Lovison
> Assignee: Diego Lovison
> Priority: Minor
>
> As a developer I would like to know what is the local_address ( the value printed in the log ) and what will be the address sent over the network ( the value that will be captured by TShark )
> When running a benchmark in the perf lab we start running tshark after the initial load. In this case, in the tshark dump we won't have the PING request.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 3 months
[JBoss JIRA] (ELY-1923) NPE in AuthenticationConfiguration.toString()
by Darran Lofthouse (Jira)
Darran Lofthouse created ELY-1923:
-------------------------------------
Summary: NPE in AuthenticationConfiguration.toString()
Key: ELY-1923
URL: https://issues.redhat.com/browse/ELY-1923
Project: WildFly Elytron
Issue Type: Bug
Components: Authentication Client
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 1.11.1.CR1
{noformat}
LogManager error of type FORMAT_FAILURE: Formatting error
java.lang.NullPointerException
at org.wildfly.security.auth.client.AuthenticationConfiguration.toString(AuthenticationConfiguration.java:1654)
{noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 3 months
[JBoss JIRA] (JGRP-2437) Log local_addr and name in JChannel
by Diego Lovison (Jira)
Diego Lovison created JGRP-2437:
-----------------------------------
Summary: Log local_addr and name in JChannel
Key: JGRP-2437
URL: https://issues.redhat.com/browse/JGRP-2437
Project: JGroups
Issue Type: Enhancement
Reporter: Diego Lovison
Assignee: Bela Ban
As a developer I would like to know what is the local_address ( the value printed in the log ) and what will be the address sent over the network ( the value that will be captured by TShark )
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 3 months
[JBoss JIRA] (WFLY-13005) Upgrade BouncyCastle to 1.64
by Darran Lofthouse (Jira)
Darran Lofthouse created WFLY-13005:
---------------------------------------
Summary: Upgrade BouncyCastle to 1.64
Key: WFLY-13005
URL: https://issues.redhat.com/browse/WFLY-13005
Project: WildFly
Issue Type: Component Upgrade
Components: REST, Security, Web Services
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 19.0.0.Beta2
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 3 months