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

teuthology/scrape: Fix bad backtrace parsing in Teuthology.log #1884

Merged
merged 1 commit into from Aug 30, 2023

Commits on Aug 17, 2023

  1. teuthology/scrape: Fix bad backtrace parsing in Teuthology.log

    Problem:
    
    - confusing warning message stating that
    the back trace is malformed
    
    - We kept adding to the backtrace buffer
    even when we exceeded the `MAX_BT_LINES`
    
    Solution:
    
    - Correct the warning message to be
    "Ignoring backtrace that exceeds MAX_BT_LINES"
    - reset the buffer once we exceeded MAX_BT_LINES
    - Added some cases where we detect start/end of back trace.
    
    Fixes:https://tracker.ceph.com/issues/62445
    
    Signed-off-by: Kamoltat Sirivadhna <ksirivad@redhat.com>
    kamoltat committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    c4fbb21 View commit details
    Browse the repository at this point in the history