You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "graham sanderson (JIRA)" <ji...@apache.org> on 2015/03/05 04:19:38 UTC

[jira] [Commented] (CASSANDRA-8862) Commit log pending tasks incremented during getPendingTasks

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

graham sanderson commented on CASSANDRA-8862:
---------------------------------------------

Note getCompletedTasks() has the same problem, just harder to see in the noise

> Commit log pending tasks incremented during getPendingTasks
> -----------------------------------------------------------
>
>                 Key: CASSANDRA-8862
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8862
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Michael Swiecicki
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 2.1.4
>
>
> After upgrading from Cassandra 2.0.8 to 2.1.2 our monitoring based on JMX metrics shows increasing number of commit log pending tasks. From what we found out, this value is now incremented every time it is fetched.
> It is easy to reproduce using tool like JConsole by refreshing value of PendingTasks attribute.
> Quick look at the code shows that this behavior was probably introduced in 2.1 with CASSANDRA-3578 where getPendingTasks in AbstractCommitLogService was changed from returning queue.size() to returning pending.incrementAndGet(). As a result this counter is incremented when getting value of Commitlog.PendingTasks from org.apache.cassandra.db (now deprecated) or CommitLog.PendingTasks from org.apache.cassandra.metrics.
> Could you please clarify if this is expected behavior?
> This was already mentioned in CASSANDRA-8531.



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