Bug 1128808

Summary: Distributed iterator throws ClassCastException when loader contains values that pass filter
Product: [JBoss] JBoss Data Grid 6 Reporter: William Burns <wburns>
Component: InfinispanAssignee: Tristan Tarrant <ttarrant>
Status: CLOSED CURRENTRELEASE QA Contact: Martin Gencur <mgencur>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.3.0CC: afield, anistor, dstahl, jdg-bugs
Target Milestone: ER1   
Target Release: 6.3.1, 6.4.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-01-26 14:05:54 UTC 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 William Burns 2014-08-11 15:13:25 UTC
Description of problem:

Entry iterator (distributed) doesn't work properly with a loader with values.


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 William Burns 2014-08-11 15:14:36 UTC
Also added additional JIRA that was fixed at the same time as this one since they were interrelated.

Comment 3 Adrian Nistor 2014-08-12 15:18:05 UTC
Integrated in jdg-6.3.x and jdg-6.4.x.

Comment 4 Alan Field 2014-08-21 12:37:06 UTC
Verified that ISPN-4583 is no longer reproducible with JDG 6.3.1 ER1. Still need to verify the ISPN-4376 part of this change.

Comment 5 Alan Field 2014-08-25 09:24:54 UTC
Talked to Will Burns about verifying ISPN-4376. The only supported flags are SKIP_CACHE_LOAD and CACHE_MODE_LOCAL. A distributed test existed to verify these flags, so I added tests for replicated, invalidation, and local modes. All tests passed with JDG 6.3.1 ER1. Sent PRs to Infinispan master, JDG 6.3, and 6.4 branches.