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

24-3 Iterative B-Tree histograms builder #6392

Merged

Conversation

kunga
Copy link
Member

@kunga kunga commented Jul 8, 2024

Changelog entry

...

Changelog category

  • Not for changelog (changelog entry is not required)

Additional information

#6047 cherry pick

@kunga kunga requested a review from a team as a code owner July 8, 2024 08:39
@kunga kunga changed the base branch from main to stable-24-3 July 8, 2024 08:39
@kunga kunga requested a review from a team as a code owner July 8, 2024 08:39
@kunga kunga removed the request for review from a team July 8, 2024 08:39
Copy link

github-actions bot commented Jul 8, 2024

2024-07-08 08:41:29 UTC Pre-commit check for fe90320 has started.
2024-07-08 08:44:18 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-07-08 09:19:12 UTC Build successful.

Copy link

github-actions bot commented Jul 8, 2024

2024-07-08 08:42:20 UTC Pre-commit check for fe90320 has started.
2024-07-08 08:45:11 UTC Build linux-x86_64-release-asan is running...
🟢 2024-07-08 09:32:25 UTC Build successful.
2024-07-08 09:32:39 UTC Tests are running...
🔴 2024-07-08 10:48:19 UTC Test run completed, no test results found for commit bef7a8b. Please check test log.
🟢 2024-07-08 10:49:01 UTC ydbd size 5.2 GiB changed* by -123.6 KiB, which is <= 0 Bytes vs main: OK

ydbd size dash main: 1f88b11 merge: fe90320 diff diff %
ydbd size 5 614 135 680 Bytes 5 614 009 080 Bytes -123.6 KiB -0.002%
ydbd stripped size 1 209 991 064 Bytes 1 209 968 728 Bytes -21.8 KiB -0.002%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation
2024-07-08 10:49:02 UTC Check cancelled

Copy link

github-actions bot commented Jul 8, 2024

2024-07-08 08:42:36 UTC Pre-commit check for fe90320 has started.
2024-07-08 08:45:26 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-07-08 09:44:43 UTC Build successful.
2024-07-08 09:45:02 UTC Tests are running...
🔴 2024-07-08 10:48:18 UTC Test run completed, no test results found for commit bef7a8b. Please check test log.
🟢 2024-07-08 10:49:09 UTC ydbd size 8.1 GiB changed* by -325.8 KiB, which is <= 0 Bytes vs main: OK

ydbd size dash main: 1f88b11 merge: fe90320 diff diff %
ydbd size 8 721 801 400 Bytes 8 721 467 816 Bytes -325.8 KiB -0.004%
ydbd stripped size 476 624 376 Bytes 476 623 416 Bytes -960 Bytes -0.000%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation
2024-07-08 10:49:11 UTC Check cancelled

Copy link

github-actions bot commented Jul 8, 2024

2024-07-08 10:55:05 UTC Pre-commit check for 0b7c2f1 has started.
2024-07-08 10:57:42 UTC Build linux-x86_64-release-asan is running...
🟢 2024-07-08 11:22:25 UTC Build successful.
2024-07-08 11:22:37 UTC Tests are running...
🔴 2024-07-08 13:21:08 UTC Some tests failed, follow the links below.

Test history | Test log

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
10125 9547 0 89 317 172

🟡 2024-07-08 13:21:50 UTC ydbd size 5.2 GiB changed* by +569.6 KiB, which is >= 100.0 KiB vs stable-24-3: Warning

ydbd size dash stable-24-3: 44a1cd0 merge: 0b7c2f1 diff diff %
ydbd size 5 615 664 240 Bytes 5 616 247 464 Bytes +569.6 KiB +0.010%
ydbd stripped size 1 211 071 912 Bytes 1 211 192 456 Bytes +117.7 KiB +0.010%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

Copy link

github-actions bot commented Jul 8, 2024

2024-07-08 10:58:59 UTC Pre-commit check for 0b7c2f1 has started.
2024-07-08 11:01:35 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-07-08 11:10:06 UTC Build successful.

Copy link

github-actions bot commented Jul 8, 2024

2024-07-08 11:01:51 UTC Pre-commit check for 0b7c2f1 has started.
2024-07-08 11:04:27 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-07-08 11:44:37 UTC Build successful.
2024-07-08 11:44:55 UTC Tests are running...
🔴 2024-07-08 13:29:16 UTC Some tests failed, follow the links below.

Test history | Test log

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
38635 33382 0 15 5220 18

🟡 2024-07-08 13:30:02 UTC ydbd size 8.1 GiB changed* by +1.0 MiB, which is >= 100.0 KiB vs stable-24-3: Warning

ydbd size dash stable-24-3: 44a1cd0 merge: 0b7c2f1 diff diff %
ydbd size 8 725 589 248 Bytes 8 726 638 288 Bytes +1.0 MiB +0.012%
ydbd stripped size 477 140 648 Bytes 477 171 688 Bytes +30.3 KiB +0.007%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

@kunga kunga requested a review from snaury July 8, 2024 14:37
@kunga kunga merged commit 56b5d9a into ydb-platform:stable-24-3 Jul 9, 2024
8 of 12 checks passed
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.

3 participants