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

rpc/simple_protocol: disambiguate condition variable timeout exception #6224

Merged
merged 2 commits into from
Aug 26, 2022

Commits on Aug 25, 2022

  1. rpc/simple_protocol: disambiguate condition variable timeout exception

    When `ss::condition_variable_timeout_exception` is thrown from service
    handler it should not be treated as generic error but result in timeout
    being returned to the client.
    
    Fixes: redpanda-data#6201
    
    Signed-off-by: Michal Maslanka <michal@redpanda.com>
    mmaslankaprv committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    382f98d View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. tests: added error log allow to account for older redpanda versions

    Signed-off-by: Michal Maslanka <michal@redpanda.com>
    mmaslankaprv committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    451420f View commit details
    Browse the repository at this point in the history