-
Notifications
You must be signed in to change notification settings - Fork 727
audit fault stream nb 25 1 #24990
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
Closed
StekPerepolnen
wants to merge
729
commits into
ydb-platform:main
from
StekPerepolnen:audit-fault-stream-nb-25-1
Closed
audit fault stream nb 25 1 #24990
StekPerepolnen
wants to merge
729
commits into
ydb-platform:main
from
StekPerepolnen:audit-fault-stream-nb-25-1
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit_hash:5b56b1b4416cf5b7abcae727a61e9402e10af067 (cherry picked from commit c6a21d1)
Follows up e13229863b189b9ad804f0c6772204399430179e Follows up 5b56b1b4416cf5b7abcae727a61e9402e10af067 commit_hash:c14af47d9a4960f42df3fad23da4b03721d27f7c (cherry picked from commit 896fcc7)
commit_hash:8aa01a548ffd87f8f1f6aa6df7eeddb66dad1a27 (cherry picked from commit 2dcd562)
Follows up 8aa01a548ffd87f8f1f6aa6df7eeddb66dad1a27 commit_hash:ffa5903aa158251203c518e80ad2e8af98b20290 (cherry picked from commit 42258a1)
commit_hash:6425e8ea846ad5be20c46282f4fde40f5e83f81d (cherry picked from commit fcc18ad)
…timeouts in one iteration of data erasure (ydb-platform#18251) (ydb-platform#18413)
Co-authored-by: Ivan Blinkov <[email protected]>
… more optional arguments (ydb-platform#18954)
ydb-platform#23517) Invoke TRope::Compact in OnVGetResult only when occupied memory exceeds threshold Changelog category Performance improvement Description for reviewers This change prevents unnecessary TRope::Compact call by invoking it only when the occupied memory exceeds a threshold. Current code inside of the if statement is redundant as it is applying the same logic as TRope::Compact. Co-authored-by: Anton Myagkov <[email protected]>
(cherry picked from commit 8fa236d)
(cherry picked from commit 341815b)
…dStatus* (ydb-platform#22776) (cherry picked from commit 7f368ba)
(cherry picked from commit 6771cfb)
(cherry picked from commit 3d4b815)
…tesUniq (ydb-platform#23446) (cherry picked from commit 1153a29)
…ple way] (ydb-platform#23519) (cherry picked from commit c30df31)
(cherry-picked from bb3d06c)
Co-authored-by: Aleksandr Dmitriev <[email protected]>
Co-authored-by: Anton Romanov <[email protected]>
…on it (ydb-platform#23745) (cherry picked from commit 2773f6f)
(cherry picked from commit afdf95c)
(cherry picked from commit afdf95c)
…and import operations and suboperations (ydb-platform#23722) Co-authored-by: ijon <[email protected]> (cherry picked from commit 444f586)
… from headers (ydb-platform#24363) (cherry picked from commit 203fdd5)
…to get it from headers (ydb-platform#24363) (ydb-platform#24413)
(cherry picked from commit 884b117)
(cherry picked from commit 4fd819c)
Co-authored-by: Vasily Gerasimov <[email protected]>
|
🔴 Unable to merge your PR into the base branch. Please rebase or merge it with the base branch. |
|
🟢 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
DynamicNameserverto use one pipe (25-1: Refactor cache miss inDynamicNameserverto use one pipe #15607)TEvProposeTransaction(Late messagesTEvProposeTransaction#16216) (Late messagesTEvProposeTransaction(#16216) #16268)-d /Rootinydb admin cluster dump(25-1: Fix-d /Rootinydb admin cluster dump#16981)Update muted_yaPR (CI: fix seaching existedUpdate muted_yaPR #17997)create tenantdatabase in console tablet (Add audit logging oncreate tenantdatabase in console tablet #18095)ydb operation getnot working for running operations (CLI operation get doesn't work for running build index #17001) (Fixydb operation getnot working for running operations (#17001) #18222)local-ydbby defaultviewgrpc-serviceChangelog entry
...
Changelog category
Description for reviewers
...