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

Fixbackup copy #11077

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Fixbackup copy #11077

wants to merge 4 commits into from

Commits on Nov 27, 2023

  1. Fix backup workers stability issues

    This PR includes a few stability fixes for Backup Worker
    
    * Fixed memory bookkeeping issue in Backup Worker. Previously
    it didn't release flow lock correctly when erasing messages.
    
    * Added a check for popped() API after peeking mutations from
    tlog. A non-zero value indicates mutation loss
    
    * Added TLogServer fix to return 0 from poppedVersion() for
    unrecognized log router tags.
    hfu94 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    927786b View commit details
    Browse the repository at this point in the history
  2. Add log

    hfu94 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    bb63ffb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b076ce0 View commit details
    Browse the repository at this point in the history
  4. nested loop keyword seems to cause problems

    now it has DataDistributionActive for quiet database
    hfu94 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    6b0d8b5 View commit details
    Browse the repository at this point in the history