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

[v23.1.x] k/proto: use log-level warn for invalid crc #11400

Merged

Commits on Jun 13, 2023

  1. k/proto: use log-level warn for invalid crc

    Recently, redpanda-data#11324 changed the log-level from error to warn for a
    CRC missmatch. However, on the same event, RP will also log "batch has
    invalid CRC" at the error level.
    
    This commit therefore changes the log for "batch has invalid CRC" to
    warn level.
    
    Fixes redpanda-data#11361
    
    (cherry picked from commit d4b9b9c)
    NyaliaLui authored and vbotbuildovich committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    433aa33 View commit details
    Browse the repository at this point in the history