You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Paulo Motta (JIRA)" <ji...@apache.org> on 2015/08/22 00:21:46 UTC

[jira] [Commented] (CASSANDRA-10016) Materialized view metrics pushes out tpstats formatting

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

Paulo Motta commented on CASSANDRA-10016:
-----------------------------------------

Trivial fix available [here|https://github.com/apache/cassandra/compare/cassandra-3.0...pauloricardomg:10016-3.0]. Tested locally the output of tpstats:

{noformat}
Pool Name                         Active   Pending      Completed   Blocked  All time blocked
ReadStage                              0         0              0         0                 0
MutationStage                          0         0             44         0                 0
CounterMutationStage                   0         0              0         0                 0
BatchlogMutationStage                  0         0              0         0                 0
MaterializedViewMutationStage          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              0         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
BATCHLOG_MUTATION            0
HINT                         0
MUTATION                     0
COUNTER_MUTATION             0
REQUEST_RESPONSE             0
PAGED_RANGE                  0
READ_REPAIR                  0
{noformat}

Tests will appear shortly in the links below:
* [3.0 dtests|http://cassci.datastax.com/view/Dev/view/paulomotta/job/pauloricardomg-10016-3.0-dtest/]
* [3.0 testall|http://cassci.datastax.com/view/Dev/view/paulomotta/job/pauloricardomg-10016-3.0-testall/]
* [trunk dtests|http://cassci.datastax.com/view/Dev/view/paulomotta/job/pauloricardomg-10016-trunk-dtest/]
* [trunk testall|http://cassci.datastax.com/view/Dev/view/paulomotta/job/pauloricardomg-10016-trunk-testall/]

> Materialized view metrics pushes out tpstats formatting 
> --------------------------------------------------------
>
>                 Key: CASSANDRA-10016
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10016
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>            Reporter: Sam Tunnicliffe
>            Assignee: Paulo Motta
>            Priority: Minor
>             Fix For: 3.0.0 rc1
>
>
> {noformat}
> Pool Name                    Active   Pending      Completed   Blocked  All time blocked
> ReadStage                         0         0              3         0                 0
> MutationStage                     0         0              1         0                 0
> CounterMutationStage              0         0              0         0                 0
> BatchlogMutationStage             0         0              0         0                 0
> MaterializedViewMutationStage         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              3         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
> BATCHLOG_MUTATION            0
> MUTATION                     0
> COUNTER_MUTATION             0
> REQUEST_RESPONSE             0
> PAGED_RANGE                  0
> READ_REPAIR                  0
> MATERIALIZED_VIEW_MUTATION         0
> {noformat}



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