Skip to content

Support pile identifiers for dynamic nodes too #18988

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

Conversation

alexvru
Copy link
Collaborator

@alexvru alexvru commented May 29, 2025

Changelog entry

Support pile identifiers for dynamic nodes too

Changelog category

  • New feature

Description for reviewers

This patch allows binding dynamic nodes to specific piles when in bridge mode.

Copy link

github-actions bot commented May 29, 2025

🟢 2025-05-30 13:01:06 UTC The validation of the Pull Request description is successful.

Copy link

github-actions bot commented May 29, 2025

2025-05-29 08:56:50 UTC Pre-commit check linux-x86_64-release-asan for c37bb21 has started.
2025-05-29 08:57:00 UTC Artifacts will be uploaded here
2025-05-29 09:00:17 UTC ya make is running...
🔴 2025-05-29 09:38:36 UTC Build failed, see the logs. Also see fail summary

Copy link

github-actions bot commented May 29, 2025

2025-05-29 08:56:50 UTC Pre-commit check linux-x86_64-relwithdebinfo for c37bb21 has started.
2025-05-29 08:57:00 UTC Artifacts will be uploaded here
2025-05-29 09:00:17 UTC ya make is running...
🟡 2025-05-29 10:55:53 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?
31364 28551 0 106 2664 43

2025-05-29 10:58:35 UTC ya make is running... (failed tests rerun, try 2)
🔴 2025-05-29 11:27:54 UTC ydbd size 2.2 GiB changed* by +4.0 MiB, which is >= 2.0 MiB vs main: Alert

ydbd size dash main: d617cc1 merge: c37bb21 diff diff %
ydbd size 2 358 248 400 Bytes 2 362 479 992 Bytes +4.0 MiB +0.179%
ydbd stripped size 495 390 920 Bytes 496 037 032 Bytes +631.0 KiB +0.130%

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

@alexvru alexvru requested a review from pixcc May 29, 2025 15:18
pixcc
pixcc previously requested changes May 30, 2025
Copy link
Member

@pixcc pixcc left a comment

Choose a reason for hiding this comment

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

  1. Надо добавить новое поле в таблицу Nodes локальной базы, а-то при каждом перезапуске Node Broker при расхождении Nodes и NodesV2 будет миграция и запись в сторадж (см. функцию DbMigrateNodes)

  2. Планируется ли иметь возможность откатываться с версии, в которой начнут использоваться эти идентификаторы? Если да, то надо совместимость поддерживать.

@alexvru
Copy link
Collaborator Author

alexvru commented May 30, 2025

  1. Надо добавить новое поле в таблицу Nodes локальной базы, а-то при каждом перезапуске Node Broker при расхождении Nodes и NodesV2 будет миграция и запись в сторадж (см. функцию DbMigrateNodes)
  2. Планируется ли иметь возможность откатываться с версии, в которой начнут использоваться эти идентификаторы? Если да, то надо совместимость поддерживать.

Нет, раскатка будет на чистые кластера, поэтому никакой миграции тут не нужно. В т.ч., как я понимаю, Nodes вообще не будет использоваться на новых кластерах?

@alexvru alexvru force-pushed the 2dc/support-piles-for-dynamic-nodes branch from af420c0 to ec6ef13 Compare May 30, 2025 13:20
Copy link

github-actions bot commented May 30, 2025

2025-05-30 13:21:35 UTC Pre-commit check linux-x86_64-relwithdebinfo for c4e4abe has started.
2025-05-30 13:21:46 UTC Artifacts will be uploaded here
2025-05-30 13:25:05 UTC ya make is running...
2025-05-30 14:04:33 UTC Check cancelled

Copy link

github-actions bot commented May 30, 2025

2025-05-30 13:21:36 UTC Pre-commit check linux-x86_64-release-asan for c4e4abe has started.
2025-05-30 13:21:47 UTC Artifacts will be uploaded here
2025-05-30 13:25:14 UTC ya make is running...
2025-05-30 14:04:33 UTC Check cancelled

@alexvru alexvru force-pushed the 2dc/support-piles-for-dynamic-nodes branch from ec6ef13 to 14f3bde Compare May 30, 2025 14:04
Copy link

github-actions bot commented May 30, 2025

2025-05-30 14:08:29 UTC Pre-commit check linux-x86_64-release-asan for 505f215 has started.
2025-05-30 14:08:33 UTC Artifacts will be uploaded here
2025-05-30 14:11:53 UTC ya make is running...
🟡 2025-05-30 15:52:57 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?
16356 16150 0 104 78 24

2025-05-30 15:54:22 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-05-30 16:26:16 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?
1638 (only retried tests) 1553 0 56 9 20

2025-05-30 16:26:33 UTC ya make is running... (failed tests rerun, try 3)
🟡 2025-05-30 16:56: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?
1307 (only retried tests) 1213 0 52 24 18

🟢 2025-05-30 16:57:13 UTC Build successful.
🔴 2025-05-30 16:57:46 UTC ydbd size 3.9 GiB changed* by +8.2 MiB, which is >= 2.0 MiB vs main: Alert

ydbd size dash main: d617cc1 merge: 505f215 diff diff %
ydbd size 4 147 273 176 Bytes 4 155 891 952 Bytes +8.2 MiB +0.208%
ydbd stripped size 1 440 065 016 Bytes 1 442 407 128 Bytes +2.2 MiB +0.163%

*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 May 30, 2025

2025-05-30 14:09:41 UTC Pre-commit check linux-x86_64-relwithdebinfo for 505f215 has started.
2025-05-30 14:09:53 UTC Artifacts will be uploaded here
2025-05-30 14:13:20 UTC ya make is running...
🟡 2025-05-30 15:38:26 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?
31383 28686 0 6 2651 40

2025-05-30 15:41:07 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-05-30 16:18:46 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?
1009 (only retried tests) 971 0 5 0 33

2025-05-30 16:18:59 UTC ya make is running... (failed tests rerun, try 3)
🔴 2025-05-30 16:59:11 UTC Some tests failed, follow the links below.

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
769 (only retried tests) 740 0 5 0 24

🟢 2025-05-30 16:59:24 UTC Build successful.
🟡 2025-05-30 16:59:45 UTC ydbd size 2.2 GiB changed* by +618.1 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: eb99c58 merge: 505f215 diff diff %
ydbd size 2 362 426 696 Bytes 2 363 059 672 Bytes +618.1 KiB +0.027%
ydbd stripped size 496 026 728 Bytes 496 110 728 Bytes +82.0 KiB +0.017%

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

@alexvru alexvru force-pushed the 2dc/support-piles-for-dynamic-nodes branch from 14f3bde to 57eb0ca Compare May 30, 2025 17:19
Copy link

github-actions bot commented May 30, 2025

2025-05-30 17:27:35 UTC Pre-commit check linux-x86_64-relwithdebinfo for c795c5b has started.
2025-05-30 17:28:01 UTC Artifacts will be uploaded here
2025-05-30 17:32:03 UTC ya make is running...
🟡 2025-05-30 18:54:22 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?
31392 28697 0 8 2651 36

2025-05-30 18:56:59 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-05-30 19:43:46 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?
495 (only retried tests) 460 0 6 0 29

2025-05-30 19:43:58 UTC ya make is running... (failed tests rerun, try 3)
🔴 2025-05-30 20:30:59 UTC Some tests failed, follow the links below.

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
322 (only retried tests) 288 0 5 0 29

🟢 2025-05-30 20:31:08 UTC Build successful.
🟢 2025-05-30 20:31:31 UTC ydbd size 2.2 GiB changed* by +69.6 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: a1a04f8 merge: c795c5b diff diff %
ydbd size 2 362 974 760 Bytes 2 363 045 984 Bytes +69.6 KiB +0.003%
ydbd stripped size 496 094 632 Bytes 496 103 240 Bytes +8.4 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 May 30, 2025

2025-05-30 17:29:11 UTC Pre-commit check linux-x86_64-release-asan for c795c5b has started.
2025-05-30 17:29:15 UTC Artifacts will be uploaded here
2025-05-30 17:32:45 UTC ya make is running...
🟡 2025-05-30 19:15:31 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?
16365 16150 0 109 82 24

2025-05-30 19:16:59 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-05-30 19:52: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?
1780 (only retried tests) 1664 0 81 12 23

2025-05-30 19:52:26 UTC ya make is running... (failed tests rerun, try 3)
🟡 2025-05-30 20:28:19 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?
1694 (only retried tests) 1536 0 76 60 22

🟢 2025-05-30 20:28:36 UTC Build successful.
🟡 2025-05-30 20:29:12 UTC ydbd size 3.9 GiB changed* by +119.7 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: a1a04f8 merge: c795c5b diff diff %
ydbd size 4 155 757 208 Bytes 4 155 879 768 Bytes +119.7 KiB +0.003%
ydbd stripped size 1 442 367 864 Bytes 1 442 401 368 Bytes +32.7 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

@alexvru alexvru force-pushed the 2dc/support-piles-for-dynamic-nodes branch from 57eb0ca to 975bfd4 Compare June 2, 2025 05:36
Copy link

github-actions bot commented Jun 2, 2025

2025-06-02 05:39:09 UTC Pre-commit check linux-x86_64-relwithdebinfo for 7a4c3a1 has started.
2025-06-02 05:39:31 UTC Artifacts will be uploaded here
2025-06-02 06:04:28 UTC ya make is running...

Copy link

github-actions bot commented Jun 2, 2025

2025-06-02 05:39:53 UTC Pre-commit check linux-x86_64-release-asan for 7a4c3a1 has started.
2025-06-02 05:40:04 UTC Artifacts will be uploaded here
2025-06-02 06:04:35 UTC ya make is running...
2025-06-02 07:51:32 UTC Check cancelled

@alexvru alexvru marked this pull request as ready for review June 2, 2025 07:15
@alexvru alexvru requested review from a team and snaury as code owners June 2, 2025 07:15
@alexvru alexvru enabled auto-merge (squash) June 2, 2025 07:23
@alexvru alexvru force-pushed the 2dc/support-piles-for-dynamic-nodes branch from 975bfd4 to d5e64e2 Compare June 2, 2025 07:51
Copy link

github-actions bot commented Jun 2, 2025

2025-06-02 07:56:44 UTC Pre-commit check linux-x86_64-relwithdebinfo for 736ad2e has started.
2025-06-02 07:57:29 UTC Artifacts will be uploaded here
2025-06-02 08:01:30 UTC ya make is running...
🟡 2025-06-02 09:32:50 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?
31405 28707 0 3 2663 32

2025-06-02 09:35:23 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-06-02 09:50:21 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?
919 (only retried tests) 889 0 1 0 29

2025-06-02 09:50:35 UTC ya make is running... (failed tests rerun, try 3)
🔴 2025-06-02 10:05:33 UTC Some tests failed, follow the links below.

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
755 (only retried tests) 725 0 1 0 29

🟢 2025-06-02 10:05:47 UTC Build successful.
🟢 2025-06-02 10:06:10 UTC ydbd size 2.2 GiB changed* by +72.4 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: d70a7cc merge: 736ad2e diff diff %
ydbd size 2 364 055 928 Bytes 2 364 130 064 Bytes +72.4 KiB +0.003%
ydbd stripped size 496 255 400 Bytes 496 266 344 Bytes +10.7 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 Jun 2, 2025

2025-06-02 07:57:21 UTC Pre-commit check linux-x86_64-release-asan for 736ad2e has started.
2025-06-02 07:57:32 UTC Artifacts will be uploaded here
2025-06-02 08:01:05 UTC ya make is running...
🟡 2025-06-02 09:56:04 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?
16374 16158 0 111 80 25

2025-06-02 09:57:32 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-06-02 10:34:07 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?
1966 (only retried tests) 1860 0 62 20 24

2025-06-02 10:34:28 UTC ya make is running... (failed tests rerun, try 3)
🟡 2025-06-02 11:12:35 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?
1471 (only retried tests) 1298 0 85 66 22

🟢 2025-06-02 11:12:51 UTC Build successful.
🟡 2025-06-02 11:13:27 UTC ydbd size 3.9 GiB changed* by +122.4 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: d70a7cc merge: 736ad2e diff diff %
ydbd size 4 157 729 224 Bytes 4 157 854 600 Bytes +122.4 KiB +0.003%
ydbd stripped size 1 442 893 112 Bytes 1 442 929 688 Bytes +35.7 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

@alexvru alexvru requested review from pixcc and removed request for stanislav-shchetinin June 2, 2025 08:08
@alexvru alexvru added the rebase-and-check Rebase PR with the current base branch and check label Jun 3, 2025
@github-actions github-actions bot removed the rebase-and-check Rebase PR with the current base branch and check label Jun 3, 2025
Copy link

github-actions bot commented Jun 3, 2025

2025-06-03 07:02:57 UTC Pre-commit check linux-x86_64-relwithdebinfo for db41edc has started.
2025-06-03 07:03:07 UTC Artifacts will be uploaded here
2025-06-03 07:06:50 UTC ya make is running...
🟡 2025-06-03 09:15:27 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?
31426 28728 0 4 2656 38

2025-06-03 09:18:16 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-06-03 09:35:10 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?
1037 (only retried tests) 1005 0 1 0 31

2025-06-03 09:35:22 UTC ya make is running... (failed tests rerun, try 3)
🔴 2025-06-03 09:49:23 UTC Some tests failed, follow the links below.

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
911 (only retried tests) 884 0 3 0 24

🟢 2025-06-03 09:49:33 UTC Build successful.
🟢 2025-06-03 09:49:56 UTC ydbd size 2.2 GiB changed* by +90.3 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 1aaa21a merge: db41edc diff diff %
ydbd size 2 364 213 504 Bytes 2 364 305 936 Bytes +90.3 KiB +0.004%
ydbd stripped size 496 309 640 Bytes 496 326 376 Bytes +16.3 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

Copy link

github-actions bot commented Jun 3, 2025

2025-06-03 07:03:13 UTC Pre-commit check linux-x86_64-release-asan for db41edc has started.
2025-06-03 07:03:25 UTC Artifacts will be uploaded here
2025-06-03 07:07:02 UTC ya make is running...
🟡 2025-06-03 09:26:53 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?
16385 16131 0 117 115 22

2025-06-03 09:28:15 UTC ya make is running... (failed tests rerun, try 2)

@alexvru alexvru force-pushed the 2dc/support-piles-for-dynamic-nodes branch from d5e64e2 to dfb687f Compare June 3, 2025 10:05
Copy link

github-actions bot commented Jun 3, 2025

2025-06-03 10:13:03 UTC Pre-commit check linux-x86_64-release-asan for ad1e251 has started.
2025-06-03 10:13:30 UTC Artifacts will be uploaded here
2025-06-03 10:17:09 UTC ya make is running...
2025-06-03 10:50:23 UTC Check cancelled

Copy link

github-actions bot commented Jun 3, 2025

2025-06-03 10:14:25 UTC Pre-commit check linux-x86_64-relwithdebinfo for ad1e251 has started.
2025-06-03 10:14:37 UTC Artifacts will be uploaded here
2025-06-03 10:18:17 UTC ya make is running...
2025-06-03 10:50:22 UTC Check cancelled

Gazizonoki
Gazizonoki previously approved these changes Jun 3, 2025
Copy link
Collaborator

@Gazizonoki Gazizonoki left a comment

Choose a reason for hiding this comment

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

SDK - ok

@alexvru alexvru force-pushed the 2dc/support-piles-for-dynamic-nodes branch from dfb687f to 204997f Compare June 3, 2025 10:49
Copy link

github-actions bot commented Jun 3, 2025

2025-06-03 10:51:49 UTC Pre-commit check linux-x86_64-release-asan for b072ecb has started.
2025-06-03 10:52:00 UTC Artifacts will be uploaded here
2025-06-03 10:55:29 UTC ya make is running...
🟡 2025-06-03 12:34:49 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?
16387 16183 0 79 104 21

2025-06-03 12:36:16 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-06-03 13:15:59 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?
2028 (only retried tests) 1946 0 58 5 19

2025-06-03 13:16:20 UTC ya make is running... (failed tests rerun, try 3)
🟡 2025-06-03 13:50:11 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?
1409 (only retried tests) 1332 0 53 5 19

🟢 2025-06-03 13:50:26 UTC Build successful.
🟡 2025-06-03 13:51:00 UTC ydbd size 3.9 GiB changed* by +122.3 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: f0ea392 merge: b072ecb diff diff %
ydbd size 4 158 129 088 Bytes 4 158 254 336 Bytes +122.3 KiB +0.003%
ydbd stripped size 1 443 043 192 Bytes 1 443 079 704 Bytes +35.7 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

Copy link

github-actions bot commented Jun 3, 2025

2025-06-03 10:51:49 UTC Pre-commit check linux-x86_64-relwithdebinfo for b072ecb has started.
2025-06-03 10:52:00 UTC Artifacts will be uploaded here
2025-06-03 10:55:38 UTC ya make is running...
🟡 2025-06-03 12:21:26 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?
31428 28730 0 7 2656 35

2025-06-03 12:24:03 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-06-03 12:40:09 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?
562 (only retried tests) 488 0 44 0 30

2025-06-03 12:40:19 UTC ya make is running... (failed tests rerun, try 3)
🟢 2025-06-03 12:50:22 UTC Tests successful.

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
434 (only retried tests) 410 0 0 0 24

🟢 2025-06-03 12:50:32 UTC Build successful.
🟢 2025-06-03 12:50:55 UTC ydbd size 2.2 GiB changed* by +72.5 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: f0ea392 merge: b072ecb diff diff %
ydbd size 2 364 230 816 Bytes 2 364 305 080 Bytes +72.5 KiB +0.003%
ydbd stripped size 496 314 824 Bytes 496 325 864 Bytes +10.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

@alexvru alexvru merged commit a19b867 into ydb-platform:main Jun 3, 2025
13 checks passed
@alexvru alexvru deleted the 2dc/support-piles-for-dynamic-nodes branch June 3, 2025 15:10
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.

4 participants