Bug 780597 (SOA-3037)

Summary: Clustered Caching Not Working
Product: [JBoss] JBoss Enterprise SOA Platform 5 Reporter: Mark Drilling <mdrilling>
Component: EDSAssignee: Rick Wagner <rwagner>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 5.1.0 GACC: rareddy
Target Milestone: ---   
Target Release: One Off Releases   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-3037
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-11-30 19:54:25 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:

Description Mark Drilling 2011-04-20 22:19:38 UTC
project_key: SOA

I have configured two Teiid servers in a cluster and renamed the teiid-cache-manager-jboss-beans-rename-me.xml file to enable clustered caching. I submit a query to one node and see in the log that the internal materialized view is being cached on that node. When I submit the same query to the second node, i see the following error:

12:17:12,040 INFO [MATVIEWS] Loading materialized view table #MAT_CACHED.TEIID.EDS_TAB1_MV
12:17:12,041 WARN [PROCESSOR] Processing exception 'Temporary table "#MAT_CACHED.TEIID.EDS_TAB1_MV" does not exist.' for request BBcYbxuqEAHL.5. Exception type org.teiid.api.exception.query.QueryProcessingException thrown from org.teiid.query.tempdata.TempTableStore.getOrCreateTempTable(TempTableStore.java:220). Enable more detailed logging to see the entire stacktrace.
12:17:12,165 ERROR [MATVIEWS] Failed to load materialized view table #MAT_CACHED.TEIID.EDS_TAB1_MV.
[BlockedException]
at org.teiid.common.buffer.BlockedException.<clinit>(BlockedException.java:34)
at org.teiid.common.buffer.TupleBuffer$1.finalRow(TupleBuffer.java:290)
at org.teiid.common.buffer.AbstractTupleSource.getCurrentTuple(AbstractTupleSource.java:69)
at org.teiid.common.buffer.AbstractTupleSource.nextTuple(AbstractTupleSource.java:48)
at org.teiid.query.tempdata.TempTable$UpdateProcessor.process(TempTable.java:205)
at org.teiid.query.tempdata.TempTable.insert(TempTable.java:446)
at org.teiid.query.tempdata.TempTableDataManager.loadGlobalTable(TempTableDataManager.java:516)
at org.teiid.query.tempdata.TempTableDataManager.access$100(TempTableDataManager.java:105)
at org.teiid.query.tempdata.TempTableDataManager$2.call(TempTableDataManager.java:443)
at org.teiid.query.tempdata.TempTableDataManager$2.call(TempTableDataManager.java:440)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at org.teiid.dqp.internal.process.DQPWorkContext.runInContext(DQPWorkContext.java:188)
at org.teiid.dqp.internal.process.ThreadReuseExecutor$RunnableWrapper.run(ThreadReuseExecutor.java:116)
at org.teiid.dqp.internal.process.ThreadReuseExecutor$3.run(ThreadReuseExecutor.java:290)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)

Case:00451425

Comment 1 Mark Drilling 2011-04-20 22:19:39 UTC
Link: Added: This issue Cloned from TEIID-1564


Comment 2 Mark Drilling 2011-04-20 22:20:59 UTC
Security: Added: Public


Comment 3 Mark Drilling 2011-04-20 22:23:35 UTC
Link: Added: This issue is a dependency of SOA-2986


Comment 5 Van Halbert 2011-04-26 15:19:45 UTC
Link: Removed: This issue is a dependency of SOA-2986 


Comment 6 Van Halbert 2011-05-11 13:22:15 UTC
Link: Added: This issue is incorporated by SOA-2986


Comment 7 Van Halbert 2011-05-11 13:23:51 UTC
The issue has been resolved and will be included in the SOA-2986 patch.

Comment 8 Van Halbert 2011-05-11 13:23:51 UTC
Labels: Removed: 7.4Beta3 caching, Added: caching, eds


Comment 9 Rick Wagner 2011-11-30 19:54:25 UTC
Release Notes Text: Added: Resolved.