You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Aleksey Yeschenko (JIRA)" <ji...@apache.org> on 2015/11/13 18:17:11 UTC

[jira] [Updated] (CASSANDRA-10018) Stats for several pools removed from nodetool tpstats output

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

Aleksey Yeschenko updated CASSANDRA-10018:
------------------------------------------
    Component/s: Observability

> Stats for several pools removed from nodetool tpstats output 
> -------------------------------------------------------------
>
>                 Key: CASSANDRA-10018
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10018
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Observability
>            Reporter: Sam Tunnicliffe
>
> With CASSANDRA-5657, the output of nodetool tpstats changed to only include threadpool info for actual Stages. There are a number of
> JMX enabled thread pool executors which we used to include in tpstats and that are still in use but no longer show up.
> Before CASSANDRA-5657
> {noformat}
> Pool Name                    Active   Pending      Completed   Blocked  All time blocked
> MutationStage                     0         0              0         0                 0
> ReadStage                         0         0              0         0                 0
> RequestResponseStage              0         0              0         0                 0
> ReadRepairStage                   0         0              0         0                 0
> CounterMutationStage              0         0              0         0                 0
> MiscStage                         0         0              0         0                 0
> HintedHandoff                     0         1              0         0                 0
> GossipStage                       0         0              0         0                 0
> CacheCleanupExecutor              0         0              0         0                 0
> InternalResponseStage             0         0              0         0                 0
> CommitLogArchiver                 0         0              0         0                 0
> CompactionExecutor                0         0             48         0                 0
> ValidationExecutor                0         0              0         0                 0
> MigrationStage                    0         0              2         0                 0
> AntiEntropyStage                  0         0              0         0                 0
> PendingRangeCalculator            0         0              1         0                 0
> Sampler                           0         0              0         0                 0
> MemtableFlushWriter               0         0             14         0                 0
> MemtablePostFlush                 0         0             20         0                 0
> MemtableReclaimMemory             0         0             14         0                 0
> Message type           Dropped
> READ                         0
> RANGE_SLICE                  0
> _TRACE                       0
> MUTATION                     0
> COUNTER_MUTATION             0
> BINARY                       0
> REQUEST_RESPONSE             0
> PAGED_RANGE                  0
> READ_REPAIR                  0
> {noformat}
> After CASSANDRA-5657
> {noformat}
> Pool Name                    Active   Pending      Completed   Blocked  All time blocked
> ReadStage                         0         0              0         0                 0
> MutationStage                     0         0              0         0                 0
> CounterMutationStage              0         0              0         0                 0
> GossipStage                       0         0              0         0                 0
> RequestResponseStage              0         0              0         0                 0
> AntiEntropyStage                  0         0              0         0                 0
> MigrationStage                    0         0              2         0                 0
> MiscStage                         0         0              0         0                 0
> InternalResponseStage             0         0              0         0                 0
> ReadRepairStage                   0         0              0         0                 0
> Message type           Dropped
> READ                         0
> RANGE_SLICE                  0
> _TRACE                       0
> MUTATION                     0
> COUNTER_MUTATION             0
> BINARY                       0
> REQUEST_RESPONSE             0
> PAGED_RANGE                  0
> READ_REPAIR                  0
> {noformat}



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