[JBoss JIRA] (ISPN-10727) CacheManagerResourceTest failing
by Ryan Emerson (Jira)
[ https://issues.jboss.org/browse/ISPN-10727?page=com.atlassian.jira.plugin... ]
Ryan Emerson commented on ISPN-10727:
-------------------------------------
[~gustavonalle] The failure is caused by the introduction of a modification to the {{SerializationConfiguration}} in {{AbstractRestResourceTest}}, which means that the Serializer writes the class name of all the registered Externalizer implementations. However, some of these implementations have non-public externalizer classes and so the parsing fails. As these internal externalizers are always registered by ModuleLifecycle implementations, we should probably change the behaviour of the Serializer to only serialize externalizers defined within the user ID range (> 2500).
> CacheManagerResourceTest failing
> --------------------------------
>
> Key: ISPN-10727
> URL: https://issues.jboss.org/browse/ISPN-10727
> Project: Infinispan
> Issue Type: Bug
> Components: REST
> Affects Versions: 10.0.0.CR3
> Reporter: Gustavo Fernandes
> Assignee: Ryan Emerson
> Priority: Major
>
> Introduced by the removal of JBossMarshalling from the server
> https://ci.infinispan.org/job/Infinispan/job/master/1471/
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 6 months
[JBoss JIRA] (ISPN-10730) Support INADDR_ANY in Hot Rod
by Tristan Tarrant (Jira)
[ https://issues.jboss.org/browse/ISPN-10730?page=com.atlassian.jira.plugin... ]
Tristan Tarrant commented on ISPN-10730:
----------------------------------------
Specifically, Hot Rod needs to build a list of externally-accessible addresses so it can send them to the clients to enable L2 and L3 intelligence. It does so by associating the public-facing address with the node's clustering address:
Map<cluster-address, hotrod-address>
When it is being fed an INADDR_ANY it cannot determine what address it should advertise.
A possible solution is to enumerate all interfaces and for each cluster address store a list of possible public addresses using the netmask as a key:
Map<cluster-address, Map<netmask, hotrod-address>>
> Support INADDR_ANY in Hot Rod
> -----------------------------
>
> Key: ISPN-10730
> URL: https://issues.jboss.org/browse/ISPN-10730
> Project: Infinispan
> Issue Type: Enhancement
> Affects Versions: 10.0.0.CR3
> Reporter: Diego Lovison
> Assignee: Tristan Tarrant
> Priority: Major
>
> When working with WF ( Default ISPN Server when running the version 9.4), we can expose the server ports with the current machine's IP address using {{-b 0.0.0.0}}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 6 months