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

Extract BuildStats for B-Tree index tables #4198

Merged
merged 8 commits into from
May 17, 2024

Conversation

kunga
Copy link
Member

@kunga kunga commented Apr 30, 2024

Changelog entry

...

Changelog category

  • Not for changelog (changelog entry is not required)

Additional information

Extract BuildStatsBTreeIndex for further effective implementation of stats collecting in case when all parts have B-Tree index

Implement first part that calculates index and data sizes with by channel statistic

Copy link

github-actions bot commented Apr 30, 2024

2024-04-30 10:51:44 UTC Pre-commit check for 902d59b has started.
2024-04-30 10:51:46 UTC Build linux-x86_64-release-asan is running...
🟢 2024-04-30 10:52:52 UTC Build successful.
2024-04-30 10:54:31 UTC Tests are running...
🔴 2024-04-30 12:33:25 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
9254 9106 0 33 107 8

Copy link

github-actions bot commented Apr 30, 2024

2024-04-30 10:52:41 UTC Pre-commit check for 902d59b has started.
2024-04-30 10:52:44 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-04-30 10:54:09 UTC Build successful.

Copy link

github-actions bot commented Apr 30, 2024

2024-04-30 10:52:54 UTC Pre-commit check for 902d59b has started.
2024-04-30 10:52:57 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-04-30 10:54:28 UTC Build successful.
2024-04-30 10:56:22 UTC Tests are running...
🔴 2024-04-30 12:10:08 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
13348 11455 0 17 1866 10

Copy link

github-actions bot commented Apr 30, 2024

2024-04-30 15:28:29 UTC Pre-commit check for 23e8854 has started.
2024-04-30 15:28:30 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-04-30 15:29:49 UTC Build successful.
2024-04-30 15:31:18 UTC Tests are running...
🔴 2024-04-30 16:40:37 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
13367 11477 0 16 1862 12

Copy link

github-actions bot commented Apr 30, 2024

2024-04-30 15:30:19 UTC Pre-commit check for 23e8854 has started.
2024-04-30 15:30:21 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-04-30 15:32:00 UTC Build successful.

Copy link

github-actions bot commented Apr 30, 2024

2024-04-30 15:33:09 UTC Pre-commit check for 23e8854 has started.
2024-04-30 15:33:12 UTC Build linux-x86_64-release-asan is running...
🟢 2024-04-30 15:34:53 UTC Build successful.
2024-04-30 15:36:41 UTC Tests are running...
🔴 2024-04-30 17:09:50 UTC Test run completed, no test results found for commit e83b6de. Please check build logs.
2024-04-30 17:09:53 UTC Check cancelled

@@ -1,70 +1,29 @@
#include "flat_part_laid.h"
Copy link
Member Author

Choose a reason for hiding this comment

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

По-сути переименование в flat_stat_table_mixed_index.h

Copy link

github-actions bot commented Apr 30, 2024

2024-04-30 17:13:23 UTC Pre-commit check for 9e0da37 has started.
2024-04-30 17:13:25 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-04-30 17:14:59 UTC Build successful.

Copy link

github-actions bot commented Apr 30, 2024

2024-04-30 17:13:28 UTC Pre-commit check for 9e0da37 has started.
2024-04-30 17:13:30 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-04-30 17:15:06 UTC Build successful.
2024-04-30 17:16:52 UTC Tests are running...
🔴 2024-04-30 18:33:30 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
13360 11476 0 10 1862 12

Copy link

github-actions bot commented Apr 30, 2024

2024-04-30 17:13:41 UTC Pre-commit check for 9e0da37 has started.
2024-04-30 17:13:43 UTC Build linux-x86_64-release-asan is running...
🟢 2024-04-30 17:15:26 UTC Build successful.
2024-04-30 17:17:12 UTC Tests are running...
🔴 2024-04-30 19:02:31 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
9267 9100 0 45 111 11

Copy link

github-actions bot commented May 13, 2024

2024-05-13 18:43:18 UTC Pre-commit check for db09e06 has started.
2024-05-13 18:43:21 UTC Build linux-x86_64-release-asan is running...
🟢 2024-05-13 18:45:21 UTC Build successful.
2024-05-13 18:47:12 UTC Tests are running...
🔴 2024-05-13 20:32:33 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
9306 9245 0 29 25 7

Copy link

github-actions bot commented May 13, 2024

2024-05-13 18:43:19 UTC Pre-commit check for db09e06 has started.
2024-05-13 18:43:21 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-05-13 18:45:26 UTC Build successful.

Copy link

github-actions bot commented May 13, 2024

2024-05-13 18:45:31 UTC Pre-commit check for db09e06 has started.
2024-05-13 18:45:33 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-05-13 18:47:23 UTC Build successful.
2024-05-13 18:49:09 UTC Tests are running...
🔴 2024-05-13 20:03:02 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
13419 11563 0 12 1838 6

Copy link

github-actions bot commented May 14, 2024

2024-05-14 17:41:32 UTC Pre-commit check for 2cbeade has started.
2024-05-14 17:41:34 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-05-14 17:43:19 UTC Build successful.

Copy link

github-actions bot commented May 14, 2024

2024-05-14 17:41:41 UTC Pre-commit check for 2cbeade has started.
2024-05-14 17:41:43 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-05-14 17:43:28 UTC Build successful.
2024-05-14 17:45:12 UTC Tests are running...
🔴 2024-05-14 18:57:55 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
13426 11582 0 6 1828 10

Copy link

github-actions bot commented May 14, 2024

2024-05-14 17:41:49 UTC Pre-commit check for 2cbeade has started.
2024-05-14 17:41:52 UTC Build linux-x86_64-release-asan is running...
🟢 2024-05-14 17:43:48 UTC Build successful.
2024-05-14 17:45:29 UTC Tests are running...
🔴 2024-05-14 19:26:20 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
9313 9251 0 22 31 9

@@ -0,0 +1,70 @@
#include "flat_part_laid.h"
Copy link
Member Author

Choose a reason for hiding this comment

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

По-сути переименование из flat_stat_table.cpp, можно не смотреть

@kunga kunga changed the title Calc main data size Extract BuildStats for B-Tree index tables May 16, 2024
@kunga kunga self-assigned this May 16, 2024
Copy link

github-actions bot commented May 16, 2024

2024-05-16 15:13:53 UTC Pre-commit check for e36d93f has started.
2024-05-16 15:13:54 UTC Build linux-x86_64-release-asan is running...
🟢 2024-05-16 15:15:21 UTC Build successful.
2024-05-16 15:17:00 UTC Tests are running...
🔴 2024-05-16 17:09:23 UTC Test run completed, no test results found for commit 5cbe7f5. Please check build logs.
2024-05-16 17:09:26 UTC Check cancelled

Copy link

github-actions bot commented May 16, 2024

2024-05-16 15:14:46 UTC Pre-commit check for e36d93f has started.
2024-05-16 15:14:48 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-05-16 15:17:48 UTC Build successful.

Copy link

github-actions bot commented May 16, 2024

2024-05-16 15:15:56 UTC Pre-commit check for e36d93f has started.
2024-05-16 15:15:59 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-05-16 15:17:38 UTC Build successful.
2024-05-16 15:19:31 UTC Tests are running...
🔴 2024-05-16 16:30:32 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
13763 12409 0 19 1326 9

Copy link

github-actions bot commented May 16, 2024

2024-05-16 17:12:08 UTC Pre-commit check for fa17378 has started.
2024-05-16 17:12:10 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-05-16 17:37:13 UTC Build successful.

Copy link

github-actions bot commented May 16, 2024

2024-05-16 17:12:18 UTC Pre-commit check for fa17378 has started.
2024-05-16 17:12:20 UTC Build linux-x86_64-release-asan is running...
🟢 2024-05-16 17:27:52 UTC Build successful.
2024-05-16 17:29:33 UTC Tests are running...
🔴 2024-05-16 19:27:09 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
9658 9419 0 47 180 12

Copy link

github-actions bot commented May 16, 2024

2024-05-16 17:12:40 UTC Pre-commit check for fa17378 has started.
2024-05-16 17:12:42 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-05-16 17:27:56 UTC Build successful.
2024-05-16 17:29:35 UTC Tests are running...
🔴 2024-05-16 18:39:11 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
13772 12320 0 24 1402 26

@kunga kunga marked this pull request as ready for review May 16, 2024 21:22
Copy link

github-actions bot commented May 16, 2024

2024-05-16 21:52:25 UTC Pre-commit check for f1750ee has started.
2024-05-16 21:52:26 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-05-16 21:53:28 UTC Build successful.
2024-05-16 21:55:08 UTC Tests are running...
🔴 2024-05-16 23:03:42 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
13767 12422 0 9 1319 17

Copy link

github-actions bot commented May 16, 2024

2024-05-16 21:54:07 UTC Pre-commit check for f1750ee has started.
2024-05-16 21:54:10 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-05-16 21:55:23 UTC Build successful.

Copy link

github-actions bot commented May 16, 2024

2024-05-16 21:54:12 UTC Pre-commit check for f1750ee has started.
2024-05-16 21:54:14 UTC Build linux-x86_64-release-asan is running...
🟢 2024-05-16 21:55:20 UTC Build successful.
2024-05-16 21:57:14 UTC Tests are running...
🔴 2024-05-16 23:53:18 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
9653 9489 0 33 116 15

@kunga kunga requested a review from snaury May 17, 2024 08:59
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.

None yet

2 participants