[JBoss JIRA] (TEIID-2632) Atomic blocks don't reset the transaction context on completion
by Steven Hawkins (JIRA)
Steven Hawkins created TEIID-2632:
-------------------------------------
Summary: Atomic blocks don't reset the transaction context on completion
Key: TEIID-2632
URL: https://issues.jboss.org/browse/TEIID-2632
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 7.6
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Critical
Fix For: 8.4.1, 8.5
Once an atomic block has completed the transaction context remains as if it were a request level transaction. Further work, such as adding synchronizations, will result in exceptions as the txn has completed.
--
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
11 years, 4 months
[JBoss JIRA] (TEIID-2631) Issues with multiple returnable statements in a procedure
by Steven Hawkins (JIRA)
Steven Hawkins created TEIID-2631:
-------------------------------------
Summary: Issues with multiple returnable statements in a procedure
Key: TEIID-2631
URL: https://issues.jboss.org/browse/TEIID-2631
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 8.2
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.4.1, 8.5
A regression was introduced by TEIID-2226 where any subsequent execution of a returnable statement in a procedure is effectively ignored:
begin
select ...
select ...
end
would not issue the second select unless all prior statements do not have result sets or are marked as without return.
--
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
11 years, 4 months
[JBoss JIRA] (TEIID-2630) SAP reponds with a 401 html page with bad or missing credentials
by Steven Hawkins (JIRA)
Steven Hawkins created TEIID-2630:
-------------------------------------
Summary: SAP reponds with a 401 html page with bad or missing credentials
Key: TEIID-2630
URL: https://issues.jboss.org/browse/TEIID-2630
Project: Teiid
Issue Type: Quality Risk
Components: Misc. Connectors
Affects Versions: 7.7
Reporter: Steven Hawkins
Assignee: Steven Hawkins
With bad or missing credentials, SAP will respond back with an html page:
<html><head><title>Logon Error Message</title>...
which if passed into xmltable or other xml processing logic will give a parsing error, rather than an indication of what happened.
--
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
11 years, 4 months
[JBoss JIRA] (TEIID-2475) The RelationalNode.collectNodeStats is only subtracting out the last node
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/TEIID-2475?page=com.atlassian.jira.plugin... ]
RH Bugzilla Integration commented on TEIID-2475:
------------------------------------------------
Van Halbert <vhalbert(a)redhat.com> changed the Status of [bug 967982|https://bugzilla.redhat.com/show_bug.cgi?id=967982] from NEW to ASSIGNED
> The RelationalNode.collectNodeStats is only subtracting out the last node
> -------------------------------------------------------------------------
>
> Key: TEIID-2475
> URL: https://issues.jboss.org/browse/TEIID-2475
> Project: Teiid
> Issue Type: Bug
> Components: Query Engine
> Affects Versions: 6.0.0
> Reporter: Debbie Steigner
> Assignee: Steven Hawkins
> Fix For: 8.4, 7.7.8
>
> Attachments: Query_Plan.txt
>
>
> The "Node Cumulative Next Batch Process Time" Statistic
> If you have a look at the explain plan (attached). Following the definition,
> the JoinNode Node Cumulative Next Batch Process Time: 565471. So, it is the summation of AccessNode (Node Process Time: 892860) + DependentAccessNode (Node Process Time: 439) + JoinNode (Node Process Time: 2203120). The summation does not agree.
> The RelationalNode.collectNodeStats looks wrong (it's effectively only subtracting out the last node)
--
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
11 years, 4 months