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

Fixes #2936: Missing subspace provider in FDBRecordStore logs #2937

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 4, 2024

  1. Fixes FoundationDB#2936: Missing subspace provider in FDBRecordStore …

    …logs
    
    There were a handful of places in the `FDBRecordStore` class that were were logging but didn't include the subspace provider as context. This means that we couldn't tell what store the logs were trying to log about, which made it hard to correlate with other operations to the store. This resolves that by adding in the missing information to the missing logs.
    
    This fixes FoundationDB#2936.
    alecgrieser committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    f64a4ba View commit details
    Browse the repository at this point in the history