Project

General

Profile

CDM 01-MAR-2023 » History » Version 8

Prashant D, 03/02/2023 02:23 AM

1 1 Laura Flores
h1. CDM 01-MAR-2023
2 6 Prashant D
3 8 Prashant D
-- CANCELLED --
4
5 7 Prashant D
* Better handling of cluster log messages from monstore perspective ( Trello card : https://trello.com/c/oCGGFfTs/822-better-handling-of-cluster-log-messages-from-monstore-perspective )
6 6 Prashant D
  Problem :
7
   - every clog message goes to mon db
8
   - debug/warning generating clog messages 1000s of times per seconds is not useful
9
   - In catastrophic failure situation, mon db growing exponentially
10
  Need of storing logm entries in mon db
11
     - for "ceph log last" to get historical clog entries
12
     - ceph dashboard (mgr is subscriber of log-info which propogate clog to dashboard module)
13
  Solution:
14
    - Stop writing logm entries to mon db if there is an excessive entries getting generated  
15
    - filter out clog DBG entries