NPE with texttable planning
---------------------------
Key: TEIID-1157
URL: https://jira.jboss.org/browse/TEIID-1157
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 7.0
Reporter: Steve Hawkins
Assignee: Steve Hawkins
Fix For: 7.1
If a group by or a merge join is used over a texttable, or any table function, an npe will occur in sort planning.
--
This …
[View More]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
[View Less]
Re-enable multi-threaded source query execution
-----------------------------------------------
Key: TEIID-1151
URL: https://jira.jboss.org/browse/TEIID-1151
Project: Teiid
Issue Type: Feature Request
Affects Versions: 7.0
Reporter: Steve Hawkins
Assignee: Steve Hawkins
Fix For: 7.1
As part of the moving threading concerns out of the connector layer, multi-threaded execution of source queries …
[View More]was temporarily lost.
--
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
[View Less]
Unnecessary jars in the Teiid deployment
----------------------------------------
Key: TEIID-1140
URL: https://jira.jboss.org/browse/TEIID-1140
Project: Teiid
Issue Type: Bug
Components: Build/Kits
Affects Versions: 7.0
Reporter: Ramesh Reddy
Fix For: 7.1
The issue is discovered by https://jira.jboss.org/browse/JBDS-1277
In the "deployers/teiid.deployer" directory, it has the following external …
[View More]library jars
conflicting - the below jars need to be removed
commons-logging-1.1.jar
log4j-1.2.14.jar
may conflict in certain profiles like "all", need more discretion
jbosscache-core-3.1.0.GA.jar (remove the need for jboss cache for "default" environment)
jgroups-2.6.10.GA.jar
jdom-1.0.jar (remove the dependency on this and use JAXB, only single place this is being used)
known-non conflicting as of 5.1
netty-3.1.5.GA.jar ( may have conflict in AS 6.0)
saxon-9.1.0.8.jar
saxon-9.1.0.8-dom.jar
--
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
[View Less]
PostgreSQL (simple capabilities) returning an unexpected number of rows
-----------------------------------------------------------------------
Key: TEIID-1144
URL: https://jira.jboss.org/browse/TEIID-1144
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 7.1
Environment: Teiid 7.1
BQT PostgreSQL 8.3 source
postgresql-8.3-605.jdbc3.jar is used for driver
Reporter: Warren Gibson
…
[View More] Assignee: Steve Hawkins
Several BQT queries are failing in PostgreSQL (simple capabilities) with an unexpected number of rows returned.
An example query can be seen below. This query is expecting 50 rows returned since there are 50 rows in smalla table but
only 44 rows are returned.
SELECT * FROM BQT1.SmallA AS A WHERE EXISTS (SELECT INTKEY FROM BQT1.SmallA AS B WHERE B.INTKEY = A.INTKEY)
vdb is attached.
--
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
[View Less]
getColumns call on DatabaseMetadata is returning no results
-----------------------------------------------------------
Key: TEIID-1146
URL: https://jira.jboss.org/browse/TEIID-1146
Project: Teiid
Issue Type: Bug
Components: JDBC Driver
Affects Versions: 7.0
Reporter: John Doyle
Assignee: Steve Hawkins
Attachments: test.vdb
I've created a VDB with just the BQT physical model and deployed to …
[View More]Teiid. DatabaseMetadata for columns isn't returned in either DTP or Squirrel.
--
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
[View Less]
Sybase concat function handling
-------------------------------
Key: TEIID-1147
URL: https://jira.jboss.org/browse/TEIID-1147
Project: Teiid
Issue Type: Bug
Components: JDBC Connector
Affects Versions: 6.0.0
Reporter: Steve Hawkins
Assignee: Steve Hawkins
Fix For: 7.1
The sybase concat operator (+ or ||) is the same as oracle wrt null handling. We should reuse the oracle logic so that …
[View More]nulls are preserved.
--
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
[View Less]
[ https://jira.jboss.org/browse/TEIID-885?page=com.atlassian.jira.plugin.sy... ]
Steve Hawkins closed TEIID-885.
-------------------------------
> CTC vdbs should use appropriate capabilities
> --------------------------------------------
>
> Key: TEIID-885
> URL: https://jira.jboss.org/browse/TEIID-885
> Project: Teiid
> Issue Type: Quality Risk
> Components: Integration Tests
> Affects Versions: 7.…
[View More]0
> Reporter: Steven Hawkins
> Assignee: Warren Gibson
> Fix For: 7.2
>
>
> The CTC test vdbs currently use SimpleCapabilities rather than the actual source capabilities. This means that very little push down support is ever tested by CTC.
--
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
[View Less]
Re-connecting proxy may lead to error in execution
--------------------------------------------------
Key: TEIID-1125
URL: https://jira.jboss.org/browse/TEIID-1125
Project: Teiid
Issue Type: Bug
Components: AdminApi, Server
Affects Versions: 7.0
Reporter: Ramesh Reddy
Assignee: Steve Hawkins
Fix For: 7.0
The re-connecting proxy that used with making Admin connections is designed to re-…
[View More]try and execute the command, if in case server went down and came with flawlessly.
However the commands it executes are not always immutable, if the server went down after it submitted the request and before it responded, it could result in a undermined state.
--
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
[View Less]
[ https://jira.jboss.org/browse/TEIID-954?page=com.atlassian.jira.plugin.sy... ]
Steve Hawkins closed TEIID-954.
-------------------------------
> Need method to control max amount of buffer disk space
> ------------------------------------------------------
>
> Key: TEIID-954
> URL: https://jira.jboss.org/browse/TEIID-954
> Project: Teiid
> Issue Type: Quality Risk
> Components: Query Engine
> …
[View More]Affects Versions: 6.0.0
> Reporter: Steven Hawkins
> Fix For: 7.1
>
>
> There needs to be a configurable limit to how much disk space buffer manager is able to use.
> Currently, you can specify the limit per file and the limit of how many files buffer manager can have open at one time, but there is no means of keeping buffer manager for eating up all the available disk space and then resulting in unpredictable behavior and stability.
> It's fine if queries that need the file buffer manager but find it is full fail outright when it is full.
--
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
[View Less]