You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Trina Krug (JIRA)" <ji...@apache.org> on 2015/11/30 23:14:11 UTC

[jira] [Commented] (TRAFODION-1626) DTMCI STATS shows incredibly high transaction counts while sqstart is in progress

    [ https://issues.apache.org/jira/browse/TRAFODION-1626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15032597#comment-15032597 ] 

Trina Krug commented on TRAFODION-1626:
---------------------------------------

Error checking is not being done in the "json" case for the TMSTATS call.  Moved the error checking outside the (json == false) case.

> DTMCI STATS shows incredibly high transaction counts while sqstart is in progress
> ---------------------------------------------------------------------------------
>
>                 Key: TRAFODION-1626
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-1626
>             Project: Apache Trafodion
>          Issue Type: Bug
>          Components: dtm
>            Reporter: Venkat Muthuswamy
>            Assignee: Trina Krug
>
> When 'dtmci stats -j' command is invoked while the trafodion instance is still starting up, we see incredibly high numbers for the transaction counts. 
> $ dtmci stats -j
> [{"node": 0,"txnStats":{"txnBegins": 140727707549696,"txnAborts": 140334087297536,"txnCommits": 0}},{"node": 1,"txnStats":{"txnBegins": 140727707549696,"txnAborts": 140334087297536,"txnCommits": 0}},{"node": 2,"txnStats":{"txnBegins": 140727707549696,"txnAborts": 140334087297536,"txnCommits": 0}}]
> $ dtmci stats -j
> [{"node": 0,"txnStats":{"txnBegins": 140732063999184,"txnAborts": 140429416520192,"txnCommits": 0}},{"node": 1,"txnStats":{"txnBegins": 140732063999184,"txnAborts": 140429416520192,"txnCommits": 0}},{"node": 2,"txnStats":{"txnBegins": 140732063999184,"txnAborts": 140429416520192,"txnCommits": 0}}]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)