[infinispan-issues] [JBoss JIRA] (ISPN-3701) In HotRod client topologyId is shared for all caches
RH Bugzilla Integration (JIRA)
jira-events at lists.jboss.org
Tue Nov 12 13:14:05 EST 2013
[ https://issues.jboss.org/browse/ISPN-3701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12922903#comment-12922903 ]
RH Bugzilla Integration commented on ISPN-3701:
-----------------------------------------------
Radim Vansa <rvansa at redhat.com> made a comment on [bug 1029615|https://bugzilla.redhat.com/show_bug.cgi?id=1029615]
The topology and consistent hash in HotRod client is not stored on per-cache basis but just once.
This may lead to performance problems when accessing multiple caches using single client.
Workaround is to use separate RemoteCacheManager for accessing each cache.
> In HotRod client topologyId is shared for all caches
> ----------------------------------------------------
>
> Key: ISPN-3701
> URL: https://issues.jboss.org/browse/ISPN-3701
> Project: Infinispan
> Issue Type: Bug
> Components: Remote protocols
> Affects Versions: 6.0.0.CR1
> Reporter: Radim Vansa
> Assignee: Galder Zamarreño
>
> The AtomicInteger with topologyId is stored in RemoteCacheManager, therefore, shared for all caches. This can lead to performance problems when accessing two caches with non-synchronized topology ids.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list