You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ignite TC Bot (JIRA)" <ji...@apache.org> on 2019/08/14 07:44:00 UTC

[jira] [Commented] (IGNITE-12063) Add ability to track system/user time held in transaction

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

Ignite TC Bot commented on IGNITE-12063:
----------------------------------------

{panel:title=Branch: [pull/6772/head] Base: [master] : No blockers found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity *--&gt; Run :: All* Results|https://ci.ignite.apache.org/viewLog.html?buildId=4496387&amp;buildTypeId=IgniteTests24Java8_RunAll]

> Add ability to track system/user time held in transaction
> ---------------------------------------------------------
>
>                 Key: IGNITE-12063
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12063
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Denis Chudov
>            Assignee: Denis Chudov
>            Priority: Major
>             Fix For: 2.8
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> We should dump user/system times in transaction to log on commit/rollback, if duration of transaction more then threshold. I want to see in log on tx coordinator node:
> # Transaction duration
> # System time:
> #* How long we were getting locks on keys?
> #* How long we were preparing transaction?
> #* How long we were commiting transaction?
> # User time (transaction time - total system time) 
> # Transaction status (commit/rollback)
> The threshold could be set by system property and overwrite by JMX. We shouldn't dump times, if the property not set.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)