[JBoss JIRA] (ISPN-6599) PutAll operation in the Hot Rod client only partially completed during topology changes
by Dan Berindei (JIRA)
[ https://issues.jboss.org/browse/ISPN-6599?page=com.atlassian.jira.plugin.... ]
Dan Berindei commented on ISPN-6599:
------------------------------------
The problem is present in embedded caches, as well.
{{JGroupsTransport.checkRsp()}} is calling {{checkResponse(rsp.getValue(), sender, ignoreLeavers = true)}}, which doesn't throw an exception when it receives a {{CacheNotFoundResponse}}. {{NonTransactionalDistributionInterceptor.visitPutMapCommand()}} doesn't check the response from the primary owners either, instead assuming that the operation succeeded, and the command isn't retried on the new primary owner.
> PutAll operation in the Hot Rod client only partially completed during topology changes
> ---------------------------------------------------------------------------------------
>
> Key: ISPN-6599
> URL: https://issues.jboss.org/browse/ISPN-6599
> Project: Infinispan
> Issue Type: Bug
> Components: Server
> Affects Versions: 9.0.0.Alpha1
> Reporter: Gustavo Fernandes
> Assignee: Dan Berindei
> Attachments: reproducer.zip, trace.zip
>
>
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (ISPN-5721) Add SNI support to the endpoints
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-5721?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-5721:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.0.0.Final
Resolution: Done
> Add SNI support to the endpoints
> --------------------------------
>
> Key: ISPN-5721
> URL: https://issues.jboss.org/browse/ISPN-5721
> Project: Infinispan
> Issue Type: Feature Request
> Components: Security, Server
> Affects Versions: 8.0.0.Final
> Reporter: Tristan Tarrant
> Assignee: Sebastian Łaskawiec
> Fix For: 9.0.0.Alpha2, 9.0.0.Final
>
>
> Openshift Router uses DNS names to perform routing. It is perfectly legal to have this kind of configuration:
> {code}
> client 1 --> example.com:11222 -----+> Hotrod server
> /
> client 2 --> example2.com:11222 /
> {code}
> In that case the TLS configuration might be problematic (since very often certificates are issued for a domain name). However it is possible to use [SNI TLS Extension|https://tools.ietf.org/html/rfc6066#page-6].
> The SNI needs to be added to:
> * Client's configuration (it needs to modify it's own {{SSLContext}} and add {{SSLParams}}
> * Hotrod server to support SNI (with Netty)
> * XML Configuration for Hotrod
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (ISPN-6621) Server Management Console not showing up data in Cache containers page when tried with hotrod connector alone
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-6621?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant reassigned ISPN-6621:
-------------------------------------
Assignee: Vladimir Blagojevic
> Server Management Console not showing up data in Cache containers page when tried with hotrod connector alone
> -------------------------------------------------------------------------------------------------------------
>
> Key: ISPN-6621
> URL: https://issues.jboss.org/browse/ISPN-6621
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 8.2.1.Final
> Reporter: Krishna Kalesh Balakrishnan
> Assignee: Vladimir Blagojevic
> Fix For: 8.2.1.Final
>
> Attachments: clustter_page_hotrod_alone.PNG, enabled_all_connectors.PNG, enabled_hotrod_alone.PNG
>
>
> While running infinispan-server-8.2.1.Final in domain mode, tried to use only hotrod-connector after removing memcached-connector, rest-connector & websocket-connector from <subsystem xmlns="urn:infinispan:server:endpoint:8.0">
> After removing memcached-connector, rest-connector & websocket-connector, Server Management Console not showing up anything in Cache container view.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months