Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wal_decoder: add rate limited log for unexpected rm ids #9592

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Oct 31, 2024

  1. wal_decoder: add rate limited log for unexpecte rm ids

    Problem
    
    We would like to handle the tightening of unexpected WAL record
    types, but don't know if this happens in the field.
    
    Summary of Changes
    
    Add a rate-limited WAL log on such events. The rate limiting is to
    play it safe and guard against spewing in prod.
    VladLazar committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    dc7004e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cdebae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd5aa06 View commit details
    Browse the repository at this point in the history