Skip to content

Lock index impl tables before scanning them #17229

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 14 commits into from
Apr 24, 2025
Merged

Conversation

kunga
Copy link
Member

@kunga kunga commented Apr 15, 2025

Changelog entry

...

Changelog category

  • Not for changelog (changelog entry is not required)

Description for reviewers

To prevent tablets from split (#16813) lock them right before scanning their shards

The idea is simple, reuse main table LockTxId and provide it in following requests

Because the build tables will be deleted at the end of the process, it's no needed to remove these locks, just pass guard in drop table requests

Verified that it works with logs on a huge dataset:

2025-04-16T10:28:45.1744788525330948Z :FLAT_TX_SCHEMESHARD DEBUG: Postpone split tablet 72075186224083290 because it is locked by 281474977835757

2025-04-16T03:04:18.1744761858666245Z :FLAT_TX_SCHEMESHARD WARNING: TSplitMerge Propose failed StatusMultipleModifications path '[OwnerId: 72075186224037897, LocalPathId: 63]' has been locked by tx: 281474977520757, tableStr: /Root/testdb/alice/idx_vector/indexImplPostingTable0build, tableId: <Invalid>, opId: 281474977783509:0, at schemeshard: 72075186224037897, request: TablePath: "/Root/testdb/alice/idx_vector/indexImplPostingTable0build" SourceTabletId: 72075186224081899 SplitBoundary { SerializedKeyPrefix: "\002\000\010\000\000\000\233\000\000\000\000\000\000\000\004\000\000\000\\\377\003\017" } SchemeshardId: 72075186224037897

Copy link

github-actions bot commented Apr 15, 2025

🟢 2025-04-16 07:40:58 UTC The validation of the Pull Request description is successful.

Copy link

github-actions bot commented Apr 15, 2025

2025-04-15 14:55:20 UTC Pre-commit check linux-x86_64-relwithdebinfo for d1a6896 has started.
2025-04-15 14:55:25 UTC Artifacts will be uploaded here
2025-04-15 14:58:14 UTC ya make is running...
2025-04-15 15:28:24 UTC Check cancelled

Copy link

github-actions bot commented Apr 15, 2025

2025-04-15 14:57:27 UTC Pre-commit check linux-x86_64-release-asan for d1a6896 has started.
2025-04-15 14:57:42 UTC Artifacts will be uploaded here
2025-04-15 15:00:26 UTC ya make is running...
2025-04-15 15:28:22 UTC Check cancelled

Copy link

github-actions bot commented Apr 15, 2025

2025-04-15 15:32:11 UTC Pre-commit check linux-x86_64-release-asan for dc7aa46 has started.
2025-04-15 15:32:27 UTC Artifacts will be uploaded here
2025-04-15 15:35:18 UTC ya make is running...
2025-04-15 15:47:34 UTC Check cancelled

Copy link

github-actions bot commented Apr 15, 2025

2025-04-15 15:38:23 UTC Pre-commit check linux-x86_64-relwithdebinfo for dc7aa46 has started.
2025-04-15 15:38:38 UTC Artifacts will be uploaded here
2025-04-15 15:41:24 UTC ya make is running...
2025-04-15 15:47:37 UTC Check cancelled

Copy link

github-actions bot commented Apr 15, 2025

2025-04-15 15:51:50 UTC Pre-commit check linux-x86_64-relwithdebinfo for d54896a has started.
2025-04-15 15:52:05 UTC Artifacts will be uploaded here
2025-04-15 15:54:59 UTC ya make is running...
🟡 2025-04-15 17:11:52 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?
20033 18649 0 4 1263 117

2025-04-15 17:13:35 UTC ya make is running... (failed tests rerun, try 2)
🟢 2025-04-15 17:24:47 UTC Tests successful.

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
185 (only retried tests) 80 0 0 0 105

🟢 2025-04-15 17:24:56 UTC Build successful.
🟢 2025-04-15 17:25:17 UTC ydbd size 2.2 GiB changed* by +33.8 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: ecc1044 merge: d54896a diff diff %
ydbd size 2 361 265 296 Bytes 2 361 299 896 Bytes +33.8 KiB +0.001%
ydbd stripped size 493 394 848 Bytes 493 402 080 Bytes +7.1 KiB +0.001%

*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 Apr 15, 2025

2025-04-15 15:52:24 UTC Pre-commit check linux-x86_64-release-asan for d54896a has started.
2025-04-15 15:52:39 UTC Artifacts will be uploaded here
2025-04-15 15:55:27 UTC ya make is running...
🟡 2025-04-15 17:17:38 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
12396 12232 0 99 23 42

2025-04-15 17:18:46 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-04-15 17:32:06 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
221 (only retried tests) 146 0 33 5 37

2025-04-15 17:32:15 UTC ya make is running... (failed tests rerun, try 3)
🟡 2025-04-15 17:46:55 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
111 (only retried tests) 40 0 34 3 34

🟢 2025-04-15 17:47:02 UTC Build successful.
🟢 2025-04-15 17:47:30 UTC ydbd size 3.9 GiB changed* by +49.2 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: ecc1044 merge: d54896a diff diff %
ydbd size 4 143 568 064 Bytes 4 143 618 480 Bytes +49.2 KiB +0.001%
ydbd stripped size 1 430 679 592 Bytes 1 430 691 496 Bytes +11.6 KiB +0.001%

*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 Apr 16, 2025

2025-04-16 07:33:50 UTC Pre-commit check linux-x86_64-relwithdebinfo for d647d0e has started.
2025-04-16 07:34:05 UTC Artifacts will be uploaded here
2025-04-16 07:37:01 UTC ya make is running...
🟡 2025-04-16 08:47:03 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?
20042 18654 0 1 1262 125

2025-04-16 08:48:41 UTC ya make is running... (failed tests rerun, try 2)
🟢 2025-04-16 09:00:34 UTC Tests successful.

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
191 (only retried tests) 83 0 0 0 108

🟢 2025-04-16 09:00:41 UTC Build successful.
🟢 2025-04-16 09:01:02 UTC ydbd size 2.2 GiB changed* by +42.7 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 60d02e2 merge: d647d0e diff diff %
ydbd size 2 361 374 344 Bytes 2 361 418 072 Bytes +42.7 KiB +0.002%
ydbd stripped size 493 412 768 Bytes 493 424 928 Bytes +11.9 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

Copy link

github-actions bot commented Apr 16, 2025

2025-04-16 07:34:17 UTC Pre-commit check linux-x86_64-release-asan for d647d0e has started.
2025-04-16 07:34:32 UTC Artifacts will be uploaded here
2025-04-16 07:37:27 UTC ya make is running...
🟡 2025-04-16 09:02:47 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
12404 12186 0 148 29 41

2025-04-16 09:03:49 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-04-16 09:17:43 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
298 (only retried tests) 224 0 34 4 36

2025-04-16 09:17:53 UTC ya make is running... (failed tests rerun, try 3)
🟡 2025-04-16 09:30:31 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
108 (only retried tests) 39 0 34 1 34

🟢 2025-04-16 09:30:42 UTC Build successful.
🟢 2025-04-16 09:31:19 UTC ydbd size 3.9 GiB changed* by +55.3 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 60d02e2 merge: d647d0e diff diff %
ydbd size 4 143 753 184 Bytes 4 143 809 816 Bytes +55.3 KiB +0.001%
ydbd stripped size 1 430 733 128 Bytes 1 430 747 144 Bytes +13.7 KiB +0.001%

*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 mentioned this pull request Apr 16, 2025
47 tasks
@kunga kunga self-assigned this Apr 16, 2025
@kunga kunga marked this pull request as ready for review April 16, 2025 09:13
@kunga kunga requested review from a team as code owners April 16, 2025 09:13
@kunga kunga requested review from ijon and azevaykin April 16, 2025 09:13
azevaykin
azevaykin previously approved these changes Apr 16, 2025
Copy link

github-actions bot commented Apr 17, 2025

2025-04-17 10:20:44 UTC Pre-commit check linux-x86_64-relwithdebinfo for 7f51899 has started.
2025-04-17 10:20:59 UTC Artifacts will be uploaded here
2025-04-17 10:23:53 UTC ya make is running...
🟡 2025-04-17 11:29:10 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?
20064 18686 0 2 1261 115

2025-04-17 11:30:55 UTC ya make is running... (failed tests rerun, try 2)
🟢 2025-04-17 11:41:41 UTC Tests successful.

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
180 (only retried tests) 76 0 0 0 104

🟢 2025-04-17 11:41:48 UTC Build successful.
🟢 2025-04-17 11:42:10 UTC ydbd size 2.2 GiB changed* by +34.7 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 358dbeb merge: 7f51899 diff diff %
ydbd size 2 363 239 816 Bytes 2 363 275 368 Bytes +34.7 KiB +0.002%
ydbd stripped size 493 831 456 Bytes 493 838 880 Bytes +7.2 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

Copy link

github-actions bot commented Apr 17, 2025

2025-04-17 10:23:37 UTC Pre-commit check linux-x86_64-release-asan for 7f51899 has started.
2025-04-17 10:23:52 UTC Artifacts will be uploaded here
2025-04-17 10:26:39 UTC ya make is running...
🟡 2025-04-17 11:47:38 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
12418 12245 0 106 30 37

2025-04-17 11:48:45 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-04-17 12:02:08 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
242 (only retried tests) 152 0 40 17 33

2025-04-17 12:02:17 UTC ya make is running... (failed tests rerun, try 3)
🟡 2025-04-17 12:14:47 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
122 (only retried tests) 54 0 32 2 34

🟢 2025-04-17 12:14:54 UTC Build successful.
🟢 2025-04-17 12:15:27 UTC ydbd size 3.9 GiB changed* by +55.1 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: f6ff3ed merge: 7f51899 diff diff %
ydbd size 4 146 909 128 Bytes 4 146 965 584 Bytes +55.1 KiB +0.001%
ydbd stripped size 1 431 776 184 Bytes 1 431 790 200 Bytes +13.7 KiB +0.001%

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

Comment on lines 273 to 275
if (path.IsLocked()) {
modifyScheme.MutableLockGuard()->SetOwnerTxId(ui64(buildInfo.LockTxId));
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Кажется нужно бы проверять, что lock на пути от ожидаемой, нашей, tx-id.
И если нет (что теоретически возможно), то что делать?

Copy link
Member Author

Choose a reason for hiding this comment

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

То что это лок наш проверит уже сама транзакция TDropTable

Если не совпадёт не знаю, должен запустится механизм канцелейшена построения индекса, но вообще не должно такого быть

Copy link

github-actions bot commented Apr 22, 2025

2025-04-22 08:48:21 UTC Pre-commit check linux-x86_64-release-asan for 40c7433 has started.
2025-04-22 08:48:49 UTC Artifacts will be uploaded here
2025-04-22 08:52:21 UTC ya make is running...
🟡 2025-04-22 10:15:14 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
12650 12479 0 104 44 23

2025-04-22 10:16:23 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-04-22 10:30:23 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
226 (only retried tests) 157 0 35 13 21

2025-04-22 10:30:32 UTC ya make is running... (failed tests rerun, try 3)
🟡 2025-04-22 10:43:08 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
90 (only retried tests) 32 0 33 4 21

🟢 2025-04-22 10:43:15 UTC Build successful.
🟡 2025-04-22 10:43:47 UTC ydbd size 3.8 GiB changed* by +207.3 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: 52cd0e1 merge: 40c7433 diff diff %
ydbd size 4 130 489 976 Bytes 4 130 702 280 Bytes +207.3 KiB +0.005%
ydbd stripped size 1 430 160 088 Bytes 1 430 242 712 Bytes +80.7 KiB +0.006%

*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 Apr 22, 2025

2025-04-22 09:27:31 UTC Pre-commit check linux-x86_64-relwithdebinfo for 40c7433 has started.
2025-04-22 09:28:14 UTC Artifacts will be uploaded here
2025-04-22 09:31:24 UTC ya make is running...
🟡 2025-04-22 10:44:45 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?
20306 18927 0 5 1264 110

2025-04-22 10:46:33 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-04-22 10:59:13 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?
173 (only retried tests) 80 0 1 0 92

2025-04-22 10:59:22 UTC ya make is running... (failed tests rerun, try 3)
🟢 2025-04-22 11:07:12 UTC Tests successful.

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
120 (only retried tests) 31 0 0 0 89

🟢 2025-04-22 11:07:19 UTC Build successful.
🟡 2025-04-22 11:07:42 UTC ydbd size 2.2 GiB changed* by +110.0 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: 52cd0e1 merge: 40c7433 diff diff %
ydbd size 2 351 523 096 Bytes 2 351 635 728 Bytes +110.0 KiB +0.005%
ydbd stripped size 493 707 360 Bytes 493 734 816 Bytes +26.8 KiB +0.006%

*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 a team as a code owner April 23, 2025 08:12
@kunga kunga requested a review from ijon April 23, 2025 08:12
Copy link

github-actions bot commented Apr 23, 2025

2025-04-23 08:15:40 UTC Pre-commit check linux-x86_64-relwithdebinfo for e3f8a97 has started.
2025-04-23 08:15:56 UTC Artifacts will be uploaded here
2025-04-23 08:18:52 UTC ya make is running...
🟡 2025-04-23 09:49:12 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?
20428 19035 0 6 1280 107

2025-04-23 09:50:56 UTC ya make is running... (failed tests rerun, try 2)
🟢 2025-04-23 10:14:12 UTC Tests successful.

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
185 (only retried tests) 92 0 0 0 93

🟢 2025-04-23 10:14:25 UTC Build successful.
🟢 2025-04-23 10:14:44 UTC ydbd size 2.2 GiB changed* by +32.9 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 8404d71 merge: e3f8a97 diff diff %
ydbd size 2 353 135 864 Bytes 2 353 169 552 Bytes +32.9 KiB +0.001%
ydbd stripped size 493 967 968 Bytes 493 975 328 Bytes +7.2 KiB +0.001%

*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 Apr 23, 2025

2025-04-23 08:15:40 UTC Pre-commit check linux-x86_64-release-asan for e3f8a97 has started.
2025-04-23 08:15:55 UTC Artifacts will be uploaded here
2025-04-23 08:18:50 UTC ya make is running...
🟡 2025-04-23 09:43:13 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
12682 12517 0 106 38 21

2025-04-23 09:44:17 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-04-23 09:57:45 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
214 (only retried tests) 133 0 43 17 21

2025-04-23 09:57:53 UTC ya make is running... (failed tests rerun, try 3)
🟡 2025-04-23 10:11:27 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
104 (only retried tests) 40 0 36 7 21

🟢 2025-04-23 10:11:35 UTC Build successful.
🟢 2025-04-23 10:12:06 UTC ydbd size 3.8 GiB changed* by +57.8 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 8404d71 merge: e3f8a97 diff diff %
ydbd size 4 133 749 584 Bytes 4 133 808 768 Bytes +57.8 KiB +0.001%
ydbd stripped size 1 431 214 968 Bytes 1 431 232 504 Bytes +17.1 KiB +0.001%

*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 ijon April 23, 2025 14:51
Copy link

github-actions bot commented Apr 23, 2025

2025-04-23 14:52:38 UTC Pre-commit check linux-x86_64-release-asan for d9d4d39 has started.
2025-04-23 14:52:48 UTC Artifacts will be uploaded here
2025-04-23 14:56:05 UTC ya make is running...
🟡 2025-04-23 16:52:29 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
14692 14555 0 71 43 23

2025-04-23 16:53:42 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-04-23 17:08:02 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
170 (only retried tests) 99 0 34 16 21

2025-04-23 17:08:13 UTC ya make is running... (failed tests rerun, try 3)
🟡 2025-04-23 17:20:36 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
92 (only retried tests) 32 0 35 4 21

🟢 2025-04-23 17:20:43 UTC Build successful.
🟢 2025-04-23 17:21:12 UTC ydbd size 3.8 GiB changed* by +87.0 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 6f7b911 merge: d9d4d39 diff diff %
ydbd size 4 133 782 768 Bytes 4 133 871 880 Bytes +87.0 KiB +0.002%
ydbd stripped size 1 431 224 312 Bytes 1 431 245 464 Bytes +20.7 KiB +0.001%

*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 Apr 23, 2025

2025-04-23 14:53:37 UTC Pre-commit check linux-x86_64-relwithdebinfo for d9d4d39 has started.
2025-04-23 14:53:46 UTC Artifacts will be uploaded here
2025-04-23 14:57:04 UTC ya make is running...
🟡 2025-04-23 16:43:31 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?
29462 26770 0 5 2584 103

2025-04-23 16:45:58 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-04-23 16:56:41 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?
167 (only retried tests) 74 0 1 0 92

2025-04-23 16:56:52 UTC ya make is running... (failed tests rerun, try 3)
🟢 2025-04-23 17:04:25 UTC Tests successful.

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
123 (only retried tests) 33 0 0 0 90

🟢 2025-04-23 17:04:31 UTC Build successful.
🟢 2025-04-23 17:04:51 UTC ydbd size 2.2 GiB changed* by +49.8 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 6f7b911 merge: d9d4d39 diff diff %
ydbd size 2 353 153 320 Bytes 2 353 204 360 Bytes +49.8 KiB +0.002%
ydbd stripped size 493 969 568 Bytes 493 983 008 Bytes +13.1 KiB +0.003%

*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 merged commit f840fd0 into ydb-platform:main Apr 24, 2025
15 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