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

CommitLogArchiver thread pool name inconsistent with others

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Low
    • Resolution: Fixed
    • 2.1 beta2
    • None
    • None
    • Low

    Description

      Pretty trivial... The names of all ThreadPoolExecutors are in CamelCase except the CommitLogArchiver as commitlog_archiver. This shows up a little more obvious in tpstats output:

      nodetool tpstats
      
      Pool Name                    Active   Pending      Completed   Blocked  
      ReadStage                         0         0         113702         0               
      RequestResponseStage              0         0              0         0               
      ...
      PendingRangeCalculator            0         0              1         0                 
      commitlog_archiver                0         0              0         0                 
      InternalResponseStage             0         0              0         0                 
      HintedHandoff                     0         0              0         0                 
      

      Seems minor enough to update this to be CommitLogArchiver but it may mean changes in any monitoring applications (although I don't think this particular pool has had much runtime or monitoring needs).

      Attachments

        1. namechange.diff
          0.8 kB
          Chris Lohfink

        Activity

          People

            cnlwsu Chris Lohfink
            cnlwsu Chris Lohfink
            Chris Lohfink
            Brandon Williams
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: