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

forward port workarround for queue populator batch getting stuck #2544

Merged
merged 3 commits into from
Oct 22, 2024

Commits on Oct 14, 2024

  1. Shutdown when the logReader batch processing is stuck

    7.x fix was not forward ported to avoid introducing memory leaks
    into the code. Instead of just unblocking the next batch processing
    call and leaving the stuck one alive, now we shutdown the whole process.
    
    7.x fix commit: dfcc2f5
    
    Issue: BB-526
    Kerkesni committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    52d39d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d1905c View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. only crash on S3C

    Issue: BB-526
    Kerkesni committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3779062 View commit details
    Browse the repository at this point in the history