You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by "Sijie Guo (JIRA)" <ji...@apache.org> on 2015/09/07 18:33:45 UTC

[jira] [Updated] (BOOKKEEPER-862) Add tracing and stats to OrderedSafeExecutor for debugging slow tasks

     [ https://issues.apache.org/jira/browse/BOOKKEEPER-862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sijie Guo updated BOOKKEEPER-862:
---------------------------------
    Attachment: BOOKKEEPER-862.patch

attach a patch to address the comments

> Add tracing and stats to OrderedSafeExecutor for debugging slow tasks
> ---------------------------------------------------------------------
>
>                 Key: BOOKKEEPER-862
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-862
>             Project: Bookkeeper
>          Issue Type: Improvement
>          Components: bookkeeper-server
>            Reporter: Leigh Stewart
>            Assignee: Leigh Stewart
>            Priority: Minor
>             Fix For: 4.4.0
>
>         Attachments: BOOKKEEPER-862.patch, ose_stats-rebase.patch, ose_stats.patch
>
>
> Porting a change form the Twitter branch to improve stats and logging in OrderedSafeExecutor
> These changes have been helpful for us in debugging latency issues in Bookkeeper server/client 
> Summary of changes is
> * add a config option for op stats
> * add stats for task execution time, task pending time
> * add a config option for logging a warning when an op takes longer than x micros
> * add toString implementations for submitted tasks so make it easier to track down slow ops
> * start using Builder for OrderedSafeExecutor
> * add a very simple test to make sure that the slow op logging path is exercised
> Most of this came from Sijie originally, with some changes from me
>  



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