[JBoss JIRA] (ISPN-5857) HotRod client should use the consistent hash in replicated mode
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/ISPN-5857?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on ISPN-5857:
-----------------------------------------------
Jakub Markos <jmarkos(a)redhat.com> changed the Status of [bug 1272390|https://bugzilla.redhat.com/show_bug.cgi?id=1272390] from ON_QA to VERIFIED
> HotRod client should use the consistent hash in replicated mode
> ---------------------------------------------------------------
>
> Key: ISPN-5857
> URL: https://issues.jboss.org/browse/ISPN-5857
> Project: Infinispan
> Issue Type: Bug
> Components: Server
> Affects Versions: 8.0.1.Final, 8.1.0.Alpha1
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Critical
> Labels: hotrod
> Fix For: 8.1.0.Alpha2, 8.1.0.Final
>
>
> The HotRod server assumes that in replicated mode the server accessed by the client doesn't matter, so it doesn't send a consistent hash in the topology updates.
> However, since replicated mode is now implemented on top of distributed mode, hitting the primary owner or another node makes a big difference. We should change the server to send the consistent hash for replicated caches as well.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (ISPN-5958) Functional Listeners modified inconsistency
by Galder Zamarreño (JIRA)
Galder Zamarreño created ISPN-5958:
--------------------------------------
Summary: Functional Listeners modified inconsistency
Key: ISPN-5958
URL: https://issues.jboss.org/browse/ISPN-5958
Project: Infinispan
Issue Type: Bug
Affects Versions: 8.1.0.Beta1, 8.0.1.Final
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
When an entry is modified and a RW listener is registered, you can get output like this:
{code}
[node2-event] modified, before: Optional[multi1-value-cluster]
[node2-event] modified, after: Optional[new-multi1-value-cluster]
[node1-event] modified, before: Optional.empty
[node1-event] modified, after: Optional[new-multi1-value-cluster]
{code}
This is not right, if node1's going to print the event, it needs to have all information.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months