[JBoss JIRA] (TEIID-2316) Give translators a better batch size
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-2316?page=com.atlassian.jira.plugin... ]
Steven Hawkins closed TEIID-2316.
---------------------------------
> Give translators a better batch size
> ------------------------------------
>
> Key: TEIID-2316
> URL: https://issues.jboss.org/browse/TEIID-2316
> Project: Teiid
> Issue Type: Enhancement
> Components: Query Engine
> Affects Versions: 8.3
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Fix For: 8.3
>
>
> 7.5 and later releases refined logic in the engine to shape batch sizes based upon the data, however we still only use the default connector batch size when requesting data.
> This value currently defaults to 512, however that can be much too large for many scenarios given how the underlying sources handling buffering. At the least we should provide the engine adjusted batch size. It would be good as well to let the translator specify a scaling factor.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months
[JBoss JIRA] (TEIID-2165) Change filenames for consistency
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-2165?page=com.atlassian.jira.plugin... ]
Steven Hawkins closed TEIID-2165.
---------------------------------
> Change filenames for consistency
> --------------------------------
>
> Key: TEIID-2165
> URL: https://issues.jboss.org/browse/TEIID-2165
> Project: Teiid
> Issue Type: Bug
> Components: Misc. Connectors
> Reporter: B Long
> Assignee: Steven Hawkins
> Priority: Minor
>
> Many of the connectors in the deploy directory are referred to as adapters (including in the description field of their META-INF/ra.xml files). And we are told in much of the documentation that the connector framework consists of translators and resource adapters. However, the connectors in the deploy/teiid/connectors directory are named teiid-connector-*.rar. I would like to suggest that these be renamed to teiid-adapter-*.rar for consistency. And that the eis-type field of their META-INF/ra.xml files also be changed accordingly.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months
[JBoss JIRA] (TEIID-2265) Nullpointer exception when running an update statement for the second time
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-2265?page=com.atlassian.jira.plugin... ]
Steven Hawkins closed TEIID-2265.
---------------------------------
> Nullpointer exception when running an update statement for the second time
> --------------------------------------------------------------------------
>
> Key: TEIID-2265
> URL: https://issues.jboss.org/browse/TEIID-2265
> Project: Teiid
> Issue Type: Bug
> Components: Common
> Affects Versions: 8.1
> Reporter: Vineela Gampa
> Assignee: Steven Hawkins
> Fix For: 8.2
>
>
> NPE when an update statement is run against a multisource vdb view which has a trigger executing dynamic sql
> Caused by: java.lang.NullPointerException
> at org.teiid.query.optimizer.relational.PlanToProcessConverter.convert(PlanToProcessConverter.java:101)
> at org.teiid.dqp.internal.process.multisource.MultiSourcePlanToProcessConverter.convert(MultiSourcePlanToProcessConverter.java:94)
> at org.teiid.query.optimizer.relational.RelationalPlanner.optimize(RelationalPlanner.java:201)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months
[JBoss JIRA] (TEIID-2473) WHERE clause with contradicting condition should return no rows
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-2473?page=com.atlassian.jira.plugin... ]
Steven Hawkins closed TEIID-2473.
---------------------------------
> WHERE clause with contradicting condition should return no rows
> ---------------------------------------------------------------
>
> Key: TEIID-2473
> URL: https://issues.jboss.org/browse/TEIID-2473
> Project: Teiid
> Issue Type: Feature Request
> Components: Query Engine
> Affects Versions: 8.1
> Environment: JZOS mainframe
> Reporter: Jeff Hayes
> Assignee: Steven Hawkins
> Priority: Minor
>
> Using Eclipse datasource explorer with teiid connection using SHOWPLAN to demonstrate the problem.
> Enter: SELECT * FROM SECURITY.SYSINFO WHERE SYSID = 'DE29 AND SYSID <> 'DE29'
> USER COMMAND appears as: SELECT * FROM SECURITY.SYSINFO WHERE SYSID = 'DE29
> Apparently conflicting "AND SYSID <> 'DE29'" is dropped and I get results from SYSID = 'DE29'.
> Enter: SELECT * FROM SECURITY.SYSINFO WHERE SYSID <> 'DE29' AND SYSID = 'DE29'
> USER COMMAND appears as: SELECT * FROM SECURITY.SYSINFO WHERE 1 = 0
> And I get expected null result set.
> Admittedly irrational query but it should give empty result set however you order the WHERE clause conditions.
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months
[JBoss JIRA] (TEIID-2398) Web console in domain mode loose active servers and shows just inactive ones
by luca gioppo (JIRA)
[ https://issues.jboss.org/browse/TEIID-2398?page=com.atlassian.jira.plugin... ]
luca gioppo commented on TEIID-2398:
------------------------------------
Will try it in these days
> Web console in domain mode loose active servers and shows just inactive ones
> ----------------------------------------------------------------------------
>
> Key: TEIID-2398
> URL: https://issues.jboss.org/browse/TEIID-2398
> Project: Teiid
> Issue Type: Bug
> Components: Web Console
> Affects Versions: 8.2
> Environment: Centos 6.3, JBoss 7.1.1 TEIID 8.2, Java 1.6
> Reporter: luca gioppo
> Assignee: Ramesh Reddy
> Labels: console, domain, web
> Fix For: 8.4
>
> Attachments: teiid-console-dist-1.1.0-SNAPSHOT-jboss-as7.zip, teiid.png, teiid2.png, teiid3.png, teiid4.png, teiid5.png
>
>
> I have a domain environment (for now just one host with both the domain controllere and tow servers instances) with two server groups and one servre in each group; it will be configured to be in HA.
> I added the web console to the installation (copyed the stuff in the folder and hope this was the correct way of doing)
> When I go to the runtime only the stopped server are present and canno select the running one.
> This makes the console un-usable since not choosing the server stop all other activity with errors.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months