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

BTreeIndex Bugfix SchemeShard Clear #655

Merged
merged 1 commit into from
Dec 25, 2023

Conversation

kunga
Copy link
Member

@kunga kunga commented Dec 21, 2023

Добавленные строчки (но для удобства в коде расставил в порядке полей TSchemeShard):

AdoptedShards.clear();
BlobDepots.clear();
ColumnTables = { };
ExternalDataSources.clear();
ExternalTables.clear();
FileStoreInfos.clear();
LockedPaths.clear();
OlapStores.clear();
Operations.clear();
Publications.clear();
SnapshotsStepIds.clear();
SnapshotTables.clear();
SolomonVolumes.clear();
TablesWithSnapshots.clear();
TabletIdToShardIdx.clear();
TTLEnabledTables.clear();
Views.clear();

Проверил что все эти коллекции трогаются в коде ReadEverything

Copy link

github-actions bot commented Dec 21, 2023

Note

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

🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit ab46dec.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
59392 50215 0 12 9134 31

🔴 linux-x86_64-release-asan: some tests FAILED for commit ab46dec.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
15606 15467 0 36 72 31

@kunga kunga requested a review from ijon December 21, 2023 20:24
@kunga kunga merged commit 77fe782 into ydb-platform:main Dec 25, 2023
2 of 4 checks passed
@jepett0 jepett0 mentioned this pull request Dec 28, 2023
This was referenced Dec 29, 2023
Closed
This was referenced Jan 11, 2024
@kunga kunga changed the title KIKIMR-19521 BTreeIndex Fix SchemeShard Clean BTreeIndex Fix SchemeShard Clear Feb 2, 2024
@kunga kunga mentioned this pull request Feb 2, 2024
61 tasks
@kunga kunga linked an issue Feb 2, 2024 that may be closed by this pull request
61 tasks
@kunga kunga changed the title BTreeIndex Fix SchemeShard Clear BTreeIndex Bugfix SchemeShard Clear Feb 2, 2024
@kunga kunga removed a link to an issue Feb 2, 2024
61 tasks
@vitstn vitstn mentioned this pull request Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants