Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-10018

Stats for several pools removed from nodetool tpstats output

    XMLWordPrintableJSON

Details

    Description

      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

      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
      

      After CASSANDRA-5657

      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
      

      Attachments

        Issue Links

          Activity

            People

              jkni Joel Knighton
              samt Sam Tunnicliffe
              Joel Knighton
              Paulo Motta
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: