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

issue-1795: backpressure for LargeDeletionMarkers #2147

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

Conversation

qkrorlqr
Copy link
Collaborator

@qkrorlqr qkrorlqr commented Sep 26, 2024

Backpressure is enabled if LargeDeletionMarkerCount >= LargeDeletionMarkersThresholdForBackpressure.
The operations that directly generate LargeDeletionMarkers will be rejected:

  • UnlinkNode
  • Truncate
  • SetNodeAttr
  • ZeroRange
  • AllocateData
  • CreateHandle

The operations that may delete a node as a side effect will generate OrphanNodes and raise an AppCriticalEvent:

  • DestroySession
  • DestroyHandle
  • RenameNode
  • ResetSession

#1795

@qkrorlqr qkrorlqr added large-tests Launch large tests for PR filestore Add this label to run only cloud/filestore build and tests on PR labels Sep 26, 2024
Copy link
Contributor

Note

This is an automated comment that will be appended during run.

🟢 linux-x86_64-relwithdebinfo: all tests PASSED for commit f5e8ffb.

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
1871 1871 0 0 0 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
filestore Add this label to run only cloud/filestore build and tests on PR large-tests Launch large tests for PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant