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 Stats Load index nodes #2136

Merged
merged 8 commits into from
Feb 22, 2024

Conversation

kunga
Copy link
Member

@kunga kunga commented Feb 21, 2024

Changelog entry

...

Changelog category

  • Not for changelog (changelog entry is not required)

Additional information

Implement TStatsPartGroupBtreeIndexIterator.Start method that loads all (for now) B-Tree nodes

Also store all index nodes in a list to iterate through them easily on Next calls (without up/down moves)

Test BuildStats with screen (slices)

Copy link

github-actions bot commented Feb 21, 2024

2024-02-21 12:19:35 UTC Pre-commit check for 825f560 has started.
2024-02-21 12:19:37 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-02-21 12:51:54 UTC Build successful.
2024-02-21 12:52:07 UTC Tests are running...
🔴 2024-02-21 13:26:53 UTC Test run completed, no test results found for commit 12ab234. Please check build logs.
2024-02-21 13:26:56 UTC Check cancelled

Copy link

github-actions bot commented Feb 21, 2024

2024-02-21 12:20:03 UTC Pre-commit check for 825f560 has started.
2024-02-21 12:20:05 UTC Build linux-x86_64-release-asan is running...
🟢 2024-02-21 12:54:22 UTC Build successful.
2024-02-21 12:54:31 UTC Tests are running...
🔴 2024-02-21 13:26:54 UTC Test run completed, no test results found for commit 12ab234. Please check build logs.
2024-02-21 13:26:59 UTC Check cancelled

@kunga kunga mentioned this pull request Feb 21, 2024
61 tasks
Copy link

github-actions bot commented Feb 21, 2024

2024-02-21 14:33:44 UTC Pre-commit check for 99d56c8 has started.
2024-02-21 14:33:45 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-02-21 14:36:05 UTC Build successful.
2024-02-21 14:36:15 UTC Tests are running...
🔴 2024-02-21 16:06:25 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
67912 56907 0 12 10953 40

Copy link

github-actions bot commented Feb 21, 2024

2024-02-21 14:33:46 UTC Pre-commit check for 99d56c8 has started.
2024-02-21 14:33:47 UTC Build linux-x86_64-release-asan is running...
🟢 2024-02-21 14:36:20 UTC Build successful.
2024-02-21 14:36:29 UTC Tests are running...
🔴 2024-02-21 16:16:24 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
14827 14600 0 27 163 37

Copy link

github-actions bot commented Feb 21, 2024

2024-02-21 17:06:49 UTC Pre-commit check for 4ae788e has started.
2024-02-21 17:06:52 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-02-21 17:35:07 UTC Build successful.
2024-02-21 17:35:21 UTC Tests are running...
🔴 2024-02-21 19:09:37 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
67910 56920 0 3 10951 36

Copy link

github-actions bot commented Feb 21, 2024

2024-02-21 17:06:56 UTC Pre-commit check for 4ae788e has started.
2024-02-21 17:07:01 UTC Build linux-x86_64-release-asan is running...
🟢 2024-02-21 17:36:50 UTC Build successful.
2024-02-21 17:37:06 UTC Tests are running...
🔴 2024-02-21 19:18:23 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
14827 14604 0 15 171 37

@kunga kunga marked this pull request as ready for review February 22, 2024 09:07
@kunga kunga requested a review from snaury February 22, 2024 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants