[
https://issues.jboss.org/browse/TEIID-5525?page=com.atlassian.jira.plugin...
]
Andrej Šmigala commented on TEIID-5525:
---------------------------------------
Only if org.teiid.maxSessionBufferSizeEstimate is set to a low enough
value. If it is not set, or sufficiently high, then TEIID31262 will not be thrown.
so the way we wrote the test for TEIID-4557 is that we tweaked the value of
maxSessionBufferSizeEstimate, a particular value resulted in TEIID31261, a higher value
resulted in TEIID31262 and a yet higher value resulted in no error being thrown.
Do I understand correctly that I can make some more tweaks to the value and get a
situation when TEIID31292 is logged but TEIID31262 is not thrown?
About my other concern, should enforceSingleMaxBufferSizeEstimate=false turn also the
TEIID31262 into a warning?
add a flag to revert to the prior behavior (TEIID-4557)
-------------------------------------------------------
Key: TEIID-5525
URL:
https://issues.jboss.org/browse/TEIID-5525
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 8.12.14.6_4, 8.12.15.6_4
Reporter: Debbie Steigner
Assignee: Steven Hawkins
Priority: Major
Fix For: 11.0.3, 11.1.2, 12.0, 11.2.1, 8.12.17.6_4
Several customers are seeing errors[1] after
https://issues.jboss.org/browse/TEIID-4557
was implemented and generally have to drop the max-active-plans to 1 for their queries to
succeed. Can a flag be added to revert to the behavior prior to TEIID-4557?
[1]
ERROR [org.teiid.PROCESSOR] TEIID30019 Unexpected exception for request rcX003UtoyEg.0:
org.teiid.core.TeiidComponentException: TEIID31261 Max estimated size 4,963,628,721 for a
single operation/table id 85 has been exceeded. The server may need to increase the
amount of disk or memory available, or decrease the number of max active plans.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)