Bug 1254321

Summary: Concurrent TimeoutException if a HotRod client uses getAll(...) and the owners < numOfNodes
Product: [JBoss] JBoss Data Grid 6 Reporter: wfink
Component: InfinispanAssignee: Galder ZamarreƱo <galder.zamarreno>
Status: VERIFIED --- QA Contact: Martin Gencur <mgencur>
Severity: unspecified Docs Contact:
Priority: high    
Version: 6.5.0CC: chuffman, jdg-bugs, pzapataf, szivan
Target Milestone: CR1   
Target Release: 6.5.1   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
When compatibility mode was enabled in distributed mode and the number of key owners was less than the number of nodes in the cluster, the <methodname>getAll</methodname> operation on the HotRod client performed a local <methodname>getAll</methodname>, which sometimes resulted in not returning all entries. This issue is resolved as of Red Hat JBoss Data Grid 6.5.1.
Story Points: ---
Clone Of:
: 1259433 (view as bug list) 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:
Bug Depends On:    
Bug Blocks: 1259433    

Description wfink 2015-08-17 17:20:01 UTC
Description of problem:
If a distributed cache configuration contains less owner than current nodes are within the cluster a HotRod client fail if the copatible mode is enabled.
The getAll(...) must include keys of different owners to fail constant.

See https://issues.jboss.org/browse/ISPN-5684 for test class and configuration.

Actual results:
ERROR or inconsisstent return

Expected results:
Correct number of entries

Comment 2 JBoss JIRA Server 2015-08-25 06:01:01 UTC
Galder ZamarreƱo <galder.zamarreno> updated the status of jira ISPN-5684 to Coding In Progress