[teiid-issues] [JBoss JIRA] (TEIID-2475) The RelationalNode.collectNodeStats is only subtracting out the last node

RH Bugzilla Integration (JIRA) jira-events at lists.jboss.org
Tue Nov 19 18:26:06 EST 2013


    [ https://issues.jboss.org/browse/TEIID-2475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12925128#comment-12925128 ] 

RH Bugzilla Integration commented on TEIID-2475:
------------------------------------------------

belong at redhat.com made a comment on [bug 967982|https://bugzilla.redhat.com/show_bug.cgi?id=967982]

Fixed before GA - setting to requires_doc_text- accordingly
                
> 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.1, 8.5
>
>         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


More information about the teiid-issues mailing list