-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merge to stable-23-3: filestore LargeDeletionMarkers fixes, multitabl…
…et tx fixes, uts (#2220) * issue-1146: enforce that RO tx can not read data not commited yet by RW tx (#2161) * issue-1146: enforce that RO tx can not read stale data not commited yet by RW tx * add `DataObservedByROTxUponCompletionShouldNeverBeStale` test * issue-1795: fixed TBlockDeletion application in FlushBytes - we should reset only the part of the block that describes the data, not the NodeId, BlockIndex, etc part (#2206) * issue-2033: not returning stale handles from DupCache for CreateHandle requests (#2191) * issue-2033: not returning stale handles from DupCache for CreateHandle requests * issue-2033: stale handle check should only be done in shards * issue-2033: stale handle check should only be done in shards - fix: in shards & in single-tablet filestores * issue-1795: fixed usage of uninitialized memory in ut (#2209) * issue-2207: followers shouldn't check session and use DupCache upon CreateNode/UnlinkNode requests (#2218) * issue-2207: followers shouldn't check session and use DupCache upon CreateNode/UnlinkNode requests * issue-2207: reporting crit event upon receiving non-retriable error for a CreateNode/UnlinkNode operation from follower --------- Co-authored-by: Maxim Deb Natkh <[email protected]>
- Loading branch information
Showing
12 changed files
with
596 additions
and
69 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.