[JBoss JIRA] Created: (TEIID-1281) DB2 substring index bounds are different than teiid
by Steven Hawkins (JIRA)
DB2 substring index bounds are different than teiid
---------------------------------------------------
Key: TEIID-1281
URL: https://jira.jboss.org/browse/TEIID-1281
Project: Teiid
Issue Type: Quality Risk
Components: Misc. Connectors
Affects Versions: 7.0
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Minor
Fix For: 7.3
DB2/Derby do not allow the start argument to be negative or be greater than or equal to the length. The length parameter cannot be negative (Teiid returns null), and it plus the start cannot exceed the string length.
In general we are inconsistent with our handling of negative string indexing. For example the locate function. We should look at making this more consistent in Teiid 8.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months
[JBoss JIRA] Created: (TEIID-1539) Improve error message when maximum thread count is encountered
by Van Halbert (JIRA)
Improve error message when maximum thread count is encountered
--------------------------------------------------------------
Key: TEIID-1539
URL: https://issues.jboss.org/browse/TEIID-1539
Project: Teiid
Issue Type: Enhancement
Components: Server
Affects Versions: 7.1.1
Reporter: Van Halbert
Assignee: Steven Hawkins
Priority: Minor
Getting the following error because of the RuntimeEngineDeployer.maxThread setting in the config file:
2011-03-31 10:40:44,180 WARN [org.teiid.RUNTIME] (Worker3_QueryProcessorQueue47) Reached maximum thread count "8" for worker pool "QueryProcessorQueue" with a queue size of "1".
For usability, could the error message refer to the property setting as defined in the documentation.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months