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

[merge-to-stable]: issue-1146: preliminary changes: refactor RO txs: allow them to run atop of IIndexTabletDatabase, issue-1146: apply cache upon RW TXs completion, add tests for its invalidation, issue-1993: resetting CurrentBackgroundBlobIndexOp if FlushBytes couldn't be enqueued due to Flush being already enqueued or running; enqueueing Flush and BlobIndexOp upon backpressure error; tracking BackpressurePeriod and rebooting tablets if this period is too long; added more backpressure info to monpage #2102

Merged
merged 5 commits into from
Sep 23, 2024

Commits on Sep 22, 2024

  1. issue-1146: preliminary changes: refactor RO txs: allow them to run a…

    …top of IIndexTabletDatabase + implement fast path for them (#1563)
    
    issue-1146: preliminary changes: refacto RO txs: allow them to be ran atop of IIndexTabletDatabase + implement fast path for them
    debnatkh committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    be41d7a View commit details
    Browse the repository at this point in the history
  2. issue-1146: apply cache upon RW TXs completion, add tests for its inv…

    …alidation (#2003)
    
    * issue-1146: add setters for in-memory state, temporary get rid of _Ver tables
    debnatkh committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    29342e9 View commit details
    Browse the repository at this point in the history
  3. Make linter happy (#1927)

    drbasic authored and debnatkh committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    aaa15e0 View commit details
    Browse the repository at this point in the history
  4. issue-1993: resetting CurrentBackgroundBlobIndexOp if FlushBytes coul…

    …dn't be enqueued due to Flush being already enqueued or running; enqueueing Flush and BlobIndexOp upon backpressure error; tracking BackpressurePeriod and rebooting tablets if this period is too long; added more backpressure info to monpage (#2080)
    
    * issue-1993: enqueueing BlobIndexOp upon Flush shortcut, enqueueing Flush and BlobIndexOp upon backpressure error, tracking BackpressurePeriod and rebooting tablets if this period is too long, added more backpressure info to monpage
    
    * issue-1993: better
    
    * issue-1993: properly resetting CurrentBackgroundBlobIndexOp
    
    * issue-1993: properly resetting CurrentBackgroundBlobIndexOp - fixed 128_KB ut
    
    * issue-1993: better
    qkrorlqr authored and debnatkh committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    44cd616 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. fix CMakeLists.txt

    debnatkh committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    0ff10ec View commit details
    Browse the repository at this point in the history