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

Improve mvcc log warnings #2649

Merged
merged 1 commit into from
Jun 8, 2021
Merged

Commits on Jun 8, 2021

  1. Improve mvcc log warnings

    MVCC invalidations generated a log warning but did not
    indicate which key and versions are mismatched.
    This change adds a log warning indicating the specific
    version mismatch to help users troubleshoot MVCC invalidations.
    
    Also the version formatting in the log was updated from format:
    
       &version.Height{BlockNum:0x6, TxNum:0x0}
    
    to user friendly format:
    
       {BlockNum: 6, TxNum: 0}
    
    Signed-off-by: David Enyeart <enyeart@us.ibm.com>
    denyeart committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    c45589c View commit details
    Browse the repository at this point in the history