Bug 1029615

Summary: In HotRod client topologyId and CH is shared for all caches
Product: [JBoss] JBoss Data Grid 6 Reporter: Radim Vansa <rvansa>
Component: InfinispanAssignee: Tristan Tarrant <ttarrant>
Status: CLOSED CURRENTRELEASE QA Contact: Martin Gencur <mgencur>
Severity: low Docs Contact:
Priority: unspecified    
Version: 6.2.0CC: jdg-bugs, jpallich, rmacor, slaskawi
Target Milestone: ER3   
Target Release: 6.4.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Radim Vansa 2013-11-12 18:13:13 UTC
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.

Comment 2 JBoss JIRA Server 2014-02-19 14:38:28 UTC
Galder Zamarreño <galder.zamarreno> updated the status of jira ISPN-3530 to Coding In Progress

Comment 3 JBoss JIRA Server 2014-08-21 07:15:43 UTC
Galder Zamarreño <galder.zamarreno> updated the status of jira ISPN-3701 to Resolved

Comment 4 Sebastian Łaskawiec 2014-10-30 08:40:09 UTC
PR: https://github.com/infinispan/jdg/pull/298