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

Changes Exception to a Reaper Exception #1273

Merged
merged 3 commits into from
Feb 8, 2023

Commits on May 4, 2022

  1. Don't exit reaper if endpointToRange is empty and segment count 0

    We have seen reaper exiting dueing this condition and this turns
    it into a reaper exception instead of hitting the assertion in
    computeGlobalSegmentCount.
    German Eichberger committed May 4, 2022
    Configuration menu
    Copy the full SHA
    a2c3774 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    4183be8 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Makes an AssertionError a Reaper Exception

    This makes it so that reaper doesn't crashes tight away if a
    ks has been removed.
    German Eichberger committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    aad7bf3 View commit details
    Browse the repository at this point in the history