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

fix cleanup volume limits and speed up versions index copy #12249

Merged
merged 2 commits into from
Dec 3, 2024

Conversation

ivanmorozov333
Copy link
Collaborator

  • Improvement
  • Performance improvement
  • Bugfix

Copy link

github-actions bot commented Dec 3, 2024

2024-12-03 12:22:29 UTC Pre-commit check linux-x86_64-relwithdebinfo for 6093a5d has started.
2024-12-03 12:22:41 UTC Artifacts will be uploaded here
2024-12-03 12:25:34 UTC ya make is running...
🟡 2024-12-03 13:41:42 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
20634 19089 0 32 1397 116

2024-12-03 13:43:29 UTC ya make is running... (failed tests rerun, try 2)
🟡 2024-12-03 13:55:17 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
794 (only retried tests) 679 0 8 0 107

2024-12-03 13:55:29 UTC ya make is running... (failed tests rerun, try 3)
🟢 2024-12-03 14:05:32 UTC ydbd size 2.5 GiB changed* by -18.3 KiB, which is <= 0 Bytes vs main: OK

ydbd size dash main: e04e58d merge: 6093a5d diff diff %
ydbd size 2 692 959 864 Bytes 2 692 941 128 Bytes -18.3 KiB -0.001%
ydbd stripped size 483 576 304 Bytes 483 576 688 Bytes +384 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-12-03 14:05:34 UTC Check cancelled

Copy link

github-actions bot commented Dec 3, 2024

2024-12-03 12:23:04 UTC Pre-commit check linux-x86_64-release-asan for 6093a5d has started.
2024-12-03 12:23:41 UTC Artifacts will be uploaded here
2024-12-03 12:27:19 UTC ya make is running...
🟡 2024-12-03 13:59:52 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
13120 13051 0 19 7 43

🟢 2024-12-03 14:01:31 UTC Build successful.
🟢 2024-12-03 14:01:59 UTC ydbd size 4.9 GiB changed* by -33.6 KiB, which is <= 0 Bytes vs main: OK

ydbd size dash main: e04e58d merge: 6093a5d diff diff %
ydbd size 5 293 659 120 Bytes 5 293 624 744 Bytes -33.6 KiB -0.001%
ydbd stripped size 1 365 533 584 Bytes 1 365 534 352 Bytes +768 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

Copy link

github-actions bot commented Dec 3, 2024

2024-12-03 14:07:13 UTC Pre-commit check linux-x86_64-release-asan for 1d52ce4 has started.
2024-12-03 14:07:24 UTC Artifacts will be uploaded here
2024-12-03 14:10:22 UTC ya make is running...
🟡 2024-12-03 15:19:45 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
13120 13046 0 18 8 48

🟢 2024-12-03 15:20:50 UTC Build successful.
🟢 2024-12-03 15:21:20 UTC ydbd size 4.9 GiB changed* by -33.6 KiB, which is <= 0 Bytes vs main: OK

ydbd size dash main: 7e246c6 merge: 1d52ce4 diff diff %
ydbd size 5 293 660 400 Bytes 5 293 626 008 Bytes -33.6 KiB -0.001%
ydbd stripped size 1 365 534 032 Bytes 1 365 534 800 Bytes +768 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

Copy link

github-actions bot commented Dec 3, 2024

2024-12-03 14:07:27 UTC Pre-commit check linux-x86_64-relwithdebinfo for 1d52ce4 has started.
2024-12-03 14:07:57 UTC Artifacts will be uploaded here
2024-12-03 14:11:23 UTC ya make is running...
🟡 2024-12-03 15:00:28 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
20634 19127 0 1 1397 109

2024-12-03 15:02:08 UTC ya make is running... (failed tests rerun, try 2)
🟢 2024-12-03 15:13:28 UTC Tests successful.

Test history | Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
705 (only retried tests) 598 0 0 0 107

🟢 2024-12-03 15:13:37 UTC Build successful.
🟢 2024-12-03 15:13:56 UTC ydbd size 2.5 GiB changed* by -18.3 KiB, which is <= 0 Bytes vs main: OK

ydbd size dash main: 7e246c6 merge: 1d52ce4 diff diff %
ydbd size 2 692 960 600 Bytes 2 692 941 864 Bytes -18.3 KiB -0.001%
ydbd stripped size 483 576 560 Bytes 483 576 944 Bytes +384 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

@ivanmorozov333 ivanmorozov333 marked this pull request as ready for review December 3, 2024 15:20
@ivanmorozov333 ivanmorozov333 requested a review from a team as a code owner December 3, 2024 15:20
@ivanmorozov333 ivanmorozov333 merged commit 14a54ab into ydb-platform:main Dec 3, 2024
10 checks passed
@ivanmorozov333 ivanmorozov333 deleted the cleanup_fixes branch December 3, 2024 15:31
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