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

Denis Chudov commented on IGNITE-12063:
---------------------------------------

[~ivan.glukos], could you review my changes please?

> 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)

Reply via email to