Details
-
Bug
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
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).