]
Johnathon Lee updated TEIID-3558:
---------------------------------
Fix Version/s: 8.7.4
Duplicate records being for formed for Internal Materialized View
cluster
-------------------------------------------------------------------------
Key: TEIID-3558
URL:
https://issues.jboss.org/browse/TEIID-3558
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 8.0
Reporter: Pranav K
Assignee: Steven Hawkins
Priority: Critical
Fix For: 8.7.1.6_2, 8.12, 8.7.4, 8.11.1
-On running a query over one of the nodes of a cluster (say node A) to fetch 25000
records (with internal materialization switched on), the cache gets formed on node A and
presumably gets synced using the JgroupsObjectReplicator.
-On running the same query on the cache formed in the other node (node B), I noticed that
I was getting 25600 records.
-On analysis the records, I saw there were only 1024 distinct records each of which
repeated 25 times.