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-1922: properly tracking BlobsCount to guarantee the BlobsCount <= real blob count in range property #2017

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

qkrorlqr
Copy link
Collaborator

@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 12, 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 4203a99.

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

@qkrorlqr qkrorlqr added the rebase Add this label if you want to rebase your PR for test run label Oct 13, 2024
@qkrorlqr qkrorlqr marked this pull request as ready for review October 13, 2024 15:45
Copy link
Contributor

Note

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

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

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

@qkrorlqr qkrorlqr merged commit c4f1132 into main Oct 15, 2024
21 of 30 checks passed
@qkrorlqr qkrorlqr deleted the users/qkrorlqr/issue-1922-consistent-blobs-count branch October 15, 2024 13:22
qkrorlqr added a commit that referenced this pull request Oct 15, 2024
debnatkh pushed a commit that referenced this pull request Oct 16, 2024
…ing, fixes in filestore-client, fix in BlobsCount accounting; minor fixes in blockstore (#2287)

* fixed race: CallContext->RequestType was being modified by the code in StorageService and accessed by the code calculating MaxTime for inflight requests at the same time - we should not reuse the same CallContext for different requests, we should make separate CallContexts (#2223)

* Adding a debug assert to debug the case when PostponeTsCycles is zero upon Advance() (#2212)

* filestore-client findgarbage paging fix + some other improvements and cleanup (#2225)

* filestore-client findgarbage paging fix

* filestore-client - outputting garbage file sizes in the findgarbage command output; tablet - cleanup: MaxResponseBytes config param was unused, using it

* filestore-client - outputting garbage file sizes in the findgarbage command output; tablet - cleanup: MaxResponseBytes config param was unused, using it - recanon test

* decreasing ShouldHandleRangeIdCollisionsInCompactionMapStats ut iteration count under tsan (#2229)

* moved ShouldHandleRangeIdCollisionsInCompactionMapStats to tablet_ut_data_stress (#2236)

* moved ShouldHandleRangeIdCollisionsInCompactionMapStats to tablet_ut_data_stress

* moved ShouldHandleRangeIdCollisionsInCompactionMapStats to tablet_ut_data_stress - fix

* issue-1932: renamed follower to shard, reasons: 1. some of the code already calls those entities "shards" 2. "follower" implies some kind of replication and this entity is not related to replication at all (#2246)

* issue-1932: renamed follower to shard, reasons: 1. some of the code already calls those entities shards 2. follower implies some kind of replication and this entity is not related to replication at all

* issue-1932: renamed follower to shard, reasons: 1. some of the code already calls those entities shards 2. follower implies some kind of replication and this entity is not related to replication at all - fix build

* issue-1932: renamed follower to shard, reasons: 1. some of the code already calls those entities shards 2. follower implies some kind of replication and this entity is not related to replication at all - fix canondata

* issue-1932: renamed follower to shard, reasons: 1. some of the code already calls those entities shards 2. follower implies some kind of replication and this entity is not related to replication at all - fix canondata

* moved heavy uts ShouldTruncateLargeFiles and ShouldTruncateLargeFiles128_KB to tablet_ut_data_stress.cpp (#2252)

* issue-1928: filestore-client: using ISession instead of IClient for the Session-aware methods to properly process E_FS_INVALID_SESSION errors; existing tests are more or less sufficient to ensure that this code is correct (#2265)

* issue-2033: sending ResetSession requests to shards upon ResetSession to leader (in the same way it's done for Create/DestroySession); extracted common code for this thing from Create/DestroySession (#2266)

* issue-2033: sending ResetSession requests to shards upon ResetSession to leader (in the same way it's done for Create/DestroySession); extracted common code for this thing from Create/DestroySession

* issue-2033: fixed logging

* issue-2033: better

* issue-2033: cleanup

* deleting explicit ActivityType setting - 1. it's broken 2. the default value is better anyway (#2276)

* issue-1922: properly tracking BlobsCount to guarantee the BlobsCount <= real blob count in range property (#2017)

* updated CMakeLists.txt

* fixed build for old clang

* deleted excess ut (accidentally added during conflict resolution)
WilyTiger pushed a commit that referenced this pull request Oct 16, 2024
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 rebase Add this label if you want to rebase your PR for test run
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants