Skip to content

Yellowbrick Row Store (YRS) Alerts

These alerts monitor the internal state of the Yellowbrick row store system. They also provide early warnings and critical alerts when the number of row store commit records, data files, deleted records, or unused files exceeds configured thresholds.

Purpose

These alerts help operators detect and respond to:

  • Excessive commit records.
  • Rising numbers of data or unused files.
  • Accumulation of deleted records.

Each alert is grouped by severity and is linked to a configurable threshold variable. These thresholds can be adjusted at runtime and override any appliance-level GUCs used in previous Yellowbrick deployments.

Alert Definitions

AlertSeverityTrigger AfterDescriptionThreshold Ref
High Yellowbrick Row Store (YRS) Commit Records CountCRITICAL1mNumber of Yellowbrick row store commit records has exceeded [yrs_commit_records_count_critical_threshold] for more than a minute. Current: [current_value].yrs_commit_records_count_critical_threshold
High Yellowbrick Row Store (YRS) Commit Records CountMAJOR1mNumber of Yellowbrick row store commit records has exceeded [yrs_commit_records_count_major_threshold] for more than a minute. Current: [current_value].yrs_commit_records_count_major_threshold
High Yellowbrick Row Store (YRS) Commit Records CountMINOR1mNumber of Yellowbrick row store commit records has exceeded [yrs_commit_records_count_minor_threshold] for more than a minute. Current: [current_value].yrs_commit_records_count_minor_threshold
High Yellowbrick Row Store (YRS) Data Files CountCRITICAL1mNumber of Yellowbrick row store data files has exceeded [yrs_data_files_count_critical_threshold] for more than a minute. Current: [current_value].yrs_data_files_count_critical_threshold
High Yellowbrick Row Store (YRS) Data Files CountMAJOR1mNumber of Yellowbrick row store data files has exceeded [yrs_data_files_count_major_threshold] for more than a minute. Current: [current_value].yrs_data_files_count_major_threshold
High Yellowbrick Row Store (YRS) Data Files CountMINOR1mNumber of Yellowbrick row store data files has exceeded [yrs_data_files_count_minor_threshold] for more than a minute. Current: [current_value].yrs_data_files_count_minor_threshold
High Yellowbrick Row Store (YRS) Delete Records CountCRITICAL1mNumber of Yellowbrick row store delete records has exceeded [yrs_delete_records_count_critical_threshold] for more than a minute. Current: [current_value].yrs_delete_records_count_critical_threshold
High Yellowbrick Row Store (YRS) Delete Records CountMAJOR1mNumber of Yellowbrick row store delete records has exceeded [yrs_delete_records_count_major_threshold] for more than a minute. Current: [current_value].yrs_delete_records_count_major_threshold
High Yellowbrick Row Store (YRS) Delete Records CountMINOR1mNumber of Yellowbrick row store delete records has exceeded [yrs_delete_records_count_minor_threshold] for more than a minute. Current: [current_value].yrs_delete_records_count_minor_threshold
High Yellowbrick Row Store (YRS) Unused Files CountCRITICAL1mNumber of Yellowbrick row store unused files has exceeded [yrs_unused_files_count_critical_threshold] for more than a minute. Current: [current_value].yrs_unused_files_count_critical_threshold
High Yellowbrick Row Store (YRS) Unused Files CountMAJOR1mNumber of Yellowbrick row store unused files has exceeded [yrs_unused_files_count_major_threshold] for more than a minute. Current: [current_value].yrs_unused_files_count_major_threshold
High Yellowbrick Row Store (YRS) Unused Files CountMINOR1mNumber of Yellowbrick row store unused files has exceeded [yrs_unused_files_count_minor_threshold] for more than a minute. Current: [current_value].yrs_unused_files_count_minor_threshold
Row Store StatusMAJOR-The Yellowbrick row store is full, user inserts will be slower.