You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sebastian Estevez (JIRA)" <ji...@apache.org> on 2016/03/10 21:07:40 UTC

[jira] [Created] (CASSANDRA-11342) Native transport TP stats aren't getting logged

Sebastian Estevez created CASSANDRA-11342:
---------------------------------------------

             Summary: Native transport TP stats aren't getting logged
                 Key: CASSANDRA-11342
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11342
             Project: Cassandra
          Issue Type: Bug
            Reporter: Sebastian Estevez


Native-Transports was added back to tpstats in CASSANDRA-10044 but I think it was missed in the StatusLogger because I'm not seeing it in my system.log.

{code}

INFO  [ScheduledTasks:1] 2016-03-10 20:01:26,582  StatusLogger.java:51 - Pool Name                    Active   Pending      Completed   Blocked  All Time Blocked
INFO  [ScheduledTasks:1] 2016-03-10 20:01:26,583  StatusLogger.java:66 - CounterMutationStage              2         0        2534760         0                 0
INFO  [ScheduledTasks:1] 2016-03-10 20:01:26,583  StatusLogger.java:66 - ReadStage                         1         0         447464         0                 0
INFO  [ScheduledTasks:1] 2016-03-10 20:01:26,583  StatusLogger.java:66 - RequestResponseStage              2         1        6035382         0                 0
INFO  [ScheduledTasks:1] 2016-03-10 20:01:26,584  StatusLogger.java:66 - ReadRepairStage                   0         1            282         0                 0
INFO  [ScheduledTasks:1] 2016-03-10 20:01:26,584  StatusLogger.java:66 - MutationStage                     0         0        7187156         0                 0
INFO  [ScheduledTasks:1] 2016-03-10 20:01:26,584  StatusLogger.java:66 - GossipStage                       0         0           5535         0                 0
INFO  [ScheduledTasks:1] 2016-03-10 20:01:26,584  StatusLogger.java:66 - AntiEntropyStage                  0         0              0         0                 0
INFO  [ScheduledTasks:1] 2016-03-10 20:01:26,585  StatusLogger.java:66 - CacheCleanupExecutor              0         0              0         0                 0
INFO  [ScheduledTasks:1] 2016-03-10 20:01:26,585  StatusLogger.java:66 - MigrationStage                    0         0              0         0                 0
INFO  [ScheduledTasks:1] 2016-03-10 20:01:26,585  StatusLogger.java:66 - ValidationExecutor                0         0              0         0                 0
INFO  [ScheduledTasks:1] 2016-03-10 20:01:26,585  StatusLogger.java:66 - Sampler                           0         0              0         0                 0
INFO  [ScheduledTasks:1] 2016-03-10 20:01:26,585  StatusLogger.java:66 - MiscStage                         0         0              0         0                 0
INFO  [ScheduledTasks:1] 2016-03-10 20:01:26,586  StatusLogger.java:66 - CommitLogArchiver                 0         0              0         0                 0
INFO  [ScheduledTasks:1] 2016-03-10 20:01:26,586  StatusLogger.java:66 - MemtableFlushWriter               1        15            106         0                 0
INFO  [ScheduledTasks:1] 2016-03-10 20:01:26,586  StatusLogger.java:66 - PendingRangeCalculator            0         0            381         0                 0
INFO  [ScheduledTasks:1] 2016-03-10 20:01:26,586  StatusLogger.java:66 - MemtableReclaimMemory             0         0            106         0                 0
INFO  [ScheduledTasks:1] 2016-03-10 20:01:26,587  StatusLogger.java:66 - MemtablePostFlush                 1        16            170         0                 0
INFO  [ScheduledTasks:1] 2016-03-10 20:01:26,587  StatusLogger.java:66 - CompactionExecutor                2       191            636         0                 0
INFO  [ScheduledTasks:1] 2016-03-10 20:01:26,587  StatusLogger.java:66 - InternalResponseStage             0         0              0         0                 0
INFO  [ScheduledTasks:1] 2016-03-10 20:01:26,587  StatusLogger.java:66 - HintedHandoff                     2         5             60         0                 0
INFO  [ScheduledTasks:1] 2016-03-10 20:01:26,588  StatusLogger.java:75 - CompactionManager                 2         4
INFO  [ScheduledTasks:1] 2016-03-10 20:01:26,588  StatusLogger.java:87 - MessagingService                n/a       1/4
INFO  [ScheduledTasks:1] 2016-03-10 20:01:26,588  StatusLogger.java:97 - Cache Type                     Size                 Capacity               KeysToSave
INFO  [ScheduledTasks:1] 2016-03-10 20:01:26,588  StatusLogger.java:99 - KeyCache                   93954904                104857600                      all
INFO  [ScheduledTasks:1] 2016-03-10 20:01:26,588  StatusLogger.java:105 - RowCache                          0                        0                      all
INFO  [ScheduledTasks:1] 2016-03-10 20:01:26,589  StatusLogger.java:112 - ColumnFamily                Memtable ops,data
{code}



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