Skip to content

Fix OLAP stats #766

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

Merged
merged 12 commits into from
Jan 3, 2024
Merged

Fix OLAP stats #766

merged 12 commits into from
Jan 3, 2024

Conversation

k-morozov
Copy link
Contributor

No description provided.

Copy link

github-actions bot commented Dec 28, 2023

Note

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

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

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
59159 49946 0 22 9172 19

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

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
15307 15187 0 31 86 3

@k-morozov
Copy link
Contributor Author

Im going to add some utests (for many tables in table store).

@k-morozov k-morozov marked this pull request as ready for review December 29, 2023 17:53
@k-morozov
Copy link
Contributor Author

There is a problem related with a large count tables in tablesstore. Some tables doesn't init by stats.

@ijon ijon self-requested a review December 30, 2023 15:01
@@ -387,7 +393,7 @@ void TPathDescriber::DescribeOlapStore(TPathId pathId, TPathElement::TPtr pathEl
}

void TPathDescriber::DescribeColumnTable(TPathId pathId, TPathElement::TPtr pathEl) {
const auto tableInfo = Self->ColumnTables.GetVerified(pathId);
const auto tableInfo = Self->ColumnTables.GetVerified(pathId);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

аккуратнее. форматирование подключи...

@ivanmorozov333 ivanmorozov333 merged commit 080882e into ydb-platform:main Jan 3, 2024
@ijon
Copy link
Collaborator

ijon commented Jan 5, 2024

I don't understand, why this pr, which touches core mechanics of stats collection in schemeshard for all table types and not only for olap tables: 1) named highly inaccurate "fix olap", and 2) had been merged without approve from me while I explicitly registered my interest in reviewing it.

@pavelvelikhov pavelvelikhov mentioned this pull request Feb 3, 2024
@niksaveliev niksaveliev mentioned this pull request Feb 5, 2024
@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.

4 participants